@charset "UTF-8";
/*!
Theme Name: Washtec Simulateur
Text Domain: washtec
Version: 3.0
Description: Thème sur mesure
Author: Nobin's
Author URI: http://www.nobins.fr/
Theme URI: http://www.nobins.fr/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide {
  100% {
    left: 0;
  }
}
@font-face {
  font-family: "Tisa Sans";
  font-weight: normal;
  src: url("fonts/tisa-font-light.eot");
  src: url("fonts/tisa-font-light.eot?#iefix") format("embedded-opentype"), url("fonts/tisa-font-light.woff2") format("woff2"), url("fonts/tisa-font-light.woff") format("woff"), url("fonts/tisa-font-light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Tisa Sans";
  font-weight: bold;
  src: url("fonts/tisa-font-medium.eot");
  src: url("fonts/tisa-font-medium.eot?#iefix") format("embedded-opentype"), url("fonts/tisa-font-medium.woff2") format("woff2"), url("fonts/tisa-font-medium.woff") format("woff"), url("fonts/tisa-font-medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Lubalin Graph";
  font-weight: 500;
  src: url("fonts/LubalinGraph-Regular.eot");
  src: url("fonts/LubalinGraph-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/LubalinGraph-Regular.woff2") format("woff2"), url("fonts/LubalinGraph-Regular.woff") format("woff"), url("fonts/LubalinGraph-Regular.ttf") format("truetype"), url("fonts/LubalinGraph-Regular.svg#LubalinGraph-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lubalin Graph";
  font-weight: bold;
  src: url("fonts/LubalinGraph-Bold.eot");
  src: url("fonts/LubalinGraph-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/LubalinGraph-Bold.woff2") format("woff2"), url("fonts/LubalinGraph-Bold.woff") format("woff"), url("fonts/LubalinGraph-Bold.ttf") format("truetype"), url("fonts/LubalinGraph-Bold.svg#LubalinGraph-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-BoldCondensed.eot");
  src: url("fonts/HelveticaNeue-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-BoldCondensed.woff2") format("woff2"), url("fonts/HelveticaNeue-BoldCondensed.woff") format("woff"), url("fonts/HelveticaNeue-BoldCondensed.ttf") format("truetype"), url("fonts/HelveticaNeue-BoldCondensed.svg#HelveticaNeue-BoldCondensed") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
p,
body,
tr,
th,
td,
button,
span,
a,
input {
  font-family: "Tisa Sans", "Arial", serif;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
p b,
p strong,
body b,
body strong,
tr b,
tr strong,
th b,
th strong,
td b,
td strong,
button b,
button strong,
span b,
span strong,
a b,
a strong,
input b,
input strong {
  font-weight: 600;
}

h1 {
  font-weight: 300;
  color: #000;
  font-size: 35px;
  margin-bottom: 12px;
  text-align: center;
}

h2 {
  font-weight: 600;
  color: #006eb7;
  font-size: 20px;
  margin-bottom: 80px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

input {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.page-content {
  display: flex;
  background: #fff;
}
.page-content-login {
  height: 100vh;
}
.page-content .content {
  position: relative;
  width: 85%;
  width: calc(100% - 210px);
}
.page-content .content-small {
  width: calc(100% - 419px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 25px;
  overflow: hidden;
}
.page-content .content-small h2 {
  font-family: "Tisa Sans", "Arial", serif;
}
.page-content .content-small .logo {
  margin-bottom: 40px;
}
.page-content .content .topbar {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.page-content .content .topbar-inner {
  margin: 0 10% 0 auto;
}
.page-content .content .topbar-inner-content {
  display: flex;
  justify-content: space-between;
  padding: 19px 0 20px 0;
  align-items: center;
  margin: 0 auto;
}
.page-content .content .topbar-inner-content .left button {
  border: 1px solid #006eb7;
  border-radius: 7px;
  padding: 0;
  background: transparent;
  margin-left: 40px;
  padding: 5px 8px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.page-content .content .topbar-inner-content .left button svg {
  height: 17px;
  width: auto;
  fill: #006eb7;
}
.page-content .content .topbar-inner-content .left button span {
  color: #006eb7 !important;
  font-size: 15px;
  line-height: 14px;
  font-weight: bold !important;
  font-family: "Tisa Sans", "Arial", serif !important;
  padding-top: 3px;
}
.page-content .content .topbar-inner-content .left button:hover svg {
  fill: #da8c1d;
}
.page-content .content .topbar-inner-content .left button:hover span {
  color: #da8c1d !important;
}
.page-content .content .topbar-inner-content .left button:hover {
  border-color: #da8c1d;
}
.page-content .content .topbar-inner-content .right {
  display: flex;
}
.page-content .content .topbar .sim,
.page-content .content .topbar .logout {
  margin-left: 30px;
}
.page-content .content .topbar .sim .icon,
.page-content .content .topbar .logout .icon {
  height: 19px;
  width: 19px;
  border: 1px solid rgba(0, 110, 184, 0.5019607843);
  margin-bottom: 2px;
  margin-right: 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .content .topbar .sim .icon svg,
.page-content .content .topbar .logout .icon svg {
  height: 11px;
  width: auto;
  max-width: 11px;
}
.page-content .content .topbar .logout svg {
  margin-left: 2px;
}
.page-content .content .topbar span,
.page-content .content .topbar a {
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.page-content .content .topbar span b {
  font-weight: 600;
  font-family: "Tisa Sans", "Arial", serif;
}
.page-content .content .topbar a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.page-content .content .topbar a:hover span {
  color: #da8c1d;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}

.sidebar {
  background-image: url("./img/sidebar-background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 210px;
  overflow: hidden;
  position: relative;
}
.sidebar-cover {
  width: 100%;
  height: 100%;
  padding-top: 72px;
  padding-top: 69.5px;
}
.sidebar .logo {
  margin-left: auto;
  width: fit-content;
  height: 113px;
  width: 95%;
  height: auto;
}
.sidebar .logo img {
  height: 100%;
  width: auto;
  width: 100%;
  height: auto;
}
.sidebar-big {
  width: 300px;
  height: 100%;
}
.sidebar-big img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sidebar-big .sidebar-cover {
  padding-top: 140px;
}

.page-modal {
  position: fixed;
  z-index: 110000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 0 80px 0 0;
  right: -530px;
  border-radius: 15px 0 0 15px;
  display: flex;
  overflow: hidden;
  gap: 20px;
  align-items: center;
  max-width: 507px;
  bottom: 10px;
}
.page-modal .color {
  min-height: 121px;
  width: 45px;
  background: #fff;
}
.page-modal-step {
  bottom: 300px !important;
}
.page-modal-error .color {
  background: #d31136;
}
.page-modal span {
  font-weight: 300;
  font-size: 16px;
}

.form-email, .form-pwd, .form-controls {
  width: 550px;
}
.form-email, .form-pwd {
  padding-bottom: 10px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.5019607843);
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}
.form-email input, .form-pwd input {
  border: none;
  padding: 0;
  width: calc(100% - 50px);
  margin: 0 10px -2px;
  height: 18px;
  line-height: 18px;
}
.form-email input:focus, .form-pwd input:focus {
  outline: none;
}
.form-email input::placeholder, .form-pwd input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.form-email .icon button, .form-pwd .icon button {
  padding: 0;
  background: transparent !important;
  border: none !important;
  border: 0px solid transparent !important;
  width: 21px;
}
.form-email .icon button:focus, .form-pwd .icon button:focus {
  outline: none !important;
}
.form-email .icon svg, .form-pwd .icon svg {
  width: 21px;
  height: auto;
}
.form-email .icon-see button, .form-pwd .icon-see button {
  width: 19px;
  display: flex;
}
.form-email .icon-see button svg, .form-pwd .icon-see button svg {
  width: 19px;
}
.form-email input {
  margin-right: 29px;
}
.form-controls {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-controls-alone {
  justify-content: center;
}

.btn-base {
  border-radius: 26px;
  border: none;
  border: 0px solid transparent;
  background: #006eb7;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  padding: 14px 40px;
}
.btn-base:hover {
  background: #da8c1d;
}
.btn-base:disabled {
  opacity: 0.5;
  background: #006eb7 !important;
}
.btn-no-bg {
  background: transparent !important;
  color: #006eb7;
}
.btn-url {
  padding: 0;
}
.btn-url a {
  display: block;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  margin: 14px 0 17px;
  color: #006eb7;
  text-decoration: none;
  position: relative;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.btn-url a:hover {
  color: #da8c1d;
}
.btn-url a:hover:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #da8c1d;
}
.btn-primary {
  min-width: 168px;
  border: none !important;
  border-radius: 26px;
  text-decoration: none;
  background: #006eb7;
  color: #fff;
  font-family: "Tisa Sans", "Arial", serif;
  padding: 14px 30px;
  font-size: 16px;
}
.btn-primary:hover {
  background: #da8c1d;
  color: #fff;
}
.btn-outline-primary {
  min-width: 168px;
  border: 1px solid #006eb7;
  border-radius: 26px;
  text-decoration: none;
  background: transparent;
  color: #006eb7;
  font-family: "Tisa Sans", "Arial", serif;
  padding: 14px 30px;
  font-size: 16px;
}
.btn-outline-primary:hover {
  border-color: #da8c1d;
  background: transparent;
  color: #da8c1d;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}
body.admin-bar {
  min-height: calc(100vh - 32px);
}

.noClick {
  pointer-events: none !important;
}

.hide {
  display: none !important;
  opacity: 0 !important;
}

a:hover {
  color: #da8c1d;
}

.simulateur-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.simulateur-container .page-content {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
.simulateur-container .page-content .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.admin-bar .simulateur-container {
  height: calc(100vh - 32px);
}

.simulateur {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px 40px 60px;
  background: #fff;
  flex-grow: 1;
  overflow: hidden;
}
.simulateur .global {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.simulateur .global .simulator-header {
  flex-shrink: 0;
}
.simulateur .global .simulator-header h1 {
  color: #006eb7;
  margin-bottom: 0;
  font-size: 40px;
  text-align: center;
  font-size: 2.5vw;
}
.simulateur .global .simulator-header h1 b {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.simulateur .global .simulator-header .client-name {
  margin-bottom: 20px;
  color: #da8c1d;
  text-align: center;
  font-size: 25px;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.simulateur .global .simulator-preview-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  overflow: hidden;
}
.simulateur .global .simulator-preview {
  position: relative;
  width: 100%;
  max-width: 1500px;
  aspect-ratio: 1500/844;
}
.simulateur .global .simulator-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.simulateur .global .simulator-preview img[src=""] {
  display: none;
}
.simulateur .global .simulator-preview .light-lateral-left-container {
  display: none;
}
.simulateur .global .simulator-preview .light-lateral-left-container .light-lateral-left {
  position: absolute;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(253, 230, 170), rgba(253, 230, 170, 0.9) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  width: 5.9%;
  height: 38%;
  top: 57.8%;
  left: 36.98%;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}
.simulateur .global .simulator-preview .light-lateral-right-container {
  display: none;
}
.simulateur .global .simulator-preview .light-lateral-right-container .light-lateral-right {
  position: absolute;
  pointer-events: none;
  background: linear-gradient(270deg, rgb(253, 230, 170), rgba(253, 230, 170, 0.9) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  width: 5.8%;
  height: 38%;
  top: 57.8%;
  left: 61.95%;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}
.simulateur .global .simulator-preview .light-bras-left-container {
  display: none;
}
.simulateur .global .simulator-preview .light-bras-left-container .light-bras-left {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  background: linear-gradient(90deg, rgb(255, 210, 92), rgba(255, 210, 92, 0.9) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  width: 11.8%;
  height: 26.2%;
  top: 28.1%;
  left: 41%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}
.simulateur .global .simulator-preview .light-bras-right-container {
  display: none;
}
.simulateur .global .simulator-preview .light-bras-right-container .light-bras-right {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  background: linear-gradient(270deg, rgb(255, 210, 92), rgba(255, 210, 92, 0.9) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  width: 11.8%;
  height: 26.2%;
  top: 28.1%;
  left: 58.5%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}
.simulateur .global .simulator-preview .light-horizontal-container {
  display: none;
}
.simulateur .global .simulator-preview .light-horizontal-container .light-horizontal {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  background: linear-gradient(0deg, rgb(255, 210, 92), rgba(255, 210, 92, 0.9) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  width: 15%;
  height: 12%;
  top: 35.2%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}
.simulateur .actions {
  width: 234px;
  position: relative;
}
.simulateur .actions .inner {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 29px;
}
.simulateur .actions .search-container {
  display: flex;
  border: 1px solid #000;
  border-radius: 7px;
  width: 100%;
  padding: 3px 7px;
  margin-bottom: 54px;
  justify-content: space-between;
}
.simulateur .actions .search-container input {
  padding: 0;
  border: none !important;
  font-size: 16px;
  line-height: 22px;
  padding-top: 2px;
  width: calc(100% - 30px);
  color: #000;
}
.simulateur .actions .search-container input::placeholder {
  color: #000;
}
.simulateur .actions .search-container input:focus {
  outline: none;
}
.simulateur .actions .search-container button {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  background: transparent !important;
}
.simulateur .actions .search-container button svg {
  height: 22px;
  width: auto;
}
.simulateur .actions .results-list {
  position: absolute;
  top: 31px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  width: 95%;
  left: 2.5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.simulateur .actions .results-list button {
  width: 100%;
  text-align: left;
  border: none;
  padding: 4px 10px;
  background: #fff;
}
.simulateur .actions .results-list button span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 15px;
}
.simulateur .actions .results-list button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.simulateur .actions .results-list p {
  text-align: center;
  font-size: 15px;
  margin: 0;
  padding: 5px;
}
.simulateur .actions .ctas button,
.simulateur .actions .ctas a {
  background: #006eb7 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 52px;
  width: 183px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  border: none !important;
  border-radius: 26px;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  text-decoration: none;
}
.simulateur .actions .ctas button:hover,
.simulateur .actions .ctas a:hover {
  background: #da8c1d !important;
}
.simulateur .actions .ctas button:disabled,
.simulateur .actions .ctas a:disabled {
  background: #006eb7 !important;
  opacity: 0.5;
}
.simulateur .actions .ctas .register {
  position: relative;
  padding-top: 15px;
}
.simulateur .actions .ctas .register .count {
  position: absolute;
  right: 20px;
  background: #da8c1d;
  border-radius: 99999px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Tisa Sans", "Arial", serif;
  padding: 0;
  line-height: 18px;
  top: 0;
  z-index: 2;
  color: #fff;
  padding: 4px 0 0 1px;
}
.simulateur .actions .ctas .register .button-update {
  border: 2px solid #da8c1d !important;
}
.simulateur .actions .ctas .new {
  display: flex;
  flex-direction: column;
}
.simulateur .actions .ctas .new svg {
  fill: #006eb7;
  height: 33px;
  width: auto;
  margin: 0 auto 5px;
}
.simulateur .actions .ctas .new:hover svg {
  fill: #da8c1d;
}
.simulateur .actions .ctas .new:hover .btn-new-simulation {
  background: #da8c1d !important;
}
.simulateur .actions .ctas .new .btn-new-simulation {
  background: #006eb7;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 183px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: none !important;
  border-radius: 26px;
  text-decoration: none;
}
.simulateur .actions .update {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 54px;
  text-align: center;
}
.simulateur .actions .update a {
  text-decoration: none;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  font-size: 16px;
}
.simulateur .actions .update a:hover {
  text-decoration: underline;
}
.simulateur .actions .update a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.simulateur-modal {
  background: rgba(0, 110, 183, 0.5019607843);
  height: 100vh;
  width: 100%;
  z-index: 99998;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
.simulateur-modal-container {
  border-radius: 7px;
  padding: 53px 86px;
  background: #fff;
}
.simulateur-modal-save {
  justify-content: end;
  align-items: end;
}
.simulateur-modal-save-container {
  height: 250px;
  width: 100%;
  border-radius: 0;
  padding: 20px 0 45px;
  display: flex;
  gap: 10px;
}
.simulateur-modal-save-container .left,
.simulateur-modal-save-container .right {
  width: 200px;
}
.simulateur-modal-save-container .left {
  justify-content: center;
  display: flex;
  align-items: end;
  font-size: 15px;
}
.simulateur-modal-save-container .center {
  width: calc(100% - 400px);
  display: flex;
  gap: 30px;
}
.simulateur-modal-save-container .center .fields {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: calc(100% - 183px);
  justify-content: end;
}
.simulateur-modal-save-container .center .fields span {
  color: #006eb7;
  font-size: 18px;
  font-weight: bolder;
}
.simulateur-modal-save-container .center .fields input {
  color: #000;
  font-size: 16px;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843) !important;
  margin-top: 15px;
  padding: 0 0 8px;
  line-height: 17px;
}
.simulateur-modal-save-container .center .fields input:focus {
  outline: none;
}
.simulateur-modal-save-container .center .fields input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.simulateur-modal-save-container .center .validate {
  width: 183px;
  display: flex;
  align-items: end;
}
.simulateur-modal-save-container .center .validate button {
  background: #006eb7 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 183px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  border: none !important;
  border-radius: 26px;
}
.simulateur-modal-save-container .center .validate button:hover {
  background: #da8c1d !important;
}
.simulateur-modal-save-container .center .validate button:disabled {
  background: #006eb7 !important;
  opacity: 0.5;
}
.simulateur-modal-save-container .right button {
  display: flex;
  padding: 0;
  background: transparent !important;
  border: none !important;
  gap: 5px;
  align-items: center;
  margin: 0 39px 0 auto;
}
.simulateur-modal-save-container .right button svg {
  height: 20px;
  width: auto;
}
.simulateur-modal-save-container .right button span {
  font-size: 18px;
  line-height: 15px;
}
.simulateur-modal-save-container .right button:hover svg {
  fill: #da8c1d;
}
.simulateur-modal-save-container .right button:hover span {
  color: #da8c1d;
}
.simulateur-modal-leave {
  z-index: 99999;
}
.simulateur-modal-leave-container h3 {
  font-size: 35px;
  margin-bottom: 36px;
  font-weight: bold;
  font-family: "Tisa Sans", "Arial", serif;
  text-align: center;
}
.simulateur-modal-leave-container p {
  font-size: 16px;
  margin-bottom: 36px;
  font-weight: bold;
  font-family: "Tisa Sans", "Arial", serif;
  text-align: center;
}
.simulateur-modal-leave-container .ctas {
  display: flex;
  justify-content: center;
  gap: 11px;
}
.simulateur-modal-leave-container .ctas button {
  text-align: center;
  font-weight: bold;
  height: 52px;
  width: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  border: 1px solid #006eb7 !important;
  border-radius: 26px;
}
.simulateur-modal-leave-container .ctas button.yes {
  background: #fff !important;
  color: #006eb7;
}
.simulateur-modal-leave-container .ctas button.yes:hover {
  border-color: #da8c1d !important;
  color: #da8c1d !important;
}
.simulateur-modal-leave-container .ctas button.no {
  background: #006eb7 !important;
  color: #fff;
}
.simulateur-modal-leave-container .ctas button.no:hover {
  background: #da8c1d !important;
  border-color: #da8c1d !important;
}

.step-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 15px 30px 0 30px;
  height: 210px;
  transition: height 0.3s ease, padding 0.3s ease;
  flex-shrink: 0;
}
.step-container .step-description,
.step-container .step-etapes .left,
.step-container .step-etapes .center,
.step-container .step-etapes .right {
  transition: opacity 0.3s ease;
}
.step-display {
  position: absolute;
  top: 10px;
}
.step-display button {
  background: transparent !important;
  border: 1px solid #707070;
  border-radius: 99999px;
  padding: 3px 2px 1px;
}
.step-display button svg {
  height: 30px;
  width: auto;
  transition: transform 0.4s ease;
  transform: rotate(180deg);
}
.step-display.closed button svg {
  transform: rotate(0);
}
.step-top {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding-top: 10px;
}
.step-name {
  min-width: 400px;
  text-align: center;
  font-family: "Tisa Sans", "Arial", serif;
  font-size: 25px;
}
.step-name span {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.step-description {
  text-align: center;
  font-family: "Tisa Sans", "Arial", serif;
  font-size: 15px;
}
.step-arrow button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.step-arrow button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.step-arrow button svg {
  width: 35px;
  height: auto;
}
.step-arrow button.step-prev {
  transform: rotate(180deg);
}
.step-container.closed {
  height: 90px;
}
.step-container.closed .step-description,
.step-container.closed .step-etapes .left,
.step-container.closed .step-etapes .center,
.step-container.closed .step-etapes .right {
  opacity: 0;
  pointer-events: none;
}
.step-etapes {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.step-etapes .left,
.step-etapes .right {
  width: 170px;
}
.step-etapes .center {
  width: calc(100% - 340px);
}
.step-etapes .right {
  padding-top: 50px;
}
.step-etapes .right button {
  background: none !important;
  border: none !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 0 auto;
}
.step-etapes .right button img {
  height: auto;
  width: 40px;
  margin: 0 auto;
}
.step-etapes .right button span {
  font-weight: 600;
  font-size: 14px;
}
.step-etapes .right button:disabled {
  opacity: 0.5;
}
.step-etapes .selected-parent {
  pointer-events: none !important;
}
.step-etape-1 .checkbox-type {
  display: flex;
  flex-direction: column;
}
.step-etape-1 .checkbox-type .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
}
.step-etape-1 .checkbox-type .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.step-etape-1 .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  user-select: none;
  min-height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.step-etape-1 .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.2s ease;
}
.step-etape-1 .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  background: #006eb7;
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  position: absolute;
  border-radius: 7px;
}
.step-etape-1 .checkbox-type .checkbox-wrapper span {
  font-family: "Tisa Sans", "Arial", serif;
  font-size: 16px;
  line-height: 16px;
}
.step-etape-1 .checkbox-type .checkbox-wrapper span.selected {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.step-etape-1 .step-customize {
  margin-top: 25px;
}
.step-etape-1 .color-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
  align-items: flex-start;
}
.step-etape-1 .color-carousel button {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin-top: 11px;
}
.step-etape-1 .color-carousel button:disabled {
  opacity: 0.4;
}
.step-etape-1 .color-carousel button.color-prev {
  transform: rotate(-90deg);
}
.step-etape-1 .color-carousel button.color-next {
  transform: rotate(90deg);
}
.step-etape-1 .color-carousel button svg {
  height: 22px;
  width: auto;
}
.step-etape-1 .color-list {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
}
.step-etape-1 .color-box {
  display: flex;
  flex-direction: column; /* Ajouté pour aligner le texte en dessous */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}
