:root {
  --primary-color:#FF944D;
  --secondary-color:#FFDD58;
  --blue-elec:#005dff;
  --gray:#747474;
}

.filterMainEnergies {
  font-size: .8em;  
  & i {
    font-size: 1.5em;
  }
  & div:hover {
    border-bottom: 2px solid black;
  }
  & .selected {
    font-weight: bold;
    border-bottom: 2px solid black;
  }
}

.txt-center {
  text-align: center;
}

.header-border-bottom {
  border-bottom:1px solid #dee2e6;
}

.navbar {
  display: flex;
  align-items: center;
  padding:0;
}

.bold { font-weight: 600; }
.hidden { 
  display:none;
}

.displayBlock {
  display:block;
}

.displayNone {
  display:none;
}

.invisible { 
  visibility:hidden;
}

.titleH1 {
  font-size:1.3em;
}

.sstitleH2 {
  font-size:1.1em;
}

.sstitleH3 {
  font-size:1em;
}

.sstitleH4 {
  font-size:1em;
}

.clearBoth {
  clear:both;
}

.overflowAuto {
  overflow:auto;
}

.icon {
  content:url(https://www.comparateur-prix-carburants.fr/comparateur-station-service/static/assets/icon-v2-60-60.webp);
}

.icIdea {
  font-size: 1.3em;
  color: var(--primary-color);
}

input[type="checkbox"] {
  cursor: pointer;
  border-color: #FF944D !important;
  color: white;
  width:30px; 
  height:30px;
}

a {
  text-decoration: none;
}

input[type="checkbox"]:enabled:checked {
  background-color: #FF944D !important;
  color: white;
  width:30px; 
  height:30px;
}

input[type="checkbox"]:disabled {
  border-color: #cccccc !important;
  background-color: #999999 !important;; 
  color: white;
  width:30px; 
  height:30px;
}

input[type="radio"] {
  cursor: pointer;
  border-color: #FF944D !important;
  color: white;
  width:30px; 
  height:30px;  
}

input[type="radio"]:enabled:checked {
  background-color: #FF944D !important;
  color: white;
  width:30px; 
  height:30px;
}

input[type="radio"]:disabled {
  border-color: #cccccc !important;
  background-color: #999999 !important;
  color: white;
  width:30px; 
  height:30px;
}

input[type="range"] {
  cursor: pointer;
  overflow: hidden;
  width: auto;
  height: 40px;
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  margin-top:-10px;
  border: 5px solid #FF944D !important;
  border-radius: 50%;
  background: none;
}

input[type=range]::-ms-slider-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  margin-top:-10px;
  border: 5px solid #FF944D !important;
  border-radius: 50%;
  background: none;
}

input[type=range]::-moz-slider-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  margin-top:-10px;
  border: 5px solid #FF944D !important;
  border-radius: 50%;
  background: none;
}
    
#containerDatas {
  height:67vh;
  overflow-y:auto;
  overflow-x:hidden;
}

#tablePosId {
  height:90vh;
}
#tablePosId>thead {
  position: sticky;
  top: 0;
}

#adFilterDistanceKmId {
  width:70%;
}

#distanceKmValueId {
  margin-left: 10px;
  vertical-align: top;
  font-weight: bold;
}

/* #moreDatasDisplayBlocId { visibility: hidden; } */
#aroundToId { display: none; }

#imgCompagnyId {
  /*width:70px;*/
  height:70px;
}

#compagnyNameId {
  font-size:0.8em; 
  display: inline-block; 
  width: 200px; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
    
#infoDescCloseBtnId {
  float:right; 
  font-size:1.3em
}

#map { height: 480px; }
#itenaryDetailsId { 
  height: 480px;
  overflow: scroll;
}

