body {
    font-size: 16px;
}

.container {
    width: 90%;
    max-width: 1600px;
}


.green {
    color: #009966;
}

.handfont {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
}

.curved {
    -webkit-border-radius: 50px 12px 50px 12px;
    border-radius: 50px 12px 50px 12px;
}

.radius50 {
    border-radius: 50px 0 50px 0;
}

.radiusright50 {
    border-radius: 0px 0 50px 0;
}

.radius100 {
    border-radius: 100px 0 100px 0;
}

.radiusright100 {
    border-radius: 0px 0 100px 0;
}

.form-control {
    height: 45px;
}

#rcover li {
    padding-left: 5px;
    margin-left: 25px;
}

.linkaffi {
    font-size: 20px;
    float: right;
    line-height: 24px;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: white;
}

.linkaffi.car {
    border: 1px solid #CC3300;
    color: #CC3300;
}

.linkaffi.hotel {
    border: 1px solid #003580;
    color: #003580;
}

.linkaffi.n26 {
    border: 1px solid #333;
    color: #333;
}

.linkaffi .biggy {
    font-size: 40px;
    float: left;
}

.linkaffi .argu {
    clear: both;
    padding: 0px 2px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
    color: #666;
    line-height: 20px;
}


.linkaffi .btn {
    clear: both;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    display: block;
}

.linkaffi.car .btn {
    border: 1px solid #CC3300;
    border-bottom: 2px solid #CC3300;
    border-right: 2px solid #CC3300;
    color: #CC3300;
}

.linkaffi.hotel .btn {
    border: 1px solid #003580;
    border-bottom: 2px solid #003580;
    border-right: 2px solid #003580;
    color: #003580;
}

.linkaffi.n26 .btn {
    border: 1px solid #333;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    color: #333;
}

.linkaffi.car .btn:hover {
    border: 1px solid #CC3300;
    border-bottom: 2px solid #CC3300;
    border-right: 2px solid #CC3300;
    background: #CC3300;
    color: #fff;
}

.linkaffi.hotel .btn:hover {
    border: 1px solid #003580;
    border-bottom: 2px solid #003580;
    border-right: 2px solid #003580;
    background: #003580;
    color: #fff;
}

.linkaffi.n26 .btn:hover {
    border: 1px solid #333;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    background: #333;
    color: #fff;
}

.bgcust {
    background: #fff;
}

.booking-details-tabbable .nav>li>a>.fa,
.booking-details-tabbable .nav>li>a>.fas,
.booking-details-tabbable .nav>li>a>.far {
    margin-right: 10px;
}

.greyslect {
    color: #333 !important;
    font-size: 16px !important;
}

#main-header .logo img {
    height: 40px !important;
}

tr.selected,
tr.selected:hover,
tr.selected:hover td {
    background: rgba(0, 152, 103, 0.05) !important;
}

tr.included,
tr.included:hover,
tr.included:hover>td {
    background: rgba(0, 118, 169, 0.05) !important;
}

tr.included .i-check.checked,
tr.included .i-radio.checked {
    border: 1px solid rgba(0, 118, 169, 0.05) !important;
    background: rgba(0, 118, 169, 0.05) !important;
    cursor: not-allowed;
}

tr.disabled,
tr.disabled:hover,
tr.disabled:hover td {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #999;
    cursor: not-allowed;
}

tr.disabled select,
tr.disabled input {
    display: none;
}



.mailcontact i {
    float: inherit;
}

.bottom-boutons {
    display: none;
}

.onlymobile {
    display: none;
}


.side-boutons {
    height: 0px;
    width: 55px;
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 1000;
}

.btn-side {
    color: white;
    line-height: 55px;
}

.boutonlat {
    width: 19% !important;
    height: 55px;
    background: #777777;
    border: 0px;
    margin-bottom: 2px;
}

.boutonlatv {
    width: 39% !important;
    height: 55px;
    background: #009966;
    border: 0px;
    margin-bottom: 2px;
    color: #fff;
    line-height: 55px;
}

.boutonlat .fa-2x,
.boutonlatv .fa-2x {
    font-size: 1.5em;
}

#improve-slideout {
    position: fixed;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0px;
    z-index: 90;
    border-radius: 8px 0 0 8px;
}

#improve-slideout.book {
    background: #009966;
    top: 250px;
}

#improve-slideout.sask {
    background: #333333;
    top: 307px;
}

#improve-slideout.save {
    background: #333333;
    top: 364px;
}

#improve-slideout.spdf {
    background: #333333;
    top: 421px;
}


#improve-slideout i {
    width: 55px;
    display: block;
    height: 55px;
    text-align: center;
    line-height: 54px;
}

#improve-slideout:hover {
    right: 200px;
    cursor: pointer;
}

#improve-slideout-inner {
    position: fixed;
    right: -200px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 200px;
    height: 55px;
    line-height: 55px;
}

.book #improve-slideout-inner {
    top: 250px;
    background: rgba(0, 152, 103, 0.85);
}

.sask #improve-slideout-inner {
    top: 307px;
    background: #555555;
}

.save #improve-slideout-inner {
    top: 364px;
    background: #555555;
}

.spdf #improve-slideout-inner {
    top: 421px;
    background: #555555;
}


#improve-slideout h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open sans';
    color: #ffffff;
    text-align: center;
    line-height: 55px;
    margin: 0;
}

#improve-slideout:hover #improve-slideout-inner {
    right: 0;
}


tr.rentalcover,
tr.unxpl,
tr.inclusive-pack,
tr.all-incg,
tr.c-kit,
tr.kpp,
tr.super-all-inclusive-daily,
tr.gold,
tr.personal-kit,
tr.kitchen-kit-personal-kit,
tr.convencience-kit,
tr.gold-all-inclusive-package,
tr.kits-literies-et-vaisselles,
tr.all-inclusive-package-with-transfers,
tr.convenience-kit,
tr.sheets-blankets-instead-of-sleeping-bags,
tr.ausrustungskit,
tr.bed-set-for-double-bed-2-persons,
tr.kitchen-kit-for-2,
tr.double-linen-set {
    background: rgba(204, 51, 0, 0.05);
}

tr.radio {
    margin-bottom: inherit;
    margin-top: inherit;
    padding-left: inherit;
    box-sizing: inherit;
    list-style: inherit;
    display: contents;
}

tr.radio td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}


.user-profile-sidebar .user-profile-nav>li>a {
    color: #fff !important;
}




#fiche .btn-primary,
#payment .btn-default,
#save .btn-default,
#pdf .btn-default,
#question .btn-default {
    background: #009966 !important;
    border: none;
    color: #fff !important;
}

#fiche .btn-primary i,
#payment .btn-default i,
#save .btn-default i,
#pdf .btn-default i {
    margin-right: 5px;
}

svg .st1 {
    fill: #D3D3D3;
}

svg .st0 {
    fill: #009966;
}

svg .st2 {
    fill: #adadad;
}

svg .citylink {
    color: #555;
    font-family: 'Open sans';
    font-size: 14px;
    cursor: pointer;
}

svg .citylink:hover .st0 {
    stroke: #009966;
    stroke-width: 2;
}

svg .citylink:hover .st2 {
    stroke: #adadad;
    stroke-width: 2;
}

svg .citylink .small {
    font-size: 12px;
}

svg .country:hover .st0 {
    fill: #01d58e;
    cursor: pointer;
}


.alert.alert-callout {
    position: relative;
    padding-left: 20px;
    background: #ffffff;
    color: #313534;
    border-radius: 3px;
    border-color: rgba(83, 88, 88, 0.15);
}

.alert-callout.alert-danger:before {
    background: #f44336;
}

.alert.alert-callout:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background: red;
}

.specialoffer .booking-item {
    background: rgba(0, 153, 102, 0.2) !important;
    border: 1px solid #009966 !important;
    border-left: 10px solid #009966 !important;
}

.specialoffer .booking-item-price {
    font-size: 35px;
    color: #ff6600;

}

.specialoffer .btn-submit {
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(255, 102, 0, 1);
    border: none;
}

.bann-pub-orange {
    width: 100% !important;
    padding: 0px !important;
    display: inline-block;
    background: #ff6600;
    border: 1px solid #fff !important;
}

.bann-pub-orange .i-check {
    border: 1px solid #fff !important;
}

.filtretopresult {
    width: 115px !important;
    padding: 0px !important;
    background: #FFF;
    border: 1px solid #CCC !important;
    display: inline-block;
}

.bloc-couchage .i-check {
    top: -1px !important;
    left: -1px !important;
}

