.img-carousel {
    cursor: url(/assets/imagesTENDANCE/download.svg) 32 32, auto;
}

.carousel {
    position: relative;
    padding: 0;
    height: 100%;
    /* min-height: 250px; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 11px 14px 1px rgba(5, 124, 175, .1);
    /* background-color: #f8f9fa; */
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.carousel:hover {
    transform: scale(1.05);
}

.carousel-indicators {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
}

.carousel-indicators [data-bs-target] {
    width: 120px !important;
    transition: all .2s ease-in-out;
}

.carousel-indicators [data-bs-target]:hover {
    transform: scale(1.05);
}

.tendance-btn-color-red-spe {
    margin-left: 10px;
    height: 60px;
}

.tendance-text {
    color: #d7480c;
}

.tendance-ligne {
    border-bottom: 1px solid #e6e6e6;
}

.ul-consommation {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 25px;
}

.li-consommation {
    margin-left: 2px;
    float: left;
    /*pour IE*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    width: 40px;
    color: white;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.li-consommation:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.li-active {
    height: 50px;
    width: 50px;
}

.li-no-active {
    margin-top: 5px;
}

.li-A {
    background-color: #029163;
}

.li-B {
    background-color: #46a64a;
}

.li-C {
    background-color: #6db56b;
}

.li-D {
    background-color: #f2e314;
}

.li-E {
    background-color: #edab0f;
}

.li-F {
    background-color: #e8782f;
}

.li-G {
    background-color: #d1201e;
}

.li-A-G {
    background-color: rgb(163, 219, 252);
}

.li-B-G {
    background-color: rgb(138, 181, 210);
}

.li-C-G {
    background-color: rgb(118, 146, 177);
}

.li-D-G {
    background-color: rgb(94, 112, 141);
}

.li-E-G {
    background-color: rgb(77, 82, 114);
}

.li-F-G {
    background-color: rgb(57, 53, 80);
}

.li-G-G {
    background-color: rgb(41, 27, 53);
}

.calcul {
    position: relative;
    padding: 0;
    height: 100%;
    /* min-height: 250px; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 11px 14px 1px rgba(5, 124, 175, .1);
    /* background-color: #f8f9fa; */
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.tendance-ligne-red {
    border-bottom: 5px solid #d7480c;
}

.mon-cercle-notaire {
    background: #ffffff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    transition: all .2s ease-in-out;
    border: 12px solid rgb(41, 27, 53);
}

.mon-cercle-apport {
    background: #ffffff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    transition: all .2s ease-in-out;
    border: 12px solid rgb(163, 219, 252);
}

.mon-cercle {
    background: #ffffff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    transition: all .2s ease-in-out;
    border: 12px solid #d7480c;
}

.mon-cercle-total {
    background: #ffffff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    transition: all .2s ease-in-out;
    border: 12px solid #d7b20c;
}

.mon-cercle:hover {
    cursor: pointer;
    transform: scale(1.1);
}.mon-cercle-apport:hover {
    cursor: pointer;
    transform: scale(1.1);
}.mon-cercle-total:hover {
    cursor: pointer;
    transform: scale(1.1);
}.mon-cercle-notaire:hover {
    cursor: pointer;
    transform: scale(1.1);
}

/*************************
*  Formulaire de contact
*************************/
* { box-sizing:border-box; }
/* form starting stylings ------------------------------- */
.contact-group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
.contact-group input 				{
  font-size:15px;
  padding:10px 10px 5px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #aaaaaa;
  background-color: var(--bg-light)
}

.contact-group textarea {
  border-bottom:1px solid #aaaaaa;
}

.contact-group input:focus 		{ outline:none; }

/* LABEL ======================================= */
.contact-group label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.contact-group :focus ~ label, .contact-group input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#fda015;
}

/* BOTTOM BARS ================================= */
.contact-group .bar 	{ position:relative; display:block; }
.contact-group .bar:before, .contact-group .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:rgb(245, 156, 22); 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.contact-group .bar:before {
  left:50%;
}
.contact-group .bar:after {
  right:50%; 
}

/* active state */
.contact-group input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#f8c6697a; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#f8c6697a; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#f8c6697a; }
  to 	{ width:0; background:transparent; }
}
.contact-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
.contact-group textarea:focus ~ label,
.contact-group textarea:valid ~ label,
.contact-group textarea.form-file ~ label,
.contact-group textarea.has-value ~ label {
    font-size: 14px;
    ;
    color: gray;
    top: -1rem;
    left: 5px;
}
.contact-group textarea:focus {
    outline: none;
}
.contact-group textarea:focus ~ label {
    color: #fda015;
}
.contact-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

#contact-form .btn {
    background-color: #e2673a;
    color: white;
    width: 100%;
    text-align: center;
    transition: all 0.01s ease;
}

#contact-form .btn:hover {
    background-color: #f05720;
    box-shadow:
    0px 0px 80px rgba(0, 0, 0, 0.13)
    ;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.hover:hover{
    cursor: pointer;
}

.btn.btn-active {
    background: #cccccc8a;
}

.swiper-slide-active img:hover {
    cursor: url(/assets/imagesTENDANCE/download.svg) 18 18, auto;
}

.swiper-wrap {
    max-height: 500px;
}

@media screen and (max-width: 768px) {
    .details p {
        margin-bottom: 10px;
        margin-left: 5px;
    }
}