body{
  background-image: url('../img/bg-02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  min-height: 900px;
}
p{
  font-size: 18px;
}
.page-login h2{
  font-size: 22px;
}

.page-login .ri-shield-user-line,
.page-login .ri-file-user-line{
  font-size: 24px;
  color: green;
}

.page-login .ri-arrow-go-back-line{
  color: #ff6a00;
}
.espace-membre{
  background-color: #ff6a00;
  padding: 12px !important;
}

.page-login .btn.espace-membre{
  background-color: #ff6a00;
  padding: 11px 20px!important;
  height: 37px;
  border-radius: 10px !important;
}

.page-login .btn.soumission{
  background-color: #FFC20D;
  padding: 11px 20px!important;
  height: 37px;
}

.widget_project_info ul li{
  justify-content: flex-start;
}

.btn.action-edit{
  background-color: green;
  padding: 11px 20px!important;
  height: 37px;
  border-radius: 10px !important;
}

.btn.action-delete{
  background-color: red;
  padding: 11px 20px!important;
  height: 37px;
}

.btn.action-action2{
  background-color: blue;
  padding: 11px 20px!important;
  height: 37px;
  margin: 5px 0px;
}

.btn.action-action2.active{
  background-color: #ff5722;
  height: 50px;
  margin-bottom: 13px;
  padding: 20px 25px!important;
}

.btn.action-action3{
  background-color: transparent;
  padding: 11px 20px!important;
  height: 37px;
  color: #0e0e0e;
  border: 1px solid #fc0;
  margin: 5px 0px;
}
.btn.action-action3:hover{
  color: #fff;
}

.page-membre form label{
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
}


/*** Table ***/
.table-liste-prix .title{
  background-color: #ffcc00;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
} 
.table-liste-prix .title span{
  font-size: 18px;
}
.table-liste-prix .prixDiscount{
  color: #006604;
  background-color: #ddd;
}

/** Animation ***/
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 100px;
  height: 100px;
  border: 2px #000000 solid;
  border-top: 8px #ffc20d dashed;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
/** end Animation ***/

#msg-liste{
  font-size: 14px;
  line-height: 15px;
}

.bg-orange{
  background: #f7ebc9;
}
.bg-orange p{
  color: #6e6e6e;
  margin: 0px;
}
.titre-discount{
  font-weight: bold;
  color: #077600 !important;
}

.actionDeleteItem{
  display: inline-block;
  cursor: pointer;
}

.widget .ri-check-line{
  color: red;
}

.breadcumb-member{
  padding: 40px 40px;
  margin-top: 60px;
}

.breadcumb-member .breadcumb-title{
  font-size: 36px;
}



.table-lise-prix select {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  border: 0;
  box-shadow: none;
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
.table-lise-prix select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.table-lise-prix .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.table-lise-prix .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #ffcc00;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.table-lise-prix .select:hover::after {
  color: #f39c12;
}
.mobile-menu-wrapper .btn-espace-membre {
  background-color: #ff6a00;
  margin: 0px -25px;
  padding: 10px 20px;
}
.btn-mon-compte{
  padding: 10px 15px;
  background-color: #026f06;
  color: #ffffff;
  border-radius: 10px !important;
}

/*** tooltip */
.table-lise-prix .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
  z-index: 1;
}
.table-lise-prix .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.table-lise-prix .tooltip .tooltiptext.green {
  background-color: #04a945 !important;
}
.table-lise-prix .tooltip .tooltiptext.red {
  background-color: #e91e63 !important;
}
.table-lise-prix .tooltip:hover .tooltiptext {
  visibility: visible;
}
/*** END tooltip */


.service-details-area .modal-dialog{
  max-width: 60%;
}

.title-soumission-1{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #f39c12;
}

.service-card.style4.active{
  background: #fffacf;
  border-color: #ffc20d;
}
.footer-layout3{
  padding-top: 0px;
}
.breadcumb-title{
  font-size: 30px;
}
.nav-header{
      position: relative;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent !important;
}
.block-rapport{
  border-top: 1px solid #E91E63;
  border-radius: 5px;
  padding: 5px 5px !important;
  background-color: #ededed;
  display: block !important;
}
.widget{
  border-radius: 10px;
  box-shadow: 0px 5px 12px 10px #d9d9d9;
  background-color: #ffffffb5;
}
.dropdown-menu.show{
  width: 380px;
  display: inline-grid;
}
.dropdown-menu.show li{
  padding: 10px 5px;
}
.main-menu a{
  text-transform: none;
}
.nav-item .langue{
  text-transform: uppercase;
}