.bloc-couchage label {
    color: #009966 !important;
    cursor: pointer;
}

#searchResults .container {
    margin-top: 5px;
}


.marquelebonprofit img {
    filter: grayscale(100%);
    max-width: 16%;
    display: inline;
    float: left;
    padding: 2px 5px;
}


.marquelebonprofit label>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
    line-height: 10px;
}

.marquelebonprofit label>input+img {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
}

.marquelebonprofit label>input:checked {
    border: 1px solid 009966 !important;
}

.marquelebonprofit label>input:checked+img {
    /* (RADIO CHECKED) IMAGE STYLES */
    filter: none !important;
}

.marquelebonprofit label>input:hover {
    filter: none;
    border: 1px solid #777 !important;
}

.servicecolor {
    width: 95%;
    margin: 0 auto;
    background: #eee;
    border-radius: 70px 12px 70px 12px;
    padding: 30px;
}

.choisir .thumb {
    background: #fff;
    border-radius: 50px 12px 50px 12px;
    padding: 15px;
    min-height: 195px;
}

h1.specialhome {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

.nav-drop>.nav-drop-menu.dashboard {
    min-width: 200px;
}

footer#main-footer {
    padding: 0px 0 30px 0;
}

.global-wrap {
    background: #fff;
}


.booking-item-payment {
    background: white;
}

.booking-list-dashboard .booking-item h4 {
    background: white;
}

.booking-item {
    background: white;
}

.booking-item-price-calc {
    background: white;
}

.offer-item.dashboard {
    cursor: inherit;
    display: block;
    position: relative;
    padding: 0px !important;
    color: #737373;
}

.blockoffre {
    margin-left: 15px;
    border: 1px solid #009966;
    position: relative;
    min-height: 250px;
}

.infooffre {
    font-size: 14px !important;
    position: absolute;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.blockoffre:hover div {
    display: block !important
}


.special {
    color: #009966 !important;
}

.list-horizontal.list-border>li,
.list-inline.list-border>li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    text-transform: uppercase;
}

.top-user-area {
    font-size: 12px;
    position: relative;
    float: right;
}

.top-user-area-lang a {
    text-transform: uppercase;
}

.top-user-area-list.list.list-horizontal.list-border,
.top-user-area .top-user-area-list>li>a {
    font-size: 14px;
    color: #fff;
}

.top-user-area .top-user-area-list>li::after {
    background: rgba(255, 255, 255, 0.5);
}

.bigphone.hidesm {
    margin-top: -5px;
}

.infobulle span {
    position: absolute;
    z-index: 999;
}

.infobulle span {
    margin-top: 23px;
    margin-left: -180px;
}

.infobulle span {
    color: #fff;
    background: rgba(0, 153, 102, .95);
    padding: 15px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    width: 180px;
    font-family: 'Open sans';
}

.infobulle span {
    transform: scale(0) rotate(-12deg);
}

.infobulle:hover span,
a:focus span {
    transform: scale(1) rotate(0);
}

.infobulle span {
    transition: all .25s;
}

.infobulle span {
    opacity: 0;
}

.infobulle:hover span,
.infobulle:focus span {
    opacity: 1;
}

i.infobulle {
    color: #ff6600;
}

.search-tabs-bg .tabbable .tab-content h2,
.search-tabs-bg .tabbable .tab-content form,
.search-tabs-bg .tabbable .tab-content input,
.search-tabs-bg .tabbable .tab-content i {
    color: #fff;
}

.search-tabs-bg .tabbable .tab-content .form-group.form-group-lg .form-control {
    height: 45px;
    font-size: 15px;
    border-radius: 10px;
}

.search-tabs-bg>.tabbable>.tab-content>.tab-pane .form-control {
    background: rgba(255, 255, 255, 0.3);
}

.infoimage span {
    position: absolute;
    z-index: 999;
}

.infoimage span {
    margin-left: -400px;
    width: 500px;
    margin-top: 23px;
    color: #fff;
    background: rgba(0, 153, 102, .95);
    padding: 5px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    font-family: 'Open sans';
}

.infoimage span {
    transform: scale(0) rotate(-12deg);
}

.infoimage:hover span,
a:focus span {
    transform: scale(1) rotate(0);
}

.infoimage span {
    transition: all .25s;
}

.infoimage span {
    opacity: 0;
}

.infoimage:hover span,
.infoimage:focus span {
    opacity: 1;
}

i.infoimage {
    color: #009966;
}



