/* Main */
/* Backgrounds */
/* Images */
/* Buttons */
/* Inputs */
/*CollectiveAgreement */
@font-face {
  font-family: 'NettoOT';
  src: url('/fonts/NettoWebPro.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NettoOT-Bold';
  src: url('/fonts/NettoWebPro-Bold.woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/fonts/Roboto-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
/* Catch Autocomplete*/
.white-form input:-webkit-autofill,
.white-form input:-webkit-autofill:hover,
.white-form input:-webkit-autofill:focus,
.white-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #e20a52 !important;
}
.pink-form input:-webkit-autofill,
.pink-form input:-webkit-autofill:hover,
.pink-form input:-webkit-autofill:focus,
.pink-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FEE7F0 inset !important;
  -webkit-text-fill-color: #e20a52 !important;
}
:root {
  --primary-color: #e20a52;
  --warm-grey: #888888;
}
/**:not(.fa, .far, .fas) {
    font-family: Roboto, sans-serif !important;
    -webkit-transition: width .5s, height .5s, background-color .5s, -webkit-transform .5s;
    transition: width .5s, height .5s, background-color .5s, transform .5s;
}*/
::placeholder {
  color: #e20a52 !important;
  opacity: 1 !important;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e20a52 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e20a52 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: Roboto;
  color: #ffffff;
  background-color: #eeeff0;
}
.main-color {
  color: #e20a52;
}
a {
  color: #e20a52;
}
.btn:hover,
btn:active,
btn:focus {
  color: #FFFFFF;
}
.btn-pink {
  color: #ffffff !important;
  background-color: #e20a52 !important;
}
.btn-green {
  color: #ffffff !important;
  background-color: #60bcac !important;
}
.btn-greenborder,
.btn-greenborder:hover,
.btn-greenborder:focus {
  color: #60bcac !important;
  background-color: #ffffff !important;
  border: 1px solid #60bcac;
}
.btn-red {
  color: #ffffff !important;
  background-color: #C40F11 !important;
}
.btn-pink:hover {
  color: #ffffff !important;
  background-color: #e20a52 !important;
}
.btn-green:hover {
  color: #ffffff !important;
  background-color: #60bcac !important;
}
.btn-red:hover {
  color: #ffffff !important;
  background-color: #C40F11 !important;
}
a:hover,
a:focus {
  color: #e20a52;
  text-decoration: none;
}
a.dark,
a.dark:hover,
a.dark:focus,
span.dark {
  color: #3e4e5e;
}
.auto-margin {
  margin: auto;
}
.flex-display {
  display: flex;
}
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollable::-webkit-scrollbar {
  width: 10px;
}
.scrollable::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f7f7f7;
  border: solid 1px #87a2cf;
}
.scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #87a2cf;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.bold {
  font-weight: bold !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-initial {
  text-transform: none !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.padding-down-xxxl {
  padding-bottom: 140px !important;
}
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mb-0 {
  margin-bottom: 0 !important;
}
/* Buttons */
button:focus,
button:active {
  border-color: transparent;
}
.btn-submit {
  border-radius: 4px;
  background-color: #60bcac;
  border-color: #60bcac;
  font-family: Roboto;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 30px;
  margin-bottom: 5px;
}
.btn-submit .fas {
  margin-left: -15px;
  margin-right: 10px;
}
.btn-submit .fa-plus {
  margin-left: -12px;
}
.btn-submit-danger {
  background-color: #e20a52;
  border-color: #e20a52;
}
.btn-submit-danger:hover,
btn-submit-danger:focus {
  background-color: #e20a52;
}
.btn-statut,
.btn-statut:hover,
.btn-statut:focus {
  width: 175px;
  padding: 4px 5px 3px;
  border-radius: 15.5px;
  background-color: #a3abbe;
  border: solid 1px #a3abbe;
  font-family: Roboto;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.btn-statut-ok,
.btn-statut-ok:hover,
.btn-statut-ok:focus {
  color: #ffffff;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-statut-notok,
.btn-statut-notok:hover,
.btn-statut-notok:focus {
  color: #ffffff;
  background-color: #ed4851;
  border-color: #ed4851;
}
.btn-statut-primary,
.btn-statut-primary:hover,
.btn-statut-primary:focus {
  color: #ffffff;
  background-color: #e20a52;
  border-color: #e20a52;
}
.btn-statut-complex,
.btn-statut-complex:hover,
.btn-statut-complex:focus {
  color: #ffffff;
  background-color: #234780;
  border-color: #234780;
}
.btn-statut-info,
.btn-statut-info:hover,
.btn-statut-info:focus {
  color: #ffffff;
  background-color: #60bcac;
  border-color: #60bcac;
}
.btn-validate {
  border: none;
  border-radius: 25px;
  background-color: #e20a52;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Roboto-Bold;
  font-size: 17px;
  color: #ffffff;
  min-width: 140px;
}
.btn-validate:active,
.btn-validate:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-assistant {
  padding: 8px 22px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #e20a52;
  font-family: Roboto;
  font-size: 16px;
  color: #e20a52;
  letter-spacing: 0.6px;
}
.btn-assistant:hover,
.btn-assistant:focus {
  background-color: #FEE7F0;
  border: solid 1px #e20a52;
  color: #e20a52 !important;
}
.btn-assistant.btn-next {
  background-color: #c7e3f6;
  border: solid 1px #60bcac;
}
.btn-assistant .fas {
  margin-right: 10px;
}
.btn-download,
.btn-download:hover,
.btn-download:focus,
btn.switch-deli {
  border-radius: 3px;
  border: solid 1px #e20a52;
  padding: 5px;
  color: #e20a52;
  width: 100%;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  margin-bottom: 4px;
}
.btn-download .fas:first-child,
.btn.switch-deli .fas:first-child {
  font-size: 18px;
  margin: auto 8px auto 0;
}
.btn-download > span,
.btn.switch-deli > span {
  width: 100%;
}
.btn-download .fas:last-child {
  font-size: 15px;
  margin: auto 5px auto 0;
}
.btn-response,
.btn-response:hover,
.btn-response:focus {
  border-color: #7ed321;
  color: #7ed321;
}
.btn-darkblue {
  background-color: #3264b4;
  border-color: #3264b4;
}
.btn-pink,
.btn-pink:hover,
.btn-pink:focus {
  background-color: #e20a52 !important;
  border-color: #e20a52 !important;
  color: #ffffff !important;
}
.btn-green,
.btn-green:hover,
.btn-green:focus {
  background-color: #60bcac !important;
  border-color: #60bcac !important;
  color: #ffffff !important;
}
.btn-darkblue:hover,
.btn-darkblue:focus {
  background-color: #3264b4;
}
.btn-admin {
  width: 470px;
  border-radius: 8px;
  background-color: #FEE7F0;
  border: solid 1px #e20a52;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  color: #e20a52;
  margin: 20px;
  padding: 30px;
}
.btn-admin:hover {
  background-color: #FEE7F0 !important;
  border: solid 1px #e20a52 !important;
  color: #e20a52 !important;
}
.btn-admin .fas {
  margin-right: 8px;
}
.btn-action,
.btn-action:hover,
.btn-action:focus {
  font-family: Roboto;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  padding: 8px 10px;
  margin: auto;
  background-color: #9aa3ad;
  width: 151px;
}
.btn-action.btn-action-ok {
  width: 151px;
  background-color: #7ed321;
}
.btn-action.btn-action-primary {
  width: 103px;
  background-color: #e20a52;
}
.btn-action.btn-action-danger {
  width: 103px;
  background-color: #ed4744;
}
.btn-title {
  position: absolute;
  right: 30px;
  top: 18px;
}
.admin-bar .btn-submit {
  margin-bottom: 0;
}
.btn-grey {
  background-color: #9aa3ad;
  border-color: #9aa3ad;
}
.btn-grey:hover,
.btn-grey:focus {
  background-color: #a2acb7;
  border-color: #a2acb7;
}
.btn-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
/* Header */
.header {
  display: flex;
  width: 100%;
  height: 225px;
  background-color: #d8d8d8;
  background-color: #e20a52;
  background-position: center top;
  box-shadow: 12px 2px 13px 0 rgba(4, 0, 0, 0.18);
}
.header .logo-area {
  display: flex !important;
  height: 152px;
  border-radius: 0 15px 15px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto 0;
  padding: 10px 15px;
}
.header .logo-area a {
  margin: auto 28px;
  height: 100%;
}
.header .logo-area a img {
  height: 100%;
}
.header .description {
  margin: auto;
  font-size: 21px;
  margin-left: 56px;
  line-height: 1em;
}
.header .description .head {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2em;
}
.user-panel {
  margin: auto 42px;
  float: right;
  font-family: Roboto;
}
.user-panel-low {
  margin: auto 42px 0;
  float: right;
  font-family: Roboto;
}
.user-panel-low p {
  font-family: Roboto;
  font-size: 18px;
}
.user-panel .login-form label {
  display: inline-block;
  font-weight: normal;
  font-family: Roboto;
  font-size: 14px;
  margin-right: 15px;
}
.user-panel .login-form .form-group {
  margin-bottom: 5px;
}
.user-panel .login-form .form-control {
  display: inline-block;
  width: 290px;
  padding: 18px 16px;
  border-radius: 18px;
  background-color: #ffffff;
  border: solid 1px #3264b4;
  font-family: Roboto;
  font-size: 13px;
}
/* Navbar */
.navbar {
  display: flex;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.navbar-collapse {
  margin: auto 15px;
  width: 100%;
}
.navbar-nav li {
  transition: all 0.3s ease;
  height: 38px;
  border-radius: 25px;
  display: flex;
  margin: 0 0.6em;
}
.navbar-nav > li > a {
  transition: all 0.3s ease;
  padding: 12px 14px;
  margin: auto;
  font-family: Roboto;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 15px;
  color: #e20a52;
}
.navbar-nav > li:hover,
.navbar-nav > li.active {
  background-color: #e20a52;
}
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
  color: #ffffff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: none;
}
.navbar-right > li {
  background-color: #60bcac;
}
.navbar-right > li:hover {
  background-color: #60bcac;
}
.navbar-right > li > a {
  padding: 8px 15px;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
}
.navbar-right > li > a > span {
  position: relative;
  margin-left: 8px;
  top: 2px;
}
/* Login */
.login {
  margin-top: 4px;
}
.login .left-side {
  padding-left: 0;
  padding-right: 2px;
}
.login .right-side {
  padding-left: 2px;
  padding-right: 0;
  overflow-x: hidden;
}
.login .welcome-area {
  display: flex !important;
  height: 255px;
  background-color: #60bcac;
  text-align: center;
}
.login .welcome-area p {
  margin: auto;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.login .welcome-area p .fede {
  font-size: 33px;
}
.login .login-area {
  text-align: center;
  background-color: #e20a52;
  margin-top: 4px;
}
.login .info-area {
  display: flex !important;
  text-align: center;
  background-color: #e20a52;
  margin-top: 4px;
  padding: 88px;
}
.login .info-area p {
  margin: auto;
  font-size: 25px;
  line-height: 1;
}
.login .info-area a {
  font-size: 0.6em;
}
.contact-area {
  text-align: center;
  background-color: #e20a52;
  height: 100%;
}
.login h1 {
  margin: 0;
  padding-top: 40px;
  margin-bottom: 10px;
  font-family: Roboto-Bold;
  font-size: 33px;
}
.login .login-area .login-form {
  width: 300px;
  margin: auto;
  padding: 50px 0;
}
.contact-form {
  margin: auto;
  width: 80%;
  padding: 30px 50px;
}
@media (max-width: 680px) {
  .contact-form {
    width: 100%;
  }
}
.login .login-area .login-form .form-group {
  margin: 5px 0 15px 0;
}
.contact-area .contact-form .form-group {
  margin-bottom: 30px;
}
.contact-area .contact-form .field-validation-error {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
}
.login .login-area .login-form label {
  font-family: Roboto;
  font-size: 17px;
  margin: 0 20px 8px;
}
.login .login-area .login-form .form-control {
  width: 290px;
  padding: 22px 20px;
  border-radius: 23px;
  background-color: #ffffff;
  border: solid 1px #3264b4;
  font-family: Roboto;
  font-size: 13px;
}
.contact-area .contact-form .form-control {
  padding: 22px 20px;
  border-radius: 23px;
  background-color: #ffffff;
  border: solid 1px #e20a52;
  font-family: Roboto;
  font-size: 13px;
}
.login .map-view {
  background-image: url('/Images/shake-hands.jpg');
  background-size: cover;
  height: 100%;
}
/* Footer */
footer {
  display: flex;
  width: 100%;
  height: 188px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}
footer .logo-area {
  margin: auto 28px;
  height: 152px;
  display: flex;
}
footer .logo-area a {
  margin: auto;
  height: 100%;
}
footer .logo-area a img {
  height: 100%;
}
footer .links-area {
  margin: 50px;
}
footer .links-area p:last-child {
  margin: 0;
}
footer .links-area > p > a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #e20a52;
  font-family: Roboto-Bold;
}
/* Cookies */
#cookie-bar {
  background-color: #2b2b2b;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.75);
  height: 79px;
  width: 100%;
  display: table;
  top: 0;
  z-index: 1001;
  position: fixed;
}
.cookie-text {
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  display: table-cell;
}
.cookie-text img {
  margin-right: 5px;
}
a.cookies-link {
  color: #56a3d5;
  margin-left: 30px;
  text-transform: uppercase;
}
/* Main Content */
.box {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 13px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px 30px 60px;
  margin: 50px 40px 60px;
  font-family: Roboto;
  color: #3e4e5e;
  font-size: 15px;
}
.box-cover {
  height: 200px;
  background-color: #d8d8d8;
  margin: -15px -30px 25px -30px;
  border-radius: 12px 12px 0 0;
  display: flex;
  overflow: hidden;
}
.box .box-nav {
  margin-left: 45px;
  margin-top: -50px;
  margin-bottom: 25px;
}
.box .box-nav a {
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #828a92;
  height: 58px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #dadada;
  padding: 18px 30px 11px;
  margin-right: 15px;
}
.box .box-nav a.active {
  color: #e20a52;
  background-color: white;
  border-top: 5px solid #e20a52;
}
.box .box-header {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.box .box-header-fixed {
  height: 74px;
}
.box .box-header .knowledge-item-download {
  position: absolute;
  right: 5px;
  top: 0;
}
.box .box-header .knowledge-item-print {
  position: absolute;
  right: 18em;
  top: 0;
}
.box h1,
.box h2,
.box h3 {
  text-transform: uppercase;
  font-family: Roboto-Bold;
}
.box h1.title {
  font-size: 33px;
  color: #e20a52;
}
.box h1.sticky {
  line-height: 30px;
}
.box h1 .small {
  font-size: 19px;
  margin-top: 5px;
}
.box h2.title {
  font-size: 28px;
  color: #ffffff;
}
.box h3 {
  text-transform: none;
  font-size: 19px;
}
.inside-box {
  margin-bottom: 30px;
  border-radius: 13px;
  border: solid 1px #979797;
  background-color: #ffffff;
}
.inside-box-shadow {
  box-shadow: 1px 8px 11px 0 rgba(154, 154, 154, 0.5);
  border: none;
}
.inside-box-shadow-v2 {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.09);
}
.inside-box .box-header {
  border-radius: 11px 11px 0 0;
  text-align: left;
  background-color: #60bcac;
  margin: 0;
}
.inside-box .box-header h2 {
  padding: 20px 20px 10px 30px;
  margin: 0;
  text-transform: uppercase;
  font-family: Roboto-Bold;
}
.box .box-content {
  padding: 30px 20px 25px;
}
.box .box-content .assistant-content {
  padding: 0 3em;
  font-family: Roboto;
  font-size: 15px;
  color: #3e4e5e;
}
.box .box-content .assistant-content .bold {
  font-size: 18px;
  display: block;
}
.box .box-content .assistant-content a {
  color: #3baaf0;
  font-weight: bold;
}
.box .box-content .assistant-help {
  width: 90%;
  margin: auto;
}
.box .box-content .assistant-help .title {
  font-family: Roboto-Bold;
  font-size: 24px;
  color: #e20a52;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.box .box-content .assistant-help a {
  font-size: 15px;
  text-align: left;
}
.content-block {
  margin-top: 20px;
  padding: 10px;
}
.content-block h3 {
  margin-top: 0;
}
.content-block .content-block-header {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
}
.content-block .content-block-content {
  margin-left: 15px;
  margin-right: 15px;
}
.content-block .content-block-content a {
  font-family: Roboto;
  font-size: 14px;
  line-height: 2;
  color: #e20a52;
  text-decoration: none;
}
.content-block .content-block-content a .title {
  font-weight: bold;
  text-decoration: underline;
}
.box .footer-block {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FEE7F0;
  font-family: Roboto-Bold;
  padding: 40px;
  border-radius: 0 0 12px 12px;
  text-align: center;
}
.box .description {
  font-family: Roboto;
  font-size: 18px;
  color: #3e4e5e;
  margin: auto 40px auto 30px;
}
.box .card {
  margin: auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.box .card.card-thin {
  width: 80%;
}
.box .card .cover {
  height: 150px;
  max-height: 150px;
  display: flex;
  margin: -5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.box .card .cover.small {
  height: 100px;
}
.box .card .cover img {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.box .card h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #e20a52;
  height: 38px;
}
.box .card .time {
  font-size: 27px;
  color: #e20a52;
  margin: 10px 0;
  font-family: Roboto;
  font-weight: bold;
}
.box .card .description {
  font-family: Roboto;
  font-size: 14px;
  color: #3e4e5e;
  margin: 10px 20px;
  height: 300px;
}
.box .card .price {
  display: flex;
  flex-direction: column;
  background-color: #FEE7F0;
  font-family: Roboto-Bold;
  font-size: 33px;
  margin: 15px -5px -5px;
  text-align: right;
  color: #e20a52;
  padding: 25px 24px 30px;
  line-height: 25px;
  border-radius: 0 0 5px 5px;
}
.box .card .price .info {
  font-size: 15px;
  margin-bottom: 20px;
}
.box .card .price a {
  margin: auto;
}
.box .card.card-row {
  display: flex;
  flex-direction: row;
}
.box .card.card-row img,
.box .card.card-row h3,
.box .card.card-row .price {
  display: inline-block;
  margin: auto;
}
.box .card.card-row img {
  height: 60px;
}
.box .card.card-row .price {
  background: initial;
  padding: 22px 0;
  line-height: 1;
}
.box .progress {
  border-radius: 11.5px;
  background-color: #d9efd1;
  margin-bottom: 0;
}
.box .progress .progress-bar {
  border-radius: 11.5px;
  background-color: #7ed321;
}
.box .progress-text {
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #7ed321;
}
.box .links {
  position: absolute;
  bottom: 0;
}
.part-head {
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.part-head .part-number {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(45deg, #FEE7F0, #e20a52);
  font-family: Roboto;
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 65px;
  margin-right: 30px;
  border-radius: 35px;
}
.part-head h2 {
  font-size: 24px;
  color: #e20a52;
  line-height: 15px;
  margin-bottom: 0;
}
.part-head span {
  font-family: Roboto;
  font-size: 19px;
  color: #e20a52;
}
.knowledge-base .card h3 {
  height: 50px;
}
.knowledge-base .card {
  max-width: 420px;
}
.knowledge-base .card .description {
  height: 110px;
}
.knowledge-item .item-header {
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  color: #3e4e5e;
}
.knowledge-item .item-header span {
  font-size: 14px;
  font-weight: normal;
}
.knowledge-item .item-content {
  font-family: Roboto;
  font-size: 15px;
  text-align: justify;
  color: #3e4e5e;
}
.strip-area {
  margin: 60px 0 40px;
  height: 68px;
}
.strip-area > .strip-header {
  border-radius: 0 34px 34px 0;
  background-color: #e20a52;
  position: absolute;
  left: 0;
  font-family: Roboto-Bold;
  font-size: 30px;
  color: #ffffff;
  padding: 15px 100px 9px 90px;
  min-width: 690px;
}
.search-block {
  position: absolute;
  top: 28px;
  right: 90px;
  width: 30%;
}
/* Table */
.table-questions > thead > tr > th {
  font-family: Roboto-Bold;
  text-transform: uppercase;
  font-size: 15px;
}
.table-questions > thead > tr:last-child > th {
  min-width: 165px;
}
.table-questions > tbody > tr > td:first-child {
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #e20a52;
  vertical-align: middle;
}
.table-questions > tbody > tr > td:nth-child(2) {
  font-family: Roboto;
}
.table-questions tbody > tr > td:last-child {
  text-align: center;
}
.table-pack-info > tbody > tr > td:first-child {
  font-family: Roboto-Bold;
  font-size: 17px;
}
.table-pack-info > tbody > tr > td,
.table-questions > tbody > tr > td {
  border-top: none;
}
/* Forms */
.search-form {
  width: 100%;
  position: relative;
}
.search-form input {
  border-radius: 30px !important;
  background-color: #FEE7F0;
  border: solid 1px #e20a52;
  font-family: Roboto;
  font-size: 15px;
  color: #e20a52;
  padding: 22px;
}
.search-form button {
  font-size: 16px;
  background: none;
  border: none;
  color: #e20a52;
  position: absolute;
  right: 6px;
  top: 6px;
}
.search-form button.search-lg {
  font-size: 18px;
  right: 10px;
  top: 10px;
}
.box label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #e20a52;
  margin-left: 15px;
}
.box .form-group {
  margin-bottom: 15px;
}
.form-control {
  text-align: justify;
  padding: 8px 12px;
  border-radius: 18px;
  background-color: #ffffff;
}
.form-control-white {
  text-align: justify;
  padding: 8px 12px;
  border-radius: 18px;
  background-color: #ffffff;
}
.form-control-black {
  text-align: justify;
  padding: 8px 12px;
  border-radius: 18px;
  background-color: #ffffff;
}
.form-control {
  font-family: Roboto;
  font-size: 13px;
  color: #e20a52;
  border: solid 1px #e20a52;
  background-color: #FEE7F0 !important;
  height: 40px;
}
.form-control-white {
  font-family: Roboto;
  font-size: 13px;
  color: #e20a52;
  border: solid 1px #e20a52;
  background-color: white !important;
}
.form-control-black {
  font-family: Roboto;
  font-size: 13px;
  color: #3e4e5e;
  border: solid 1px #9aa3ad;
  background-color: white !important;
}
.label-black-text {
  color: #3e4e5e !important;
}
.form-control:focus {
  border: solid 1px #e20a52;
  box-shadow: none;
}
/* Drag & Drop */
/* Question Manager */
.question-manager {
  font-family: Roboto;
}
.question-manager > .questions,
.question-manager > .conversation,
.question-manager > .conversation-info,
.question-manager > .admin {
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
.question-manager > .admin,
.question-manager > .admin-bar {
  padding-left: 0;
  padding-right: 0;
  margin: 0 5px;
}
.question-manager > .admin > .head {
  background-color: #e20a52;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 5px 5px 0 0;
}
.question-manager > .admin > .content {
  font-family: Roboto;
  font-size: 11px;
  color: #3e4e5e;
  padding: 30px 15px;
}
.question-manager > .admin > .content .office-info {
  border-radius: 14.5px;
  background-color: #f4f4f4;
  padding: 2px 8px;
  margin-bottom: 5px;
}
.question-manager > .questions {
  padding: 0;
  max-height: 900px;
}
.question-manager > .questions .block {
  position: relative;
  height: 80px;
  display: flex;
  flex-direction: column;
  padding: 5px 20px;
  border-bottom: solid 1px #e2e9f4;
}
.question-manager > .questions .block.active {
  background-color: #FEE7F0;
}
.question-manager > .questions .block > form,
.question-manager > .questions .block > div {
  margin: auto 0;
}
.question-manager > .questions .block > div {
  font-size: 13px;
  color: #3e4e5e;
}
.question-manager > .questions .block > .title {
  margin-bottom: 0;
  padding-right: 14px;
}
.question-manager > .questions .block > .status {
  margin-top: 0;
  font-size: 12px;
  color: #e20a52;
}
.question-manager > .questions .block > .far {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 17px;
}
.question-manager > .questions .block > .far.fa-clock {
  color: #9aa3ad;
}
.question-manager > .questions .block > .far.fa-check-circle {
  color: #7ed321;
}
.question-manager > .questions .block.notif {
  font-weight: bold;
}
.question-manager > .questions .block > .notif-bg,
.question-manager > .questions .block > .notif-message {
  display: none;
}
.question-manager > .questions .block.notif > .notif-bg {
  display: initial;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3264b4;
  width: 7px;
  height: 100%;
}
.question-manager > .questions .block.notif > .notif-message {
  display: initial;
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 900;
  color: #3264b4;
  text-transform: uppercase;
}
.question-manager > .questions .block.notif span {
  border-bottom: none;
}
.question-manager > .questions .block.notif > .notif-message > .big {
  font-size: 12px;
}
.question-manager > .conversation {
  margin: 0 5px;
  padding: 15px;
  min-height: 700px;
  max-height: 900px;
  display: flex;
  flex-direction: column;
}
.question-manager > .conversation > .scrollable {
  margin: 0 -5px 12px;
  padding: 2px 10px 0;
}
.question-manager > .conversation .date {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #3e4e5e;
  margin-bottom: 22px;
}
.question-manager > .conversation .date {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #3e4e5e;
  margin-bottom: 22px;
}
.question-manager > .conversation .sender,
.question-manager > .conversation .receiver {
  width: 100%;
  margin-bottom: 12px;
}
.question-manager > .conversation .sender > .message-block {
  background-color: #e20a52;
  margin: 0 0 0 auto;
}
.question-manager > .conversation .receiver > .message-block {
  background-color: #eaeaea;
  margin: auto 0 0 0;
}
.question-manager > .conversation .message-block {
  width: 80%;
  padding: 20px 40px 30px 30px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.question-manager > .conversation .message-block.message-payment {
  padding-bottom: 15px;
}
.question-manager > .conversation .message-block.message-payment a {
  margin-left: 5px;
  margin-right: 5px;
}
.question-manager > .conversation .message-block > .message-date {
  font-family: Roboto;
  font-size: 12px;
  margin-right: -25px;
  margin-top: -8px;
  font-style: italic;
  text-align: right;
  color: #94aed7;
  margin-bottom: 10px;
}
.question-manager > .conversation .sender > .message-block > .message-date {
  color: #FFFFFF;
}
.question-manager > .conversation .receiver > .message-block > .message-date {
  color: #e20a52;
  font-weight: bold;
}
.question-manager > .conversation .message-block > .message {
  font-family: Roboto;
  font-size: 14px;
  text-align: justify;
}
.question-manager > .conversation .sender > .message-block > .message {
  color: #ffffff;
}
.question-manager > .conversation .receiver > .message-block > .message {
  color: #3e4e5e;
}
.question-manager > .conversation .btn.btn-download {
  width: 60%;
  font-size: 14px;
}
.question-manager > .conversation .btn.switch-deli {
  background-color: #eaeaea;
  color: #3e4e5e;
  border: 1px solid #eaeaea;
  width: 60%;
  margin: 5px 0 0 auto;
  font-size: 14px;
}
.question-manager > .conversation .sender .btn.btn-download {
  background-color: #3264b4;
  margin: 5px 0 0 auto;
  color: #fff;
}
.question-manager > .conversation .sender .btn.btn-download.inline-flex {
  margin: 5px 0 0 5px;
}
.question-manager > .conversation .sender .btn.btn-download.btn-response {
  background-color: #7ed321;
}
.question-manager > .conversation div.doc {
  display: flex;
}
.question-manager > .conversation .receiver .btn.btn-download {
  background-color: #eaeaea;
  margin: 5px auto 0 0;
  color: #e20a52;
  border: 1px solid #eaeaea;
}
.question-manager > .conversation .receiver .btn.btn-download.btn-response {
  background-color: #7ed321;
  color: white;
}
.question-manager > .conversation .answer {
  position: relative;
  width: 100%;
  margin: auto auto 0 auto;
  display: block;
}
.question-manager > .conversation .answer.answered {
  position: relative;
  width: 100%;
  margin: auto auto 0 auto;
  display: flex;
  border-radius: 14px;
  background-color: #7ed321;
  height: 130px;
}
.question-manager > .conversation .answer.answered > span {
  margin: auto;
  color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.question-manager > .conversation .answer > textarea {
  resize: none;
  padding: 8px 160px 8px 14px;
  min-height: 120px;
  max-height: 200px;
}
.question-manager > .conversation .answer > .send-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.question-manager > .conversation .answer > .send-block > a {
  display: block;
  height: 50%;
  color: white;
  margin: auto;
  padding: 15px;
  display: flex;
  cursor: pointer;
  border: 1px solid #e20a52;
  font-weight: bold;
}
.question-manager > .conversation .answer > .send-block > a:first-child {
  background-color: #e20a52;
  border-radius: 0 15px 0 0;
}
.question-manager > .conversation .answer > .send-block > a:last-child {
  background-color: #FEE7F0;
  border-radius: 0 0 15px 0;
  color: #e20a52;
}
.question-manager > .conversation .answer > .send-block > a > span {
  margin: auto;
  cursor: pointer;
}
.question-manager > .conversation .answer > .send-block > label {
  margin-bottom: 0;
  margin-left: 0;
  font-size: inherit;
}
.question-manager > .conversation .answer > .send-block .fas {
  margin-right: 12px;
  cursor: pointer;
}
.question-manager > .conversation .answer > .fileInfo {
  position: absolute;
  bottom: -14px;
  right: 10px;
  font-size: 10px;
  color: #428bca;
  font-weight: bold;
}
.question-manager > .conversation-info h2 {
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  color: #e20a52;
}
.question-manager > .conversation-info > .info-block {
  margin-bottom: 30px;
}
.question-manager > .conversation-info > .info-block .btn-statut {
  margin-bottom: 4px;
}
.question-manager .payment-confirm {
  width: 100%;
  color: white;
  background-color: #7ed321;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.question-manager .payment-confirm .fas {
  margin-right: 5px;
}
label.inline-label {
  display: inline-block;
  width: 120px;
  text-align: right;
  margin-right: 10px;
  margin-left: -50px;
}
.input-12 {
  width: 12em;
}
.input-15 {
  width: 15em;
}
.input-20 {
  width: 20em;
}
.input-25 {
  width: 25em;
}
.input-30 {
  width: 30em;
}
.input-50 {
  width: 50em;
}
.pointer {
  cursor: pointer;
}
.w95 {
  width: 95% !important;
  display: inline-block;
}
.bg-light-pink {
  background-color: #FEE7F0;
}
.inline-block {
  display: inline-block !important;
}
.inline-flex {
  display: inline-flex !important;
}
/* Progress bars */
.box .pb-alert .progress {
  background-color: #ffddbc;
}
.box .pb-alert .progress-text {
  color: #ff7c00;
}
.box .pb-alert .progress .progress-bar {
  background-color: #ff7c00;
}
.box .pb-danger .progress {
  background-color: #ebafb2;
}
.box .pb-danger .progress-text {
  color: #ed4851;
}
.box .pb-danger .progress .progress-bar {
  background-color: #ed4851;
}
/* Admin */
#content .content-item {
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  font-family: Roboto;
  font-size: 17px;
  padding: 10px 20px;
  margin-bottom: 4px;
  position: relative;
}
#content .content-item .info {
  font-family: Roboto;
  font-size: 12px;
  color: #9b9b9b;
}
#content .content-item span a.btn-statut {
  font-family: Roboto;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  padding: 2px 5px;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}
span.category {
  display: inline-block;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  color: #e20a52;
  margin-right: 5px;
}
.cancel-padding {
  height: 105px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inputfile {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.camera-upload {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  color: #e20a52;
}
.bg-cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  background-size: cover;
}
.bg-cover a.btn {
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.clickable {
  cursor: pointer;
}
.shorten-20 {
  width: 80%;
}
.shorten-70 {
  width: 30%;
}
.responsable {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #FEE7F0;
  border: solid 1px #FEE7F0;
  vertical-align: middle;
  margin-left: 15px;
}
.responsable.empty {
  background-color: #ffffff !important;
}
.responsable > div:first-child {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.responsable > div:first-child > span {
  margin: auto;
  font-family: Roboto-Bold;
  font-size: 22px;
  color: #ffffff;
}
.respo-list {
  width: 180px;
  border-radius: 5px;
  background-color: #e20a52;
  padding: 10px 15px 10px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  margin-top: 5px;
  margin-left: -98px;
  z-index: 10;
}
.respo-list > div {
  margin-bottom: 10px;
}
.respo-list > div:last-child {
  margin-bottom: 0;
}
.respo-list .initials {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-flex;
  margin-right: 5px;
}
.respo-list .initials span {
  font-family: Roboto-Bold;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  color: #3264b4;
  margin: auto;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.switch-deli {
  display: inline-flex !important;
  width: 13em !important;
}
.content-item .decount input {
  width: 70px;
}
.content-item .decount select {
  width: 100px;
}
.content-item .progress {
  width: 205px;
}
.pack-progress {
  width: 300px;
}
.info-ita {
  font-size: 14px;
  font-style: italic;
  display: block;
}
.box .card.card-row h3 {
  height: initial;
}
.validationMessage {
  position: absolute;
  top: -20px;
  left: 15px;
  color: red;
  font-size: 12px;
}
/* Responsive */
@media (max-width: 1440px) {
  .box {
    padding: 15px 15px 60px;
    margin: 30px 5px 60px;
  }
  .box-cover {
    margin: -15px -15px 25px;
  }
  .box .box-content {
    padding: 15px 10px 25px;
  }
  .box .card h3 {
    height: 57px;
  }
  .box .card.card-thin {
    width: 100%;
  }
  .box .card .price {
    font-size: 24px;
    padding: 15px 18px 30px;
  }
  .box .card .price .info {
    height: 30px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .box .card.card-row .price,
  .box .card.card-row h3,
  .box .card.card-row img {
    height: initial;
  }
  .box .form-control {
    font-size: 13px;
    padding: 8px 2px 8px 10px;
  }
  .btn-action,
  .btn-action:hover,
  .btn-action:focus,
  .btn-action.btn-action-ok {
    width: 120px;
  }
  .btn-action.btn-action-primary,
  .btn-action.btn-action-danger {
    width: 90px;
  }
  .question-manager > .conversation .message-block {
    padding: 15px 35px 20px 20px;
  }
  .content-item .decount label {
    margin-left: 0;
    display: block !important;
    text-align: center;
  }
  .content-item .decount input {
    width: 50px;
  }
  .content-item .decount select {
    width: auto;
  }
  .btn-submit {
    padding: 8px 15px;
  }
  .btn-submit .fas {
    margin-left: -5px;
  }
  .btn-statut,
  .btn-statut:hover,
  .btn-statut:focus {
    width: 160px;
    font-size: 12px;
  }
  .content-item input[type=date] {
    width: 150px !important;
  }
  .question-content {
    padding-right: 0 !important;
  }
  .table-questions > tbody > tr > td:nth-child(2) {
    font-size: 14px;
  }
  .table-pack-info > tbody > tr > td:first-child {
    font-size: 14px;
  }
  .pack-progress {
    width: 230px;
  }
  .question-manager > .questions,
  .question-manager > .conversation,
  .question-manager > .conversation-info {
    max-height: 800px;
  }
}
/*#region Legal notice (mentions legales) */
.tablinks {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #3264b4;
}
.tabs li {
  list-style-type: none;
}
.tablinks span:hover {
  color: #e20a52;
  cursor: pointer;
}
.tablinks span {
  color: #999999;
  font-size: 22px;
  font-weight: bold;
}
.active span {
  border-bottom: 4px solid #e20a52;
  color: #e20a52;
}
/*#endregion */
/*#region Toggle Sliders */
/* SMALL */
.switch-sm {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 20px;
  margin: 0px;
}
.switch-sm input {
  display: none;
}
.slider-sm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--warm-grey);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 8px;
  color: white;
  font-weight: bold;
  padding: 5px 5px 5px 28px;
}
.slider-sm:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-sm:after {
  content: "REFUSÉ";
}
input:checked + .slider-sm {
  padding: 5px 5px 5px 10px;
  background-color: var(--primary-color);
}
input:focus + .slider-sm {
  box-shadow: 0 0 1px var(--primary-color);
}
input:checked + .slider-sm:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
input:checked + .slider-sm:after {
  content: "ACCEPTÉ";
}
.slider-sm.round-sm {
  border-radius: 20px;
}
.slider-sm.round-sm:before {
  border-radius: 50%;
}
/* MEDIUM */
.switch-md {
  position: relative;
  display: inline-block;
  width: 105px;
  height: 30px;
  margin: 0px;
}
.switch-md input {
  display: none;
}
.slider-md {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--warm-grey);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  font-family: Roboto-Bold;
  color: white;
  font-weight: bold;
  padding: 7px 7px 7px 42px;
}
.slider-md:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-md:after {
  content: "REFUSÉ";
}
input:checked + .slider-md {
  padding: 7px 7px 7px 15px;
  background-color: var(--primary-color);
}
input:focus + .slider-md {
  box-shadow: 0 0 2px var(--primary-color);
}
input:checked + .slider-md:before {
  -webkit-transform: translateX(75px);
  -ms-transform: translateX(75px);
  transform: translateX(75px);
}
input:checked + .slider-md:after {
  content: "ACCEPTÉ";
}
.slider-md.round-md {
  border-radius: 30px;
}
.slider-md.round-md:before {
  border-radius: 50%;
}
/* LARGE */
.switch-lg {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 40px;
  margin: 0px;
}
.switch-lg input {
  display: none;
}
.slider-lg {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--warm-grey);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding: 10px 10px 10px 56px;
}
.slider-lg:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-lg:after {
  content: "REFUSÉ";
}
input:checked + .slider-lg {
  padding: 10px 10px 10px 20px;
  background-color: var(--primary-color);
}
input:focus + .slider-lg {
  box-shadow: 0 0 2px var(--primary-color);
}
input:checked + .slider-lg:before {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
input:checked + .slider-lg:after {
  content: "ACCEPTÉ";
}
.slider-lg.round-lg {
  border-radius: 40px;
}
.slider-lg.round-lg:before {
  border-radius: 50%;
}
/*#endregion */
/* POPUP */
#popup {
  justify-content: center;
}
.dark-filter {
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(119deg, #485563, #29323c);
  opacity: 0.62;
  z-index: 1010;
}
.popup {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 850px;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  color: #3264b4;
  z-index: 1011;
}
.popup-header {
  font-family: Roboto-Bold;
  font-size: 33px;
  text-align: center;
  padding: 15px;
}
.popup-header i {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 18px;
  color: #d9d9d9;
}
.popup-content {
  padding: 0 40px 25px;
  position: relative;
}
.popup-res {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.popup-res p:first-child {
  font-size: 55px;
}
.popup-res-fail {
  color: #ec4d74;
}
.popup-res-msg {
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
}
.popup-content .abso {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.popup-content .title {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #e20a52;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 15px 0;
}
.popup-content input[type=checkbox] {
  margin-left: 5px;
}
.popup-content input + span {
  color: #4a4a4a;
  margin-left: 5px;
}
.popup-content #error {
  color: red;
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
}
.form-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  color: #979797;
}
/* PAYMENT */
.paiement-table {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.paiement-table thead tr {
  height: 50px;
  border-bottom: solid 1px #e20a52;
}
.paiement-table tr td {
  min-width: 120px;
}
.paiement-table tr td:first-child {
  text-align: left;
}
.paiement-table tr td:nth-child(3),
.paiement-table tr td:nth-child(4) {
  font-weight: normal;
}
.paiement-table tr td:nth-child(4) {
  font-weight: normal;
  min-width: 60px;
}
.paiement-table tbody,
.paiement-table tfoot {
  color: #4a4a4a;
}
.paiement-table tbody tr {
  height: 30px;
}
.paiement-table tbody tr:first-child,
.paiement-table tbody tr:last-child {
  height: 20px;
}
.paiement-table tfoot {
  font-weight: 900;
  font-size: 18px;
}
.paiement-table tfoot td:first-child,
.paiement-table tfoot td:last-child {
  color: #e20a52;
}
.modal-title {
  color: black;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.cke_contents {
  min-height: 500px;
}
.notification-bg {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  background-color: #ed4851;
  margin-left: 10px;
  margin-right: -17px;
  vertical-align: middle;
}
.UnreadCounter {
  color: white !important;
  border-bottom: none !important;
  font-size: 12px;
}
a .notification-bg {
  margin-top: -3px;
  margin-right: 0px !important;
}
.side-padding-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.side-padding-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.side-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.side-margin {
  margin-left: 20px;
  margin-right: 20px;
}
.side-margin-sm {
  margin-left: 10px;
  margin-right: 10px;
}
.side-padding-xl {
  padding: 0 50px;
}
.side-padding-xxl {
  padding: 0 100px;
}
.side-padding-xl-cancel {
  margin-left: -65px;
  margin-right: -65px;
}
@media (max-width: 1475px) {
  .side-padding-launch {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .undo-side-padding-launch {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
@media (max-width: 1200px) {
  .side-padding-launch {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .undo-side-padding-launch {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
}
@media (max-width: 920px) {
  .menu-bar {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .side-padding-launch {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .undo-side-padding-launch {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .btn-line-launch {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
}
@media (min-width: 1476px) {
  .side-padding-launch {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .undo-side-padding-launch {
    margin-left: -200px;
    margin-right: -200px;
  }
}
.space-p-up-xs {
  padding-top: 5px !important;
}
.space-p-up-sm {
  padding-top: 10px !important;
}
.space-p-up {
  padding-top: 20px !important;
}
.space-p-up-xl {
  padding-top: 50px !important;
}
.space-p-up-xxl {
  padding-top: 100px !important;
}
.space-p-down {
  padding-bottom: 20px !important;
}
.space-p-down-xl {
  padding-bottom: 50px !important;
}
.space-p-down-sm {
  padding-bottom: 10px !important;
}
.space-p-down-xs {
  padding-bottom: 5px !important;
}
.space-up {
  margin-top: 20px !important;
}
.space-up-l {
  margin-top: 35px !important;
}
.space-up-xl {
  margin-top: 50px !important;
}
.padding-up-xl {
  padding-top: 50px !important;
}
.padding-up-xxl {
  padding-top: 100px !important;
}
.padding-up {
  padding-top: 20px !important;
}
.padding-down {
  padding-bottom: 20px !important;
}
.padding-up-down-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-up-down {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-down-xl {
  padding-bottom: 50px !important;
}
.padding-down-xxl {
  padding-bottom: 100px !important;
}
.padding-up-down-xxl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.space-up-xxl {
  margin-top: 100px !important;
}
.space-up-xxxl {
  margin-top: 150px !important;
}
.space-up-sm {
  margin-top: 10px !important;
}
.space-up-xs {
  margin-top: 5px !important;
}
.space-down {
  margin-bottom: 20px !important;
}
.space-down-l {
  margin-bottom: 35px !important;
}
.space-down-xl {
  margin-bottom: 50px !important;
}
.space-down-xxl {
  margin-bottom: 100px !important;
}
.space-down-sm {
  margin-bottom: 10px !important;
}
.space-down-xs {
  margin-bottom: 5px !important;
}
.space-left {
  margin-left: 20px !important;
}
.space-left-sm {
  margin-left: 10px !important;
}
.space-left-xs {
  margin-left: 5px !important;
}
.space-right {
  margin-right: 20px !important;
}
.space-right-xl {
  margin-right: 50px !important;
}
.space-left-xl {
  margin-left: 50px !important;
}
.padding-up-down-xl {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.mini-padding {
  padding: 5px;
}
.collectiveagreementinfo {
  text-align: left;
  background: linear-gradient(0deg, #FEF2F0, #FEF2F0), #FFFFFF;
  color: #F37361;
  border: 2px solid #F37361;
  padding: 30px 30px;
}
.collectiveagreementinfo-bold {
  font-family: 'Roboto-Bold' !important;
}
.collectiveagreementinfo-text {
  width: calc(100% - 100px);
}
.collectiveagreementindex {
  text-align: left;
}
.collectiveagreementindex-name {
  display: inline-block;
  font-family: 'Roboto-Bold' !important;
}
.collectiveagreementindex-lastupdate {
  color: #636363;
  font-size: 12px;
}
.collectiveagreementindex-lastupdate-date {
  font-family: 'Roboto-Bold' !important;
}
.collectiveagreementindex-editbtn {
  display: inline-block;
  float: right;
  color: #e20a52 !important;
}
.collectiveagreementindex-draft {
  display: inline-block;
  float: right;
  color: #C40F11;
  background-color: rgba(196, 15, 17, 0.08);
  padding: 0 25px;
  border: 1px solid #C40F11;
  border-radius: 100px;
}
.collectiveagreementindex-draft-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #C40F11;
  border-radius: 100px;
}
.collectiveagreementindex-nodraft {
  display: inline-block;
  float: right;
  color: #91D754;
  background-color: rgba(103, 180, 42, 0.08);
  padding: 0 25px;
  border: 1px solid #91D754;
  border-radius: 100px;
}
.collectiveagreementindex-nodraft-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #91D754;
  border-radius: 100px;
}
.collectiveagreementform {
  height: 670px;
  display: flex;
  padding: 0px;
  background-color: white;
  color: black;
}
.collectiveagreementform-left {
  width: 30%;
  height: 100%;
  overflow-y: auto;
}
.collectiveagreementform-left .search-area {
  margin: 30px 50px 0px 50px;
  border: 1px solid #e20a52;
  border-radius: 22px;
  height: 45px;
}
.collectiveagreementform-left .search-area-input {
  outline: none;
  border: none;
  color: black;
  margin-top: 12px;
  margin-left: 20px;
  width: calc(100% - 80px);
}
.collectiveagreementform-left.fullwidth {
  width: 10px;
  overflow: hidden;
}
.collectiveagreementform-left #elements {
  padding: 30px;
}
.collectiveagreementform-left #elements .selected {
  background-color: rgba(116, 199, 255, 0.26);
  border-radius: 5px;
  padding: 0 10px;
}
.collectiveagreementform-left #elements-title {
  margin: 0 10px;
}
.collectiveagreementform-left #elements-title .name {
  font-family: 'Roboto-Bold' !important;
}
.collectiveagreementform-left #elements-chapter {
  margin-top: 10px;
  color: #e20a52;
}
.collectiveagreementform-left #elements-chapter .name {
  font-family: 'Roboto-Bold' !important;
}
.collectiveagreementform-left #elements-article {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 13px;
}
.collectiveagreementform-left #elements-article .name {
  font-family: 'Roboto-Bold' !important;
}
.collectiveagreementform-left #elements .togglecontent-btn::before {
  content: url(/Images/maximized.svg);
}
.collectiveagreementform-left #elements .togglecontent-btn.maximized::before {
  content: url(/Images/minimized.svg);
}
.collectiveagreementform-left .edit {
  width: 15px;
  color: #e20a52;
}
.collectiveagreementform-left #search .search-result {
  font-weight: bold;
  height: 60px;
  padding: 15px;
  overflow-wrap: break-word;
}
.collectiveagreementform-left #search .bg-blue {
  background-color: rgba(236, 240, 248, 0.5);
}
.collectiveagreementform-right {
  width: 70%;
  height: 100%;
  border-left: 3px solid #eeeff0;
}
.collectiveagreementform-right.fullwidth {
  width: calc(100% - 10px);
}
.collectiveagreementform-right .size-btn {
  height: 70px;
  background-color: #eeeff0;
  width: 20px;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  top: 25vh;
}
.collectiveagreementform-right .size-btn-icon {
  margin-top: 20px;
  color: #60bcac;
}
.collectiveagreementform-right .size-btn-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 1.33em;
}
.collectiveagreementform-right .size-btn-icon.fullwidth::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
  font-size: 1.33em;
}
.collectiveagreementform-right .edit-elem {
  text-align: center;
  margin-right: 30px;
  margin-left: 30px;
  font-family: Arial !important;
}
.collectiveagreementform-right .edit-elem #markdown-1,
.collectiveagreementform-right .edit-elem #insertFiles-1 {
  display: none;
}
.collectiveagreementform-right .edit-elem .fr-more-toolbar {
  max-height: 50px !important;
}
.collectiveagreementform-right .edit-elem .fr-toolbar,
.collectiveagreementform-right .edit-elem .fr-wrapper {
  border: 1px solid #CCCCCC !important;
  border-bottom-color: 1px solid #CCCCCC !important;
  border-radius: 10px !important;
}
.collectiveagreementform-right .edit-elem .fr-second-toolbar {
  display: none;
}
.collectiveagreementform-right .edit-elem-title {
  width: 100%;
}
.collectiveagreementform-right .edit-elem-title .name-area {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  height: 40px;
  text-align: left;
  display: flex;
}
.collectiveagreementform-right .edit-elem-title .name-area-prefix {
  margin: 10px;
}
.collectiveagreementform-right .edit-elem-title .name-area-input {
  margin-top: 2px;
  border: none;
  outline: none;
  color: black;
  width: calc(100% - 20px);
  margin-left: 10px;
}
.collectiveagreementform-right .edit-elem-title .fr-wrapper {
  height: 280px !important;
  overflow-y: auto;
}
.collectiveagreementform-right .edit-elem-left {
  width: 60%;
  text-align: center;
  height: calc(100vh - 500px);
}
.collectiveagreementform-right .edit-elem-left .name-area {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  height: 40px;
  text-align: left;
  display: flex;
}
.collectiveagreementform-right .edit-elem-left .name-area-prefix {
  margin: 10px;
}
.collectiveagreementform-right .edit-elem-left .name-area-input {
  margin-top: 2px;
  border: none;
  outline: none;
  color: black;
  width: calc(100% - 20px);
  margin-left: 10px;
}
.collectiveagreementform-right .edit-elem-left .name-area-inputchapter {
  margin-top: 2px;
  border: none;
  outline: none;
  color: black;
  width: calc(100% - 110px);
  margin-left: 0;
}
.collectiveagreementform-right .edit-elem-left .fr-wrapper {
  height: 300px !important;
  overflow-y: auto;
}
.collectiveagreementform-right .edit-elem-left .content-area {
  width: 100%;
}
.collectiveagreementform-right .edit-elem-right {
  width: 40%;
  text-align: center;
  height: calc(100vh - 500px);
}
.collectiveagreementform-right .edit-elem-right .fr-wrapper {
  height: 360px !important;
  overflow-y: auto;
}
.collectiveagreementform-right .read-elem {
  margin-right: 30px;
  margin-left: 30px;
  height: 100% !important;
}
.collectiveagreementform-right .read-elem .fr-toolbar,
.collectiveagreementform-right .read-elem .fr-second-toolbar {
  display: none;
}
.collectiveagreementform-right .read-elem .fr-wrapper {
  border: none !important;
  height: 520px !important;
  overflow-y: auto;
}
.collectiveagreementform-right .read-elem-header {
  height: 50px !important;
}
.collectiveagreementform-right .read-elem-header .comment-btn {
  background-color: #60bcac;
  color: white;
  padding: 5px 15px;
  border-radius: 25px;
  display: flex;
  width: 215px;
  float: right;
}
.collectiveagreementform-right .read-elemcontent {
  width: 100%;
}
.collectiveagreementform-right .read-elemtitle {
  width: 100%;
  font-family: 'Roboto-Bold' !important;
  font-size: 16px;
  text-align: center;
}
.collectiveagreementform .element-menu {
  padding: 0 30px;
  color: white;
  background-color: #60bcac;
  border-radius: 3px;
  position: absolute;
  padding: 0px 30px;
  z-index: 1 !important;
}
.collectiveagreementform .element-menu .item {
  padding: 10px 0px;
}
.collectiveagreementform .element-menu .separator {
  width: 100%;
  border-bottom: 1px solid #666E78;
}
.collectiveagreementform #comment-modal .fr-toolbar,
.collectiveagreementform #comment-modal .fr-second-toolbar {
  display: none;
}
.collectiveagreementform #comment-modal .fr-wrapper {
  border: none !important;
  overflow-y: auto;
  max-height: 50vh;
}
