/* Couleur */
.titre_bleu {
  color: #081a8f;
}
.twhite {
  color: white;
}
.tbold {
  font-weight: bold;
}
.txtcenter {
  text-align: center;
}
.tred {
  color: red;
}

.tdefault {
  color: #e4e7ea;
}
.tdanger {
  color: #fb9678;
}
.twarning {
  color: #fec107;
}
.tinfo {
  color: #03a9f3;
}
.tsuccess {
  color: #00c292;
}

.majuscule {
  text-transform: uppercase;
}

/*
fond couleur
*/
.bgf1 {
  background-color: #f1f1f1;
}
.bgb1 {
  background-color: #b1b1b1;
}
.bga1 {
  background-color: #a1a1a1;
}
.bgc1 {
  background-color: #c1c1c1;
}
.bgd1 {
  background-color: #d1d1d1;
}
.bg-red {
  background: red;
}

.border1gris {
  border: 1px solid #c1c1c1;
}
.same-height .border1gris {
  height: 100% !important;
}
.tred2 {
  color: red;
}
.border1red {
  border: 1px solid red;
}
.border_red {
  background-color: red;
  border: 1px solid red;
}
/* font size */
.s11 {
  font-size: 11px;
}
.s14 {
  font-size: 14px;
}
.s15 {
  font-size: 15px;
}
.s25 {
  font-size: 25px;
}

/*
largeur
*/
.width2 {
  width: 2px;
}
.width20 {
  width: 20px;
}
.width30 {
  width: 30px;
}

.nodisplay {
  display: none;
}
.todisplay {
  display: block;
}

/*
style box
*/
.white-box2 {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 5px;
}

.white-box2 .box-title {
  margin: 0px 0px 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.logomarge {
  margin-left: 0px;
}

.logot {
  display: none;
}

/* clip le logo en mode fermer*/
@media (min-width: 1501px) {
  .logomarge {
    height: 58px;
  }
}
@media (min-width: 1171px) and (max-width: 1500px) {
  .logomarge {
    height: 58px;
  }
}
@media (max-width: 1170px) {
  .logomarge {
    display: none;
  }
}
@media (max-width: 767px) {
  .dark-logo {
    display: none;
  }
  .light-logo,
  .logot {
    display: inline-block;
  }
}

@media (max-width: 1370px) {
  .img-creer-nouveau-pro {
    width: 90%;
    height: 90%;
  }
}

.roundedImagePP {
  overflow: hidden !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  width: 70px !important;
  height: 70px !important;
  margin-left: 90px !important;
}

@media (max-width: 1165px) {
  .roundedImagePP {
    width: 45px !important;
    height: 45px !important;
    margin-left: 14% !important;
  }
}

@media (max-width: 765px) {
  .roundedImagePP {
    width: 70px !important;
    height: 70px !important;
    margin-left: 45% !important;
  }
}

.hauteur-bloc-img-bandeau-index {
  height: 139px;
}

.img-bandeau-index {
  width: 245px;
  display: block;
  margin: auto;
}
/*
Dashboard
*/
.dashboard hr.vertical {
  width: 1px;
  height: 100px;
  background-color: #04a9f3;
}
.dashboard .same-height .part-2 {
  padding-top: 20px;
  color: #04a9f3;
  font-weight: bold;
}
.dashboard .same-height .part-3 a {
  display: block;
  margin-top: -38px;
}
#result-project {
  max-height: 150px;
  overflow-y: auto;
  width: 120%;
  z-index: 1000000000000000000000000000;
  position: absolute;
  top: 38px;
}
#result-project .project {
  display: none;
  background-color: #fff;
}
#result-project .project img {
  width: 25px;
  height: auto;
}
#table-last-quotes,
#table-last-contracts {
  width: 100%;
}
#table-last-quotes tr td,
#table-last-contracts tr td {
  padding: 5px;
}
#table-last-quotes tr.even,
#table-last-contracts tr.even {
  background-color: #ffffff;
}
#table-last-quotes tr.odd,
#table-last-contracts tr.odd {
  background-color: #f7fafc !important;
}
.chooseproduct {
  border: 1px solid lightgrey;
  width: 10em;
  height: 115px;
  padding-top: 1em;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.chooseproduct > img {
  width: 30%;
}
.chooseproduct p {
  font-size: 13px;
}
.wrapper-flex {
  display: flex;
}
.display-flex {
  height: 559px;
}
.row .display-flex:nth-child(1) {
  max-width: 617.1px;
  flex: 1;
}
.row .display-flex:nth-child(2) {
  flex: 2;
}
.display-flex .border1gris {
  height: 100%;
}
.display-flex .border1gris table td,
.display-flex .border1gris table td span,
.display-flex .border1gris table td button {
  font-size: 11px;
}
.display-flex .border1gris table td span.label {
  font-size: 10px;
}
#select-last-quote {
  float: right;
}
.display-all a {
  float: right;
}
/*
Select company
*/
#result-company {
}
#result-company .company {
  cursor: pointer;
}
#result-company .company:hover {
  color: #04a9f3;
}
#result-company .company .reasonSocial {
  font-weight: bold;
}
/*
Results from autocomplete
*/
.results-from-autocomplete {
  /*position: absolute;
	top: 100%;
	left: 0;*/
  display: none;
  z-index: 1000;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.results-from-autocomplete div a {
  color: #565656;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}
.results-from-autocomplete div a:hover {
  color: #337ab7;
}
.dashboard #json-search,
.dashboard .json-search {
  width: 100%;
}

input[readonly],
input:read-only,
input[readonly="readonly"] {
  background: lightgray;
}
.readonly label,
.read_only label,
.read-only label {
  color: grey;
  opacity: 0.65;
}

.autoscrollfollow {
  /*transition: top 0.5s ease-in;*/
  position: relative;
  top: 0px;
}

#zoneinformation.zoneinformation_zurich {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transform: rotateZ(0deg);
  transition: all 0.5s 0s linear;
}
#zoneinformation.zoneinformation_zurich.showing {
  max-height: 999px;
}