.price span {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.loginscreen .form-group .input-icon {
    top: 27px !important;
}



.bannavis {
    width: 172px !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.corner-ribbon {
    width: 350px;
    position: absolute;
    top: 5px;
    left: -60px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0px;
    color: #f2f2f2;
    font-weight: bold;
    font-family: 'Open sans';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 10px 0;
    font-size: 16px;
    background: #0158A4;
    z-index: 800;
}

.corner-ribbon.top-right {
    top: 105px;
    right: -100px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.log .corner-ribbon {
    display: none;
}

#overallcache {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#overallloader {
    position: fixed;
    z-index: 9999999998;
    width: 100%;
    height: 100%;
    left: 0;
    top: 30%;
}


.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price>li {
    border-bottom: 0px;
    padding-left: 10px;
}

.booking-item-payment p,
.booking-item-payment li {
    margin-bottom: 0 !important;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-item-price-calc .list>li:last-child>p>span {
    font-size: 12px;
    font-weight: 400;
}


p.titledetail {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px dashed #d9d9d9;
    margin-top: 10px;
}

.pricetaxes {
    font-size: 12px;
    float: right;
}

.nopadleft {
    padding-left: 0px !important;
    font-size: 12px;
}

.padleft5 {
    padding-left: 5px !important;
    font-size: 12px;
}

.padleft10 {
    padding-left: 10px !important;
    font-size: 12px;
}

.padleft15 {
    padding-left: 15px !important;
    font-size: 12px;
}

.maj:first-letter,
.booking-item-payment-price-title:first-letter {
    text-transform: capitalize;
}


.accordeon .tools {
    float: right;
    margin-top: -6px;
}

.card.panel header .fa,
.card.panel header .fas,
.card.panel header .far {
    margin-right: 5px;
}

.accordeon .card.panel {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.accordeon .card-head header {
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.03);
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.accordeon .card-head header i {
    margin-right: 4px;
}

.accordeon .card-body {
    padding: 12px;
}

.onglets {
    width: 100%;
    margin-bottom: 30px;
    min-height: 30px;
}

.booking-item-features>li:hover>i,
.booking-item-features>li:hover>.booking-item-feature-title {
    color: #009966;
    border-color: #009966;
}

.modal-content {
    border-radius: 10px !important;
    border-width: 0px !important;
}

.onglets a {
    text-align: center;
    text-transform: uppercase;
    width: 19%;
    margin-right: 1%;
    padding: 5px 0;
    font-size: 12px;
    display: block;
    float: left;
}

.onglets a.active {
    background: rgba(0, 152, 103, 0.8);
    color: #fff;
}

.onglets a.inactif {
    background: rgba(0, 0, 0, 0.1);
    color: #565656;
}

.onglets a:hover {
    background: rgba(0, 152, 103, 0.5);
    color: #fff;
}

.search-tabs-bg>.tabbable>.nav-tabs>li {
    float: right !important;
    margin-bottom: -4px;
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active {
    float: left !important;
}

.nav-tabs {
    margin-bottom: 1px;
    padding-right: 5px;
}

.tabbable>.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px 5px !important;
    background-color: #eeeeee;
}

.tabbable>.nav>li {
    margin-top: 10px !important;
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active {
    margin-bottom: -1px;
}


.tabbable>.nav>.active>a {
    position: relative;
    display: block;
    padding: 15px 40px 15px 25px !important;
    background-color: #eeeeee;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}

.nav-tabs>li>a {
    margin-right: 0px;
}

.tabbable>.nav>.active {
    margin-top: 0px !important;
}

.search-tabs-bg>.tabbable>.nav-tabs>.nomad:hover {
    background: #009966 !important;
    border-radius: 10px 10px 0 0;
}

.search-tabs-bg>.tabbable>.nav-tabs>.pilot:hover {
    background: #333333 !important;
    border-radius: 10px 10px 0 0;
}

.search-tabs-bg>.tabbable>.nav-tabs>.tribe:hover {
    background: #ff6600 !important;
    border-radius: 10px 10px 0 0;
}

.search-tabs-bg>.tabbable>.nav-tabs>.mover:hover {
    background: #ffcc33 !important;
    border-radius: 10px 10px 0 0;
}

.search-tabs-bg>.tabbable>.nav-tabs>.urban:hover {
    background: #006699 !important;
    border-radius: 10px 10px 0 0;
}

.search-tabs-bg>.tabbable>.nav-tabs>.rider:hover {
    background: #CC3300 !important;
    border-radius: 10px 10px 0 0;
}

.before_pagination {
    display: block;
    clear: both;
}

.pave-affiliation {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 20px 0;
    clear: both;
}

.box-icon-center {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    display: block;
    background: none;
    color: #009966;
    border: 0px;
    font-size: 40px !important;
}

.footerdestinations ul {
    list-style-type: none;
    padding-left: 0;
}

.footerdestinations ul li a {
    color: #fff !important;

}

.tagline {
    margin-top: 100px !important;
}

.thumb h4.thumb-title {
    margin: 0;
    line-height: 32px;
}

.sociallink {
    text-align: center;
}

footer#main-footer .sociallink .fab {
    color: #fff;
    font-size: 20px !important;
    line-height: 47px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 5px;
}

footer#main-footer .sociallink .fab:hover {
    background: none !important;
    color: #009966 !important;
    border: 2px solid #009966 !important;
}

.pave-affiliation img {
    width: 30%;
    display: block;
    padding-right: 10px;
    float: left;
}

.textaffiliation {
    width: 70%;
    float: left;
    display: block;

}

.titleofferaffiliation {
    text-transform: uppercase;
    font-weight: bold;
}

.descofferaffiliation {
    color: #737373;
}

.lien-affiliation {
    color: #009966;
    text-align: right;
}

.fotorama__fullscreen-icon {
    display: none !important;
}

.booking-item-deails-date-location {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    background: #fff !important;
    color: #000;
}

#plus .booking-item-deails-date-location {
    background: #eee !important;
}

.booking-item-deails-date-location ul {
    list-style-type: none;
    padding-left: 10px;
    font-size: 20px;
}

.booking-item-details .col-md-4 {
    margin-bottom: 0px !important;
}


h5.booking-item-title {
    line-height: 1em;
}

h5.booking-item-title span {
    font-size: 14px;
    text-transform: none;
    color: #999;
}

h5.booking-item-title span b {
    font-size: 14px;
    text-transform: none;
    color: #565656;
}

.booking-list-wishlist>li {
    padding-top: 0px;
    padding-right: 25px;
    margin-bottom: 35px;
}

.booking-list-wishlist>li .booking-item-wishlist-remove {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #e6e6e6;
    color: #737373;
    text-align: center;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

.booking-list-wishlist>li {
    padding-top: 0px !important;
    border: 1px solid #009966 !important;
    background: #fff;
}

.booking-list-wishlist li .bartitle {
    background: #009966;
    margin: 0 -10px;
    border-radius: 10px 10px 0 0;
}

.booking-list-wishlist>li.ondemand {
    padding-top: 0px !important;
    border: 1px solid orange !important;
    background: #fff;
}

.booking-list-wishlist li.ondemand .bartitle {
    background: orange;
    margin: 0 -10px;
}

.booking-list-wishlist>li.blocked {
    padding-top: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
    background: #fff;
}

.booking-list-wishlist li.blocked .bartitle {
    background: rgba(0, 0, 0, 0.6);
    margin: 0 -10px;
}

.bgcust .booking-item {
    border-radius: 12px;
}





.btn-pdf {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #999;
    padding: 4px 10px;
    font-size: 12px;
}

.btn-ok {
    background: rgba(0, 87, 163, 0.03);
    border: 1px solid rgba(0, 87, 163, 1);
    color: rgba(0, 87, 163, 1) !important;
    padding: 0px 4px 4px;
    font-size: 12px;
    word-wrap: break-word;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.titlefranchise {
    text-transform: uppercase;
    color: #fff;
    background: #428bca;
    margin-left: -4px;
    margin-right: -4px;
    text-align: center;
    display: block;
    padding: 5px 0;
    font-size: 10px;
}

.btn-ko {
    background: transparent;
    border: 1px solid #666;
    color: #666;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 15px;
    word-wrap: break-word;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.forced {
    margin: 5px 0 !important;
    width: 100%;
    padding: 2px 0 !important;
    font-size: 12px;
    background: transparent;
    display: block;
    color: #333;
}

.forced2 {
    margin: 5px 0 !important;
    width: 100%;
    padding: 0 !important;
    font-size: 12px;
    background: transparent;
    display: block;
}


.btn-info {
    width: 100%;
    text-align: center !important;
    color: #009966;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 4px 10px;
    font-size: 12px;
    margin: 5px 0;
}

.btn-litige {
    width: 100%;
    text-align: center !important;
    color: #666;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 4px 10px;
    font-size: 12px;
    margin: 5px 0;
}

.pagination>li>a {
    border-radius: 20px !important;
}

.booking-item {
    cursor: inherit;
    display: block;
    position: relative;
    padding: 10px !important;
    border: 1px solid #009966;
    border-left: 10px solid #009966;
    color: #737373;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 12px 12px 50px 12px;
}

.radiuswhite {
    padding: 15px;
    background: #fff;
    border: 0px solid #ddd;
    border-radius: 10px;
}

table.table.radiuswhite {
    background: #096;
    color: #fff;
}

table.table.radiuswhite tbody {
    background: #fff;
    color: #333;
}

.col-md-3 .booking-filters {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #262626 !important;
    border: 0px solid #262626 !important;
}

.booking-filters .booking-filters-list>li {
    margin-top: 15px;
    padding: 15px 20px 0 20px;
    border-top: 1px solid #eee;
}

.col-md-9 .booking-filters .booking-filters-list>li {
    border-radius: 0px 15px 15px 15px;
}

.onrequest .booking-item {
    border: 1px solid #eea236;
    border-left: 10px solid #eea236;
}

.booking-item.dashboard {
    padding: 0 15px 0px !important;
}

.booking-item:hover {
    border: 1px solid #009966;
    border-left: 10px solid #009966;
}

.blocked {
    background: #e6e6e6;
    border: 1px solid #777;
    border-left: 10px solid #777;
}

.blocked:hover {
    border: 1px solid #333;
    border-left: 10px solid #333;
}

.blocked .docs {
    display: none;
}

.blocked .booking-item-price {
    display: none;
}

.booking-list-wishlist .blocked .btn-pdf {
    display: none;
}

.mfp-dialog {
    border-radius: 10px;
}

.ondemand {
    border: 1px solid rgba(238, 162, 54, 0.7) !important;
    border-left: 10px solid rgba(238, 162, 54, 0.7) !important;
}

.ondemand:hover {
    border: 1px solid rgba(238, 162, 54, 1) !important;
    border-left: 10px solid rgba(238, 162, 54, 1) !important;
}

.blocked {
    background: #e6e6e6;
    border: 1px solid #777 !important;
    border-left: 10px solid #777 !important;
}

.blocked:hover {
    border: 1px solid #333 !important;
    border-left: 10px solid #333 !important;
}




.reserved {
    background: rgba(255, 102, 0, 0.05);
    border: 1px solid rgba(255, 102, 0, 0.7);
    border-left: 10px solid rgba(255, 102, 0, 0.7);
}

.reserved:hover {
    border: 1px solid rgba(255, 102, 0, 1);
    border-left: 10px solid rgba(255, 102, 0, 1);
}


.user-profile-sidebar {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0px;
    padding: 20px 0;
    background: #4d4d4d;
    color: #fff;
    margin-bottom: 30px;
}

.sansfrais {
    font-weight: bold;
    font-size: 16px;
    margin: 5px;
}

.condition {
    margin: 0 5px 10px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.1em;
}

.modal-header {
    background: #096;
    border-radius: 10px 10px 0 0;
}

.modal-header button,
.modal-header h4,
.modal-header i {
    color: white;
}

#forgotForm {
    display: none;
}

a.forgot,
a.forgotback {
    display: inline-block;
}

.booking-item-rating {
    text-align: center;
}

.booking-item-rating .booking-item-rating-stars {
    color: #ffffff !important;
}

.icon-group>li {
    display: inline;
}

.icon-group>li {
    float: initial;
}

.gap-big {
    margin: 10px 25px 0px 0;
}

#pays .form-group.form-group-lg,
#ville .form-group.form-group-lg {
    margin-bottom: 0px;
}

.booking-item-meta .booking-item-rating {
    margin-bottom: 0px;
}

.icon-group {
    float: inherit;
}

.h1villes {
    font-size: 40px;
    line-height: 44px;
}

#pays .booking-item-dates-change,
#ville .booking-item-dates-change {
    border-radius: 0;
    padding: 20px 0 0 0;
    border: 0;
    box-shadow: none;
}

#pays .form-group .input-icon,
#ville .form-group .input-icon {
    top: 0px;
    left: 0;
}

#pays .btn-lg,
#pays .btn-group-lg>.btn,
#ville .btn-lg,
#ville .btn-group-lg>.btn {
    padding: 6px 15px;
    width: 100%
}


.profilborder .input-icon,
#pays .form-group.form-group-lg .input-icon,
#ville .form-group.form-group-lg .input-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #737373;
}

