@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?431u8u');
  src: url('fonts/icomoon.eot?431u8u#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?431u8u') format('truetype'), url('fonts/icomoon.woff?431u8u') format('woff'), url('fonts/icomoon.svg?431u8u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
.fa-eye, .fa-eye-slash {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tool-box:before {
  content: "\e909";
  color: #39455b;
}
.icon-change:before {
  content: "\e908";
  color: #39455b;
}
.fa-eye-slash:before{
  content: "\e907";
  color: #39455b;
}
.fa-eye:before {
  content: "\e906";
  color: #39455b;
}
.icon-doc-dll:before {
  content: "\e900";
  color: #39455b;
}
.icon-doc:before {
  content: "\e901";
  color: #39455b;
}
.icon-file:before {
  content: "\e902";
  color: #39455b;
}
.icon-info:before {
  content: "\e903";
  color: #39455b;
}
.icon-loc:before {
  content: "\e904";
  color: #39455b;
}
.icon-upload:before {
  content: "\e905";
  color: #39455b;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  margin-bottom: 0px;
}
.table td,
.table th {
  border-top: 0px;
}
@media (min-width: 1201px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
/* Variables */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #292929;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.8rem;
  height: 100%;
  background: #f4f6f9;
}
html,
body {
  height: 100%;
  margin: 0;
}
ul {
  list-style-type: none;
  margin-bottom: 10px;
}
ul:not(#ul-menu) li {
  position: relative;
  padding-left: 20px;
}
ul:not(#ul-menu, .nav-flyout) li:before {
  content: "•";
  font-family: arial;
  color: #21abae;
  font-size: 2rem;
  position: absolute;
  top: 4px;
  left: 7px;
  line-height: 2rem;
}
ol {
  list-style-type: none;
  margin-bottom: 10px;
}
ol li {
  position: relative;
  padding-left: 20px;
}
ol li:before {
  content: "1-";
  color: #21abae;
  font-size: 1.6rem;
  position: absolute;
  top: 4px;
  left: 3px;
  line-height: 2rem;
  font-weight: 700;
}
ol li:nth-child(2):before {
  content: "2-";
}
ol li:nth-child(3):before {
  content: "3-";
}
ol li:nth-child(4):before {
  content: "4-";
}
ol li:nth-child(5):before {
  content: "5-";
}
ol li:nth-child(6):before {
  content: "6-";
}
ol li:nth-child(7):before {
  content: "7-";
}
ol li:nth-child(8):before {
  content: "8-";
}
ol li:nth-child(9):before {
  content: "9-";
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="month"],
input[type="username"],
input.spe {
  height: 43px;
  border-radius: 40px;
  border: 2px solid #dbdbdb;
  line-height: 43px;
  padding-left: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 1.6rem;
}
input.input-photovoltaique {
  height: 33px;
  width: 108px;
  border-radius: 11px;
  border: 2px solid #dbdbdb;
  line-height: 43px;
  padding-left: 7px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
table.photo3 {
  width: 80%;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="password"]::placeholder,
input[type="month"]::placeholder,
input[type="username"]::placeholder,
input.spe::placeholder {
  opacity: 0.9;
  font-size: 1.6rem !important;
}
input[type="month"] {
  max-width: 200px;
}
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #193258;
  margin-bottom: 25px;
  line-height: 3rem;
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #193258;
  margin-bottom: 6px;
  line-height: 2.6rem;
}
a,
a:hover {
  color: #21abae;
}
p {
  margin-bottom: 10px;
}
p strong {
  color: #193258;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  font-size: 1.6rem;
}
table tr th {
  padding: 15px;
  background: #f4f6f9;
  color: #193258;
  font-size: 1.6rem;
  border-right: 2px solid white;
}
table tr th:last-child {
  border-right: 0px;
}
table tr td {
  padding: 15px;
  border-right: 2px solid white;
}
table tr td:last-child {
  border-right: 0px;
}
table:not(#dtListInstallations, #dtHeureCr, #widgets, #dtSynthese) tr:nth-child(odd) td {
  background: #f4f6f9;
}
table tr:nth-child(even) td {
  border-right: 2px solid #f4f6f9;
}
table tr:nth-child(even) td:last-child {
  border-right: 0px;
}

table.contenttable {
  vertical-align: middle;
  background: white;
  margin-bottom: 1.875rem;
  margin-top: 1.3rem;
  border:none;
  border-radius: 0;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  flex: 1 1 auto;
  padding: 1.5rem;
  display: flex;
  position: relative;
}
table.contenttable .title1 {
  background: #009c9f;
  font-weight: bold;
  color:white;
  border-bottom:1px solid white;
}
table.contenttable .title2 {
  background: #4DCBCD;
  font-weight: bold;
  color:white;
}
table.contenttable p {
  vertical-align: middle;

}
table.contenttable tr td {
  border: 1px solid #009c9f;
  vertical-align: middle;
  margin:3px 6px;
}
.frame {
  padding-bottom: 10px;
}



textarea,
textarea.form-control {
  padding-top: 10px;
  padding-left: 17px;
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  resize: none;
  min-height: 100px;
  font-size: 1.6rem;
}

.bloc-fournisseurs, .bloc-grds {
  width: 18%;
}

.wrap-select {
  height: 43px;
  border-radius: 40px;
  border: 2px solid #dbdbdb;
  line-height: 43px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 1.6rem;
  position: relative;
}
.bloc-fournisseurs, .bloc-grds {
  width: 18%;
}
.wrap-select select {
  color: #193258;
  font-weight: 600;
}
.wrap-select:after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background: url(img/svg/chevron.svg) no-repeat 0px 0px;
  position: absolute;
  top: 17px;
  right: 18px;
  pointer-events: none;
}
.wrap-select:focus:after {
  transform: rotate(180deg);
}
.wrap-select option:first-child {
  /*display: none;*/
}
.hidden {
  display: none;
}
select,
select.form-control {
  border: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  padding-left: 17px;
  padding-right: 53px;
  line-height: 1.7rem;
}
select:focus,
select.form-control:focus {
  color: #193258;
}
p.center,
div.center {
  text-align: center;
}
p.right-align,
div.right-align {
  text-align: right;
}
p.right-align > *,
div.right-align > * {
  display: inline-block;
}
p.left-align,
div.left-align {
  text-align: right;
}
p.left-align > *,
div.left-align > * {
  display: inline-block;
}
input[type="submit"] {
  display: inline-block;
}
input[type="submit"].capitalize {
  font-weight: 700;
}
.capitalize {
  text-transform: uppercase;
}
.btn, .buttons-excel{
  border-radius: 40px;
  background: white;
  border: 2px solid #21abae;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #21abae;
  margin-bottom: 10px;
  transition: 0.25s all;
}
.buttons-excel span{
  font-size: 1.6rem;
}
.btn.green {
  color: white;
  background: #21abae;
  font-weight: 600;
}
.btn.green:hover {
  color: white;
}
.btn.red {
  color: #e34a4a;
  border: 2px solid #e34a4a;
}
.btn.style-ok {
  padding-left: 50px;
  background: url(img/svg/picto-ok.svg) no-repeat 20px 50% #fff;
}
.btn.style-ok:hover {
  background: url(img/svg/picto-ok.svg) no-repeat 20px 50% #fff;
  border: 2px solid #21abae;
  transition: 0.25s border;
}
.btn.style-remove {
  padding-left: 50px;
  background: url(img/svg/picto-remove.svg) no-repeat 20px 50% #fff;
  color: #f17a99;
  border: 2px solid lightgrey;
}
.btn.style-remove:hover {
  background: url(img/svg/picto-remove.svg) no-repeat 20px 50% #fff;
  color: #f17a99;
  border: 2px solid #f17a99;
  transition: 0.25s border;
}
.btn.style-warning {
  padding-left: 50px;
  background: url(img/svg/picto-warning.svg) no-repeat 20px 50% #fff;
  color: #efc744;
  border: 2px solid lightgrey;
}
.btn.style-warning:hover {
  background: url(img/svg/picto-warning.svg) no-repeat 20px 50% #fff;
  color: #efc744;
  border: 2px solid #efc744;
  transition: 0.25s border;
}
.btn.full-width {
  width: 100%;
}
.btn:hover {
  /*font-size: 1.7rem;*/
  transition: 0.25s all;
}
.btn:hover {
  color: #21abae;
  cursor: pointer;
}
.btn:hover.red {
  color: #e34a4a;
  cursor: pointer;
}
span.red {
  color: #e34a4a;
  font-weight: 700;
}
.custom-radio {
  position: relative;
  overflow: hidden;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 28px;
  display: flex;
  align-items: center;
}
.custom-radio input[type="radio"]:checked {
  background: red;
}
.custom-radio input[type="radio"]:checked ~ .custom-control-label:before {
  color: inherit;
  border-color: #dbdbdb;
  box-shadow: none;
  background: url(img/svg/circle-ok.svg) no-repeat center center transparent;
}
.custom-radio input[type="checkbox"] {
  display: none;
}
.custom-radio input[type="checkbox"]:checked {
  background: red;
}
.custom-radio input[type="checkbox"]:checked ~ .custom-control-label:before {
  color: inherit;
  border-color: #dbdbdb;
  box-shadow: none;
  background: url(img/svg/check-ok.svg) no-repeat center center transparent;
  background-size: 11px;
}
.custom-radio label {
  padding-left: 30px;
}
.custom-radio .custom-control-label:before {
  border: 2px solid #dbdbdb;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 5px;
}
label.required:after {
  content: "*";
  color: red;
}
.vertical-align {
  display: flex;
  align-items: center;
}
#content {
  padding: 30px 0px;
  min-height: calc(100vh - 104px);
  background: url(img/svg/bg-footer.svg) no-repeat bottom right;
  /* 59px header + 45px footer = 104px  */
}
@media (max-width: 768px) {
  #content {
    min-height: inherit;
  }
}
#content p {
  font-size: 1.8rem;
}
#content p.picto-ok {
  padding-left: 17px;
  position: relative;
  font-weight: 600;
}
#content p.picto-ok:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 13px;
  height: 13px;
  background: url(img/svg/picto-ok-blue.svg) no-repeat 0px 0px;
  background-size: cover;
}
#content p.picto-ok-green:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 13px;
  height: 13px;
  background: url(img/svg/picto-ok.svg) no-repeat 0px 0px;
  background-size: cover;
}

