/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#resultats{
    display: none;
}

.scroll{
    position: relative;
}

.fusion-standard-logo.litespeed-loaded{
    height: auto !important;
}

  .range-slider {
    margin: 10px 0 0 0;
  }
  
  .range-slider {
    width: 100%;
  }
  
  .range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff6f00;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover {
    background: #49bbe5;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #49bbe5;
  }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #ff6f00;
    cursor: pointer;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .range-slider__range::-moz-range-thumb:hover {
    background: #49bbe5;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #49bbe5;
  }
  .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #49bbe5;
  }
  
  .range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #ff6f00;
    padding: 5px 10px;
    margin-left: 8px;
  }
  .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #ff6f00;
    border-bottom: 7px solid transparent;
    content: "";
  }
  
  ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
  }
  
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }

  .range-slider .range-slider__value input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    height: inherit;
    text-align: center;
    color: white;
    border-radius: 0;
    padding: 0;
  }

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
  overflow: auto;
}


.dvp-home-list.dvp-home-list-large {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.dvp-home-list.dvp-home-list-large li {
    width: 31%;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding:20px;
    transition: all .3s;
}

.dvp-home-list.dvp-home-list-large li:hover {
  scale: 1.05;
}

.dv-home-list.dvp-home-list-large li span {
  display: block;
}

.dvp-wrapper {
  width: 940px;
  max-width: 940px;
  margin: 0 auto;
  display: block;
}


.dvp-text-wrap {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}



.dvp-button {
  border: 1px solid rgba(0,0,0,.1);
  font-size: 13.05px;
  line-height: 41px;
  letter-spacing: .15px;
  overflow: hidden;
  height: 44px;
  padding: 0 25px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  -o-transition: all .15s linear;
  transition: all .15s linear;
  -webkit-transition-property: border-color,box-shadow,-webkit-transform;
  -moz-transition-property: border-color,box-shadow,-moz-transform;
  -o-transition-property: border-color,box-shadow,-o-transform;
  transition-property: border-color,box-shadow,transform;
  background-color: #44baf1;
  color: #ffffff;
}


footer .dvp-footer-ask .dvp-footer-ask-text .dvp-footer-ask-text-title {
    color: #1c293b;
    font-size: 19.8px;
    line-height: 24px;
    letter-spacing: .2px;
}



footer .dvp-footer-ask .dvp-footer-ask-text {
  text-align: left;
  margin-top: -3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}


footer .dvp-footer-ask .dvp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}


footer .dvp-footer-ask {
  padding: 58px 0;
}

footer .dvp-footer-ask, footer .dvp-footer-copyright {
  border-top: 1px solid #e5e9ef;
}


footer .dvp-footer-ask .dvp-footer-ask-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}



footer .dvp-footer-copyright.dvp-footer-copyright-separated {
  border-top: 0 none;
}


footer .dvp-footer-copyright, footer .dvp-footer-copyright a {
  color: #37516c;
}

.dvp-footer-ask-buttons {
  list-style: none;
}

footer .dvp-footer-ask .dvp-footer-ask-buttons li:last-child .dvp-button {
  margin-right: 0;
}
footer .dvp-footer-ask .dvp-footer-ask-buttons li .dvp-button {
  margin: 0 7px;
}
.dvp-button.dvp-button-accent, .dvp-button.dvp-button-blue, .dvp-button.dvp-button-red {
  color: #fff;
}
.dvp-button.dvp-button-has-left-icon {
  padding-left: 20px;
}

.searchform.fusion-search-form .fusion-search-form-clean {
  position: relative;
}


#rlvlive_1{
  position: relative !important;
}

.relevanssi-live-search-results.relevanssi-live-search-results-showing {
  left: 0 !important;
  top: 0 !important;
}



.dvp-home-list-image {
  background-image: url(https://www.drivup.fr/wp-content/uploads/2023/01/votre-compte.png);
    width: 100%;
    height: 100px;
    display: block;
    text-align: center;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dvp-home-list-category {
  display: block;
  text-align: center;
}
.dvp-category-badge.dvp-font-sans-semibold {
  background-color: #476DA5;
  font-size: 14.4px;
  color: #fff;
  letter-spacing: .25px;
  line-height: 31px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
  padding: 0 14px;
  max-width: 160px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: white;
}

.dvp-home-list-label {
  color: black;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.searchform.fusion-search-form.fusion-search-form-clean {
  position: relative;
}

#aide_category {
  position: absolute;
  top: 0;
  right: 0;
}

#prefContact, #prefContact p {
  display: flex;
}