.profilborder .vide .input-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #d9534f;
}


#pays .fondblanc .form-group .input-icon,
#ville .fondblanc .form-group .input-icon {
    color: rgba(0, 152, 103, 0.5);
    top: 27px;
}

.well {
    border: 0px solid #e3e3e3;
    border-radius: 10px;
}

#pays .form-group.form-group-lg .form-control,
#ville .form-group.form-group-lg .form-control {
    height: 45px !important;
    padding: 5px 5px 5px 40px;
    font-size: 16px;
    width: 100% !important;
    border: 0 !important;
}

#pays .checkbox-small label .i-check,
#pays .radio-small label .i-check,
#pays .checkbox-small label .i-radio,
#pays .radio-small label .i-radio,
#ville .form-group.form-group-lg .form-control {
    width: 16px;
    height: 16px;
    line-height: 13px;
    top: 0px;
}

#pays .form-group.form-group-lg label,
#ville .form-group.form-group-lg label {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: left;
    float: left;
}

#pays .nav-tabs>li,
#ville .nav-tabs>li {
    width: 100%;
}

#pays .nav-tabs>li.active>a,
#pays .nav-tabs>li.active>a:hover,
#pays .nav-tabs>li.active>a:focus,
#ville .nav-tabs>li.active>a,
#ville .nav-tabs>li.active>a:hover,
#ville .nav-tabs>li.active>a:focus {
    color: #FFFFFF;
    background-color: #009966;
    border: 0;
    border-bottom-color: transparent;
    cursor: default;
    width: 100%;
    font-size: 22px;
}

#pays .checkbox-small,
#pays .radio-small,
#ville .checkbox-small,
#ville .radio-small {
    margin-bottom: 0px;
    margin-top: 4px;
}

#pays .form-group.form-group-lg,
#ville .form-group.form-group-lg {
    margin-bottom: 0px;
}

.form-control {
    border: 0;
    border-radius: 10px !important;
}

.profilborder .form-control,
.booking-item-dates-change .form-control {
    border: 1px solid #ccc;
}

.profilborder .vide .form-control,
.booking-item-dates-change .vide .form-control {
    border: 1px solid #d43f3a;
}

.search-tabs-bg>.tabbable>.tab-content>.tab-pane {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 25px;
    border-radius: 0 10px 50px 10px;
}

.search-tabs-bg .tabbable .tab-content .btn-primary {
    background: #009966;
    color: #fff;
    border: none;
}

.fondvertoption,
.fondvertoption:hover {
    background: rgba(0, 152, 103, 0.1) !important;
    padding: 20px 0;
    border: 1px dashed #686868;
    color: #686868 !important;
    border-radius: 2px;
    font-weight: normal;
    min-height: 100px;
    line-height: 1.2em;
    font-size: 14px !important;
}

.fondvertoption:hover {
    background: rgba(0, 152, 103, 0.2) !important;
}

.booking-item-price-calc .list>li>p span {
    float: right;
}

.booking-item-price-calc .list>li.last-child {
    padding-top: 7px;
    border-top: 1px solid #ccc;
    color: #5c5c5c;
}

.booking-item-price {
    line-height: 0.7em;
}

.booking-item-price .promo,
.booking-item-payment-total .promo {
    color: orange;
}

.booking-item-price .barre,
.booking-item-payment-total .barre {
    text-decoration: line-through;
    font-size: 16px;
}

.booking-item-price a {
    font-size: 11px;
    color: #999;
    margin-left: 0;
    padding-left: 0;
}

.ajoutoptions,
.ajoutoptions li {
    list-style-type: none;
    padding-left: 10%;
    text-align: left;
    font-size: 12px;
}

.amexPayment .btn-submit,
.cbPayment .btn-submit {
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 153, 102, 1);
    border: none;
}

.paypalPayment .btn-submit,
.cbPayment .btn-submit {
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 153, 102, 1);
    border: none;
}

.booking-item-payment {
    box-shadow: inherit;
    border: 1px solid #009966;
    margin-bottom: 20px;
}

.gap-promo {
    margin: 30px 25px 30px 0;
}

.btn-recherche {
    color: #FFF;
    background: #333 !important;
    border-radius: 0;
    border: 1px solid #333;
}

.btn-recherche:hover {
    color: #FFF;
    background: #009966;
    border-radius: 0;
    border: 1px solid #009966;
}

.form-group .input-icon {
    top: 0px !important;
    left: 0;
}

#search-dialog .form-control,
#searchResults .form-control {
    border: 1px solid #999;
}

#search-dialog .input-icon {
    top: 0px !important;

}

.booking-item-price-calc {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.booking-item-payment>header {
    border-radius: 10px;
}


.irs-slider {
    background: #009966;
}

.irs-diapason {
    height: 6px;
    background: #fff;
}

.irs-line {
    height: 6px;
    background: #fff;
}

.fotorama__arr {
    background: rgba(0, 152, 103, 0.6);
}

#connect .form-group .input-icon {
    top: 31px !important;
    left: 0;
    font-size: 20px !important;
}

.form-group .input-icon {
    color: rgba(0, 153, 102, 0.5);
}

#payment .form-group.form-group-ghost .input-icon {
    top: 10px !important;
    left: 0;
    opacity: 1;
    color: #fff;
}

.booking-item-payment .booking-item-payment-total,
.booking-item-payment>header {
    background: white !important;
}

.promo-list {
    border-radius: 10px !important;
}

.booking-item-payment .booking-item-payment-details {
    padding: 15px 0px !important;
}

#payment .labelcard {
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
}

#payment .labelcard input:checked+.labelcard {
    background: rgba(0, 152, 103, 0.2);
}

.paymentForms.booking-item-card {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0;
    margin-bottom: 0;
    padding: 0;
    background: 0;
    position: relative;
}

.booking-item-card::after {
    display: none;
}

.tt-dropdown-menu {
    margin-top: 0;
    overflow: inherit;
    overflow-y: inherit;
    color: #737373 !important;
    text-align: left;
    z-index: 9999 !important;
}

.tt-suggestion {
    color: #737373 !important;
}


.modepayment label {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.modepayment label:hover {
    padding: 5px;
    border: 1px solid #dddddd;
}

.modepayment input {
    margin-right: 4px;
}



footer .container {
    padding-top: 0;
}


#loginForm .form-group .input-icon {
    top: 26px !important;
    left: 0;
}


.container {
    padding-top: 0px;
}

.page-title {
    font-size: 40px;
    margin: 30px 0;
    padding-top: 40px;
}

.breadcrumb {
    margin-top: 15px;
}

.breadcrumb.breadcrumbmargin {
    margin-top: 70px;
}

.booking-item-features>li>i {
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #686868;
}

.booking-item-features>li {
    position: relative;
    margin-right: 7px;
    margin-bottom: 2px;
}

h4.nameloueur {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.booking-item-deails-date-location i.discret {
    margin-right: 7px;
    height: 20px;
    width: 10px;
    line-height: 20px;
    font-size: 16px;
    border: none;
    color: #009966;
}

.booking-item-price-calc .col-md-12 {
    margin-bottom: 15px !important;
}

.accordeon .card.panel {
    border-radius: 10px !important;
}

h5.thumb-title {
    font-size: 30px;
}

.fs34 {
    font-size: 34px;
}

.fs28 {
    font-size: 28px;
}

.fs24 {
    font-size: 24px;
}

.fs20 {
    font-size: 20px;
}

.btn.btn-icon-toggle {
    padding: 3px 15px !important;
}

.close {
    font-size: 30px !important;
    color: #000000;
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
}

.forceborder input,
.forceborder textarea,
.forceborder select {
    border: 1px solid #009966;
}

.forceborder input[submit] {
    border: 0px;
}

li h5.infopromo,
li p.infopromo,
li span.infopromo {
    display: none !important;
}

li.remarket .infopromo.new-price {
    display: block !important;
    margin-bottom: 2px;
    color: #009966;
    font-weight: bold;
    font-size: 26px;
    text-align: right;
}

li.remarket .infopromo.old-price {
    display: block !important;
    margin-bottom: 10px;
    color: #fa780f;
    font-weight: normal;
    font-size: 16px;
    text-decoration: line-through;
    text-align: right;
}


li.remarket h5.infopromo {
    display: block !important;
    margin-bottom: 0;
    color: #fa780f;
    font-weight: bold;
    font-size: 16px;
}

li.remarket h4.infopromo {
    color: #fa780f;
}

li.remarket p.infopromo {
    display: block !important;
    color: #fa780f;
    font-size: 12px;
}

li.remarket .booking-item-price {
    display: none !important;
}

li.remarket .booking-item-features-small {
    display: none !important;
}

li.remarket .agevehicle {
    display: none !important;
}

header#main-header {
    border-bottom: 5px solid #009966;
    position: fixed;
    width: 100%;
    z-index: 999;
    opacity: 1;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

#ville .bg-holder {
    margin: 5px 0;
}