#content p.picto-remove:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 13px;
  height: 13px;
  background: url(img/svg/picto-remove.svg) no-repeat 0px 0px;
  background-size: cover;
}

#content *:last-child {
  margin-bottom: 0px;
}
#content .modal *:last-child {
  margin-bottom: 10px;
}
.tooltip {
  font-family: inherit;
}
.tooltip-inner {
  background-color: #193258;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 600;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-bottom-color: #efc744;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #efc744 !important;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #193258 !important;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #efc744 !important;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #efc744 !important;
}
.mg-b20 {
  margin-bottom: 20px;
}
.float-left > * {
  display: inline-block;
}
.float-right > * {
  display: inline-block;
}
.table_type1 {
  padding: 10px 0px;
}
.table_type1 th,
.table_type1 td {
  max-width: 260px;
  line-height: 2rem;
}
@media (max-width: 1200px) {
  .table_type1 th,
  .table_type1 td {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 10px;
  }
}
.doc {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #193258;
  font-size: 1.6rem;
  transition: 0.25s color;
}
.doc:hover {
  color: #21abae;
  transition: 0.25s color;
}
.doc > img {
  display: inline-block;
  margin-right: 7px;
}
.with-errors ul li {
  text-align: left;
  font-size: 1.6rem;
  color: #e34a4a;
}
.with-errors ul li:before {
  display: none;
}
.alert-danger {
  background: white;
  font-size: 1.4rem;
  padding: 13px 16px;
  border-radius: 10px;
  margin-bottom: 15px;
  line-height: 2rem;
  color: #e34a4a;
}
.pagination li {
  margin-left: 0px;
  padding-left: 0px;
}
.pagination li a,
.pagination li .page-link {
  font-size: 1.6rem;
  border: 0px;
  padding: 5px;
  color: #193258;
}
.pagination li:hover a,
.pagination li:hover .page-link {
  background: white;
  color: #21abae;
}
.pagination li:before {
  display: none;
}
.pagination li.active a,
.pagination li.active .page-link {
  background: white;
  font-weight: 700;
  color: #efc744;
}
.pagination li.page-previous {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.page-previous a,
.pagination li.page-previous .page-link {
  font-size: 0px;
  height: 20px;
  width: 20px;
  background: url(img/svg/chevron-green.svg) no-repeat center center;
  position: relative;
  top: 1px;
}
.pagination li.page-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.page-next a,
.pagination li.page-next .page-link {
  font-size: 0px;
  height: 20px;
  width: 20px;
  background: url(img/svg/chevron-green.svg) no-repeat center center;
  position: relative;
  top: 1px;
  transform: rotate(180deg);
}
/* picto deco */
.ft-power {
  background: url(img/svg/pic-deconnexion.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
/* picto bug */
.iconore-bug {
  background: url(img/svg/pic-bug.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
/* picto liste */
.ft-list {
  background: url(img/svg/pic-liste.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.iconore-book {
  background: url(img/svg/pic-book.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.iconore-notif {
  background: url(img/svg/pic-notif.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.iconore-notif-bleu {
  background: url(img/svg/pic-notif-bleu.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.iconore-lifebuoy {
  background: url(img/svg/pic-bug-white.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.dropdown-toggle .iconore-books {
  background: url(img/svg/pic-book-white.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.dropdown-toggle .iconore-user {
  background: url(img/svg/identifiant2.svg) no-repeat 0px 0px;
  display: inline-block;
  width: 23px;
  height: 25px;
  margin-right: 7px;
}
.status_termine {
  background: #21abae !important;
  color: white !important;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 4px 01px 4px;
  font-weight: 600;
}
.status_annule {
  background: #EB674C !important;
  color: white !important;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 4px 01px 4px;
  font-weight: 600;
}
.status_erreur {
  background: #e34a4a !important;
  color: white !important;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 4px 01px 4px;
  font-weight: 600;
}
.status_warning, .status_transmis_grd {
  background: #efc744 !important;
  color: white !important;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 4px 01px 4px;
  font-weight: 600;
}
.form-group.ml-1 .col-md-offset-9 {
  display: block;
}
.wrap-form .form-group.row.ml-1 > div {
  width: auto;
  flex: inherit;
  max-width: inherit;
  padding: 0px 8px;
}
p.center button[type=submit] {
  display: inline-block;
}
.ui-tooltip > div {
  background-color: #193258;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  position: relative;
  top: -55px;
}
.ui-tooltip {
  left: 60px !important;
  width: 250px !important;
  text-align: center;
}
@media (min-width: 1600px) {
  .ui-tooltip,
  body > .tooltip {
    display: none !important;
  }
}
.header {
  height: 59px;
  background: #193258;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    height: auto;
    flex-wrap: wrap;
  }
}
.header * {
  color: white;
}
.header a:hover {
  color: white;
}
.header .left-header {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .left-header {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
.header .left-header img {
  width: 210px;
  height: auto;
  margin-right: 13px;
}
.header .left-header nav ul {
  display: flex;
  justify-content: flex-start;
  color: white;
  list-style-type: none;
  margin-bottom: 0px;
}
.header .left-header nav ul li {
  font-weight: 600;
  font-size: 1.4rem;
  padding-left: 20px;
}
.header .left-header nav ul li a {
  font-weight: 600;
  font-size: 1.4rem;
}
.header .left-header nav ul:not(#ul-menu, .nav-flyout) li:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(img/svg/chevron-white.svg) no-repeat 0px 0px;
  top: 6px;
  left: 8px;
}
.header .left-header nav ul li:first-child {
  padding-left: 0px;
}
.header .left-header nav ul li:first-child:before {
  display: none;
}
.header .right-header {
  padding-right: 13px;
}
.header .right-header .link {
  padding-left: 28px;
  background: url(img/svg/identifiant.svg) no-repeat 5px 4px;
  display: inline-block;
  background-size: 18px;
}
.header .right-header ul {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: flex-start;
}
.header .right-header ul li {
  background: #193258;
  padding-left: 10px;
}
.header .right-header ul li:before {
  display: none;
}
.header .right-header ul li .dropdown-toggle {
  padding-right: 13px;
  display: flex;
  align-items: center;
}
.header .right-header ul li .dropdown-toggle .user-name {
  padding: 0px 4px 0px 0px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .header .right-header ul li .dropdown-toggle .user-name {
    font-size: 1.2rem;
  }
}
.header .right-header ul li .dropdown-toggle:after {
  width: 5px;
  height: 9px;
  background: url(img/svg/chevron-white.svg) no-repeat 0px 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  transform: rotate(90deg);
  background-size: cover;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.header .right-header ul li .dropdown-menu {
  padding: 5px 0px;
  border: 2px solid #dbdbdb;
}
.header .right-header ul li .dropdown-menu a {
  font-size: 1.6rem;
  color: #193258;
}
.header .right-header ul li .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.25s color;
  font-size: 1.4rem;
  font-family: arial;
}
.header .right-header ul li .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #21abae;
  transition: 0.25s color;
}
footer {
  height: 45px;
  width: 100%;
  background: #21abae;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  footer {
    flex-wrap: wrap;
  }
}
footer nav ul {
  display: flex;
  margin-bottom: 0px;
  height: 100%;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer nav ul {
    flex-wrap: wrap;
    padding: 0px 10px;
  }
}
footer nav ul li {
  padding-left: 5px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  footer nav ul li {
    font-size: 1.2rem;
  }
}
footer nav ul li:before {
  display: none;
}
footer * {
  color: white;
}
footer a {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  footer a {
    font-size: 1.2rem;
  }
}
footer a:hover {
  color: white;
}
body.login {
  background: url(img/bg-login.png) no-repeat 0px 0px #000;
  background-size: cover;
}
body.login header {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
}
body.login header .logo{
  position: absolute;
  left: 0;
  top: 0;
  width: 17%;
}
body.login header .logo img{
  width: 100%;
}
@media (max-width: 580px) {
  body.login header {
    justify-content: center;
  }
  body.login header > * {
    width: 100%;
    text-align: center;
    padding: 0px 30px;
  }
  body.login header > * .login {
    max-width: 317px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body.login input[type=text],
body.login input[type=email],
body.login input[type=password] {
  background: transparent;
  color: white;
  border: 2px solid white;
}
body.login input[type=text]::placeholder,
body.login input[type=email]::placeholder,
body.login input[type=password]::placeholder,
body.login input[type=text]:focus,
body.login input[type=email]:focus,
body.login input[type=password]:focus {
  background: transparent;
  color: white;
}
body.login h1 {
  color: white;
}
body.login p {
  color: white;
}
body.login p strong {
  color: white;
  font-weight: 400;
}
body.login ul li {
  color: white;
}
body.login a {
  color: white;
}
body.login a.login {
  color: #5b5b5b;
  padding-left: 50px;
  background: url(img/svg/login.svg) no-repeat 14px 8px #fff;
  border: 2px solid white;
  font-weight: 600;
  margin-right: 20px;
}
body.login a.login:hover {
  color: #21abae;
}
body.login #wrap-connexion-bloc {
  text-align: center;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.login #wrap-connexion-bloc {
    position: static;
  }
}
body.login #wrap-connexion-bloc #connexion-bloc {
  width: 317px;
}
body.login #wrap-connexion-bloc .form-group {
  margin-bottom: 20px;
}
body.login #wrap-connexion-bloc h1 {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}
body.login #wrap-connexion-bloc p {
  text-align: center;
}
body.login #wrap-connexion-bloc form {
  padding-top: 10px;
}
body.login #wrap-connexion-bloc #identifiant {
  padding-left: 50px;
  background: url(img/svg/identifiant.svg) no-repeat 17px 8px;
}
body.login #wrap-connexion-bloc #password {
  padding-left: 50px;
  background: url(img/svg/lock.svg) no-repeat 19px 8px;
}
body.login #wrap-connexion-bloc .btn:hover {
  font-size: 1.9rem;
}
body.login .with-errors ul {
  margin-bottom: 0px;
  padding-top: 12px;
}
body.login .with-errors ul li {
  text-align: left;
  font-size: 1.6rem;
  color: #ffb1b1;
  margin-bottom: 0px;
}
body.login .with-errors ul li:before {
  display: none;
}
#home-bloc {
  text-align: left;
  background-color: white;
  padding: 10px;
  margin-top:50px;
  border-radius: 10px;
  color: #5b5b5b;
}
body.login #home-bloc a {
  color: #5b5b5b;
}
body.login #home-bloc ul li {
  list-style-type: none;
}
body.login #home-bloc a:hover {
  color: #21abae;
}
.alert-danger {
  border: 0px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
#content .card, .app-content .card {
  padding: 15px 30px;
  border: 0px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
}
#content .card h2 {
  font-size: 1.8rem;
}
#content .card .col-auto {
  margin-bottom: 10px;
}
#content .card .custom-radio {
  margin-bottom: 10px;
}
#content .card .custom-radio label {
  font-size: 1.4rem;
}
#content .card.warning, #content .card.statut_erreur, .app-content .card.warning {
  border-left: 10px solid #e34a4a;
  padding-left: 50px;
  background: url(img/svg/warning.svg) no-repeat left 21px top 29px #fff;
  background-size: 22px;
}
#content .card.success, #content .card.statut_termine {
  border-left: 10px solid #21abae;
  padding-left: 50px;
  background: url(img/svg/picto-ok.svg) no-repeat left 21px top 29px #fff;
}
#content .card.success, #content .card.statut_termine {
  border-left: 10px solid #21abae;
  padding-left: 50px;
  background: url(img/svg/picto-ok.svg) no-repeat left 21px top 29px #fff;
}
#content .card.careful, #content .card.statut_transmis_grd, #content .card.statut_brouillon,
#content .card.statut_valide_agence, #content .card.statut_recu_agence, #content .card.statut_en_file_attente {
  border-left: 10px solid #efc744;
  padding-left: 20px;
}
#content .card.statut_en_cours_traitement {
  border-left: 10px solid #efc744;
  padding-left: 20px;
}
#content .card.statut_xml_genere {
  border-left: 10px solid #28adef;
  padding-left: 20px;
}
#content .card.statut_annule {
  border-left: 10px solid #565656;
  padding-left: 20px;
}
#content .card > p:only-child {
  padding: 23px 0px;
}
/*
#content .card p {
  font-size: 1.6rem;
}
*/
#content .card p.green-color {
  color: #21abae;
}
#content .card p.green-color strong {
  color: #21abae;
}
#content .card p strong,
#content .card p b {
  font-weight: 600;
}
#content .card p strong.green-color,
#content .card p b.green-color {
  color: #21abae;
}
#content .card button,
#content .card input[type="submit"] {
  border: 2px solid #dbdbdb;
}
#content .card button:hover,
#content .card input[type="submit"]:hover {
  background-color: white;
  font-size: 1.6rem;
}
#content .card button.green,
#content .card input[type="submit"].green {
  border: 2px solid #21abae;
}
#content .card button.green:hover,
#content .card input[type="submit"].green:hover {
  background-color: #21abae;
  font-size: 1.6rem;
}
#content .card .btn.style-ok {
  padding-left: 50px !important;
  background: url(img/svg/picto-ok.svg) no-repeat 20px 50% #fff;
  transition: 0.25s all;
}
#content .card .btn.style-ok:hover {
  background: url(img/svg/picto-ok.svg) no-repeat 20px 50% #fff;
  border: 2px solid #21abae;
  font-size: 1.7rem;
  transition: 0.25s all;
}
#content .card .btn.style-remove {
  padding-left: 50px;
  background: url(img/svg/picto-remove.svg) no-repeat 20px 50% #fff;
  color: #f17a99;
  transition: 0.25s all;
}
#content .card .btn.style-remove:hover {
  background: url(img/svg/picto-remove.svg) no-repeat 20px 50% #fff;
  color: #f17a99;
  border: 2px solid #f17a99;
  transition: 0.25s all;
}
#content .card .form-row {
  margin-bottom: 0px;
}
@media (min-width: 1201px) {
  #content .card .table td,
  #content .card .table th {
    padding: 15px;
  }
}
#content .card form .striped > .row:nth-child(odd) {
  background: #f4f6f9;
}
#content .card .wrap-form {
  padding-top: 10px;
}
#content .card .wrap-form .row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 5px;
  min-height: 89px;
}
#content .card .wrap-form .row > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#content .card .wrap-form .row .wrap-select {
  width: 100%;
}
#content .card .wrap-form .row input[type="text"],
#content .card .wrap-form .row input[type="email"],
#content .card .wrap-form .row input[type="date"],
#content .card .wrap-form .row input[type="password"],
#content .card .wrap-form .row input.spe {
  width: 100%;
}
#content .card .wrap-form label {
  color: #193258;
  font-weight: 700;
  font-size: 1.6rem;
}
#content .card .wrap-form p {
  width: 100%;
}
#content .card .wrap-form p small {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #575757;
  display: inline-block;
}
#content .card .wrap-form .vertical-align label {
  font-weight: 400;
  color: #575757;
}
#content .card .wrap-form .vertical-align .custom-radio {
  padding-left: 10px;
}
#content .card .wrap-form .vertical-align label {
  padding-left: 33px;
}
#content .card .wrap-form .vertical-align .custom-radio .custom-control-label:before {
  top: 3px;
}
#content .card input[type="file"] {
  font-size: 1.4rem;
}
#content .accordeon .card-header {
  border-bottom: 0px;
  position: relative;
  overflow: hidden;
  padding: 10px 60px 10px 0px;
  background: transparent;
}
#content .accordeon .card-header .left-card {
  float: left;
  color: #193258;
}
#content .accordeon .card-header .left-card p strong {
  font-size: 2.2rem;
  font-weight: 600;
  margin-right: 10px;
}
#content .accordeon .card-header .left-card p small {
  font-size: 1.6rem;
}
#content .accordeon .card-header .right-card {
  float: right;
  padding-top: 4px;
}
@media (max-width: 992px) {
  #content .accordeon .card-header .right-card {
    float: none;
    clear: both;
  }
}
#content .accordeon .card-header .right-card p {
  font-size: 1.6rem;
  font-weight: 600;
}
#content .accordeon .card-header [data-toggle="collapse"] {
  font-size: 0px !important;
  border: 0px;
  position: absolute;
  top: 0px;
  left: inherit;
  right: 0px;
  bottom: 0px;
  border-radius: 0px;
  background: transparent;
  width: 42px;
  overflow: hidden;
  outline: none;
  box-shadow: none;
}
#content .accordeon .card-header [aria-expanded="true"] {
  background: url(img/svg/toggle_moins.svg) no-repeat right 0px top 50% transparent;
}
#content .accordeon .card-header [aria-expanded="false"] {
  background: url(img/svg/toggle_plus.svg) no-repeat right 0px top 50% transparent;
}
#content .accordeon .card-body {
  padding: 20px 0px 0px 0px;
}
#menu-sticky {
  position: fixed;
  top: 30%;
  left: 0px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