ul#simconnection {
  display: inline-block;
  background: #eeeeee;
  border: 1px solid black;
  padding: 5px 5px 4px 5px;
  margin: 10px 25px auto auto;
}
ul form {
  display: inline-block;
  margin: auto;
  padding: 0px 5px;
}
ul#simconnection label {
  padding: 4px 0 0 2px;
}
ul#simconnection input#remplacement_courtierid {
  display: inline-block;
  padding: 1px 5px;
  width: 75px;
}
ul#simconnection button {
  padding: 1px 5px 1px 4px;
}

@media (max-width: 2100px) {
  .display-flex {
    height: 495px;
  }
}
@media (max-width: 2032px) {
  .display-flex {
    height: 495px;
  }
}
@media (max-width: 1800px) {
  .row .display-flex:nth-child(2) {
    flex: 1;
  }
  .display-flex {
    height: 559px;
  }
}

.block_badge {
  display: inline-block;
}

#environment {
  position: absolute;
  bottom: 5px;
  width: auto;
  left: 20px;
  border: 1px solid;
  text-align: center;
  padding: 5px;
  box-shadow: 0px 0px 1px black;
  background: white;
}

.choix-tarification :hover {
  color: #03a9f3;
}

.input-symbol-euro {
  position: relative;
}
.input-symbol-euro input {
  padding-right: 15px;
}
.input-symbol-euro:after {
  position: absolute;
  top: 12px;
  content: "€";
  right: 5px;
}
.matrice_sinistre,
.bgGrey {
  margin-top: 15px;
  width: 100%;
}
.matrice_sinistre th {
  background-color: #03a9f3;
  color: #fff;
}
.matrice_sinistre th,
.matrice_sinistre td,
.matrice_sinistre th {
  border: 1px solid #000;
  padding: 5px;
}
.matrice_sinistre th.forceBackgroundColor {
  background-color: #03a9f3;
  color: #fff;
}
.matrice_sinistre th.alignCenter,
.matrice_sinistre td.alignCenter {
  text-align: center;
}

.bg-field:hover,
.bg-field {
  background-color: #fff;
  border: 1px solid #9d9c9c !important;
  color: #565656;
}
.affirmationsDOZurich {
  vertical-align: top;
  padding-top: 1px;
}

.matrice_tarifaire,
.matrice_tarifaire_adhoc,
.bgGrey,
.table_quittance_comptant {
  margin-top: 15px;
  width: 100%;
}
.matrice_tarifaire th {
  background-color: #03a9f3;
  color: #fff;
}
.matrice_tarifaire th,
.matrice_tarifaire td,
.matrice_tarifaire_adhoc th,
.matrice_tarifaire_adhoc td,
.table_quittance_comptant th,
.table_quittance_comptant td {
  border: 1px solid #000;
  padding: 5px;
}
.matrice_tarifaire th:first-child,
.matrice_tarifaire_adhoc th:first-child,
.table_quittance_comptant th:first-child {
  border: 0 none;
  background-color: transparent !important;
}
.matrice_tarifaire th.forceBackgroundColor {
  background-color: #03a9f3;
  color: #fff;
}
.matrice_tarifaire th.alignCenter,
.matrice_tarifaire_adhoc th.alignCenter,
.table_quittance_comptant th.alignCenter {
  text-align: center;
}
.matrice_tarifaire_adhoc th,
.bgGrey,
.table_quittance_comptant th {
  background-color: #98a6ad !important;
  color: #fff !important;
}
.tooltip-content-xl {
  width: 500px !important;
}
.tooltip-content-xxl {
  width: 700px !important;
}
.tooltip-bottom {
  bottom: -98px !important;
}
.modal-lg {
  height: 900px;
}
.modal-open .modal-no-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.swal-wide {
  width: 750px !important;
}
/* owl carousel */
#carousel-custom-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: center;
}
#carousel-custom-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
#carousel-custom-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#carousel-custom-dots .owl-dot.active span,
#carousel-custom-dots .owl-dot:hover span {
  background: #869791;
}
.announcement-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #666 0%, #666 100%);
}
.announcement-container::before,
.announcement-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
}
.announcement-container::before {
  left: 0;
  background: linear-gradient(90deg, #666 0%, transparent 100%);
}
.announcement-container::after {
  right: 0;
  background: linear-gradient(-90deg, #666 0%, transparent 100%);
}
.announcement-content {
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.announcement-content:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.announcement-text {
  display: inline-block;
  padding-right: 50px;
}
.announcement-container {
  position: relative;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