.bg-holder {
    overflow: visible;
}

.bg-holder>.bg-parallax {
    overflow: hidden;
}

.tt-dropdown-menu li a {
    color: #737373 !important;
}


#ville .gap-big,
#pays .gap-big {
    margin: 40px 25px 40px 0;
}

h1.dashboard {
    padding: 0;
    margin: 0;
    font-size: 26px;
    color: #009966;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1em;
}


#adyen-encrypted-form label {
    font-weight: 400;
    display: inline-block;
    border: 1px solid #e2e2e2;
    padding: 2px;
    margin-right: 20px;
    cursor: pointer;
}

#adyen-encrypted-form input.invalid {
    background: rgba(255, 0, 0, 0.5);
}

.booking-item-card h4 {
    font-size: 22px;
    font-weight: 300;
    color: #565656;
}

.booking-item-card input[type="radio"]:checked+label {
    border: 1px solid #009966 !important;
    background: #fff !important;
}

.booking-item-card .form-group .input-icon {
    top: 10px !important;
    left: 15px;
    font-size: 16px;
    color: #009966;
    opacity: 1;
}


#headermobile,
#filtermobile {
    display: none;
}



.stepwizard-step p {
    margin-top: 10px;
}

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-step i {
    line-height: 58px;
}

.process-step p {
    color: #c1c1c1;
}

.process-step a:hover,
.process-step i:hover {
    color: white !important;
}

.process-step .step-default a:hover i,
.process-step .step-default i:hover {
    color: #C1C1C1 !important;
}

.step-success,
.step-success:hover,
a.step-success,
a.step-success:hover {
    background: #009966 !important;
    border: 1px solid #009966 !important;
    color: white !important;
    margin-bottom: 0px !important;
}

.step-stby,
.step-stby:hover,
a.step-stby,
a.step-stby:hover {
    background: orange !important;
    border: 1px solid orange !important;
    color: white !important;
    margin-bottom: 0px !important;
}

.step-warning,
.step-warning:hover,
a.step-warning,
a.step-warning:hover {
    background: #CC3300 !important;
    border: 1px solid #CC3300 !important;
    color: white !important;
    margin-bottom: 0px !important;
}

.step-default,
.step-default:hover,
a.step-default,
a.step-default:hover {
    background: #FFF !important;
    border: 1px solid #C1C1C1 !important;
    color: #C1C1C1 !important;
    margin-bottom: 0px !important;
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a {
    border-radius: 10px 10px 0 0;
}

.process-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: #009966;
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.process-step p {
    line-height: 16px;
    margin-bottom: 0px;
}

.process-step a.default,
.process-step a.default:hover {
    color: #c1c1c1 !important;
}

.process-step a.stby,
.process-step a.stby:hover {
    color: orange !important;
}

.process-step a.warning,
.process-step a.warning:hover {
    color: #CC3300 !important;
}

.process-step .btn {
    margin-bottom: 0px;
}

.process-step a.btn {
    line-height: 16px;
    padding: 0 !important;
}

.process-step p a.stby:hover {
    color: orange !important;
}

.process-step p a.step-success:hover {
    color: #009966 !important;
    border-radius: 10px;
}

.process-step.notallowed {
    cursor: not-allowed;
}

#custarea .booking-item h5 {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

ul.list-doc {
    padding-left: 0;
}

.btndownload .btn-success {
    background: #009966 !important;
    border-color: #009966 !important;
}

.btn-danger {
    color: #ffffff;
    background-color: #CC3300;
    border-color: #CC3300;
}

.btndownload .btn-default {
    background: #F7F7F7 !important;
    border-color: #999 !important;
    color: #999;
}

.booking-item.old {
    background: #ffffff;
}

.booking-item.old:hover {
    border: 0px solid #009966;
    border-left: 10px solid #009966;
}

.booking-item.old:hover,
.booking-item.active {

    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#custarea .booking-item.old h5 {
    font-size: 17px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    color: #737373;
    text-align: left;
}


.loginscreen .form-group.form-group-ghost label {
    color: #777;
}

.intro .logo img {
    width: 171px;
    margin-bottom: 30px;
}

.btn_login_fb_link {
    background: #4267B2;
    width: 100%;
    color: white;
}

.btn_login_lk_link {
    background: #0077b5;
    width: 100%;
    color: white;
}

.btn_login_gg_link {
    background: #4285F4;
    width: 100%;
    color: white;
}

.card-blanc {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 10px;
}

.loginscreen h1 {
    text-align: center;
    font-size: 45px;
}

.loginscreen h3.titleblock {
    text-align: center;
    font-size: 30px;
    color: #777;
}

.loginscreen .btn-primary {
    width: 100%;
    background: #009966 !important;
}

.btn {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    ;
    font-size: 18px !important;
}

.btn-circle,
.btn-circle:hover {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 60px;
    border-radius: 30px !important;
}

#custarea .btndownload .btn {
    font-size: 15px !important;
}

.loginscreen .intro {
    text-align: center;
}

.loginscreen a.forgot,
.loginscreen a.forgotback {
    color: #eea236;
    font-size: 14px;
}

.loginscreen .form-control {
    height: 45px;
}

#loginForm .form-group .input-icon {
    top: 31px !important;
    left: 0 !important;
    font-size: 20px !important;
}

.form-group.form-group-filled .input-icon-show+label+.form-control {
    padding-left: 40px !important;
}

.form-group.form-group-focus .input-icon.input-icon-show+label+.form-control {
    padding-left: 40px;
}

.form-group .input-icon {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
}

.form-group.form-group-icon-left .form-control {
    padding-left: 40px;
}

.form-group.form-group-ghost .form-control {
    border-radius: 10px;
}

.m6 {
    width: 100%;
    text-align: right;
    ;
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #ccc;
}


.bg-parallax img {
    width: auto !important
}

@media all and (max-width:1199px) {

    .bg-parallax img {
        width: auto !important;
        height: initial !important;
    }

}


@media all and (max-width:900px) {

    .bg-parallax img {
        height: 100% !important;
    }

}






@media all and (max-width:1200px) {

    #pays .gap-big,
    #ville .gap-big {
        margin: 20px 40px 20px 0px !important;
    }

    .form-group .input-icon {
        top: 0px !important;
        left: 0;
    }

    .infoimage span {
        margin-left: -450px;
        width: 600px;
    }


}