@media (max-width: 768px) {
  #menu-sticky {
    display: none;
  }
}
@media (min-width: 1600px) {
  #menu-sticky {
    top: 15%;
  }
}
#menu-sticky ul {
  margin: 0px;
}
#menu-sticky ul li {
  width: 50px;
  height: 50px;
  background: white;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  #menu-sticky ul li {
    width: 100px;
    height: 80px;
    border-top: 1px solid lightgrey;
  }
  #menu-sticky ul li:first-child {
    border-top: 0px;
  }
}
#menu-sticky ul li.current,
#menu-sticky ul li:hover {
  background: #efc744;
  color: white;
  transition: 0.25s all;
}
@media (min-width: 1600px) {
  #menu-sticky ul li.current a,
  #menu-sticky ul li:hover a {
    color: white;
  }
}
#menu-sticky ul li.current span:before,
#menu-sticky ul li:hover span:before {
  color: white;
  transition: 0.25s all;
}
#menu-sticky ul li:before {
  display: none;
}
#menu-sticky ul li a {
  font-size: 0px;
}
#menu-sticky ul li a span {
  font-size: 4.5rem;
}
#menu-sticky ul li a span:before {
  display: inline-block;
  text-decoration: none !important;
}
@media (min-width: 1600px) {
  #menu-sticky ul li a span {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  #menu-sticky ul li a {
    font-size: 1rem;
    text-align: center;
    padding: 0px 8px;
    line-height: 1.2rem;
    color: #193258;
    font-weight: 600;
  }
}
@media(min-width: 1900px){
  #menu-sticky ul li a span{
    display: block;
    margin: 0 3px 0 0;
    text-align: center;
    flex: 0 0 45px;
    max-width: 42px;
  }
}
#content .wrap-content-lateral {
  position: relative;
  margin: 15px 0px;
  display: flex;
  flex-wrap: wrap;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width{
  padding: 15px 0px 0px 0px;
  position: relative;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width .col{
  padding: 0px;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width .flex-column > .form-group.ml-1, #content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width .flex-column > .form-group.ml-1 .col-md-3 {
  padding: 0;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width .wrap-select{
  margin-right: 15px;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width > form.form-horizontal:first-of-type + .form-horizontal{
  position: relative;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width > form.form-horizontal:first-of-type + .form-horizontal .col-md-5.col-md-offset-7{
  position: static;
}
#content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width > form.form-horizontal:first-of-type + .form-horizontal .btn.green {
  position: absolute;
  bottom: 21px;
  right: 0;
}
@media (max-width: 768px) {
  #content .wrap-content-lateral {
    padding-right: 0px;
  }
  #content .wrap-content-lateral .wrap-content-lateral-right + .wrap-full-width > form.form-horizontal:first-of-type + .form-horizontal .btn.green {
    position: static;
    margin-right: 0;
  }
}
#content .wrap-content-lateral h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#content .wrap-content-lateral .table-responsive {
  padding-top: 10px;
}
#content .wrap-content-lateral .table-responsive table tr td,
#content .wrap-content-lateral .table-responsive table tr th {
  max-width: 360px;
  padding: 13px;
  line-height: 2rem;
  vertical-align: middle;
  color: #5b5b5b;
}
#content .wrap-content-lateral .table-responsive table tr th {
  color: #193258;
}
#content .wrap-content-lateral .wrap-content-lateral-left {
  width: calc(100% - 200px);
  padding-right: 30px;
  overflow: hidden;
}
#content .wrap-content-lateral .wrap-content-lateral-right {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #content .wrap-content-lateral .wrap-content-lateral-right {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
#content .wrap-content-lateral .wrap-content-lateral-right h2 {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #193258;
  line-height: 2.1rem;
  border-bottom: 2px solid #dbdbdb;
}
#content .wrap-content-lateral .wrap-content-lateral-right ul {
  padding: 5px 0px 58px 0px;
}
#content .wrap-content-lateral .wrap-content-lateral-right ul li {
  padding: 0px 13px 15px 13px;
  font-size: 1.4rem;
  line-height: 2rem;
}
#content .wrap-content-lateral .wrap-content-lateral-right ul li:before {
  display: none;
}
#content .wrap-content-lateral .wrap-content-lateral-right ul li img {
  width: 100%;
  height: auto !important;
  display: block;
  flex: 0 0 15%;
  max-width: 15%;
}
#content .wrap-content-lateral .wrap-content-lateral-right ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  word-break: break-word;
}
#content .wrap-content-lateral .wrap-content-lateral-right ul li .doc {
  font-size: 1.4rem;
  line-height: 2rem;
}
.dataTables_wrapper input[type="search"] {
  height: 43px;
  border-radius: 40px;
  border: 2px solid #dbdbdb;
  line-height: 43px;
  padding-left: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 1.6rem;
}
.dataTables_wrapper table.dataTable {
  padding-top: 15px;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  top: 13px;
  left: 10px;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  color: white;
  border: 0;
  border-radius: 15px;
  box-shadow: none;
  box-sizing: content-box;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #32afb2;
  text-align: center;
  line-height: 30px;
  font-size: 2.7rem;
  font-weight: 700;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 13px;
  left: 10px;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  color: white;
  border: 0;
  border-radius: 15px;
  box-shadow: none;
  box-sizing: content-box;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #32afb2;
  text-align: center;
  line-height: 30px;
  font-size: 2.7rem;
  font-weight: 700;
}
body body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
body body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #f5f6f9;
  padding: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  padding: 0px;
}
body table tr td a.dropdown-item {
  padding: 0px;
}
body table tr td:first-child a.dropdown-item {
  padding-left: 30px;
}
body table.dataTable > tbody > tr.child ul.dtr-details li:before {
  display: none;
}
.dataTables_wrapper .dataTables_filter .dropdown a.btn{
  padding: 8px 30px 8px 20px !important;
  position: relative;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_filter .dropdown a.btn:after{
  padding-top: 0;
  position: absolute;
  right: 12px;
  top: 18px;
}
.dataTables_wrapper .dataTables_filter .dropdown a.btn:hover {
  background: transparent;
  border: 2px solid #20abae;
}
.dataTables_wrapper .dataTables_filter .buttons-excel:hover{
  color: #20abae;
}
#content .card .filters-left {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#content .card .filters-left .bloc-filter-left {
  width: 25%;
  padding: 0px 15px 20px;
}
#content .card .filters-left .bloc-filter-left h2 {
  background: #193258;
  color: white;
  padding: 5px 15px;
  margin-bottom: 0;
}
#content .card .filters-left .bloc-filter-left h2:hover{
  cursor: pointer;
}
#content .card .filters-left .bloc-filter-left ul {
  margin-bottom: 0px;
}
#content .card .filters-left .bloc-filter-left ul li:before{
  top: 6px;
}
#content .card .filters-left .bloc-filter-left h2 + .container-bloc-filter-left {
  border: 2px solid lightgrey;
  border-top: 0px;
  padding: 10px;
}
#content .card .filters-left .bloc-filter-left h2 + .container-bloc-filter-left a:last-child {
  font-size: 13px;
}
#content .card .filters-left .bloc-filter-left h2 + .container-bloc-filter-left a:last-child br{
  display: none;
}
#content .card .filters-left .bloc-filter-left h2 + .container-bloc-filter-left .simplebar-placeholder{
  display: none;
}
.tab-pane.fade:not(.show){
  display: none;
}
h1.green{
  color: #21abae;
}
h1 + .card{
  margin-top: 20px !important;
}
div#nav-tabContent {
  border: 1px solid #dee2e6;
  border-top: 0;
  padding: 10px 20px;
}
.nav-tabs .nav-item{
  border-bottom: 0px !important;
}
.nav-fill .nav-item span{
  color: #21abae;
  font-weight: 700;
  opacity: 0.5;
}
.nav-tabs .nav-link.active span{
  color: #21abae;
  font-weight: 700;
  opacity: 1;
}
.nav-tabs .nav-link.active{
  margin-bottom: -1px !important;
}
strong.green{
  color: #21abae !important;
}
.big{
  font-size: 2rem !important;
  font-weight: 700;
}
.wrap-full-width{
  clear: both;
  width: 100%;
  padding: 20px 30px 20px 20px;
}
.dll-all{
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #193258;
  border-top: 1px solid lightgrey;
  font-size: 1.6rem;
  transition: 0.25s color;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 14px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  left: 0;
}
@media(max-width: 768px){
  .dll-all{
    position: static;
  }
}
.dll-all img{
  display: inline-block;
  margin-right: 5px;
  width: 37px;
  height: auto;

  width: 100%;
  height: auto !important;
  display: block;
  flex: 0 0 15%;
  max-width: 15%;
  margin-right: 7px;
}
.steps{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px !important;
}
.steps ul{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li{
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.steps>ul>li a{
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 1.6rem;
  color: #9c9c9c;
  text-decoration: none;
}
.steps ul li.current a{
  color: #333;
  cursor: default;
}
.steps>ul>li:after{
  top: 43px;
  width: 50%;
  height: 5px;
  background-color: #00B5B8;
}
.steps ul li:before{
  display: none;
}
.steps ul li.current:after{
  background-color: #F5F7FA;
}
.steps ul li .current-info{
  position: absolute;
  left: -99999px;
}
.steps .step{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border: 5px solid #e4e4e4;
  font-size: 1.3rem;
  border-radius: 50%;
  font-weight: 600;
  font-size: 2.2rem;
  background: white;
}

.steps>ul>li.current .step {
  border-color: #00B5B8;
  background-color: #fff;
  color: #00B5B8;
}
.steps>ul>li:after {
  right: 0;
}
.steps>ul>li:before {
  left: 0;
}
.steps>ul>li:after, .steps>ul>li:before {
  top: 43px;
  width: 50%;
  height: 5px;
  background-color: #00B5B8;
}
.steps>ul>li:after, .steps>ul>li:before {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
}
.steps>ul>li.current:after, .steps>ul>li.current~li:after, .steps>ul>li.current~li:before{
  background-color: #e4e4e4;
}
.steps>ul>li.first:before, .steps>ul>li.last:after{
  display: none;
}
.steps>ul>li.done .step {
  background-color: #00B5B8;
  border-color: #00B5B8;
  color: #fff;
}
table.dataTable thead th, table.dataTable thead td{
  vertical-align: middle;
}
.header .right-header ul li .dropdown-menu span.dropdown-item {
  color: #00adaf;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
#content .card button + .dropdown-menu {
  border-radius: 10px;
  padding: 15px 15px 10px 15px;
}
#content .card button + .dropdown-menu a {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#content .card button.dropdown-toggle:hover{
  color: #21abae;
}
.show>.btn-secondary.dropdown-toggle{
  color: #21abae;
  background-color: white;
  border-color: #4e555b;
}
#container-toggles{

}
#container-toggles .toggles:before{
  display: none;
}
#container-toggles .toggles{
  padding-left: 0px;
  border: 1px solid lightgrey;
  margin-bottom: 30px;
  padding: 8px 16px;
}
#container-toggles .toggles h3{
  background: url(img/svg/toggle_plus.svg) no-repeat left 0px top 50% transparent;
  padding: 15px 0px;
  padding-left: 48px;
}
#container-toggles .toggles h3.active{
  background: url(img/svg/toggle_moins.svg) no-repeat left 0px top 50% transparent;
}
#container-toggles .toggles h3:hover{
  cursor: pointer;
}
#container-toggles .toggles h3 span{
  font-size: 2.2rem;
  color: #193258;
  font-weight: 600;
}
a.download{
  border-radius: 40px;
  background: white;
  border: 2px solid #21abae;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #21abae;
  margin-bottom: 10px;
  transition: 0.25s all;
}
#container-toggles .container2{
  display: none;
}
#container-toggles .container2 > ul > li {
  margin-bottom: 14px;
}
#content .card > h5{
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#content .card .wrap-form .row > div.col-lg-6.col-sm-12 > .row {
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
}
#content .card .wrap-form .row > div.col-lg-6.col-sm-12 > .row .form-group {
  width: 100%;
  justify-content: flex-start;
}
#content .card .wrap-form .row > div.col-lg-6.col-sm-12 > .row .form-group {
  width: 100%;
  justify-content: flex-start;
}
#content .card .wrap-form .row > div.col-lg-6.col-sm-12 > .row > .form-group {
  width: 100%;
}
.btn.green{
  color: white;
  background: #21abae;
  font-weight: 600;
  margin-right: 10px;
  display: inline-flex;
  margin-bottom: 0;
}
.btn-reporting{
  padding: 1px 11px;
  height: 45px;
  margin-top: 3px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  border: 2px solid #21abae;
  font-size: 1.6rem;
  border-radius: 40px;
  font-weight: 600;
}
.btn-reporting-g7, .btn-reporting-g10{
  padding: 1px 11px;
  height: 45px;
  margin-top: 11px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  border: 2px solid #21abae;
  font-size: 1.6rem;
  border-radius: 40px;
  font-weight: 600;
  background-color: #21abae;
  color: white;
  justify-content: center;
}
.btn-reporting-g12 {
  padding: 1px 11px;
  height: 45px;
  display: flex;
  align-items: center;
  border: 2px solid #21abae;
  border-radius: 40px;
  font-weight: 600;
  background-color: #21abae;
  color: white;
}
.btn-reporting-g10 {
  margin: 0px;
  cursor: pointer;
  display: none;
}
.spacer{
  margin-bottom: 30px;
}
.separateur{
  border-left: 3px solid #ccc;
  height: 55px;
  margin-left: 15px;
}
#showExportTracking, .showExportTracking {
  position: relative;
}
#showExportTracking #block-popup, .showExportTracking .block-popup {
  background: rgb(244, 244, 244);
  border: 2px solid #09c;
  border-radius: 3px;
  bottom: 54px;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.5);
  color: #09c;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 400px;
  opacity: 0;
  right: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  transform: scale(0) rotate(-12deg);
  transition: all .5s ease-in-out;
}
#showExportTracking:hover #block-popup, #showExportTracking:focus #block-popup, .showExportTracking:hover .block-popup, .showExportTracking:focus .block-popup {
  opacity: 1;
  transform: scale(1) rotate(0);
}
#block-tracking-process, .block-tracking-process {
  display: flex;
  flex-direction: column;
}
#block-tracking-process > h3, .block-tracking-process > h3 {
  color: #000;
  font-weight: bold;
}
#showExportTracking #blocker.show, .showExportTracking .blocker.show {
  height: 100% !important;
  width: 100% !important;
}
#showExportTracking #block-popup .red-text, .showExportTracking .block-popup .red-text {
  color: #f00;
}
#showExportTracking #block-popup .orange-text, .showExportTracking .block-popup .orange-text {
  color: rgb(255, 102, 0);
}
#showExportTracking #block-popup .green-text, .showExportTracking .block-popup .green-text {
  color: #0c0;
}
/*
#content .card .icons-tab-steps .wrap-form .row > div{
    align-items: flex-start;
}
*/
#content .card .icons-tab-steps .wrap-form [data-class="item_signature"] .col-lg-6 + .col-lg-6{
  padding-top: 28px;
}
#container-image .sign-marker {
  background-color: rgb(32 171 174) !important;
  border: 1px dashed #000;
  position: absolute !important;
  z-index: 999;
  margin: 13px;
  padding: 10px;
  width: 160px !important;
  color: white;
  height: auto !important;
  text-align: center;
}
#content .card input[type="file"]{
  overflow: hidden;
}
#content .wrap-content-lateral + .demande__form{
  border: 2px solid #dbdbdb;
  border-radius: 10px;
}
#content .wrap-content-lateral + .demande__form {
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  margin: 20px 0px 20px 0px;
}
#content .wrap-content-lateral + .demande__form textarea {
  width: calc(100% - 30px);
  margin: 15px 15px 0px 15px;
  border: 1px solid lightgrey;
  padding: 20px;
}
#content .wrap-content-lateral + .demande__form .flex-column > .form-group:last-child {
  padding: 0px 25px 10px;
}
#content .wrap-content-lateral + .demande__form .flex-column > .form-group:last-child .btn{
  margin-bottom: 10px;
  margin-right: 10px;
}
@media(min-width: 1700px){
  .container{
    max-width: 1600px;
  }
}
@media(min-width: 2050px){
  .container{
    max-width: 1800px;
  }
}
@media(min-width: 1900px){
  #menu-sticky ul li{
    width: 160px;
  }
  #menu-sticky ul li a{
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    padding-left: 2px;
    font-size: 1.3rem;
  }
}
/* Ajustements dashboard */
body.dashboard{
  padding-top: 0px;
}
body.dashboard .main .col-md-12 > .frame:first-child{
  margin-bottom: 30px;
  position: relative;
  padding-top: 73px;
}
body.dashboard .main .col-md-12 > .frame:first-child ul li:before{
  display: none;
}
body.dashboard .main .col-md-12 > .frame:first-child .brand-logo{
  height: auto;
  max-width: 210px;
  position: absolute;
  top: -7px;
  left: 8px;
}
body.dashboard .main .col-md-12 > .frame:first-child h2.brand-text{
  position: absolute;
  left: 50%;
  margin-left: -89px;
  top: 15px;
}
body.dashboard .main .col-md-12 > .frame:first-child .nav-item{
  position: static;
}
body.dashboard #firm{
  color: #444343;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding-left: 17px;
  position: relative;
  height: 38px;
  line-height: 38px;
  display: inline-block;
}
body.dashboard #firm:before{
  left: 0px;
  top: 12px;
}
body.dashboard .main .col-md-12 > .frame:first-child .navbar-container{
  position: absolute;
  right: 15px;
  left: inherit;
  top: 18px;
}
body.dashboard .main .col-md-12 > .frame:first-child .navbar-nav .dropdown-toggle.nav-link{
  position: relative;
  padding-right: 15px;
  display: flex;
}
body.dashboard .main .col-md-12 > .frame:first-child .dropdown-toggle::after{
  position: absolute;
  top: 10px;
  right: 0px;
}
body.dashboard .main .col-md-12 > .frame:first-child .iconore-books{
  position: relative;
  top: -4px;
}
body.dashboard .main .col-md-12 > .frame:first-child li.dropdown div.dropdown-menu a.dropdown-item {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 5px 8px 5px 3px;
  font-size: 1.4rem;
  font-family: arial;
  color: #193258;
}
body.dashboard .main .col-md-12 > .frame:first-child li.dropdown div.dropdown-menu a.dropdown-item:hover{
  color: #1db3b6;
}
body.dashboard .main .col-md-12 > .frame:first-child li.dropdown div.dropdown-menu a.dropdown-item i{
  margin-right: 4px;
}
body.dashboard .main .col-md-12 > .frame:first-child h1{

}
body.dashboard .main .col-md-12 > .frame:first-child nav{
  background: #193258;
  height: 60px;
}
body.dashboard .container {
  margin-left: auto;
  margin-right: auto;
}
body .container--blocs{
  flex-wrap: wrap;
}
body.dashboard .wrap--container--dashboard--rcolumn{
  width: 100%;
}
body.dashboard #container--dashboard .bloc--dashboard {
  width: 25%;
  padding: 15px;
}
@media(max-width: 1030px){
  body.dashboard #container--dashboard .bloc--dashboard{
    width: 33.33%;
  }
}
@media(max-width: 768px){
  body.dashboard #container--dashboard .bloc--dashboard{
    width: 100%;
  }
}
body.dashboard .wrap-select select {
  color: #193258;
  font-weight: 600;
  padding: 0px 40px 0px 20px;
}
body.dashboard .btn.style-ok, body.dashboard .btn.style-ok{
  padding: 9px 16px 9px 39px !important;
  background-position: 13px 50%;
}
body.dashboard .wrap--container--dashboard{
  width: 100%;
}
body.dashboard .form-row.align-items-left{
  justify-content: center;
}
body.dashboard #container--slider .slick-dots li button:before{
  font-size: 20px;
}
body.dashboard #container--slider .slick-dots li:before{
  display: none;
}
body.dashboard footer a:hover{
  color: #1db3b6;
  text-decoration: underline;
}
body.dashboard .main .col-md-12 > .frame:first-child h1 + .card{
  background: none;
  border: 0px;
  display: block;
  margin-top: 0px;
}
.limited-width {
  max-width: 1015px;
}
.striped .row:nth-child(odd){
  background: #f4f6f9 !important;
}
body .striped .row.submit, .row.submit{
  background: white !important;
}
#content .wrap-content-lateral .wrap-full-width a.btn.btn-primary {
  margin: 18px 0px !important;
  display: inline-block;
  margin: 0 auto;
}
#content .wrap-content-lateral .wrap-full-width {
  text-align: center;
}
#content .wrap-content-lateral .wrap-full-width .btn-primary:hover {
  color: #fff !important;
  background-color: #193258;
  border-color: #193258;
}
#content form .row.submit p.center{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
#creation_compte .row.submit{
  margin-left: 15px;
  margin-right: 15px;
}
body #content form .input-group > .form-control, body #content .card .wrap-form .row .input-group > .form-control{
  width: 1%;
}
.input-group .fa-eye, .input-group .fa-eye-slash{
  font-size: 2rem;
  padding: 0px 3px;
  position: relative;
  top: 2px;
}

