/* Override bootstrap properties */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

/*.input-group-prepend > span > i {*/
/*  color: #00008c;*/
/*}*/
/*.input-group-prepend > span {*/
/*  background-color: transparent;*/
/*  border: none;*/
/*}*/
/*.input-group-prepend {*/
/*  margin-right: -50px;*/
/*  height: 40px;*/
/*}*/

.alert-success {
  background: #13bd37;
  border-color: #13bd37;
}

.alert-danger {
  background: #d23434;
  border-color: #d23434;
}

.alert-info {
  background: #0432ff;
  border-color: #0432ff;
}

.message {
  padding: 1em;
  border-radius: 5px;
  color: white;
  margin: 2em 0em;
}

li.nav-item a.active {
  text-decoration: underline !important;
  color: #00008c;
}

.login-form {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("alex_bg.jpg");
}

@media (min-width: 979px) {
  ul.auto-open li div.dropdown:hover > div.dropdown-menu {
    display: block;
  }
}

.bottom-left-logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

.with-logo::before {
  content: url("favicon.ico");
  position: relative;
  display: inline-block;
  width: 40px;
  top: 7px;
}

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/*END Form Wizard*/
.bs-stepper .step-trigger {
  padding: 6px;
}

.success {
  background-color: #23a248;
}

.bootstrap-table .pagination .page-item {
  border: none;
}

.bootstrap-table .btn {
  padding: 0 10px 0 10px;
}

.bootstrap-table .btn-secondary:hover {
  color: #00008c;
}

.bootstrap-table .dropdown-item {
  background-color: white;
}

.bootstrap-table .dropdown-menu {
  right: unset;
}

.show > .btn-secondary.dropdown-toggle {
  color: #00008c;
  background-color: white;
  border-color: #4e555b;
}

.bootstrap-table .fixed-table-toolbar .columns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bootstrap-table input.form-control::-webkit-input-placeholder {
  color: #00008c;
}

.bootstrap-table input.form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
}

.bootstrap-table table .detail-view {
  background: #5454af1a;
}

.docaIcon {
  background-image: url("favicon.ico") !important;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}

nav {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 45, 0.1);
          box-shadow: 0px 5px 25px rgba(0, 0, 45, 0.1);
  margin: auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.card-primary {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 45, 0.1);
          box-shadow: 0px 5px 25px rgba(0, 0, 45, 0.1);
  border-radius: 16px;
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form-control-icon {
  padding-left: 3em !important;
}

.icon {
  color: #00008c;
}

.input-icon {
  position: relative;
  left: 2.5em;
  top: 1em;
  color: #00008c;
  vertical-align: text-top;
}

.input-icon.login {
  left: 1.5em;
  top: 27px;
}

.btn-icon {
  position: relative;
  left: 2.5em;
  top: 10px;
  color: white;
  vertical-align: text-top;
}

/* 1. Common styles */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.dev {
  background: #ccc;
  min-height: 10000px;
}

nav,
header,
section,
footer {
  position: relative;
}

header,
section,
[data-bg-src],
[data-bg-src-2x] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

header,
section {
  overflow: hidden;
}

header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

nav {
  width: 100%;
}

nav.transparent {
  background: transparent;
}

a,
button {
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  /*font-weight: 600;*/
}

a:hover,
button:hover {
  text-decoration: none;
}

a:active,
a:focus,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

button {
  border: none;
  outline: none !important;
}

input,
textarea {
  border: 0;
  outline: none;
  background: transparent;
  color: #1e0e62;
  resize: none;
}

label {
  margin-bottom: 0;
  font-weight: 400;
}

label.required::after {
  content: '*';
  color: crimson;
  padding-left: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  color: #0a00ff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

h2.sub-headline {
  font-size: 32px;
  color: #666d92;
  letter-spacing: 0.6px;
  line-height: 32px;
  text-align: left;
}

h2.headline {
  font-size: 40px;
  letter-spacing: 1.2px;
  line-height: 46.88px;
  text-align: left;
}

h1,
h2 {
  font-size: 58px;
  line-height: 70px;
}

h1.big,
h2.big {
  font-size: 72px;
  line-height: 86px;
}

h1.small,
h2.small {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

b,
strong {
  font-weight: 700;
}

.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}

.alert-dismissable .close,
.alert-dismissible .close {
  top: 0;
}

/* Change AOS plugin default settings */
[data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -35px, 0);
          transform: translate3d(0, -35px, 0);
}

