<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.carousel-item.active{
	background-color: transparent
}
#row-img-cadre {
    margin-top: 30px;
}
.btn-dispo {
    width: 100%;
}
#actualites-slider{
	margin-bottom: 5%
}
#actualites-slider, #actualites-slider div.carousel-inner{
	height: 65vh;
}

#actualites-slider div.carousel-caption {
	top: 0;	
}
#actualites-slider div.carousel-caption div.titre{
	text-transform: uppercase;	
	font-size: 4em;
	margin-top: 10%
}
#actualites-slider div.carousel-caption div.titre a{
	color: #fff;
}
.card-title, .card-text-dispo{
    font-weight: bold;
}
.indisponible{
    color: red!important;
}
.img-align {
	margin-left: 12.5%;
	margin-right: 12.5%;
}
.transform-none {
    transform: none !important;
}
.btn-apropos {
    margin-top: -40px !important;
}
.pxm-0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1700px) and (min-width: 1500px) {
  .text-responsive {
    font-size: 15px !important;
  }
  .col-35.mt-45 {
    width: 40%;
    margin-left: 100px;
  }
}

@media (max-width: 1500px) and (min-width: 1150px) {
  .text-responsive {
    font-size: 13px !important;
  }
  .col-35.mt-45 {
    width: 40%;
    margin-left: 100px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .text-responsive {
    font-size: 12px !important;
  }
}

@media (max-width: 1200px) and (min-width: 1000px) {
  .text-responsive {
    font-size: 10px !important;
  }
  .col-35.mt-45 {
    width: 35%;
    margin-left: 100px;
  }
}

@media (max-width: 1000px) {
  .pxm-0 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

@media (max-width: 991px) {
  .col-md-3.col-0 {
    display: none;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
}
}

@media (max-width: 767px) {
  div .title-black {
      font-size: 2em;
  }
  .col-35 {
    flex: 0 0 auto;
    width: 100%;
  }
  #actualites-slider, #actualites-slider div.carousel-inner {
    height: 36vh;
  }
  .col-075 {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 450px) {
  .select-filter select, .select-filter input, .select-filter textarea {
    font-size: 12px !important;
  }
}

@media (max-width: 350px) {
  .select-filter select, .select-filter input, .select-filter textarea {
    font-size: 10px !important;
  }
}

/* range TODO */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 80px;
      -webkit-appearance: none;
      background-color: #9a905d;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #434343;
      box-shadow: -80px 0 0 80px #43e5f7;
    }

}

input[type="range"]::-moz-range-progress {
  background-color: #43e5f7; 
}
input[type="range"]::-moz-range-track {  
  background-color: #9a905d;
}

input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #9a905d;
}
*/

</pre></body></html>