.input-group a:hover{
  text-decoration: none;
}
/* */
.wrap-select.inline {
  display: inline-block;
}
#content .dataTables_wrapper .dataTables_paginate{
  padding-top: 10px;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0px;
}
#content .table_type1.table-responsive .dataTables_wrapper #datatableOre_length, #content .table_type1.table-responsive .dataTables_wrapper #datatableOre_filter{
  margin-bottom: 10px;
}
#content .dataTables_wrapper table.dataTable{
  padding-top: 0px;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current){
  background: none;
  color: #20abae !important;
  border: 1px solid white;
}
.table tr td a.dropdown-item + strong{
  color: #f17a99;
}
.table tr td a.dropdown-item{
  white-space: normal;
}
p.wrap-btn.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
p.wrap-btn.left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
p.wrap-btn.left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#content .btn-primary:hover {
  background: inherit;
  color: #21abae;
  border-color: #dbdbdb;
}
#content .btn-primary:not(:disabled):not(.disabled).active, #content .btn-primary:not(:disabled):not(.disabled):active, #content .show>.btn-primary.dropdown-toggle{
  color: #fff;
  background-color: #193258;
  border-color: #193258;
}
div#datatableOre_filter .dropdown-menu > button:hover {
  color: #20abae;
  transition: 0.25s all;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #193258;
}
div#datatableOre_filter .dropdown-menu > button.active:hover{
  background-color: #193258;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, body table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 49px !important;
}
#content .card .table td a {
  color: #193258;
}
#content .card .table td a:hover{
  text-decoration: underline;
}
.modal .modal-header h5{
  font-size: 2rem;
  font-weight: 700;
}
.modal .modal-header .close span{
  font-size: 2.8rem;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 11px;
}
.modal .modal-body{
  padding: 0px 30px;
}
.modal .modal-body .demande__form{
  border: 0px;
  margin-bottom: 30px;
  margin: 0 auto;
}
.modal .modal-body .demande__form .wrap-select{
  margin-bottom: 15px
}
.modal .modal-body .demande__form textarea{
  margin-bottom: 30px;
  width: 100%;
  border: 2px solid lightgrey;

}
.modal .modal-body .demande__form .col-sm-12{
  margin: 0 auto;
}
.modal .modal-body .demande__form div.submit{
  margin: 15px 0px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.modal .modal-body .demande__form div.submit input[type="submit"]{
  margin-right: -20px;
}
.modal .modal-header{
  padding-left: 20px;
}
body.login #wrap-connexion-bloc #connexion-bloc > .frame-type-text ul li:before {
  content: "•";
  font-family: arial;
  color: #21abae;
  font-size: 2rem;
  position: relative;
  top: 3px;
  line-height: 2rem;
  display: inline-block;
  margin-right: 12px;
}
@media(min-width: 992px){
  body.login #wrap-connexion-bloc #connexion-bloc > .frame-type-text {
    margin: 0px -160px;
  }
}
@media(min-width: 1080px){
  body.login #wrap-connexion-bloc #connexion-bloc > .frame-type-text {
    margin: 0px -260px;
  }
}
@media(min-width: 1700px){
  body.login #wrap-connexion-bloc #connexion-bloc > .frame-type-text {
    margin: 0px -460px;
  }
}
.dataTables_length label {
  height: 43px;
  border-radius: 40px;
  border: 2px solid #dbdbdb;
  line-height: 43px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  width: calc(100% - 43px);
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
}
.dataTables_length label select {
  color: #193258;
  font-weight: 600;
  display: inline-block;
  width: auto;
}
.dataTables_length label:after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background: url(img/svg/chevron.svg) no-repeat 0px 0px;
  position: absolute;
  top: 17px;
  right: 18px;
  pointer-events: none;
}
.dataTables_length label:focus:after {
  transform: rotate(180deg);
}
.status_recu_agence {
  background-color: #20abae;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 4px 01px 4px;
  font-weight: 600;
}
.modal .modal-content{
  border-radius: 10px;
  border: 0;
  overflow: hidden;
}
.modal .modal-content .modal-header h4{
  font-weight: 700;
  font-size: 1.8rem;
}
.modal .modal-content .modal-header button.close{
  border: 0px !important;
}
.modal .modal-content .modal-header.white *{
  color: white !important;
}
.modal .modal-content .modal-header button.close:hover{
  background: inherit !important;
}
.modal .modal-body {
  padding: 10px 22px;
  line-height: 20px;
  margin-bottom: 10px !important;
}
.input-group .fa-eye, .input-group .fa-eye-slash{
  font-size: 2rem;
  padding: 0px 3px;
  position: relative;
  top: 2px;
}
#menu-sticky ul li a span.icon-change {
  font-size: 2.9rem;
}
#content .card .filters-left .bloc-filter-left h2 + .container-bloc-filter-left .simplebar-mask{
  position: static;
}
#content .card .filters-left .bloc-filter-left h2 + .container-bloc-filter-left .simplebar-mask .simplebar-offset{
  position: static;
}
.alert-warning {
  color: #193258;
  background-color: #efc744;
  border-color: #efc744;
}
#content .alert-warning p {
  margin-bottom: 12px;
  line-height: 2.6rem;
}
.alert-dismissible .close,
#msg-result-import .close {
  position: absolute;
  top: 50%;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: -19px;
}
body .ui-datepicker-calendar{font-size: .6em;}
body .ui-datepicker .ui-datepicker-title > select {
  flex: 1;
  height: 30px;
  margin: 0px 7px;
  appearance: auto;
  padding: 0px 0px 0px 5px;
  font-size: 1.4rem;
}
body .ui-datepicker .ui-datepicker-title {
  margin: 5px 3px;
  line-height: 1.8em;
  text-align: center;
  display: flex;
}
body .ui-datepicker .ui-datepicker-header > a{
  display: none;
}
body .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0;
  background: #193258;
  border-radius: 0;
}
body .ui-widget.ui-widget-content{
  border-radius: 0;
}
body .ui-datepicker{
  max-width: 231px;
}
body .ui-datepicker .ui-datepicker-buttonpane button{
  border-radius: 40px;
  background: white;
  border: 2px solid #21abae;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  color: #21abae;
  margin-bottom: 10px;
  transition: 0.25s all;
  border: 2px solid #dbdbdb;
  font-size: 1.4rem;
  transition: 0.25s all;
}
body .ui-datepicker .ui-datepicker-buttonpane button:hover{
  border: 2px solid #21abae;
  transition: 0.25s all;
}
body .ui-datepicker .ui-state-highlight, body .ui-datepicker .ui-widget-content .ui-state-highlight, body .ui-datepicker .ui-widget-header .ui-state-highlight{
  border: 1px solid #efc744;
  background: #efc744;
  color: #ffffff;
}
#content .card .wrap-form p small .icon-help {
  position: relative;
  top: 7px;
  left: -3px;
}