@media all and (min-width:667px) and (max-width:991px) {

    .linkaffi {
        width: 23%;
        float: left;
        margin: 10px 1%;
        display: block;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .linkaffi .argu {
        font-size: 10px !important;
        line-height: 16px !important;
    }

    .linkaffi .biggy {
        font-size: 30px !important;
    }

    .linkaffi .btn {
        font-size: 10px !important;
        line-height: 10px !important;
    }


}



@media all and (max-width:992px) {

    .side-boutons {

        display: none;
    }

    .infoimage span {
        margin-left: -300px;
        width: 600px;
    }

    #search-dialog .col-md-7 {
        clear: both;
    }


    .search-tabs-bg>.tabbable>.nav-tabs>li>a>span {
        display: block;
    }

    .search-tabs-bg>.tabbable>.nav-tabs>li {
        display: none;
    }

    .search-tabs-bg>.tabbable>.nav-tabs>li.active {
        display: block;
    }

    .bg-holder .container {
        margin-top: 60px;
    }

    ul.booking-item-features-expand {
        display: inline-flex;
    }

    ul.booking-item-features-expand li {}

    .form-group .input-icon {
        top: 0px !important;
        left: 0;
    }

    .h1villes {
        font-size: 26px !important;
        line-height: 28px !important;
    }



    .search-tabs-bottom {
        margin-top: 50px !important;
    }

    .search-tabs H2 {
        display: none !important;
    }

    .search-tabs.mb50 {
        margin-bottom: 40px !important;
    }

    .form-group.form-group-lg {
        margin-bottom: 5px !important;
    }

    .form-group.form-group-lg .form-control {
        padding: 5px 18px 5px 40px !important;
        height: 35px;

    }

    .form-group.form-group-lg .input-icon {
        width: 40px !important;
        height: 40px !important;
        line-height: 30px !important;
        font-size: 22px !important;
    }

    .search-tabs .btn-primary {
        border: none;
        margin-top: 0px;
        white-space: normal !important;
    }

    .form-group.form-group-lg label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .search-form .col-md-4 {
        width: 100%;
        float: left;
    }

    .search-form .col-md-4,
    .search-form .col-md-7,
    .search-form .col-sm-12 {
        width: 80%;
        float: left;
        margin-left: 10%;
    }

    .search-form .col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .search-form .col-md-2 {
        width: 50%;
        float: left;
    }


    .top-user-area .top-user-area-list {
        margin-top: 10px;
        position: fixed;
        text-align: right;
    }

    .hidemd {
        display: none !important;
    }

    .appearmd {
        display: block !important;
    }

    .full-center {
        position: relative !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .full-center.loginscreen {
        top: 20px !important;
        background: rgba(0, 0, 0, 0.3);
        width: 90% !important;
        left: 5% !important;
    }

    .full-center .container {
        width: 100%;
    }

    .logo-holder {
        position: inherit;
        margin: 10px auto 0;
        opacity: 0.8 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        text-align: center;
    }

    .top-destination .col-xs-12 {
        width: 50% !important;
    }

    .subtitle {
        font-size: 16px !important;
    }

    .col-sm-9 {
        width: 100%;
    }

    .inverse .col-md-3 {
        float: left !important;
    }

    .inverse .col-md-9 {
        float: right !important;
    }

    .booking-item-details h1 {
        font-size: 30px;
        margin-top: 10px;
    }

    .breadcrumb.breadcrumbmargin {
        margin-top: 70px;
    }

    #offre.container,
    #searchResults.container,
    #ville.container,
    #pays.container {
        padding-top: 75px;
    }

    #offre.container {
        padding-top: 0px;
    }

    #ville .bg-content .container,
    #pays .bg-content .container {
        margin-top: 0px;
    }

    #main-header,
    .user-profile-sidebar,
    .notontablet {
        display: none;
    }

    #headermobile {
        display: block;
        position: fixed;
        background: #009966;
        width: 100%;
        z-index: 999;
    }

    #headermobile .mobile-container {
        max-width: 480px;
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
    }

    #headermobile .topnav a.logo {
        padding: 3px;
        text-align: left;
    }

    #headermobile .topnav a.logo img {
        height: 46px;
        padding: 0px;
        text-align: left;
    }

    #headermobile .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    #headermobile .topnav #myLinks,
    #headermobile .topnav #allLang,
    #headermobile .topnav #allMoney {
        display: none;
    }

    #headermobile .topnav a {
        color: white;
        padding: 15px 15px 16px;
        text-decoration: none;
        font-size: 14px;
        display: block;
        max-height: 52px;
    }

    #headermobile .topnav a i {
        margin-right: 5px;
    }

    #headermobile .topnav .active a {
        color: white;
        padding: 18px;
        text-decoration: none;
        font-size: 20px;
        display: block;
    }


    #headermobile .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 0px;
        font-size: 22px;
        max-height: 52px;
    }

    #headermobile .topnav a.money {
        right: 48px;
        background: #009966;
        padding: 14px 15px 16px;
    }

    #headermobile .topnav a.lang {
        right: 96px;
        background: #009966;
        padding: 13px 15px 15px;
        max-height: 52px;
    }

    #headermobile .topnav .money div {
        width: 18px;
        height: 22px;
        line-height: 22px;
        font-size: 26px;
    }

    #headermobile .topnav .lang img,
    #headermobile #allLang img {
        width: 24px;
        height: 24px;

    }


    #headermobile .topnav a.icon i {
        margin-right: 0px;
    }


    #headermobile .topnav a:hover {
        background-color: #444;
        color: #ddd;
    }

    #headermobile .active {
        background-color: #009966;
        color: white;
    }



    #filtermobile {
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        background: #009966;
        width: 100%;
        z-index: 999;
    }

    #filtermobile .booking-filters {
        -webkit-border-radius: 0px;
        border-radius: Opx;
        font-size: 11px;
        background: #777;
        color: #fff;
        padding: 0px;
        width: 100%;
        border: 0px;
    }

    #filtermobile #couchages,
    #filtermobile #equipements,
    #filtermobile #loueurs,
    #filtermobile #types {
        display: none;
    }

    #filterclassic {
        display: none;
    }

    #filtermobile .mobile-container {
        max-width: 480px;
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
    }

    #filtermobile .filternav {
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    #filtermobile .filternav a {
        color: white;
        padding: 15px 15px 16px;
        text-decoration: none;
        font-size: 14px;
        display: block;
        max-height: 52px;
        width: 24%;
    }

    #filtermobile .filternav a i {
        margin-right: 5px;
    }

    #filtermobile .filternav .active a {
        color: white;
        padding: 18px;
        text-decoration: none;
        font-size: 20px;
        display: block;
    }

    #filtermobile .booking-filters .booking-filters-list>li {
        margin-top: 0px;
    }

    #filtermobile h5 {
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        color: white;
        margin-bottom: 20px;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #999;
        text-transform: uppercase;
    }

    #filtermobile .filternav a.icon {
        background: black;
        display: inline-block;
        margin-right: 0px;
        font-size: 22px;
        max-height: 52px;
        text-align: center;
    }

    #filtermobile .filternav a.icon i {
        margin-right: 0px;
    }


    #filtermobile .filternav a:hover {
        background-color: #444;
        color: #ddd;
    }

    #filtermobile .active {
        background-color: #009966;
        color: white;
    }


    #filtermobile .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
    }

    .anchor-nav.is-fixed {
        top: 52px !important;
    }

    #autopromo-widget-2 {
        margin-bottom: 50px;
    }
}






@media all and (max-width:768px) {

    .linkaffi {
        display: none;
    }

    .infoimage span {
        margin-left: -250px;
        width: 500px;
    }

    .corner-ribbon.shadow {
        display: none !important;
    }

    #offre.container,
    #searchResults.container,
    #ville.container,
    #pays.container {
        padding-top: 75px;
    }

    .user-profile-sidebar .user-profile-nav>li>a {
        padding: 10px 0;
        color: #d9d9d9;
        display: inline;
        font-size: 30px;
    }

    .user-profile-sidebar .user-profile-nav>li {
        text-align: center;
        border: 0;
        display: inline-block;
        width: 19%;
    }

    .user-profile-sidebar .user-profile-nav li span {
        display: none;
    }

    .user-profile-sidebar .user-profile-avatar {
        display: none;
    }

    .user-profile-sidebar .user-profile-nav>li:first-child {
        border: 0;
    }

    .user-profile-sidebar .user-profile-nav>li>a>i {
        margin-right: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    .user-profile-sidebar {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-right: 0;
    }

    .hidexs {
        display: none !important;
    }


    #pays .gap-big,
    #ville .gap-big {
        margin: 20px 0px 20px 0px !important;
    }


    .breadcrumb {
        display: none !important;
    }

    .inverse .col-md-3 {
        width: 100%;
    }

    .inverse .col-md-9 {
        width: 100%;
    }

    .booking-list>li {
        margin-bottom: 15px;
        position: relative;
        width: 98%;
        float: left;
        margin: 0 1% 20px;
    }

    .booking-item .col-md-5 small {
        display: none;
    }

    .booking-item-car-img {
        height: 180px;
        overflow: hidden;
    }

    .booking-item-meta {
        margin-top: 100px;
    }

    #offre.container {
        padding-top: 0px;
    }

    .reducepaddingmobile {
        padding-top: 0px !important;
    }

    .anchor-nav a span {
        display: none;
    }

    .anchor-nav.is-fixed {
        top: 52px !important;
    }
}






