/*** Recup pages start ***/

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2'), url(https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff'), url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format('woff2'), url(https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format('woff'), url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
}

.form-group-default.form-group-default-select2 > label {
    position: absolute;
    z-index: 10;
    padding: 7px 12px 0 12px;
}

.form-group label:not(.error) {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px 0 0;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select[multiple],
select[size] {
  height: auto !important;
}

input[type="radio"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

.radio input[type=radio]:checked + label:before {
    border-width: 4px;
}

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #4DB7FE;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px !important;
    margin-right: 10px;
    font-size: 13px;
    color: #7d93b2;
    font-weight: 500;
}

.radio label {
    margin-bottom: 6px;
}

/*** Recup pages stop ***/


/*** Recherche ville start ***/
.select2-lg .select2-container .select2-selection.select2-selection--single {
  height: 45px;
  padding: 11px 13px;
}

.select2-lg .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  line-height: 22px;
  font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
  padding-left: 45px;
  color: #7d93b2;
}

.select2-lg .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  bottom: 9px;
}

.select2-sm .select2-container .select2-selection.select2-selection--single {
  height: 32px;
  padding: 8px 9px;
}

.select2-sm .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  line-height: 16px;
  font-size: 13px;
}

.select2-sm .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  bottom: 4px;
}

.form-group-default.form-group-default-select {
  overflow: visible;
}

.form-group-default.form-group-default-select .ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
  padding-top: 6px;
  height: 23px;
}

.form-group-default.form-group-default-select .ui-select-container .select2-choices {
  border: 0;
}

.form-group-default.form-group-default-select2 {
  position: relative;
  padding: 0;
  border: 1px solid transparent;
  text-align: left;
}

.select2-dropdown {
  top: -3px;
  border: 1px solid #e5e7f2;
}

.form-group-default.form-group-default-select2:before {
    color: #4DB7FE;
    font-family: Font Awesome\ 5 Pro;
    content: "\f0c9";
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 16px;
    top: 18px;
    z-index: 1;
}

.select2-results li {
  color: #7d93b2;
  padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7f2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f6f6f6;
  color: #7d93b2;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #4DB7FE;
  color: #fff;
}

.form-group-default.form-group-default-select2>label {
  color: #566985;
  padding-left: 45px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
  height: 52px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single,
.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
  padding-top: 20px;
  border: 1px solid #e5e7f2;
  color: #7d93b2;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 45px;
}

.select2-search input {
  background: transparent !important;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-arrow b:before {
  top: 20px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-chosen {
  padding-left: 3px;
  padding-top: 1px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
  min-height: 52px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f6fa;
  border: 1px solid #eee;
  color: #888da0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 5px 0 2px;
}

.form-group-default.focused {
  border-color: transparent !important;
  background: #fff;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 5px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 6px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 5;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 6px;
  border-color: #4DB7FE;
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-results {
  text-align: left;
}

/*** Recherche ville end ***/


/*** Override template start ***/

.radio input[type="radio"] {
  width: inherit;
  height: inherit;
}

.custom-form  input[type="email"]::-webkit-input-placeholder,
.custom-form  input[type="url"]::-webkit-input-placeholder,
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #7d93b2;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Roboto';
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #7d93b2;
}

.custom-form input[type="url"] {
  float: left;
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  width: 100%;
  padding: 15px 20px 15px 45px;
  border-radius: 4px;
  color: #7d93b2;
  font-size:12px;
  -webkit-appearance: none;
  outline:none;
  overflow:hidden;
  z-index:1;
}

/*** Override template end ***/

/*** Override bootstrap start ***/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

/*** Override bootstrap end ***/

/*** new generic class start ***/

input.no-icon {
  padding-left: 20px !important;
}

/*** new generic class end ***/

.wrap-tarifs {
  display: flex;
  flex-direction: column;
}

.price {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.list-single-facts {
  height: 120px;
  display: flex;
  justify-content: space-between;
}

.inline-facts-wrap {
  flex: 1;
  padding: 10px;
  margin: 0 15px;
  text-align: center;
}

.inline-facts-wrap:first-child {
  margin-left: 0;
}

.inline-facts-wrap:last-child {
  margin-right: 0;
}

.inline-facts-wrap h6 {
  font-size: 0.8rem;
  text-align: center;
}

.wrap-calcul-total {
  flex: 1 1 auto;
}

.cart-total .montant {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  padding-top: 30px;
}

.cart-total .montant .amount_population {
  display: inline-block;
}

.claim-price-wdget-content .value {
  display: inline-block;
}

.radio-success {
  text-align: left;
}

.radio-success label {
  float: none;
  display: inline-block;
  width: auto;
}

#btn-payer {
  width: 100%;
  background: #4DB7FE;
  font-size: 1.2rem;
}

#btn-payer:hover {
  background: #384F95;
  color: #fff;
  border: 0;
}

#description_ads {
  margin-bottom: 20px;
}

.apercu-annonce p {
    text-align: left;
    color: #878C9F;
    font-size: 12px;
    line-height: 24px;
}

.apercu-annonce .categorie-nom {
  color: #7d93b2;
  font-size: 12px;
}

.apercu-annonce .list-single-header-column:after {
  content: '';
}

/*** safari fix bug ***/
.row:before, .row:after {display: none !important;}


@media (max-width: 576px) {

  .container {
    width: 100%;
  }

  .list-single-facts {
    flex-direction: column;
    height: auto;
  }

  .inline-facts-wrap {
    margin: 5px 0;
  }

}