.icons-tab-steps .row label small{
  display: block;
  padding-left: 40px;
}

.icons-tab-steps .row label small br{
  display: none;
}
/* Typeahead style */
.typeahead__query input[type="text"] {
  height: 43px;
  border-radius: 40px;
  border: 2px solid #dbdbdb;
  line-height: 43px;
  padding-left: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 1.6rem;
}

.typeahead__container.cancel.result.hint .typeahead__query .typeahead__cancel-button {
  font-size: 2.6rem;
  position: absolute;
  top: -1px;
  right: 15px;
  color: red;
  background: none;
}

.typeahead__query .typeahead__cancel-button {
  background: url(img/svg/loup.svg) no-repeat 0px 0px;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 23px;
  height: 23px;
  background-size: cover;
  display: block;
  z-index: 9;
  visibility: visible;
  font-size: 0;
}

.typeahead__result ul li {
  padding-left: 0;
}

.typeahead__result ul li a {
  font-size: 1.4rem;
}

.typeahead__result ul li:before {
  display: none;
}

.typeahead__query .js-result-container {
  font-size: 1.3rem;
  padding: 3px 0px;
  background: none !important;
  display: block;
  text-align: center;
}
/* Page données de prod */
body .ui-datepicker .ui-datepicker-header{
  background: #e4e4e4;
}
body .ui-widget.ui-widget-content.ui-datepicker{
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
body #content h1 + .card [data-toggle=popover], body #content p + .card [data-toggle=popover] {
  width: 25px;
  height: 25px;
  margin: 0px 0px 0px -15px;
  background: url(img/svg/info2.svg) no-repeat center center;
  background-size: cover;
  float:right
}
body #content h1 + .card .popover-error, body #content p + .card .popover-error{
  margin: 3px 0px 0px -23px;
  background: url(img/svg/info4.svg) no-repeat;
  /* padding: 22px 10px 48px 12px;
  border: none; */
  position: absolute;
}
span.popover-info{
  width: 25px;
  height: 25px;
  font-size: 0;
  display: block;
  border-radius: 50%;
  margin: 0;
  background: url(img/svg/info2.svg) no-repeat center center;
  background-size: cover;
  float: right;
}
.popover.bs-popover-top, .popover.bs-popover-bottom{
  font-size: 1.4rem;
}
#content .accordeon .card-body .table td:last-child .btn.saisieDonnees {
  padding-left: 35px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-position: 14px center;
  padding-right: 17px;
}
#content .accordeon .card-body .table td:last-child .btn-primary.saisieDonnees {
  padding-left: 0;
  padding-right: 0;
  background-color: white;
}
#content .accordeon .card-body .table td:last-child .btn-primary.saisieDonnees:hover{
  border-color: #193258;
  text-decoration: none;
}
#content .accordeon .card-body > .alert-info .row .col-md-6:last-child button.ladda-button:hover{
  color: #20abae;
  transition: 0.25s all;
}
#content .accordeon .card-body > .alert-info .row .col-md-6:last-child button.ladda-button.disabled:hover{
  color: #193258;
  transition: 0.25s all;
}
#content .accordeon .card-body > .alert-info {
  border: 0;
}
#content .accordeon .card-body > .alert-info .row .col-md-6:last-child > form{
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#content .accordeon .card-body > .alert-info .row .col-md-6:first-child {
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 29px;
}