.bg-blue-elec { background-color : var(--blue-elec) }
.bg-ligthOrange { background-color : #FFDD58 }
.bg-ligthOrange_2 { background-color : #FFCA56 }
.bg-darkOrange { background-color : #FF944D }
.bg-ligthOrange:hover { border: 1px solid #000000; background-color : #FFCA56; }
.a-selected { border: 1px solid #000000; background-color : #FFCA56; }

.card-title {
  font-size: 1.1em;
  font-weight: 600;
}

.markerBloc {
  padding:5px; 
  border: 1px solid #DCDCDC; 
  border-radius:5px; 
  background-color:#ffffff;
  font-size:1.1em;
}

.markerCircle {
  border-radius: 10px;
  background-color: #FF944D;
  height: 30px;
  width: 30px;
}

.markerEnergyTitle {
  text-align:left;
}

.markerEnergyValue {
  float:right; 
  font-weight:bold; 
  color:#000000;
}

.markerIconGeo { font-size:1.3em; }
.textPriceMaj { font-size:0.85em; }
.textMapPriceMaj { font-size:0.9em; }

.compagnyName {
  font-size:0.85em;
  color:#000000;
}

.infoPosBloc {
  display: block; 
  margin-left: auto; 
  margin-right: auto ; 
  justify-content: center; 
  align-content: center; 
  text-align:center; 
  border:0;
}

.infoPosEnergyValue {
  font-size:1.2em;
}
    
.textGeoActivate {
  font-size:1.3em;
}

.textMoreResults {
  font-size:1.3em;
}

.btnAction {
  font-size:1.3em
}

.filterCompagny {
  margin:2px;
  padding:1px;
  height:70px;
  width:70px;
}

.filterCompagnySelected {
  border: 2px solid green;
}

.filterService {
  margin:2px;
  padding:1px;
  height:70px;
  width:70px;
}
    
.filterServiceSelected {
  border: 2px solid green;
}

.pricePerCountry {
  border-radius: 5px;
  padding: .4em;
  color: black;
}

.pricePerCountry:hover {
  color:#FF944D;
}

.btnOrder {
  border:none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.btnOrderPrice {
  color:#999999;
}

.btnOrderPriceSelected {
  color:#FF944D;
}

.short-text-container {
  width: 220px;
}

.short-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tblColEnergy {
  display:none;
}

.loadingDataItenary {
  display:    none;
  height:     70px;
  width:      265px;
  
  & span {
    color: #000000;
    background-color:#ffffff;
    font-size: .95em;
    padding:5px;
  }
  
  & img {
    height:70px;
    width:70px;
  }
}
    
.loadingData {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .5 ) 
  url('https://www.comparateur-prix-carburants.fr/comparateur-station-service/static/assets/Bean-Eater-1s-200px.gif') 
  50% 50% 
  no-repeat;
}

/* Custom Css Jquery Autocomplete */
.ui-autocomplete { width: 370px; z-index:9999; }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #FFDD58;
	background: #FFDD58;
	font-weight: normal;
	color: #000000;
}

/* Custom Bootstrap */
.form-check-label {
  margin-top:5px; 
  margin-left:10px;
}
    
.nav-link {
  color:#000000;
}

.nav-link:hover {
  color:#FF944D;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:#000000;
  background: transparent;
  border-bottom: 2px solid #FF944D;
}
    
/* Custom Bootstrap OffCanvas */
.offcanvas {
  z-index: 3001 !important;
}

.offcanvas-backdrop {
  z-index: 3000 !important;
}

.offcanvas.offcanvas-bottom {
  height: 65vh;
  &.elec {
    height: 55vh;
  }
}

.offcanvas-header {
  padding: 5px 15px 0px 15px;
  text-align:left;
}
    
/* Google Ads */
.ad-container {
  border: solid;
  width: 100%;
}

.ad-slot {
  border-style: dashed;
  display: inline-block;
}

.native-slot {
  width: 50%;
}

.offcanvas-body {
  padding: 0px 15px 0px 15px;
}

.bloc-desc-sm {
    display:none;
}
.bloc-desc-lg {
    display:block;
}

.title {
  font-size:1em;
}

#navFilterAdvancedSMId {
  visibility:hidden;
}

.titleBloc {
  display:block;
}

.titleBlocSM {
  display:none;
}

.bloc-title {
  margin-top:10px;
  font-size:1.2em;
  font-weight:bold;
}
    
.bloc-title:after {
  background-color: #FF944D;
  content: "";
  display: block;
  height: 0.15em;
  margin: 0.5em 0;
  width: 3em;
}

.subtitle-price-eu {
  font-size:0.8em;
  color:#201f1f;
}

.art-bloc-news {
  font-size:1.2em;
  font-weight:bold;
}

.art-bloc-news:after {
  background-color: #FF944D;
  content: "";
  display: block;
  height: 0.15em;
  margin: 0.5em 0;
  width: 3em;
}

.art-img {
  display: block;
  margin: auto;
}

.art-item-news {
  margin-top:5px;
  font-size:0.9em;
  font-weight:bold;
  color:#080808;
  text-decoration: none;
}

.listPrices {
  display: flex;
  flex-wrap: wrap;
}
   
.chartLine {
  width: 100%;
  height: 400px;
}

.histChartLine {
  height: 300px;
}

.tblMeanPriceBrand {
  width: 100% !important;
  
  & thead tr th:first-child {
    width:20%;
  }
  
  & thead tr th {
    width:25%;
  }
  
  & tbody tr td {
    width:25%;
    
    & .bestPrice {
      color: #296600;
      font-weight: 600;
    }
    
    & .expensivePrice {
      color: #B30000;
      font-weight: 600;
    }
  }
  
  & tbody tr td:first-child {
    width:20%;
    
    /*& span {
      display: inline-flex;
      width: 100%;
      overflow: hidden; 
      text-overflow: ellipsis;
      font-size: 1em;
    }*/
  }
}

.header-hook {
  background: #cfcfcf;
  background: linear-gradient(90deg,rgba(207, 207, 207, 1) 0%, rgba(219, 145, 81, 1) 0%, rgba(237, 134, 83, 1) 100%);
  padding: 2em;
  border-radius: 5px;

  & .header-hook-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
  }
}

.stat-gen-card {
    padding: .7em;
    border-radius: 5px;
    box-shadow: 2px 2px 0px 0 rgba(155, 155, 155, 0.2), 0 6px 20px 0 rgba(155, 155, 155, 0.2);
    text-align: center;

    & .htitle {
      color:var(--gray);
      font-size: 1.1em;
    }

    & .hvalue {
      color: #393939;
      font-size: 1.3em;
      font-weight: 600;
    }
}

.fonc-gen-card {
    padding: .5em;
    margin: .3em;
    border-radius: 5px;
    box-shadow: 2px 2px 0px 0 rgba(155, 155, 155, 0.2), 0 6px 20px 0 rgba(155, 155, 155, 0.2);
    text-align: center;
    & i {
      font-size: 1.7em;
      color:#FF944D;
    }
    & .htitle {
      color:var(--primary-color);
      font-size: 1.3em;
      font-weight: 800;
    }
    & .hdesc {
      color:black;
      font-size: 1.1em;
    }
    & .huri {
      color: #393939;
      font-size: 1.1em;
      font-weight: 600;
    }
}

.imgRatio {
  width: 100%;
  height: auto;
}

@media(max-width: 767px) { 
  .bloc-desc-sm {
    display:block;
  }
  
  #navFilterAdvancedSMId {
    visibility:visible;
  }

  .bloc-desc-lg {
    display:none;
  }
  
  .title {
    font-size:1em;
  }
}
    
@media(min-width: 767px) {
  .offcanvas.offcanvas-bottom {
    width: 50%;
    margin-left:auto;
    margin-right:auto;
  }
  
  .short-text-container {
    width: 100%;
  }
}
      
@media(max-width: 400px) { 
  .title {
    font-size:.9em;
  }
  
  .short-text-container {
    width: 200px;
  }
  
  .page-description-01, 
  .page-description-02 {
    display:none;
  }
  
  .tblMeanPriceBrand {
    & tbody tr td:first-child {
      & span {
        display: none;
      }
    }
  }
}

@media(max-width: 430px) { 
  .title {
    font-size: .9em; 
    display: flex;
    flex-wrap: wrap;
    width: min-content;
  }
  
  .titleBloc {
    display: flex;
    flex-wrap: wrap;
  }
  
  .titleBlocSM {
    display:block;
  }
  
  .page-description-01, 
  .page-description-02 {
    display:none;
  }
}