[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 35px, 0);
          transform: translate3d(0, 35px, 0);
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}

[dir="rtl"] .slick-prev:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}

[dir="rtl"] .slick-next:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  opacity: 0.3;
  cursor: pointer;
}

.slick-dots li button:hover {
  outline: none;
  opacity: 0.8;
}

.slick-dots li.slick-active button {
  background: #ffffff;
  opacity: 1;
}

.slick-dots li.slick-active button:hover {
  opacity: 1;
}

.slick-slide {
  outline: none;
}

/* Slick slider Dark arrows */
.arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}

[dir="rtl"] .arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}

.arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}

[dir="rtl"] .arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}

.container {
  position: relative;
}

::-moz-selection {
  background: #e93a7d;
  color: #ffffff;
}

::-webkit-selection {
  background: #e93a7d;
  color: #ffffff;
}

::selection {
  background: #e93a7d;
  color: #ffffff;
}

/* 2. Common responsive styles */
/* Smaller than 1200px */
@media (max-width: 1199.98px) {
  header[class^="pt-"],
  header[class*=" pt-"],
  section[class^="pt-"],
  section[class*=" pt-"] {
    padding-top: 80px;
  }
  header[class^="pb-"],
  header[class*=" pb-"],
  section[class^="pb-"],
  section[class*=" pb-"] {
    padding-bottom: 80px;
  }
  h1 br,
  h2 br,
  h3 br,
  .text-adaptive br {
    display: none;
  }
  h1,
  h2 {
    font-size: 42px;
    line-height: 62px;
  }
  h1.big,
  h2.big {
    font-size: 62px;
    line-height: 72px;
  }
  h1.small,
  h2.small {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .navigation_mobile {
    display: block;
  }
}

/* Smaller than 992px */
@media (max-width: 991.98px) {
  h1,
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h1.big,
  h2.big {
    font-size: 52px;
    line-height: 62px;
  }
  h1.small,
  h2.small {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .text-adaptive.f-24 {
    font-size: 22px;
    line-height: 32px;
  }
  .text-adaptive.f-22 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-20 {
    font-size: 18px;
    line-height: 28px;
  }
  .alert {
    top: 10px;
    left: 20px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
    width: auto;
    padding-left: 40px;
  }
}

/* Smaller than 768px */
@media (max-width: 767.98px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h1.big,
  h2.big {
    font-size: 42px;
    line-height: 52px;
  }
  h1.small,
  h2.small {
    font-size: 26px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-adaptive.f-24 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-22 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-20 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .btn.lg {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.lg[class^="border-"],
  .btn.lg[class*=" border-"] {
    line-height: 46px;
  }
  .btn.xl {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.xl[class^="border-"],
  .btn.xl[class*=" border-"] {
    line-height: 56px;
  }
  .input.lg {
    height: 50px;
    font-size: 18px;
    font-weight: 500;
  }
}

/* Smaller than 576px */
@media (max-width: 575.98px) {
  h1,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h1.big,
  h2.big {
    font-size: 32px;
    line-height: 42px;
  }
  h1.small,
  h2.small {
    font-size: 22px;
    line-height: 32px;
  }
  .btn.xl {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .btn.xl[class^="border-"],
  .btn.xl[class*=" border-"] {
    line-height: 46px;
  }
}

/* 3. Headers */
@media (max-width: 767.98px) {
  .header_1 .text-adaptive {
    margin-top: 20px;
  }
  .header_1 .buttons {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .header_2 .text-adaptive {
    margin-top: 20px;
  }
  .header_2 form {
    margin-top: 40px;
  }
  .header_2 form .input {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .header_2 form .btn {
    margin-top: 15px;
  }
}

/* 4. Navigations */
@media (max-width: 1199.98px) {
  .navigation_2 a {
    margin: 0 15px;
  }
  .navigation_2 .dropdown a {
    margin: 0;
  }
}

/* 5. Contents */
@media (max-width: 767.98px) {
  .content_1 h2 {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .content_2 .text-adaptive {
    margin-top: 15px;
  }
}

/* 6. Testimonials */
@media (max-width: 767.98px) {
  .testimonial_2 .text-adaptive {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

/* 7. Features */
@media (max-width: 1199.98px) {
  .feature_1[class^="pb-"],
  .feature_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .feature_1 .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .feature_1 .title br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .feature_2[class^="pb-"],
  .feature_2[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .feature_2 .description {
    margin-top: 20px;
  }
}

/* 8. Forms */
@media (max-width: 467.98px) {
  .form_1 h2 {
    margin-bottom: 20px;
  }
  .form_1 form {
    padding: 30px;
  }
}

@media (max-width: 359.98px) {
  .form_1 form {
    padding: 30px 20px;
  }
}

.form_2 .img_holder img {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .form_2 form {
    padding: 80px 0;
  }
  .form_2 .buttons {
    margin-top: 10px;
  }
  .form_2 button {
    margin-right: 0px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .form_2 form {
    max-width: 290px;
    margin: 0 auto;
  }
}

/* 9. Call to Actions */
@media (max-width: 767.98px) {
  .call_to_action_1 .description {
    margin: 10px 0 30px 0;
  }
  .call_to_action_1 .btn {
    margin-bottom: 15px;
  }
}

.call_to_action_2 .inner {
  border: 2px solid #ebeaed;
}

@media (max-width: 991.98px) {
  .call_to_action_2 .inner {
    padding: 40px 30px;
  }
}

@media (max-width: 575.98px) {
  .call_to_action_2 .inner {
    padding: 30px 20px;
  }
}

/* 10. Teams */
.team_1 .block {
  border: 2px solid #ebeaed;
}

.team_1 .block_socials {
  border-top: 2px solid #ebeaed;
}

.team_1 .block_socials .border_right {
  border-right: 2px solid #ebeaed;
}

.team_2 .bordered {
  border-left: 2px solid #ebeaed;
  border-right: 2px solid #ebeaed;
}

@media (max-width: 767.98px) {
  .team_2 .bordered {
    border: none;
    border-top: 2px solid #ebeaed;
    border-bottom: 2px solid #ebeaed;
  }
}

/* 11. Pricing Tables */
.pricing_table_1 .block {
  border: 2px solid #ebeaed;
  border-bottom-left-radius: 10px;
}

.pricing_table_1 .block.noborder_right {
  border-right: none;
}

.pricing_table_1 .item {
  padding: 16px 0 14px 0;
  border-top: 2px solid #ebeaed;
}

.pricing_table_1 .price span.absolute {
  top: 5px;
  left: -15px;
}

@media (max-width: 991.98px) {
  .pricing_table_1[class^="pb-"],
  .pricing_table_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .pricing_table_1 .block {
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
  .pricing_table_1 .block.noborder_right {
    border-right: 2px solid #ebeaed;
  }
}

/* 12. Contacts */
.contact_1 textarea.input {
  height: 170px;
}

.contact_1 .separate {
  position: relative;
}

.contact_1 .separate:before,
.contact_1 .separate:after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% / 2 - 60px);
  left: 0;
  top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact_1 .separate:after {
  left: auto;
  right: 0;
}

.contact_2 textarea.input {
  height: 170px;
}

/* 13. Showcases */
.showcase_1 .block a:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .showcase_1 .description {
    margin: 10px 0 0 0;
  }
}

.showcase_2 a:hover {
  opacity: 0.8;
}

/* 14. Footers */
@media (max-width: 575.98px) {
  .footer_1 .links a {
    margin: 0 10px;
  }
}

/* 15. Ecommerce */
.ecommerce_1 .product .img_link img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.ecommerce_1 .product .img_link:hover img {
  opacity: 0.8;
}

.ecommerce_1 .product .btn {
  left: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .ecommerce_1 .main_info .btn {
    margin-top: 30px;
  }
}

.ecommerce_2 .product {
  border: 2px solid #ebeaed;
}

.ecommerce_2 .product.big {
  min-height: calc(100% - 30px);
}

.ecommerce_2 .product.big ul {
  -webkit-column-count: 2;
          column-count: 2;
}

.ecommerce_2 .product li {
  list-style: none;
  position: relative;
}

.ecommerce_2 .product li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #919dab;
}

@media (max-width: 575.98px) {
  .ecommerce_2 .product {
    max-width: 290px;
    padding: 20px 20px 30px 20px;
  }
  .ecommerce_2 .product.big ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .ecommerce_2 .product .left {
    margin-right: 0;
  }
  .ecommerce_2 .product img {
    width: 100%;
    max-width: 100%;
  }
}

/* 16. Applications */
@media (max-width: 767.98px) {
  .application_2 .application_2_left_img {
    max-height: 50vh;
  }
}

.application_2 .with_borders:nth-of-type(1) {
  border-bottom: 2px solid #ebeaed;
  border-right: 2px solid #ebeaed;
}

.application_2 .with_borders:nth-of-type(2) {
  border-bottom: 2px solid #ebeaed;
  border-right: 2px solid #ebeaed;
}

.application_2 .with_borders:nth-of-type(3) {
  border-bottom: 2px solid #ebeaed;
}

.application_2 .with_borders:nth-of-type(4) {
  border-right: 2px solid #ebeaed;
}

.application_2 .with_borders:nth-of-type(5) {
  border-right: 2px solid #ebeaed;
}

@media (max-width: 991.98px) {
  .application_2 .with_borders:nth-of-type(2) {
    border-right: none;
  }
  .application_2 .with_borders:nth-of-type(3) {
    border-right: 2px solid #ebeaed;
    padding-top: 35px;
  }
  .application_2 .with_borders:nth-of-type(4) {
    border-right: none;
    border-bottom: 2px solid #ebeaed;
  }
}

table.clickeable tbody{
  cursor:pointer;
}

div.resultats span.single {
  border: 2px solid green;
  cursor:pointer;
  padding: 5px;
}

div.resultats span.multiple{
  border: 2px solid red;
  cursor:pointer;
  padding: 5px;
}

div.pagination a, div.pagination span{
  padding:5px
}

#divOngletsResume a.ongletResume0 {
  /* Pas de tâche dans cet onglet */
  color: lightgray;
}

#divOngletsResume a.ongletResume1 {
  /* tâches Ouvertes dans cet onglet*/
  color: brown;
}

#divOngletsResume a.ongletResume2 {
  /* tâches Fermées dans cet onglet*/
}


.colonneSuppressionDossier1 {
  /* Ne jamais montrer cette colonne - sauf sur liste des dossiers*/
  display: none;
}
#ecranPortefeuille .colonneSuppressionDossier1 {
  /* Ne jamais montrer cette colonne - sauf sur liste des dossiers*/
  display: block;
}

.colonneControleDossier {
  /* Ne jamais montrer cette colonne - sauf sur liste des dossiers*/
  visibility: hidden;
}

#ecranPortefeuille .colonneControleDossier {
  /* Ne jamais montrer cette colonne - sauf sur liste des dossiers*/
  visibility: visible;
}

.radioRequired  {
  /* le bouton radio est  required hors liste des dossiers*/
  required: true;
}


#ecranPortefeuille  .radioRequired  {
  /* le bouton radio n'est pas required dans liste des dossiers*/
  required: false;
}

.colonneControleDossier {
  /* Ne jamais montrer cette colonne - sauf sur liste des dossiers*/
  visibility: hidden;
}

#ecranPortefeuille .colonneControleDossier {
  /* Ne jamais montrer cette colonne - sauf sur liste des dossiers*/
  visibility: visible;
}

.radioRequired  {
  /* le bouton radio est  required hors liste des dossiers*/
  required: true;
}


#ecranPortefeuille  .radioRequired  {
  /* le bouton radio n'est pas required dans liste des dossiers*/
  required: false;
}

.saveInfo{
  display : none;
}