#content .accordeon .card-body > .alert-info .row .col-md-6:last-child .form-group {
  flex: 1;
}

#content .accordeon .card-body > .alert-info .row .col-md-6:last-child button.ladda-button {
  max-height: 45px;
  background: white;
  color: #193258;
  border: 2px solid #20abae;
}
#content .card input[type="file"] + .help-block.with-errors li{
  padding-left: 0px;
  font-size: 1.4rem;
}
.fixed-top-message, #msg-result-import {
  position: fixed;
  padding: 7px 0px;
  text-align: center;
  top: 53px;
  z-index: 999;
  left: 0;
  width: 100%;
}
.fixed-top-message .container, #msg-result-import .container {

}

.fixed-top-message .container .warning,
.fixed-top-message .container .success,
#msg-result-import .container .warning,
#msg-result-import .container .success {
  background: white;
  padding: 20px 0px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
}

.fixed-top-message .container .warning p,
.fixed-top-message .container .success p,
#msg-result-import .container .warning p,
#msg-result-import .container .success p {
  color: #193258;
  font-weight: 400;
  padding-left: 30px;
}
.fixed-top-message .container .warning p:before,
#msg-result-import .container .warning p:before {
  content: "";
  background: url(img/svg/warning.svg) no-repeat 0px 0px #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  position: relative;
  top: 4px;
  left: -7px;
}
.alert-success {
  background-color: #48b361;
}
.alert-success .container .success p {
  color: #FFF;
}
.alert-success .container .success p:before{
  content: "";
  background: url(img/svg/picto-ok-white.svg) no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  position: relative;
  top: 4px;
  left: -7px;
}
.pager.listPager {
  display: flex;
}
.pager.listPager ol.listPager li:before {
  display: none;
}
body .pager.listPager ol.listPager li {
  padding-left: 3px;
  padding-right: 3px;
}
body .pager.listPager ol.listPager li a {
  padding: 4px;
  border-radius: 2px;
}
body .pager.listPager > a.internal {
  display: inline-block;
  background-color: #20abae;
  color: #fff;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  margin: 0 15px;
  font-family: arial !important;
  padding: 7px 12px;
  border-radius: 15px;
}
body .pager.listPager ol.listPager {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  align-items: center;
}
body .pager.listPager ol.listPager .total {
  color: #00b39f;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0px 0px 0px 8px;
  position: relative;
  top: 3px;
  font-size: 2rem;
  padding: 4px 4px 9px 4px;
}
body .pager.listPager ol.listPager a.active {
  background-color: #20abae;
  color: #fff;
}
body .pager.listPager > a.internal:hover {
  text-decoration: none;
  color: #fff;
  background-color: #193258;
}
#saisieDonneesModal.modal .modal-dialog{
  background: white;
  border-radius: 10px;
}
#saisieDonneesModal.modal .modal-dialog .modal-header{
  display: block;
  text-align: left;
}
#saisieDonneesModal.modal .modal-dialog .modal-header h4{
  text-align: left;
  font-weight: 700;
  font-size: 2rem
}
#saisieDonneesModal.modal .modal-dialog .modal-content{
  padding: 10px 05px;
}
#saisieDonneesModal.modal .modal-dialog .modal-content input[type="file"]{
  font-size: 1.4rem;
}
#saisieDonneesModal.modal .modal-dialog .modal-footer button{
  margin-bottom: 0px;
}
#saisieDonneesModal.modal .modal-dialog .modal-footer{
  padding: 15px
}
#saisieDonneesModal.modal, #saisieDonneesModal.modal .modal-dialog{
  pointer-events: auto;
}
{
  -webkit-box-shadow: -5px 4px 29px 0px rgba(0,0,0,0.24);
  box-shadow: -5px 4px 29px 0px rgba(0,0,0,0.24);
}
#container--dashboard > .actu,
#container--dashboard > .card{
  margin: 0 15px;
  width: 100%;
  /*max-height: 300px;
  overflow-y: auto;*/
  margin-bottom: 15px;
  -webkit-box-shadow: -5px 4px 29px 0px rgba(0,0,0,0.24);
  box-shadow: -5px 4px 29px 0px rgba(0,0,0,0.24);
  border: 0px;
  background: white;
}
#container--dashboard > .card h2{
  padding: 14px;
  font-weight: 700;
}
#container--dashboard > .card .timeline-container{
  width: calc(100% - 60px);
  position: relative;
  overflow: auto;
  margin: 0px 30px;
  margin-bottom: 30px;
  height: auto;
}
#container--dashboard > .card .timeline-container .timeline-block{
  justify-content: flex-start;
}
#container--dashboard > .card .timeline-container:before {
  content: none;
}
#container--dashboard > .card .timeline-container hr {
  margin: 20px 0 20px 33px;
  background-color: #ccc;
  border-top: 2px solid rgb(255,255,255);
  width: 10%;
}
#container--dashboard > .actu h2,
#container--dashboard > .actu h3,
#container--dashboard > .actu span,
#container--dashboard > .actu p {
  color: #FFF;
}
#container--dashboard > .actu .content-left {
  text-align: left;
  width: 95%;
  padding: 0 15px;
}