@media all and (max-width:700px) {

    .notontablet {
        display: none;
    }

    .topslider.booking-list .btn-submit>.row {
        display: flex;
        margin: 0;
    }

    .topslider.booking-list {
        display: flex;
        justify-content: center;
    }

    .topslider.booking-list .btn-submit {
        text-align: left;
    }

    .topslider.booking-list .booking-item-car-img {
        height: auto;
        width: 50%;
        padding: 0 !important;
    }

    .topslider.booking-list .booking-item-car-img img {
        height: 70px;
        width: auto;
    }

    .reducepaddingmobile {
        padding-top: 0px !important;
    }

    .anchor-nav a span {
        display: none;
    }

    .anchor-nav.is-fixed {
        top: 52px !important;
    }
}






@media all and (max-width:600px) {

    .searchResults {
        display: none
    }

    #offre.container,
    #searchResults.container,
    #ville.container,
    #pays.container {
        padding-top: 75px;
    }

    .booking-item-details h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .h1villes {
        font-size: 22px !important;
        line-height: 40px !important;
        margin-bottom: 0px;
    }

    .bigphone span,
    .bigphone .infoappel {
        display: none !important;
    }

    .hidesm {
        display: none !important;
    }

    .appearsm {
        display: block !important;
    }

    .top-user-area .top-user-area-list>li::after {
        background: none !important;
    }

    .top-user-area .top-user-area-list {
        margin-top: 10px;
        position: fixed;
        text-align: right;
    }

    .top-user-area-list .appearsm .fa-phone,
    .top-user-area-list .appearsm .fa-user {
        font-size: 40px !important;
        margin-top: 6px;
        margin-left: 15px;
    }

    .full-center.loginscreen {
        top: 20px !important;
        background: rgba(0, 0, 0, 0.3);
        width: 90% !important;
        left: 5% !important;
    }

    .full-center .container {
        width: 100%;
    }

    .logo-holder {
        position: inherit;
        margin: 10px auto 0;
        opacity: 0.8 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        text-align: center;
    }

    .subtitle,
    .h1villes,
    .booking-item-meta {
        display: block !important;
    }

    .corner-ribbon.shadow {
        display: none !important;
    }

    .breadcrumb {
        display: none !important;
    }

    #pays .gap-big,
    #ville .gap-big {
        margin: 0px 0px 20px 0px !important;
    }

    .nav-drop>.nav-drop-menu {
        left: -7px !important;
        top: 64px;
    }

    .nav-drop.account>.nav-drop-menu {
        left: -100px !important;
        top: 64px;
    }

    .nav-drop>.nav-drop-menu>li>a {
        padding: 15px 20px;
        font-size: 16px;
        text-align: center;
    }

    .nav-drop>.nav-drop-menu.dashboard {
        min-width: 300px;
    }

    .list-horizontal.list-border>li,
    .list-inline.list-border>li {
        margin-right: 5px;
        padding-right: 30px;
        border-right: 0;
    }

    .nav-drop>.nav-drop-menu>li:first-child>a:before {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #262626 transparent;
        top: -10px;
        right: 32px;
        left: initial;
    }

    .nav-drop.account>.nav-drop-menu>li:first-child>a:before {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #262626 transparent;
        top: -10px;
        right: 150px;
        left: initial;
    }

    .nav-drop .fa-angle-up,
    .nav-drop .fa-angle-down {
        font-size: 22px !important;
    }

    .nav-drop.active-drop .fa-angle-up {
        top: 6px !important;
    }

    .quart {
        width: 25%;
        display: block;
        margin-right: 0px !important;
    }

    .logo {
        text-align: center;
    }



    .top-user-area .top-user-area-list {
        position: inherit;
        text-align: center;
    }

    .quart.top-user-area-lang,
    .quart.nav-symbol {
        font-size: 20px;
        line-height: 50px;
    }

    .container {
        padding-top: 150px !important;
    }

    header .container {
        padding-top: 0px !important;

    }


    #searchResults .container {
        padding-top: 70px !important;
    }

    #searchResults .smallofer {
        padding-top: 10px !important;
    }

    .infoimage span {
        margin-left: -225px;
        width: 450px;
    }





    #home,
    #ville {
        padding-top: 50px !important;
    }

    #searchResults,
    #custarea {
        padding-top: 70px !important;
    }

    #nopadding,
    #offre {
        padding-top: 0px !important;
    }

    #ville input.form-control {
        color: #666 !important;
    }

    #custarea .page-title {
        font-size: 40px;
        margin: 0px 0;
        padding-top: 0px;
    }

    .reducepaddingmobile {
        padding-top: 0px !important;
    }

    .anchor-nav a span {
        display: none;
    }

    .anchor-nav.is-fixed {
        top: 52px !important;
    }

}