.step-etape-1 .color-box span {
  text-align: center;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  opacity: 0;
}
.step-etape-1 .color-box.selected span {
  opacity: 1;
}
.step-etape-1 .color-box.selected .color-circle {
  border-color: #006eb7;
}
.step-etape-1 .color-circle {
  height: 45px;
  width: 45px;
  border-radius: 9999px;
  padding: 4px;
  border: 1px solid #fff;
  margin: 0 3px 5px;
}
.step-etape-1 .color-circle-bg {
  height: 35px;
  width: 35px;
  border-radius: 9999px;
}
.step-etape-2 {
  justify-content: center;
}
.step-etape-2 .center {
  justify-content: center;
  display: flex;
  margin-top: 15px;
}
.step-etape-2 .center .part-left, .step-etape-2 .center .part-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step-etape-2 .center .part-right .checkbox-type {
  display: flex;
  flex-direction: column;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 20px;
  position: relative;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  user-select: none;
  min-height: 25px;
  display: flex;
  align-items: center;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.2s ease;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  background: #006eb7;
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  position: absolute;
  border-radius: 7px;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper span {
  font-family: "Tisa Sans", "Arial", serif;
  font-size: 16px;
  line-height: 16px;
}
.step-etape-2 .center .part-right .checkbox-type .checkbox-wrapper span.selected {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.step-etape-2 .center .part-left {
  border-right: 1px solid #707070;
  padding-right: 10px;
}
.step-etape-2 .center .part-left .checkbox-type {
  display: flex;
  flex-direction: column;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 20px;
  position: relative;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox {
  position: relative;
  padding-right: 35px;
  font-size: 16px;
  user-select: none;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.2s ease;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  background: #006eb7;
  height: 22px;
  width: 22px;
  right: 2px;
  top: 2px;
  position: absolute;
  border-radius: 7px;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper span {
  font-family: "Tisa Sans", "Arial", serif;
  padding-top: 2px;
  line-height: 16px;
}
.step-etape-2 .center .part-left .checkbox-type .checkbox-wrapper span.selected {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.step-etape-2 .center .part-left .line {
  justify-content: end;
}
.step-etape-2 .center .part-right {
  border-left: 1px solid #707070;
  padding-left: 30px;
}
.step-etape-2 .center .line {
  display: flex;
  align-items: center;
  gap: 20px;
}
.step-etape-2 .center .line span {
  min-width: 140px;
}
.step-etape-2 .center .line img {
  height: 46px;
  width: auto;
}
.step-etape-3, .step-etape-4, .step-etape-5, .step-etape-8, .step-etape-9 {
  justify-content: center;
}
.step-etape-3 .center, .step-etape-4 .center, .step-etape-5 .center, .step-etape-8 .center, .step-etape-9 .center {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.step-etape-3 .center .step-customize, .step-etape-4 .center .step-customize, .step-etape-5 .center .step-customize, .step-etape-8 .center .step-customize, .step-etape-9 .center .step-customize {
  margin-top: 25px;
}
.step-etape-3 .center .step-customize .checkbox-type, .step-etape-4 .center .step-customize .checkbox-type, .step-etape-5 .center .step-customize .checkbox-type, .step-etape-8 .center .step-customize .checkbox-type, .step-etape-9 .center .step-customize .checkbox-type {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper, .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper, .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper, .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper, .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 20px;
  position: relative;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox], .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox], .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox], .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox], .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox, .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox, .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox, .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox, .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  user-select: none;
  min-height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before, .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before, .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before, .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before, .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.2s ease;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after, .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after, .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after, .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after, .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  background: #006eb7;
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  position: absolute;
  border-radius: 9999px;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper span, .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper span, .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper span, .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper span, .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper span {
  font-family: "Tisa Sans", "Arial", serif;
  font-size: 16px;
  line-height: 16px;
}
.step-etape-3 .center .step-customize .checkbox-type .checkbox-wrapper span.selected, .step-etape-4 .center .step-customize .checkbox-type .checkbox-wrapper span.selected, .step-etape-5 .center .step-customize .checkbox-type .checkbox-wrapper span.selected, .step-etape-8 .center .step-customize .checkbox-type .checkbox-wrapper span.selected, .step-etape-9 .center .step-customize .checkbox-type .checkbox-wrapper span.selected {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.step-etape-6 .checkbox-type, .step-etape-7 .checkbox-type {
  display: flex;
  flex-direction: column;
}
.step-etape-6 .checkbox-type .checkbox-wrapper, .step-etape-7 .checkbox-type .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
}
.step-etape-6 .checkbox-type .checkbox-wrapper input[type=checkbox], .step-etape-7 .checkbox-type .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.step-etape-6 .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox, .step-etape-7 .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  user-select: none;
  min-height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.step-etape-6 .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before, .step-etape-7 .checkbox-type .checkbox-wrapper input[type=checkbox] + .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.2s ease;
}
.step-etape-6 .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after, .step-etape-7 .checkbox-type .checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  background: #006eb7;
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  position: absolute;
  border-radius: 7px;
}
.step-etape-6 .checkbox-type .checkbox-wrapper span, .step-etape-7 .checkbox-type .checkbox-wrapper span {
  font-family: "Tisa Sans", "Arial", serif;
  font-size: 16px;
  line-height: 16px;
}
.step-etape-6 .checkbox-type .checkbox-wrapper span.selected, .step-etape-7 .checkbox-type .checkbox-wrapper span.selected {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.step-etape-6 .step-customize, .step-etape-7 .step-customize {
  margin-top: 6px;
}
.step-etape-6 .color-carousel, .step-etape-7 .color-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
  align-items: flex-start;
}
.step-etape-6 .color-carousel button, .step-etape-7 .color-carousel button {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin-top: 11px;
}
.step-etape-6 .color-carousel button:disabled, .step-etape-7 .color-carousel button:disabled {
  opacity: 0.4;
}
.step-etape-6 .color-carousel button.color-prev, .step-etape-7 .color-carousel button.color-prev {
  transform: rotate(-90deg);
}
.step-etape-6 .color-carousel button.color-next, .step-etape-7 .color-carousel button.color-next {
  transform: rotate(90deg);
}
.step-etape-6 .color-carousel button svg, .step-etape-7 .color-carousel button svg {
  height: 22px;
  width: auto;
}
.step-etape-6 .color-list, .step-etape-7 .color-list {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
}
.step-etape-6 .color-list-unie .selected-1 span::after,
.step-etape-6 .color-list-unie .selected-2 span::after, .step-etape-7 .color-list-unie .selected-1 span::after,
.step-etape-7 .color-list-unie .selected-2 span::after {
  content: "" !important;
  display: none !important;
}
.step-etape-6 .color-box, .step-etape-7 .color-box {
  display: flex;
  flex-direction: column; /* Ajouté pour aligner le texte en dessous */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}
.step-etape-6 .color-box span, .step-etape-7 .color-box span {
  text-align: center;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  opacity: 0;
  display: flex;
}
.step-etape-6 .color-box.selected-1 span, .step-etape-6 .color-box.selected-2 span, .step-etape-7 .color-box.selected-1 span, .step-etape-7 .color-box.selected-2 span {
  flex-direction: column;
  opacity: 1;
}
.step-etape-6 .color-box.selected-1 span::after, .step-etape-6 .color-box.selected-2 span::after, .step-etape-7 .color-box.selected-1 span::after, .step-etape-7 .color-box.selected-2 span::after {
  opacity: 0.5;
  font-size: 9px;
}
.step-etape-6 .color-box.selected-1 .color-circle, .step-etape-6 .color-box.selected-2 .color-circle, .step-etape-7 .color-box.selected-1 .color-circle, .step-etape-7 .color-box.selected-2 .color-circle {
  border-color: #006eb7;
}
.step-etape-6 .color-box.selected-1 span::after, .step-etape-7 .color-box.selected-1 span::after {
  content: "(Couleur 1)";
}
.step-etape-6 .color-box.selected-2 span::after, .step-etape-7 .color-box.selected-2 span::after {
  content: "(Couleur 2)";
}
.step-etape-6 .color-circle, .step-etape-7 .color-circle {
  height: 45px;
  width: 45px;
  border-radius: 9999px;
  padding: 4px;
  border: 1px solid #fff;
  margin: 0 3px 5px;
}
.step-etape-6 .color-circle-bg, .step-etape-7 .color-circle-bg {
  height: 35px;
  width: 35px;
  border-radius: 9999px;
}

.simulations-search, .simulations-top, .simulations-table {
  padding-left: 89px;
  padding-right: 89px;
}
.simulations-search .inner {
  margin-top: 70px;
  margin-bottom: 40px;
  width: 234px;
  position: relative;
}
.simulations-search .search-container {
  display: flex;
  border: 1px solid #000;
  border-radius: 7px;
  width: 100%;
  padding: 3px 7px;
  justify-content: space-between;
}
.simulations-search .search-container input {
  padding: 0;
  border: none !important;
  font-size: 16px;
  line-height: 22px;
  padding-top: 2px;
  width: calc(100% - 30px);
  color: #000;
}
.simulations-search .search-container input::placeholder {
  color: #000;
}
.simulations-search .search-container input:focus {
  outline: none;
}
.simulations-search .search-container button {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  background: transparent !important;
}
.simulations-search .search-container button svg {
  height: 22px;
  width: auto;
}
.simulations-search .results-list {
  position: absolute;
  top: 31px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  width: 95%;
  left: 2.5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.simulations-search .results-list button {
  width: 100%;
  text-align: left;
  border: none;
  padding: 4px 10px;
  background: #fff;
}
.simulations-search .results-list button span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 15px;
}
.simulations-search .results-list button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.simulations-search .results-list p {
  text-align: center;
  font-size: 15px;
  margin: 0;
  padding: 5px;
}
.simulations-top h1 {
  color: #006eb7;
  margin-bottom: 54px;
  font-size: 40px;
  text-align: center;
}
.simulations-top h1 b {
  font-family: "Tisa Sans", "Arial", serif;
}
.simulations-table table {
  width: 100%;
}
.simulations-table table th {
  color: #006eb7;
  font-size: 18px;
}
.simulations-table table th,
.simulations-table table td {
  padding: 10px 0;
}
.simulations-table table tbody tr {
  border-bottom: 1px solid #212529;
}
.simulations-table table tbody tr:last-child {
  border: none;
}
.simulations-table table td {
  font-size: 17px;
}
.simulations-table table .date {
  width: 150px;
}
.simulations-table table .societe,
.simulations-table table .ville,
.simulations-table table .contact {
  width: auto;
}
.simulations-table table .simulations {
  width: 150px;
  text-align: center;
}
.simulations-table table .simulations a {
  color: #000;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.simulations-table table .simulations a:hover {
  color: #da8c1d;
}
.simulations-table table .infos {
  width: 120px;
  text-align: center;
}
.simulations-table table button {
  background: #006eb7;
  width: 23px;
  height: 23px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: none;
  border: 0px solid transparent;
  margin: 0 8px;
  overflow: hidden;
}
.simulations-table table button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simulations-table table button:hover {
  background: #da8c1d;
}
.simulations-table table button svg {
  width: 11px;
  height: auto;
}
.simulations-table table .view svg {
  width: 15px;
}
.simulations-table table .view svg path {
  fill: #fff;
}
.simulations-table table .edit svg,
.simulations-table table .copy svg {
  width: 13px;
}
.simulations-table table .edit svg path,
.simulations-table table .copy svg path {
  stroke: #fff;
}
.simulations-table table .delete svg g g {
  fill: #fff;
}
.simulations-table table .infos .btn-infos {
  overflow: visible;
  margin: auto;
  display: inline-block;
}
.simulations-table table .infos .info {
  border-radius: 7px;
  background: #006eb7;
  height: 28px;
  min-width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.simulations-table table .infos .info:hover {
  background: #da8c1d;
}
.simulations-table table .infos .info svg {
  height: 14px;
  width: auto;
}
.simulations-popup-delete, .simulations-popup-exit-bat {
  z-index: 5;
  position: fixed;
  width: 100%;
  background: rgba(0, 110, 183, 0.5019607843);
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simulations-popup-delete-content, .simulations-popup-exit-bat-content {
  background: #fff;
  padding: 50px 60px;
  border-radius: 7px;
  width: 630px;
  min-height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.simulations-popup-delete-content h2, .simulations-popup-exit-bat-content h2 {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #000;
}
.simulations-popup-delete-content p, .simulations-popup-exit-bat-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  text-align: center;
}
.simulations-popup-delete-content p b,
.simulations-popup-delete-content p b span, .simulations-popup-exit-bat-content p b,
.simulations-popup-exit-bat-content p b span {
  font-family: "Tisa Sans", "Arial", serif;
}
.simulations-popup-delete-content button, .simulations-popup-exit-bat-content button {
  border: 1px solid #006eb7;
  margin: 0 15px;
}
.simulations-popup-delete-content button.cancel:hover, .simulations-popup-exit-bat-content button.cancel:hover {
  color: #da8c1d;
  border-color: #da8c1d;
}
.simulations-popup-delete-content button.confirm:hover, .simulations-popup-exit-bat-content button.confirm:hover {
  border-color: #da8c1d;
}

.simulation-list-container {
  padding: 112px 24px;
}
.simulation-list-container .simulations-top {
  margin-bottom: 54px;
}
.simulation-list-container h1 {
  margin-bottom: 0;
}
.simulation-list-container .client-name {
  color: #da8c1d;
  text-align: center;
  font-size: 25px;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  margin-bottom: 0;
}
.simulation-list-container .simulation-list .simulation-entry {
  margin-bottom: 32px;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item {
  height: 100%;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-item-date {
  text-align: end;
  font-size: 9px;
  margin-bottom: 4px;
  color: #000;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-item-img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 252/216;
  display: block;
  background-color: #fff;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions .simulation-action {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions .simulation-action:hover .simulation-btn-action {
  background-color: #da8c1d;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions .simulation-action:hover span {
  color: #da8c1d;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions .simulation-action .simulation-btn-action {
  background-color: #006eb7;
  height: 28px;
  width: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 8px;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions .simulation-action .simulation-btn-action:hover {
  background-color: #da8c1d;
}
.simulation-list-container .simulation-list .simulation-entry .simulation-item .simulation-actions .simulation-action span {
  text-align: center;
  font-size: 12px;
  color: #000;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.simulation-list-container .new {
  display: flex;
  flex-direction: column;
  margin-top: 144px;
}
.simulation-list-container .new svg {
  fill: #006eb7;
  height: 33px;
  width: auto;
  margin: 0 auto 5px;
}
.simulation-list-container .new:hover svg {
  fill: #da8c1d;
}
.simulation-list-container .new:hover .btn-new-simulation {
  background: #da8c1d !important;
}
.simulation-list-container .new .btn-new-simulation {
  background: #006eb7;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 183px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  border: none !important;
  border-radius: 26px;
  text-decoration: none;
}
.simulation-list-container .new .btn-new-simulation:disabled {
  background: #006eb7 !important;
  opacity: 0.5;
}

#clientSimulationsModal .simulation-item {
  position: relative;
}
#clientSimulationsModal .client-name {
  color: #da8c1d;
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
  margin-bottom: 10px;
}
#clientSimulationsModal .simulation-date,
#clientSimulationsModal .simulation-details-infos {
  color: #006eb7;
  font-weight: bold;
}
#clientSimulationsModal .simulation-date {
  margin-bottom: 0;
}
#clientSimulationsModal .simulation-details p {
  margin-bottom: 0;
}
#clientSimulationsModal .right {
  display: flex;
  align-items: center;
}
#clientSimulationsModal .btn-duplicate {
  max-width: 70px;
  font-weight: bold;
  font-size: 0.6em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-25px);
}
#clientSimulationsModal .btn-duplicate .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #006eb7;
  border-radius: 5px;
  margin: 0 auto 5px auto;
}
#clientSimulationsModal .btn-duplicate .icon:hover {
  background: #da8c1d;
}