#container--dashboard > .actu h3,
#container--dashboard > .actu .content-left span.timeline-date {
  font-size: 1.75rem;
  display: inline;
}
div.marker.white {
  background: #FFF;
}
body #container--dashboard, body .container--slider{
  margin-top: -6px;
}
.login #tooltip{
  font-size: 0px;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-top: 30px;
  background: url(img/svg/info3.svg) no-repeat center center #fff;
}
.login #tooltip:hover{
  cursor: pointer;
}
.login #tooltip .frame-type-text{
  position: absolute;
  margin-top: 66px;
  background: white;
  width: 600px;
  margin-left: -300px;
  z-index: 10;
  border-radius: 10px;
  padding: 10px 10px 0px;
  display: none;
  left: 30px;
}
.login #tooltip .frame-type-text *{
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: black;
}
.login #tooltip:hover .frame-type-text{
  display: block;
}
/* pages sitemap */
@media(min-width: 768px){
  #content .frame-type-menu_sitemap_pages{
    max-width: 720px;
  }
}
@media(min-width: 992px){
  #content .frame-type-menu_sitemap_pages{
    max-width: 960px;
  }
}
@media(min-width: 1200px){
  #content .frame-type-menu_sitemap_pages{
    max-width: 1140px;
  }
}
@media(min-width: 1201px){
  #content .frame-type-menu_sitemap_pages{
    max-width: 1400px;
  }
}
@media(min-width: 1700px){
  #content .frame-type-menu_sitemap_pages{
    max-width: 1600px;
  }
}
@media(min-width: 2050px){
  #content .frame-type-menu_sitemap_pages{
    max-width: 1800px;
  }
}
#content .frame-type-menu_sitemap_pages {
  margin: 0 auto;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#content .frame-type-menu_sitemap_pages ul li:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(img/svg/arrow1.svg) no-repeat 0px 0px;
}
#content .frame-type-menu_sitemap_pages ul li {
  padding-left: 35px;
}
.frame-type-text ul li.card.card-body:before {
  display: none;
}
.header .right-header ul li .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #bdbdbd;
}
.header .right-header ul li .dropdown-menu > a.dropdown-item {
  padding: 5px 8px 5px 3px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover{
  color: white;
}
.header .right-header ul li .dropdown-menu span.dropdown-item + a.dropdown-item {
  padding-left: 9px;
}
body > .ui-tooltip.ui-widget-content {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0px !important;
}
div#datatableOre_filter .dropdown-menu > button {
  border: 0px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.3rem;
  width: 100%;
  word-break: break-all;
  white-space: normal;
  line-height: 1.6rem;
  padding-top: 6px;
  padding-bottom: 6px;
}
div#datatableOre_filter .dropdown-menu > button span{
  max-width: 100%;
  word-break: normal;
}
div#datatableOre_filter .dropdown-menu > button:hover{
  font-size: 1.3rem;
}
div#datatableOre_filter .dropdown-menu{
  max-width: 400px;
}
a.more-picto, a.calcul-picto, a.export-all-picto, button.export-all-picto {
  border-radius: 40px;
  background: white;
  border: 2px solid #dbdbdb;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #21abae;
  margin-left: 10px;
  transition: 0.25s all;
  min-height: 39px;
  color: #193258;
  display: inline-flex;
  float: right;
  position: relative;
  top: -12px;
}
a.more-picto:hover, a.calcul-picto:hover, a.export-all-picto:hover {
  border: 2px solid #21abae;
  font-size: 1.7rem;
  text-decoration: none;
  transition: 0.25s all;
}
.btn-right{
  display: flex;
  justify-content: flex-end;
}
a.more-picto span {
  padding-left: 30px;
  background: url(img/svg/more-picto.svg) no-repeat 0px 0px;
  display: inline-flex;
  align-items: center;
  color: #20abae;
}
a.calcul-picto span {
  padding-left: 30px;
  background: url(img/svg/calcul-picto.svg) no-repeat 0px 0px;
  display: inline-flex;
  align-items: center;
  color: #20abae;
}
a.export-all-picto span, button.export-all-picto span {
  padding-left: 30px;
  background: url(img/svg/export-all-picto.svg) no-repeat 0px 0px;
  display: inline-flex;
  align-items: center;
  color: #20abae;
}
a.export-all-picto span#counter, button.export-all-picto span#counter {
  background: none;
  padding-left: 15px;
  display: inline-flex;
  align-items: center;
  color: #20abae;
}

a.calcul-picto.finish span {
  padding-left: 30px;
  background: url(img/svg/picto-ok.svg) no-repeat 0px 0px;
  display: inline-flex;
  align-items: center;
  color: #20abae;
}

.cd-horizontal-timeline .events a {
  font-size: 1.5rem;
}

/* Center the loader */
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #21abae;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}
div.correctionCC .wrap-select .select2-container--default {
  width: 100% !important;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
div.correctionCC .wrap-select {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.correctionCC .wrap-select .select2-selection__arrow {
  display: none;
}
div.correctionCC .wrap-select .selection,
div.correctionCC .wrap-select .select2-selection.select2-selection--single {
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
}

div.correctionCC .wrap-select select2-container--default,
div.correctionCC .wrap-select .select2-selection--single {
  border-radius: initial;
  border: initial;
  background: none;
}
ul li.select2-results__option:before {
  content:none;
}

table.dataTable thead th {
  border-bottom: 2px solid #dee2e6 !important;
}
table.dataTable thead td,
table.dataTable.no-footer {
  border-bottom: none !important;
}
.badge-box {
  background-color: inherit;
  display: inline-block;
}

.badge {
  padding: 4px 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-big {
  font-size: 14px;
  font-weight: 800;
}
.badge_termine {
  background: url(img/svg/picto-ok.svg) no-repeat 20px 50% #fff;
  /*background-color: #259820;*/
}

.badge_erreur {
  background: url(img/svg/picto-remove.svg) no-repeat 20px 50% #fff;
  /*background-color: #eb4322;*/
}

table.tableDoublon {
  border-collapse: collapse !important;
}

table.tableDoublon tbody tr.even {
  border-bottom: 4px solid #dee2e6 !important;
}

select option.disabled {
  font-style: italic;
}

span.label-menu-mobile {
  display: none;
}

@media (max-width: 768px) {

  body.dashboard .main .col-md-12 > .frame:first-child .nav-item:focus {
    outline: none;
  }

  .navbar-toggler {
    position: absolute;
    right: 3px;
  }

  .float-right {
    min-width: 320px;
  }

  .collapse.show {
    display: block;
    position: absolute;
    top: 41px;
    right: -15px;
    padding: 1rem;
    background: rgb(25, 50, 88);
  }

  body.dashboard .main .col-md-12 > .frame:first-child .nav-item {
    margin-bottom: 1rem;
  }

  span.label-menu-mobile {
    display: block;
  }
}

.dashboard .notifications {
  text-align: initial;
}

.warning {
  color: #222;
}

.status_v2 {
  color: white !important;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 4px 01px 4px;
  font-weight: 600;
}

.status_v2_erreur, .status_v2_transmis_grd {
  background-color: #e34a4a;
}

.status_v2_a_confirmer {
  background-color: #efc744;
}

.loading {
  width: 45px;
  margin-top: 13px;
  display: none;
}

.status_v2_termine {
  background-color: #21abae;
}

/* 2253 EDIT CSS POUR LES ERREURS CDC */

.custom-error-message {
  background: #f8d7da;
  color: #842029 !important;
  font-size: 1.4rem;
  border: 1px solid #f5c2c7;
  border-radius: 3px;
}

.custom-warning-message {
  background: #FFF3CD;
  color: #725905 !important;
  font-size: 1.4rem;
  border: 1px solid #f7e5a9;
  border-radius: 3px;
}

.btn-custom-affiche-modal {

  border: 1px solid #20abae;
  background: #fff;
  width: 100%;
  padding: 5px;
  text-decoration: none;

}

/* 2412 for multiMonth import */
/** START LOADER **/
#blocker {
  display:none;
  transition: all 1s ease-in-out;
}
#blocker.show {
  align-items: center;
  background-color: rgba(0,0,0,.2);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}
#blocker > #loader-ajax {
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
  aspect-ratio: 1;
  border: 15px solid #193258;
  border-radius: 50%;
  width: 100px;
}
@keyframes l20-1{
  0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
  12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
  25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
  50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
  100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}
/** END LOADER **/

/** START SWITCH HIDE FINISHED STATUS **/
.switch-hide-finished-status {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 27px;
}

.switch-hide-finished-status > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-hide-finished-status > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-hide-finished-status > .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.switch-hide-finished-status > input:checked + .slider {
  background-color: #2196F3;
}

.switch-hide-finished-status > input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-hide-finished-status > input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/** END SWITCH HIDE FINISHED STATUS **/

/*** NEW POP UP MESSAGE  ***/
.new_popup_msg {
  font-size: 14px;
  position: absolute;
  width: 26em;
}
.new_popup_msg.before_send_to_rte_alert {
  display: none;
}