@media all and (max-width:500px) {





    #offre .col-md-4.booking-item-details {
        margin-top: 52px;
    }


    .process-step {
        display: flex;
    }

    .process-row::before {
        display: none;
    }

    .btn-circle,
    .btn-circle:hover {
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0;
        font-size: 12px;
        line-height: 40px;
        border-radius: 30px;
    }

    .btn-circle .fa-2x {
        font-size: 1.2em;
    }

    .process-step {
        display: flex;
        text-align: left;
        position: relative;
        width: 48%;
        float: left;
        margin-bottom: 10px;
        margin-left: 2%;
    }

    .process-step i {
        line-height: 40px;
    }

    .process-step p {
        margin-left: 10px;
        line-height: 18px;
    }

    .booking-item h5 {
        margin-top: 30px;
    }

    .infoimage span {
        margin-left: -175px;
        width: 350px;
    }

    .booking-item-deails-date-location {
        width: 100% !important;
    }

    .booking-list>li {
        margin-bottom: 15px;
        position: relative;
        width: 100%;
        float: left;
        margin: 0 0% 20px;
    }

    .top-destination .col-md-3.col-sm-6.col-xs-12 {
        width: 100% !important;
    }

    .corner-ribbon {
        display: none;
    }

    .notonmobile {
        display: none;
    }

    h1.dashboard {
        font-size: 18px;
        text-align: center;
    }

    .grosbouton {
        width: 100% !important;
        padding: 10px !important;
        font-size: 18px !important;
        background: #009966 !important;
    }


    .mobfs20 {
        font-size: 20px !important;
    }

    .mobfs24 {
        font-size: 24px !important;
    }

    .quart .fa-angle-down,
    .quart .fa-angle-up {
        display: none;
    }

    #home .bg-holder .container {
        margin-top: 0px !important;
    }

    #home .container {
        padding-top: 0px !important;
    }

    #home .top-user-area-list .appearsm .fa-phone,
    .top-user-area-list .appearsm .fa-user {
        font-size: 30px !important;
        margin-top: 6px;
        margin-left: 0px;
    }

    .header-top {
        padding: 10px 0 0 !important;
        background: #009966;
    }

    #home .search-tabs-bottom {
        margin-top: 0px !important;
    }

    #home .search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
        display: block;
    }

    #home .bg-front-mob-rel .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #home .search-form .col-md-4,
    #home .search-form .col-md-7,
    #home .search-form .col-sm-12 {
        margin-left: 0% !important;
    }

    #home .search-form .col-xs-12 {
        width: 100% !important;
    }

    .bg-holder .loginscreen .container {
        margin-top: 0px;
    }

    .loginscreen .container {
        padding-top: 24px !important;
    }

    .search-tabs-bg>.tabbable>.tab-content>.tab-pane {
        background: rgba(0, 0, 0, 0.6);
        padding: 25px 25px 50px;
    }

    #home .form-control::-moz-placeholder {

        color: #ffffff;
        opacity: 1;

    }

    #home .search-tabs.mb50 {
        margin-bottom: 0px !important;
    }

    #home .form-group.form-group-lg .form-control,
    #ville .form-group.form-group-lg .form-control,
    #pays .form-group.form-group-lg .form-control {
        padding: 10px 18px 10px 40px !important;
        height: 50px;
        font-size: 15px;
    }

    #home .form-group.form-group-lg .input-icon {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 22px !important;
    }

    #home .nav-drop {
        position: relative;
        padding-right: 0px !important;
    }

    #home>.search-tabs-bg>.tabbable>.tab-content>.tab-pane .form-control {
        background: rgba(255, 255, 255, 0.8);
    }

    #home .form-group .input-icon,
    #home .form-group,
    #home .form-group::placeholder {
        color: #fff !important;
    }

    #home .btn-primary {
        background: rgba(0, 153, 102, 1);
        border: none;
    }

    #ville .subtitle,
    #pays .subtitle {
        display: none !important;
    }

    #ville .bg-content .container,
    #pays .bg-content .container {
        margin-top: 0px !important;
    }

    .btn-recherche {
        color: #FFF;
        background: #009966 !important;
    }

    .footerdestinations {
        display: none;
    }

    .sociallink {
        margin-top: 25px;
    }

    #main-footer {
        text-align: center;
    }

    .nav-tabs {
        margin-bottom: 0px;
    }

    .search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
        background: none;
        color: #fff;
        padding-top: 40px !important;
        margin-top: 0px;
        margin-bottom: 1px;
    }

    .search-tabs-bg>.tabbable>ul {
        background: rgba(0, 0, 0, 0.7);
    }

    h1.specialhome {
        padding-left: 0px;
        width: calc(100% - 40px);
    }

    .search-tabs-bg>.tabbable>.nav-tabs>li.active {
        margin-right: 0px;
    }

    #ville .bg-holder {
        margin: 0px !important;
    }

    .booking-item-meta {
        margin-top: 40px;
    }

    #pays .gap-big,
    #ville .gap-big {
        margin: 0px 0px 50px 0px !important;
    }

    .search-form .col-md-4,
    .search-form .col-md-7,
    .search-form .col-sm-12 {
        width: 100%;
        float: left;
        margin-left: 0%;
    }

    #allMoney .list span {
        font-size: 24px
    }

    #allMoney .list a {
        padding: 12px 20px;
        line-height: 24px
    }

    #myLinks a {
        text-transform: uppercase;
    }

    #myLinks a i {}

    #headermobile .topnav a i {
        margin-right: 12px;
        font-size: 18px;
        margin-left: 10px;
    }

    #headermobile .topnav a.icon i {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 21px;
    }

    .search-tabs .form-control {
        color: #fff !important;
    }

    .bloc-couchage {
        display: none;
    }


    #searchResults .container {
        padding-top: 0px !important;
    }

    #offre .booking-item-details ul.booking-item-features-expand {
        display: contents;
    }

    #offre .booking-item-details .booking-item-features>li {
        margin-right: 7px;
        margin-bottom: 2px;
        width: 100%;
    }

    .side-boutons {
        display: none;
    }

    .bottom-boutons {
        position: fixed;
        bottom: 0px;
        z-index: 999;
        width: 100%;
        display: block;
        background: #777777;
    }

    .btn-side {
        color: white;
        line-height: 50px;
    }

    .boutonlatv,
    .boutonlat {
        margin-bottom: 0px !important;
        height: 50px !important;
        display: inline-block;
    }

    .bottom-boutons .fa-2x {
        font-size: 1.5em;
    }

    .onlymobile {
        display: block;
    }

    .close {
        float: right;
        font-size: 41px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
        text-shadow: 0 1px 0 #ffffff;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .full-center {
        left: 0% !important;
        top: 0% !important;
    }

    .loading H1 {
        font-weight: 400;
        font-size: 32px
    }

    .loading .bg-holder .container {
        margin-top: 0px;
    }

    .loading .spinner-clock {
        margin: 80px auto 20px auto;
    }

    .loading .bg-holder-content {
        background: rgba(0, 0, 0, 0.3);
    }

    .col25,
    .col45,
    .col30 {
        display: block !important;
        width: 100% !important;
    }

    .contentoffer {
        display: block !important;
    }

    #searchResults.container {
        width: 100% !important;
    }

    .booking-item-features.row.booking-item-features-sign.clearfix .col-md-4 {
        width: 50% !important;
    }

    .col45 {
        padding: 5px !important;
    }

    .booking-item-features.row.booking-item-features-sign.clearfix .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .booking-item-features.row.booking-item-features-sign.clearfix .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
        width: 50% !important;
    }

    #searchResults.bg-holder {
        display: none;
    }

    .booking-item-details .col-md-4 .btn.btn-pdf.btn-block {
        display: none;
    }

    #searchResults.container .nav-drop.booking-sort {
        display: none;
    }

    #ville.container.searchform .bg-content .col-md-6 {
        padding: 0px 15px 0 15px !important;
    }

    .container.bred {
        display: none;
    }

    #ville.container.searchform {
        padding-top: 80px !important;
        width: 100% !important;
        margin-bottom: 30px;
    }

    #ville.container.searchform .booking-item-meta {
        margin-top: 0px;
    }

    .pavintro {
        border-radius: 40px 40px 5px 5px;
    }

    #ville.container.searchform #search-dialog.booking-item-dates-change.search-tabs.search-form {
        padding: 15px !important;
    }

    .container.searchform .bg-holder.bghome .container {
        margin-top: 0px;
        padding-top: 20px !important;
        width: 100%;
    }

    .container.searchform .bg-holder.bghome .container .gap-big {
        margin: 0;
    }

    .listagences .col-md-3 {
        width: 100% !important;
    }

    .container.listagences {
        width: 100% !important;
    }

    .container.searchform.fnr .pavintro {
        text-align: center;
        border-radius: 40px 40px 5px 5px !important;
        ;
    }

    .container.searchform.fnr .booking-item-meta {
        display: none !important;
    }

    .container.searchform.fnr .pavintro .logofournisseur {
        max-width: 180px;
    }

    .container.searchform.fnr .pavintro h1.h1villes.handfont {
        margin-top: 20px;
    }

    .container.searchform.fnr h3.h1villes.handfont {
        display: none !important;
    }

    .listagences .flexcol-2.agence {
        width: 100% !important;
    }

    .flottefnr .flexcol-3 {
        width: 100% !important;
    }

    .container.searchform.vehiccule .h1villes {
        margin-top: 20px !important;
        text-align: center;
    }

    .specsveh .col-md-2 {
        width: 50% !important;
        float: left;
    }

    .illustr .col-md-6 {
        width: 100% !important;
        float: left;
    }

    .autresveh .col-md-3 {
        width: 100% !important;
        float: left;
    }

    .container.autresveh,
    .container.specsveh {
        width: 100%;
        padding-top: 0px !important;
    }

    .detailsagen .col-md-3 {
        width: 100% !important;
        float: left;
    }

    .m6 img {
        width: 80px !important;
    }

    .m6 {
        padding: 15px 10px;
        font-size: 13px;
        width: 100%;
        position: inherit;
        right: 35px;
        bottom: 16px;
    }

    .servicecolor a {
        font-size: 14px !important;
    }

    .pavintro {
        border-radius: 15px !important;
    }

    .col25 .booking-item-price {
        text-align: center;
    }

    .reducepaddingmobile {
        padding-top: 0px !important;
    }

    .anchor-nav a span {
        display: none;
    }

    .anchor-nav.is-fixed {
        top: 52px !important;
    }
}

/* PROMO INDIE */

.kitoffert {
    display: none;
}

div[data-loueur="Indie Campers"] .col45 .kitoffert {
    display: block;
    font-family: 'Open sans';
    background: yellow;
    color: #000;
    border-radius: 20px;
    float: right;
    font-size: 16px;
    padding: 0 5px 0px 15px;
    font-weight: bold;
}

.promoindie20 {
    display: none;
}

div[data-loueur="Indie Campers"] .col25 .promoindie20 {
    display: block;
    font-family: 'Open sans';
    background: yellow;
    color: #000;
    border-radius: 20px;
    float: right;
    font-size: 16px;
    line-height: 16px;
    padding: 3px 5px 3px 15px;
    font-weight: bold;
    margin-bottom: 15px !important;
}

div[data-loueur="Indie Campers"] .col25 .promoindie20 span {
    font-size: 12px;
    font-weight: 400;
}

div[data-loueur="Indie Campers"] .col25 .mb30 {
    margin-bottom: 15px !important;
}

div[data-loueur="Indie Campers"] .col45 .kitoffert i {
    color: #000 !important;
}

/*

div[data-loueur="Indie Campers"] .col45,
div[data-loueur="Indie Campers"] .col25 {
  background-color: #009966 !important;
}

div[data-loueur="Indie Campers"] .col45 .booking-item-features h5,
div[data-loueur="Indie Campers"] .col45 .booking-item-features i,
div[data-loueur="Indie Campers"] .col45 .booking-item-features .booking-item-feature-sign.green,
div[data-loueur="Indie Campers"] .col45 .booking-item-features .booking-item-feature-sign,
div[data-loueur="Indie Campers"] .col45 .booking-item-features-sign .col-md-6 b,
div[data-loueur="Indie Campers"] .col25 .booking-item-price.mb30,
div[data-loueur="Indie Campers"] .col25 span {
  color:#fff !important;
}

div[data-loueur="Indie Campers"] .col25 .btn-voir {
  background:#fff !important;
  color:#009966 !important;
}

div[data-loueur="Indie Campers"] .col45 .kitoffert i {
  color:#000 !important;
} */