.btn-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  z-index: 5;
}

.ReactModal__Content.ReactModal__Content--after-open {
  width: 500px !important;
}

.ina-modal-inside h2 {
  max-width: 100% !important;
}

.ina-modal-content p {
  text-align: center !important;
}

button.ina-button.ina-stay-logged-in {
  width: 100%;
  background: #006eb7 !important;
}
button.ina-button.ina-stay-logged-in:hover {
  background: #da8c1d !important;
}

.washtec-modal .modal-content {
  min-width: 631px;
  padding: 35px;
  border-radius: 7px;
}
.washtec-modal .modal-body {
  padding: 0;
}
.washtec-modal .modal-body .modal-title {
  font-weight: 700;
  color: #000;
  font-family: "Tisa Sans", "Arial", serif;
  margin-bottom: 36px;
}
.washtec-modal .modal-body p {
  text-align: center;
  color: #000;
  font-family: "Tisa Sans", "Arial", serif;
  margin: 0;
}
.washtec-modal .modal-body strong {
  font-family: "Tisa Sans", "Arial", serif;
  font-weight: bold;
}
.washtec-modal .modal-footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 45px;
  border-top: none;
  padding: 0;
}
.washtec-modal .modal-footer > * {
  margin: 0;
}

.scroll-top-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  padding: 0;
  border-radius: 90px;
  border: none;
  cursor: pointer;
}

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