.new_popup_msg .icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.new_popup_msg .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.new_popup_msg .close:hover,
.new_popup_msg .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

.new_popup_msg button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.new_popup_msg .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.new_popup_msg .alert h4 {
  margin-top: 0;
  color: inherit;
}

.new_popup_msg .alert .alert-link {
  font-weight: bold;
}

.new_popup_msg .alert>p,
.new_popup_msg .alert>ul {
  margin-bottom: 0;
}

.new_popup_msg .alert>p+p {
  margin-top: 5px;
}

.new_popup_msg .alert-dismissable {
  padding-right: 35px;
}

.new_popup_msg .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.new_popup_msg .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.new_popup_msg .alert-success hr {
  border-top-color: #c9e2b3;
}

.new_popup_msg .alert-success .alert-link {
  color: #2b542c;
}

.new_popup_msg .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.new_popup_msg .alert-info hr {
  border-top-color: #a6e1ec;
}

.new_popup_msg .alert-info .alert-link {
  color: #245269;
}

.new_popup_msg .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.new_popup_msg .alert-warning hr {
  border-top-color: #f7e1b5;
}

.new_popup_msg .alert-warning .alert-link {
  color: #66512c;
}

.new_popup_msg .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.new_popup_msg .alert-danger hr {
  border-top-color: #e4b9c0;
}

.new_popup_msg .alert-danger .alert-link {
  color: #843534;
}

.new_popup_msg .alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.new_popup_msg .alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}

.new_popup_msg .alert-success {
  background-color: #dbf6d3;
  border-color: #aed4a5;
  color: #569745;
}

.new_popup_msg .alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}

.new_popup_msg .alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}

.new_popup_msg .alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}

.new_popup_msg .alert-white {
  background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.new_popup_msg .alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #bdbdbd;
}

.new_popup_msg .alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  background: #fff;
}

.new_popup_msg .alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.new_popup_msg .alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.new_popup_msg .alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.new_popup_msg .alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}

.new_popup_msg .alert-white.alert-info .icon,.alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}

.new_popup_msg .alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.new_popup_msg .alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}
.loader {
  width: 25px;
  height: 25px;
  border: 5px solid #FFF;
  border-bottom-color: #193258;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 10px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disabled-event-button{
  pointer-events: none;
}

/* <<<<<< G1N */
.edc-web input[type="text"], .edc-web input[type="email"] {
  width: 100% !important;
}
.edc-web select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 1em auto;
  padding-right: 2.5em;
}
.edc-web select:disabled, .edc-web input:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.footer-btn {
  margin-top: 50px;
}
#nav-info-general, #nav-pj {
  padding: 50px;
}
.input-code-edc {
  position: relative;
}
.clear-input-code-edc {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  color: #b7aeae;
}
.cooltool {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  display: inline-block;
}
.tooltip {
  opacity: 0;
  color: #fff;
  background: rgba(0,0,0,0.8);
  position: absolute;
  border-radius: 5px;
  padding: 0px 10px 3px 10px;
  transition: 0.3s;
  transition-delay: 0.1s;
  pointer-events: none;
  max-width: 200px;
  width: max-content;
  z-index: 9999;
  font-size: 15px;
}
.tooltip::after {
  color: rgba(0,0,0,0.8);
  position: absolute;
}
.tooltip .after-content {
  display: none;
}
.cooltool:hover .tooltip {
  opacity: 1 !important;
}
.tooltip .hideTip {
  display: none;
}
.tooltip .showTip {
  display: block;
}

/* left tooltip */
.cooltool:hover [data-tooltip="left"] {
  right: calc(100% + 15px);
  transform: translate(0,-50%);
}
[data-tooltip="left"] {
  top: 50%;
  right: 50%;
  transform: translate(0,-50%);
}
[data-tooltip="left"]::after {
  top: 50%;
  right: -7px;
  transform: translate(0, -50%);
  border-left: 7px solid rgba(0,0,0,0.8);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
}
[data-tooltip-dir="left"][data-align="top"] .tooltip {
  transform: translate(0,0) !important;
  top: 0 !important;
}
[data-tooltip-dir="left"][data-align="top"] .tooltip::after {
  transform: translate(0,0) !important;
  top: 5px !important;
}


/* bottom tooltip */
.cooltool:hover [data-tooltip="bottom"] {
  top: calc(100% + 15px);
  transform: translate(50%,0);
}
[data-tooltip="bottom"] {
  top: 50%;
  right: 50%;
  transform: translate(50%,0%);
}
[data-tooltip="bottom"]::after {
  top: -6px;
  right: 50%;
  transform: translate(50%, 0);
  border-bottom: 6px solid rgba(0,0,0,0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}

/* right tooltip */
.cooltool:hover [data-tooltip="right"] {
  left: calc(100% + 15px);
  transform: translate(0,-50%);
}
[data-tooltip="right"] {
  top: 50%;
  left: 50%;
  transform: translate(0,-50%);
}
[data-tooltip="right"]::after {
  top: 50%;
  left: -7px;
  transform: translate(0, -50%);
  border-right: 7px solid rgba(0,0,0,0.8);
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  content: '';
}
[data-tooltip-dir="right"][data-align="top"] .tooltip {
  transform: translate(0,0) !important;
  top: 0 !important;
}
[data-tooltip-dir="right"][data-align="top"] .tooltip::after {
  transform: translate(0,0) !important;
  top: 5px !important;
}

/* top tooltip */
.cooltool:hover [data-tooltip="top"] {
  bottom: calc(100% + 15px);
  transform: translate(50%,0);
}
[data-tooltip="top"] {
  bottom: 50%;
  right: 50%;
  transform: translate(50%,0);
}
[data-tooltip="top"]::after {
  bottom: -6px;
  right: 50%;
  transform: translate(50%, 0);
  border-top: 6px solid rgba(0,0,0,0.8);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}


/*tooltip borders*/
[data-tooltip-border*="true"] .tooltip {
  border: 1px solid var(--tool-border);
}
[data-tooltip-border*="true"] .tooltip .before-content::after, [data-tooltip-border*="true"] .tooltip .after-content::after, [data-tooltip-border*="true"] .tooltip .before-content::before, [data-tooltip-border*="true"] .tooltip .after-content::before {
  content: '';
  display: block;
  height: 2px;
  background: var(--tool-border);
  width: 10px;
  position: absolute;
}

/* left tooltip border */
[data-tooltip-dir*="left"][data-tooltip-border*="true"] .tooltip .before-content::before, [data-tooltip-dir*="left"][data-tooltip-border*="true"] .tooltip .after-content::before{
  top: calc(50% - 5px);
  right: -9px;
  transform: translate(0, 50%) rotate(45deg);
}
[data-tooltip-dir*="left"][data-tooltip-border*="true"] .tooltip .before-content::after, [data-tooltip-dir*="left"][data-tooltip-border*="true"] .tooltip .after-content::after{
  bottom: calc(50% - 3px);
  right: -9px;
  transform: translate(0, 50%) rotate(-45deg);
}

/* bottom tooltip border */
[data-tooltip-dir*="bottom"][data-tooltip-border*="true"] .tooltip .before-content::before, [data-tooltip-dir*="bottom"][data-tooltip-border*="true"] .tooltip .after-content::before{
  width: 9px !important;
  left: calc(50% - 7px);
  top: -6px;
  transform: translate(0, 50%) rotate(-45deg);
}
[data-tooltip-dir*="bottom"][data-tooltip-border*="true"] .tooltip .before-content::after, [data-tooltip-dir*="bottom"][data-tooltip-border*="true"] .tooltip .after-content::after{
  width: 9px !important;
  right: calc(50% - 7px);
  top: -6px;
  transform: translate(0, 50%) rotate(45deg);
}

/* right tooltip border */
[data-tooltip-dir*="right"][data-tooltip-border*="true"] .tooltip .before-content::before, [data-tooltip-dir*="right"][data-tooltip-border*="true"] .tooltip .after-content::before{
  top: calc(50% - 5px);
  left: -9px;
  transform: translate(0, 50%) rotate(-45deg);
}
[data-tooltip-dir*="right"][data-tooltip-border*="true"] .tooltip .before-content::after, [data-tooltip-dir*="right"][data-tooltip-border*="true"] .tooltip .after-content::after{
  bottom: calc(50% - 3px);
  left: -9px;
  transform: translate(0, 50%) rotate(45deg);
}

/* top tooltip border */
[data-tooltip-dir*="top"][data-tooltip-border*="true"] .tooltip .before-content::before, [data-tooltip-dir*="top"][data-tooltip-border*="true"] .tooltip .after-content::before{
  width: 9px !important;
  left: calc(50% - 7px);
  bottom: -4px;
  transform: translate(0, 50%) rotate(45deg);
}
[data-tooltip-dir*="top"][data-tooltip-border*="true"] .tooltip .before-content::after, [data-tooltip-dir*="top"][data-tooltip-border*="true"] .tooltip .after-content::after{
  width: 9px !important;
  right: calc(50% - 7px);
  bottom: -4px;
  transform: translate(0, 50%) rotate(-45deg);
}
.hr {
  margin: 30px 0px 30px 0px;
}
.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  pointer-events: none;
}
.popupDeliveryPeriod {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  z-index: 9999;
  border-radius: 20px;
}
#deliveryPeriodSelectPopUp {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M5 10l10 10 10-10z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-size: 25px;
}
.input-code-edc .icon-valid {
  padding-left: 30px;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232ecc71' d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zM17.707 8.293l-6.707 6.707-3.707-3.707-1.414 1.414 5.121 5.121 8.121-8.121-1.414-1.414z'/%3E%3C/svg%3E"); */
  background-image: none;
  background-position: right center;
  background-repeat: no-repeat;
}
.alert-danger-bootstrap {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.unit-input {
  position: relative;
  margin-left:-50px;
}
.unit-input:before {
  content: "|";
  margin-right: 2px;
}
.installedPower, .availablePower {
  display: none;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.loading-overlay .spinner-border {
  width: 3rem;
  height: 3rem;
}
.synthese {
  position: relative;
}
/* >>>>>> G1N */

/* <<<<<< G12 */
.btns-g12 select, .btns-g12 input, .btns-g12 button {
  font-size: 12px;
  width: 100% !important;
}
.btns-g12 span#showExportTracking {
  font-size: 11px;
}

.btns-g12 select:hover, .btns-g12 input:hover, .btns-g12 button:hover {
  font-size: 12px !important;
}
/* >>>>>> G12 */
