<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @font-face {
    font-family: 'Avenir';
    src:  url('../../Assets_IQScan/fonts/Avenir.ttc');
} */
@font-face {
    font-family: 'OpenSansBold';
    src:  url('../../Assets_IQScan/fonts/OpenSans-Bold.ttf');
}
/* @import url("https://use.typekit.net/wsn1qnt.css");
@import url("https://use.typekit.net/amd2ept.css"); */
@font-face {
    font-family: 'fontsSpaceFlags';
    src:  url('../../Assets_IQScan/fonts/flags-fonts/FlagsColorWorld-51lyx.ttf');
}
/********************************************************************************/
.social-media a {
    text-decoration: none;
}
.social-media a:hover,
.social-media a:focus,
.social-media a:active {
    text-decoration: none;
}
/********************************************************************************/
.open-bloc-iqscan {
    display: none;
}
/********************************************************************************/
.iq-scan-holder {
    position: absolute;
    top: calc(90vh - 300px);
    left: 20px;
    z-index: 3;
    padding: 0px 0px 0px 0px;
}
.iq-scan-holder .close-bloc-in-mobile {
    display: none;
}
/********************************************************************************/
.iq-scan-holder .iq-scan {
    width: 320px;
    height: 280px;
    position: relative;
    border-radius: 0;
    padding: 8px 6px;
    float: left;
    background-color: #ffffff;
    /* box-shadow: 0 5px 24px 18px rgba(0,0,0,0.15); */
    margin-right: 10px;
    z-index: 9;
    border-radius: 7px;
    box-shadow: 0 3px 12px 1px rgba(0,0,0,0.15);
}
.iq-scan-holder .iq-scan p {
    margin: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #1B4368;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .iq-scan p img,
.iq-scan-holder .iq-scan p svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.iq-scan-holder .iq-scan p svg path {
    fill: #4d4d4d;
}
/* .iq-scan-holder .iq-scan p:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hi_1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
.iq-scan-holder .iq-scan span.subtitle {
    margin: 0;
    color: #1B4368;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .iq-scan span.subtitle::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .iq-scan .formulaire {
    display: inline-block;
    background-color: #1B4368;
    border-radius: 7px;
    padding: 10px 15px 25px 15px;
    position: relative;
    width: 100%;
    height: 130px;
}
.iq-scan-holder .iq-scan .formulaire #selectDates {
    display: block;
    color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1;
}
.iq-scan-holder .iq-scan .formulaire .in {
    padding: 0px 5px 0px 0px;
    margin: 0 auto;
    text-align: center;
}
.iq-scan-holder .iq-scan .formulaire .out {
    padding: 0px 0px 0px 5px;
    margin: 0 auto;
    text-align: center;
}
.iq-scan-holder .iq-scan .formulaire .adults {
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: relative;
    margin: 0px 0px 0px 15%;
    width: 70%;
}
.iq-scan-holder .iq-scan .formulaire .adults:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Adults.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 16px;
    left: 8px;
}
.iq-scan-holder .iq-scan .formulaire .adults:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Dropdown_select.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    right: 7px;
}
.iq-scan-holder .iq-scan .formulaire label {
    font-size: 12px;
    display: block;
    margin: 0px 0px 5px 0px;
    text-align: left;
    color: #FFFFFF;
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .iq-scan .formulaire .in input[type="text"] {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px 0px 6px 0px;
    text-align: center;
    color: #1B4368;
    margin-bottom: 5px;
    text-transform: capitalize;
    border: 1px solid #999999;
    border-radius: 3px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.iq-scan-holder .iq-scan .formulaire .in input[type="text"]:hover,
.iq-scan-holder .iq-scan .formulaire .in input[type="text"]:focus,
.iq-scan-holder .iq-scan .formulaire .in input[type="text"]:active {
    outline: none;
    box-shadow: none;
}
.iq-scan-holder .iq-scan .formulaire .out input[type="text"] {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px 0px 6px 0px;
    text-align: center;
    color: #1B4368;
    margin-bottom: 5px;
    text-transform: capitalize;
    border: 1px solid #999999;
    border-radius: 3px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.iq-scan-holder .iq-scan .formulaire .out input[type="text"]:hover,
.iq-scan-holder .iq-scan .formulaire .out input[type="text"]:focus,
.iq-scan-holder .iq-scan .formulaire .out input[type="text"]:active {
    outline: none;
    box-shadow: none;
}
.iq-scan-holder .iq-scan .formulaire .adults input[type="text"] {
    width: calc(100% + 0px);
    height: auto;
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px 22px 8px 22px;
    text-align: center;
    color: #1B4368;
    margin-top: 5px;
    /* text-transform: capitalize; */
    border: 1px solid #999999;
    border-radius: 3px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .iq-scan .formulaire .adults input[type="text"]:hover,
.iq-scan-holder .iq-scan .formulaire .adults input[type="text"]:focus,
.iq-scan-holder .iq-scan .formulaire .adults input[type="text"]:active {
    outline: none;
    box-shadow: none;
}
.iq-scan-holder .iq-scan button {
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    background: #33dd82;
    padding: 10px 0px 10px 0px;
    outline: none!important;
    text-transform: capitalize;
    position: absolute;
    width: 50%;
    bottom: 41px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px #4d4d4d70;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .iq-scan button:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Verify_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 8px;
}
.iq-scan-holder .iq-scan .remodifier-la-recherche {
    display: none;
}
.iq-scan-holder .iq-scan .signature {
    position: absolute;
    bottom: 3px;
    right: 6px;
}
.iq-scan-holder .iq-scan .signature img {
    width: 80px;
}
.iq-scan-holder .iq-scan .infos {
    display: none;
}
/* .iq-scan-holder .iq-scan:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/hotelintelligence.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 140px;
    height: 18px;
    position: absolute;
    bottom: 6px;
    right: 10px;
} */
.iq-scan-holder .bloc-config-occupancy {
    display: none;
    background-color: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 2;
    box-shadow: 0px 0px 15px #00000050;
}
.iq-scan-holder .bloc-config-occupancy:before {
    display: block;
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 15px #ffffff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.iq-scan-holder .bloc-config-occupancy .content {
    padding: 16px 16px 10px 16px;
}
.iq-scan-holder .bloc-config-occupancy .content .adult {
    height: 22px;
    margin-bottom: 15px;
}
.iq-scan-holder .bloc-config-occupancy .content .adult label {
    display: inline-block;
    color: #1b4368;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}
.iq-scan-holder .bloc-config-occupancy .content .adult label::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .bloc-config-occupancy .content .adult .config-adult {
    display: inline-block;
    float: right;
}
.iq-scan-holder .bloc-config-occupancy .content .adult .config-adult .less-adult {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Moins.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px;
    width: 17px;
    height: 17px;
    vertical-align: sub;
}
.iq-scan-holder .bloc-config-occupancy .content .adult .config-adult input[type="text"] {
    width: 50px;
    text-align: center;
    font-size: 10pt;
    color: #1b4368;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    padding: 3px 0px 1px 0px;
    border: none;
}
.iq-scan-holder .bloc-config-occupancy .content .adult .config-adult .more-adult {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px;
    width: 17px;
    height: 17px;
    vertical-align: sub;
}
.iq-scan-holder .bloc-config-occupancy .content .child {
    height: 22px;
    margin-bottom: 15px;
}
.iq-scan-holder .bloc-config-occupancy .content .child label {
    display: inline-block;
    color: #1b4368;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}
.iq-scan-holder .bloc-config-occupancy .content .child label::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .bloc-config-occupancy .content .child .config-child {
    display: inline-block;
    float: right;
}
.iq-scan-holder .bloc-config-occupancy .content .child .config-child .less-child {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Moins.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px;
    width: 17px;
    height: 17px;
    vertical-align: sub;
}
.iq-scan-holder .bloc-config-occupancy .content .child .config-child input[type="text"] {
    width: 50px;
    text-align: center;
    font-size: 10pt;
    color: #1b4368;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    padding: 3px 0px 1px 0px;
    border: none;
}
.iq-scan-holder .bloc-config-occupancy .content .child .config-child .more-child {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px;
    width: 17px;
    height: 17px;
    vertical-align: sub;
}
.iq-scan-holder .bloc-config-occupancy .content .age-child {
    display: block;
    margin-bottom: 0;
}
.iq-scan-holder .bloc-config-occupancy .content .age-child label {
    display: block;
    color: #1b4368;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}
.iq-scan-holder .bloc-config-occupancy .content .age-child label::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .bloc-config-occupancy .content .age-child select {
    border: none;
    border-radius: 3px;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    /* text-transform: capitalize; */
    font-size: 10pt;
    padding: 4px 20px 4px 5px;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../../Assets_IQScan/svg/Selector_unselect.svg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain; */
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px solid #1b4368;
}
.iq-scan-holder .bloc-config-occupancy .content .age-child select:hover,
.iq-scan-holder .bloc-config-occupancy .content .age-child select:focus,
.iq-scan-holder .bloc-config-occupancy .content .age-child select:active {
    outline: none;
    box-shadow: none;
}
.iq-scan-holder .bloc-config-occupancy .content .close-bloc-config-occupancy:hover,
.iq-scan-holder .bloc-config-occupancy .content .close-bloc-config-occupancy:focus,
.iq-scan-holder .bloc-config-occupancy .content .close-bloc-config-occupancy:active {
    text-decoration: none;
}
.iq-scan-holder .bloc-config-occupancy .content .close-bloc-config-occupancy {
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    font-size: 10pt;
    text-transform: capitalize;
    display: block;
    text-align: right;
}
.iq-scan-holder .bloc-config-occupancy .content .close-bloc-config-occupancy:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Close_anim1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 12px;
}
/********************************************************************************/
.engines-price-mobile {
    display: none;
}
.iq-scan-holder .engines-price {
    display: none;
    width: 320px;
    height: 280px;
    position: relative;
    border-radius: 0;
    padding: 8px 10px;
    border-radius: 7px;
    float: left;
    background-color: #ffffff;
    margin-right: 10px;
    z-index: 9;
    box-shadow: 0 3px 12px 1px rgba(0,0,0,0.15);
}
.iq-scan-holder .engines-price p {
    margin: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #1B4368;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .engines-price p img,
.iq-scan-holder .engines-price p svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.iq-scan-holder .engines-price p svg path {
    fill: #4d4d4d;
}
/* .iq-scan-holder .engines-price p:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hi_2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: bottom;
} */
.iq-scan-holder .engines-price span.subtitle {
    margin: 0;
    color: #1B4368;
    font-size: 12px;
    text-align: left;
    display: block;
    margin-bottom: 15px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    display: none;
}
.iq-scan-holder .engines-price span.subtitle::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .engines-price .list-engines {
    display: block;
}
.iq-scan-holder .engines-price .list-engines .all-engines {
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine {
    margin-bottom: 5px;
    padding: 0px 8px 5px 8px;
    order: 2;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.bestPrice {
    margin-bottom: 5px;
    padding: 0px 8px 5px 8px;
    order: 1;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.bestPrice {
    border-bottom: 1px solid #CDCEDA;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.b .col-left .name-engine:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Booking_ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 10px;
    vertical-align: initial;
    margin-right: 2px;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.bb {
    display: none;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.bb .col-left .name-engine:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Booking_ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 12px;
    height: 12px;
    vertical-align: bottom;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.e .col-left .name-engine:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Expedia_ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 2px;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.a .col-left .name-engine:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Agoda_ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 2px;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.h .col-left .name-engine:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hotels_ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 10px;
    vertical-align: bottom;
    margin-right: 2px;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left {
    line-height: .9;
    color: #1B4368;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .name-engine {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.bestPrice .col-left .name-engine {
    font-weight: 900;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .name-engine::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.static .col-left .name-engine {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.static .col-left .name-engine::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine {
    display: inline-block;
    float: right;
    text-align: right;
    padding-bottom: 0px;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine .price {
    font-size: 15px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine .devise {
    font-size: 15px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine .price-load {
    display: none;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine .price-load img {
    width: 15px;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine .price-soldout {
    display: none;
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine.static .col-left .price-engine .price-soldout {
    display: inline-block !important;
    background-image: url(../../Assets_IQScan/svg/Interdi.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 14px;
    height: 14px;
    vertical-align: bottom;
}
.iq-scan-holder .engines-price .list-engines .all-engines .item-engine .col-left .price-engine .go-to-engine-site {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Green_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    margin-left: 6px;
}
.iq-scan-holder .engines-price .show-price-details {
    display: block;
    text-align: center;
    margin: 15px 0px 15px 0px;
}
.iq-scan-holder .engines-price .show-price-details .show-price-details-bloc {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    background: #1b4368;
    padding: 10px 25px 11px 25px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px #4d4d4d70;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    position: absolute;
    bottom: 56px;
    right: 10px;
    box-sizing: unset;
    text-align: center;
}
.iq-scan-holder .engines-price .show-price-details .show-price-details-bloc::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .engines-price .show-price-details .show-price-details-bloc:hover,
.iq-scan-holder .engines-price .show-price-details .show-price-details-bloc:focus,
.iq-scan-holder .engines-price .show-price-details .show-price-details-bloc:active {
    text-decoration: none;
}
.iq-scan-holder .engines-price .subtitle.for-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.iq-scan-holder .engines-price .infos {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 10px;
    right: 10px;
}
.iq-scan-holder .engines-price .infos .location {
    display: none;
    font-size: 14px;
    color: #1b4368;
    font-family: "myriad-pro", sans-serif;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #33dd82, #33dd82 50%, #1b4368 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 500ms ease-in-out;
    text-decoration: none;
}
.iq-scan-holder .engines-price .infos .location.animate {
    background-position: 0 100%;
    font-size: 18px;
}
.iq-scan-holder .engines-price .infos .location::first-letter {
    text-transform: uppercase;
}
/* .iq-scan-holder .engines-price .infos .location span {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/location.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
.iq-scan-holder .engines-price .infos .location img,
.iq-scan-holder .engines-price .infos .location svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.iq-scan-holder .engines-price .infos .location svg path {
    fill: #4d4d4d;
}
.iq-scan-holder .engines-price .infos .location strong {
    /* font-size: 14px; */
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .engines-price .infos .device {
    display: none;
    font-size: 14px;
    color: #1b4368;
    font-family: "myriad-pro", sans-serif;
    font-weight: 100;
    float: right;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #33dd82, #33dd82 50%, #1b4368 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 500ms ease-in-out;
    text-decoration: none;
}
.iq-scan-holder .engines-price .infos .device.animate {
    background-position: 0 100%;
    font-size: 18px;
}
.iq-scan-holder .engines-price .infos .device::first-letter {
    text-transform: uppercase;
}
/* .iq-scan-holder .engines-price .infos .device span {
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/devices.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
.iq-scan-holder .engines-price .infos .device img,
.iq-scan-holder .engines-price .infos .device svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.iq-scan-holder .engines-price .infos .device svg path {
    fill: #4d4d4d;
}
.iq-scan-holder .engines-price .infos .device strong {
    /* font-size: 14px; */
    font-weight: 600;
    font-family: "acumin-pro", sans-serif;
}
/********************************************************************************/
.best-price-bloc-mobile {
    display: none;
}
.iq-scan-holder .preload-price-bloc {
    display: none;
    width: 320px;
    height: 280px;
    position: relative;
    border-radius: 0;
    padding: 8px 10px;
    border-radius: 7px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 3px 12px 1px rgba(0,0,0,0.15);
}
.iq-scan-holder .preload-price-bloc .title {
    margin: 0px;
    text-transform: capitalize;
    color: #1B4368;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 18px;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .preload-price-bloc .title .loader,
.iq-scan-holder .preload-price-bloc .title .loader:before,
.iq-scan-holder .preload-price-bloc .title .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.iq-scan-holder .preload-price-bloc .title .loader {
    color: #1b4368;
    font-size: 2px;
    margin: 0px;
    position: relative;
    text-indent: -9999em;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -8px;
    left: 8px;
}
.iq-scan-holder .preload-price-bloc .title .loader:before,
.iq-scan-holder .preload-price-bloc .title .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.iq-scan-holder .preload-price-bloc .title .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.iq-scan-holder .preload-price-bloc .title .loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.iq-scan-holder .preload-price-bloc .load {
    display: flex;
    justify-content: center;
    align-items: center;
}
.iq-scan-holder .preload-price-bloc .load .load-device {
    text-align: center;
    border: 1px solid #cdceda;
    font-size: 15px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1b4368;
    padding: 2px 0px 2px 0px;
    width: 59px;
    height: 55px;
    border-radius: 4px;
}
.iq-scan-holder .preload-price-bloc .load .load-device.colored {
    box-shadow: 0px 0px 10px rgb(77 77 77 / 0.2);
    border: 1px solid #1b4368;
    /* background-color: rgb(27 67 104 / 0.1); */
}
.iq-scan-holder .preload-price-bloc .load .load-device img {
    width: 49px;
}
.iq-scan-holder .preload-price-bloc .load .load-device span {
    display: none;
}
.iq-scan-holder .preload-price-bloc .load .load-device span.pc {
    background-image: url(../../Assets_IQScan/svg/laptop_dark.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 33px;
    height: 33px;
    margin: 7px auto 0 auto;
}
.iq-scan-holder .preload-price-bloc .load .load-device span.mobile {
    background-image: url(../../Assets_IQScan/svg/smartphone_dark.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin: 3px auto 0px;
}
.iq-scan-holder .preload-price-bloc .load .load-device span.ipad {
    background-image: url(../../Assets_IQScan/svg/tablet_dark.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin: 3px auto 0px;
}
.iq-scan-holder .preload-price-bloc .load .load-country {
    text-align: center;
    margin: 0 15px 0 15px;
    border: 1px solid #cdceda;
    font-size: 15px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1b4368;
    padding: 5px 0px 4px 0px;
    width: 59px;
    height: 55px;
    border-radius: 4px;
}
.iq-scan-holder .preload-price-bloc .load .load-country.colored {
    box-shadow: 0px 0px 10px rgb(77 77 77 / 0.2);
    border: 1px solid #1b4368;
    /* background-color: rgb(51 221 130 / 0.1); */
}
.iq-scan-holder .preload-price-bloc .load .load-country img {
    width: 75px;
    position: relative;
    left: -9px;
}
.iq-scan-holder .preload-price-bloc .load .load-country span {
    display: none;
}
.iq-scan-holder .preload-price-bloc .load .load-country span.morocco {
    background-image: url(../../Assets_IQScan/svg/flags/ma.svg) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 38px;
    height: 27px;
    margin: 8px auto 0 auto;
}
.iq-scan-holder .preload-price-bloc .load .load-devise {
    text-align: center;
    border: 1px solid #cdceda;
    font-size: 17px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1b4368;
    padding: 8px 0px 8px 0px;
    width: 59px;
    height: 55px;
    border-radius: 4px;
}
.iq-scan-holder .preload-price-bloc .load .load-devise.colored {
    box-shadow: 0px 0px 10px rgb(77 77 77 / 0.2);
    border: 1px solid #1b4368;
    /* background-color: rgb(252 156 0 / 0.1); */
}
.iq-scan-holder .preload-price-bloc .load .load-devise img {
    width: 65px;
    position: relative;
    left: -3px;
}
.iq-scan-holder .preload-price-bloc .load .load-devise span {
    display: none;
    margin-top: 10px;
}
.iq-scan-holder .preload-price-bloc img {
    width: 100%;
    margin-top: -30px;
}
/* .iq-scan-holder .preload-price-bloc iframe {
    width: 100%;
    height: 240px;
    margin-top: -30px;
}  */
/* .iq-scan-holder .preload-price-bloc .title:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hi_3.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
/*******************************************************************/
.iq-scan-holder .best-price-bloc {
    display: none;
    width: 320px;
    height: 280px;
    position: relative;
    border-radius: 0;
    padding: 8px 10px;
    border-radius: 7px;
    margin-right: 10px;
    float: left;
    /* overflow: hidden; */
    background-color: #ffffff;
    box-shadow: 0 3px 12px 1px rgba(0,0,0,0.15);
}
.iq-scan-holder .best-price-bloc p {
    margin: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #1B4368;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .best-price-bloc p img,
.iq-scan-holder .best-price-bloc p svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.iq-scan-holder .best-price-bloc p svg path {
    fill: #4d4d4d;
}
/* .iq-scan-holder .best-price-bloc p:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hi_3.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
.iq-scan-holder .best-price-bloc .price-site {
    margin: 0 auto;
    width: 80%;
    height: 187px;
    border-radius: 7px;
    text-align: center;
    background-color: #1b4368;
    box-shadow: 5px 5px 10px #4c4c5630;
    position: relative;
}
.iq-scan-holder .best-price-bloc.colored .price-site {
    background-color: #33dd82;
}
.iq-scan-holder .best-price-bloc.colored .price-site .col-info-price .price-lign input[type="submit"],
.iq-scan-holder .best-price-bloc.colored .price-site .col-info-price .price-lign button[type="submit"] {
    background-color: #1b4368;
}
.iq-scan-holder .best-price-bloc .price-site:after {
    content: "";
    display: none;
    background-image: url(../../Assets_IQScan/svg/Book_Now_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 16px;
    height: 25px;
    position: absolute;
    top: calc(50% + 0px);
    right: 50px;
}
.iq-scan-holder .best-price-bloc .price-site .bloc-partenair {
    font-size: 17px;
    text-transform: capitalize;
    padding: 12px 0px 12px 0px;
    color: #FFFFFF;
    font-family: "myriad-pro", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price {
    line-height: 1;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign {
    line-height: 1;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price {
    text-align: center;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .discout {
    display: inline;
    position: absolute;
    top: 75px;
    right: 0px;
    color: #ffffff;
    background-color: #fc9c00;
    padding: 5px 2px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 7px 0px 0px 7px;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .price-crossed {
    font-size: 15px;
    display: block;
    color: #fc9c00;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    text-decoration: line-through;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .price-crossed i {
    font-size: 18px;
    font-style: normal;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .price {
    font-size: 25px;
    display: inline-block;
    color: #FFFFFF;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .devise {
    font-size: 21px;
    display: inline-block;
    color: #FFFFFF;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .price-load {
    color: #FFFFFF;
    background-color: rgba(184, 160, 129, 0.5);
    display: none;
    font-size: 10pt;
    padding: 2px 10px;
    position: relative;
    top: -4px;
    line-height: 1.5;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .price-soldout {
    color: #FFFFFF;
    display: none;
    font-size: 12pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .taxes {
    display: none;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 15px;
    font-family: "myriad-pro", sans-serif;
    font-weight: 100;
    text-transform: capitalize;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values {
    display: none;
    color: #1b4368;
    font-family: "myriad-pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values:hover,
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values:focus,
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values:active {
    text-decoration: none;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/info.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    box-shadow: 0px 0px 5px #1b4368;
    background-color: #1b4368;
    border-radius: 50%;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="submit"],
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="button"],
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign button[type="submit"] {
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    width: auto;
    padding: 9px 25px 9px 25px;
    border-radius: 3px;
    background-color: #33dd82;
    color: #ffffff;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 5px 5px 10px #4c4c5650;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign button[type="submit"].type_3 {
    bottom: 70px;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="submit"]:after,
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="button"]:after,
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign button[type="submit"]:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/info.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 13px;
    height: 13px;
    vertical-align: bottom;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade {
    width: max-content;
    opacity: 1;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .arrow::before {
    border-bottom-color:#fff;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-arrow {
    border-bottom-color: #fff;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-inner {
    background-color: #fff;
    text-align: left;
    display: block;
    color: #1b4368;
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 10px #4c4c5630;
    line-height: 1;
    padding: 15px 18px 5px 18px;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-inner h4 {
    display: block;
    margin: 10px auto 10px auto;
    color: #1B4368;
    font-size: 14px;
    text-align: center;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-inner hr {
    margin-top: 8px;
    margin-bottom: 14px;
    border-top: 1px solid #CDCEDA;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-inner span {
    display: block;
    margin: 0;
    padding: 0px 0px 0px 0px;
    color: #1B4368;
    font-size: 13px;
    text-align: left;
    display: block;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-inner span:before {
    display: inline-block;
    content: '';
    background-image: url(../../Assets_IQScan/svg/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 11px;
    height: 9px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .tooltip.fade .tooltip-inner::first-letter {
    text-transform: uppercase;
}
/* .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign ul {
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}
.iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign ul li {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 5px;
} */
/********************************************************************************/
.iq-scan-holder .best-comments-bloc {
    display: none;
    width: 320px;
    height: 280px;
    position: relative;
    border-radius: 0;
    padding: 8px 30px 8px 30px;
    border-radius: 7px;
    float: left;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 3px 12px 1px rgba(0,0,0,0.15);
}
.iq-scan-holder .best-comments-bloc .title {
    margin: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #1B4368;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.iq-scan-holder .best-comments-bloc .title img,
.iq-scan-holder .best-comments-bloc .title svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.iq-scan-holder .best-comments-bloc .title svg path {
    fill: #4d4d4d;
}
.iq-scan-holder .best-comments-bloc .reduir-block {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    /* background-image: url(../../Assets_IQScan/svg/close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; */
    width: 25px;
    height: 25px;
}
.iq-scan-holder .best-comments-bloc .reduir-block img,
.iq-scan-holder .best-comments-bloc .reduir-block svg {
    width: 25px;
    height: 25px;
}
.iq-scan-holder .best-comments-bloc .reduir-block svg path {
    fill: #4d4d4d;
}
.iq-scan-holder .best-comments-bloc .reduir-block:hover,
.iq-scan-holder .best-comments-bloc .reduir-block:focus,
.iq-scan-holder .best-comments-bloc .reduir-block:active {
    text-decoration: none;
}
.iq-scan-holder .best-comments-bloc .agrandir-block {
    display: none;
    position: absolute;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    cursor: pointer;
    /* background-image: url(../../Assets_IQScan/svg/comment.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; */
    width: 50px;
    height: 50px;
}
.iq-scan-holder .best-comments-bloc .agrandir-block img {
    width: 50px;
    height: 50px;
}
.iq-scan-holder .best-comments-bloc .agrandir-block:hover,
.iq-scan-holder .best-comments-bloc .agrandir-block:focus,
.iq-scan-holder .best-comments-bloc .agrandir-block:active {
    text-decoration: none;
}
.iq-scan-holder .best-comments-bloc .title img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/* .iq-scan-holder .best-comments-bloc .title:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hi_3.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
.iq-scan-holder .best-comments-bloc .best-comments {
    height: 190px;
    padding: 15px 15px;
    background-color: #eafcf2;
    border-radius: 8px;
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer {
    /* height: 100% !important; */
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer .owl-stage {
    /* height: 100% !important; */
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important;
    opacity:0 !important;
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer .owl-stage .owl-item.active {
  
    opacity:1 !important;
}
.iq-scan-holder .best-comments-bloc .best-comments .item {
    height: auto;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .note {
    margin: 0;
    color: #1B4368;
    font-size: 13px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .note b {
    font-size: 18px;
    margin-right: 2px;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .author-engine {
    margin: 0;
    color: #1B4368;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 2px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .country-engine {
    margin: 0;
    color: rgb(27 67 104 / 0.50);
    font-size: 13px;
    text-align: left;
    display: block;
    margin-bottom: 2px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    top: 17px;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .comments-text {
    margin: 0;
    color: #1B4368;
    font-size: 14px;
    text-align: left;
    display: block;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    padding: 0px 0px;
    line-height: 1.2;
    min-height: 130px;
    margin-top: 25px;
    text-transform: lowercase;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .comments-text::first-letter {
    text-transform: uppercase;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .comments-text .more-text {
    background-image: url(../../Assets_IQScan/svg/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: baseline;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .comments-text-mobile {
    display: none;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .title-engine {
    margin: 0;
    color: #1B4368;
    font-size: 14px;
    text-align: left;
    display: block;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .title-engine.TripAdvisor {
    background-image: url(../../Assets_IQScan/svg/tripadvisor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .title-engine.booking {
    background-image: url(../../Assets_IQScan/svg/booking.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 18px;
    height: 26px;
}
.iq-scan-holder .best-comments-bloc .best-comments .item .date-engine {
    margin: 0;
    color: rgb(27 67 104 / 0.50);
    font-size: 13px;
    text-align: left;
    display: block;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    bottom: 0;
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -25px;
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-next .icon-chevron-right,
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-prev .icon-chevron-left {
    color: #1B4368;
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
}
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-prev:hover,
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-prev:focus,
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-prev:active,
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-next:hover,
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-next:focus,
.iq-scan-holder .best-comments-bloc .best-comments .owl-nav .owl-next:active {
    background-color: transparent;
    border: none;
    outline: none;
}
/********************************************************************************/
.details-prices {
    display: none;
    position: absolute;
    bottom: calc(10vh + 20px);
    left: 20px;
    width: 980px;
    height: auto;
    padding: 0px 0px;
    border-radius: 7px;
    z-index: 9999;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px #00000090;
    overflow-y: scroll;
    border-bottom: 10px solid #f2f2f2;
}
.details-prices p {
    margin: 25px 0px 25px 25px;
    text-transform: capitalize;
    color: #1B4368;
    font-size: 17px;
    text-align: left;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 100;
}
.details-prices p img,
.details-prices p svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.details-prices p svg path {
    fill: #4d4d4d;
}
/* .details-prices p:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Hi_1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: bottom;
} */
.details-prices .close-details-prices {
    float: right;
    cursor: pointer;
    /* background-image: url(../../Assets_IQScan/svg/Close_anim1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; */
    height: 34px;
    width: 34px;
    border-radius: 0;
    position: absolute;
    top: 18px;
    right: 20px;
}
.details-prices .close-details-prices img,
.details-prices .close-details-prices svg {
    height: 34px;
    width: 34px;
}
.details-prices .close-details-prices svg path {
    fill: #4d4d4d;
}
.details-prices table {
    width: calc(100% - 30px);
    margin: 0px 15px 20px 15px;
}
.details-prices table tr.ota {
}
.details-prices table tr th {
    padding: 10px 0px;
    text-align: center;
    display: none;
}
.details-prices table tr td:nth-child(2) {
    border-left: 1px solid #DCDDE6;
    border-right: 1px solid #DCDDE6;
}
.details-prices table tr td:nth-child(3) {
    border-right: 1px solid #DCDDE6;
}
.details-prices table tr td:nth-child(4) {
    border-right: 1px solid #DCDDE6;
}
.details-prices table tr td:nth-child(5) {
}
.details-prices table tr.book-direct {
    background-color: #F6F5F5;
}
.details-prices table tr.book-direct td.title {
    color: #1b4368;
    font-size: 11pt;
    text-transform: capitalize;
    font-weight: bold;
}
.details-prices table tr th span {
    font-size: 11pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1b4368;
}
.details-prices table tr td.title {
    font-size: 10pt;
    color: #1b4368;
    display: inline-block;
    padding: 18px 0px 0px 8px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
}
.details-prices table tr td.title::first-letter {
    text-transform: uppercase;
}
.details-prices table tr td.type {
    text-align: left;
    font-family: "acumin-pro", sans-serif;
    padding: 10px 5px;
}
.details-prices table tr td.type .room-name {
    font-size: 9pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1B4368;
    display: block;
}
.details-prices table tr td.type .condition,
.details-prices table tr td.type .adult {
    font-size: 8pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #1B4368;
    display: inline-block;
    font-style: italic;
    margin-top: 4px;
}
.details-prices table tr td.type .adult {
    float: right;
}
.details-prices table tr td.type .adult:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Adults_ico.svg);
    background-repeat: repeat-x;
    background-position: 0% 50%;
    background-size: contain;
    height: 10px;
    margin-right: 2px;
}
.details-prices table tr td.type .adult.ad1:before {
    background-image: url(../../Assets_IQScan/svg/Adults_ico.svg);
    width: 10px;
}
.details-prices table tr td.type .adult.ad2:before {
    background-image: url(../../Assets_IQScan/svg/Adults_ico.svg);
    width: 20px;
}
.details-prices table tr td.type .adult.ad3:before {
    background-image: url(../../Assets_IQScan/svg/Adults_ico.svg);
    width: 30px;
}
.details-prices table tr td.type .adult.ad4:before {
    background-image: url(../../Assets_IQScan/svg/Adults_ico.svg);
    width: 40px;
}
.details-prices table tr td.type .adult.ad5:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad6:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad7:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad8:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad9:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad10:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad11:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad12:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad13:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad14:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr td.type .adult.ad15:before {
    background-image: url(../../Assets_IQScan/svg/Person.svg);
    width: 18px;
}
.details-prices table tr.book-direct td.price,
.details-prices table tr.book-direct td.taxes,
.details-prices table tr.book-direct td.total {
    text-align: center;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
}
.details-prices table tr.book-direct td.price .prix,
.details-prices table tr.book-direct td.taxes .prix,
.details-prices table tr.book-direct td.total .prix {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    display: inline-block;
}
.details-prices table tr.book-direct td.price .prix::first-letter,
.details-prices table tr.book-direct td.taxes .prix::first-letter,
.details-prices table tr.book-direct td.total .prix::first-letter {
    text-transform: uppercase;
}
.details-prices table tr.book-direct td.price .devise,
.details-prices table tr.book-direct td.taxes .devise,
.details-prices table tr.book-direct td.total .devise {
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
}
/*********************/
.details-prices table tr.ota td.price,
.details-prices table tr.ota td.taxes,
.details-prices table tr.ota td.total {
    text-align: center;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
}
.details-prices table tr.ota td.price .prix,
.details-prices table tr.ota td.taxes .prix,
.details-prices table tr.ota td.total .prix {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #1b4368;
    display: inline-block;
}
.details-prices table tr.ota td.price .prix::first-letter,
.details-prices table tr.ota td.taxes .prix::first-letter,
.details-prices table tr.ota td.total .prix::first-letter {
    text-transform: uppercase;
}
.details-prices table tr.ota td.price .devise,
.details-prices table tr.ota td.taxes .devise,
.details-prices table tr.ota td.total .devise {
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #1b4368;
}
.details-prices table tr.ota td.price .prix,
.details-prices table tr.ota td.price .devise {
    color: #f14232;
}
.details-prices table tr.ota td.price .aproximative {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #33dd82;
    display: block;
    text-transform: uppercase;
}
.details-prices table tr.ota td.price .aproximative:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Aprox.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    vertical-align: text-top;
}
/*******************/
.details-prices table tr td.btn-book .trigger-btn-book {
    color: #FFFFFF;
    background-color: #33dd82;
    border: 1px solid #33dd82;
    font-size: 11pt;
    text-transform: capitalize;
    border-radius: 3px;
    width: calc(100% - 8px);
    display: block;
    text-align: center;
    margin: 4px 4px 4px 4px;
    padding: 9px 12px 9px 0px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    box-shadow: 5px 5px 10px #00000020;
    position: relative;
}
.details-prices table tr td.btn-book .trigger-btn-book:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Verify_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 9px;
    right: 6px;
}
.details-prices table tr td.btn-book .trigger-btn-snapshoot {
    color: #ffffff;
    background-color: #1b4368;
    border: none;
    font-size: 11pt;
    text-transform: capitalize;
    border-radius: 3px;
    width: calc(100% - 8px);
    text-align: center;
    margin: 4px 4px 4px 4px;
    padding: 6px 0px 6px 0px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    /* display: block; */
    display: none;
}
.details-prices table tr td.btn-book .trigger-btn-book:hover,
.details-prices table tr td.btn-book .trigger-btn-book:active,
.details-prices table tr td.btn-book .trigger-btn-book:focus,
.details-prices table tr td.btn-book .trigger-btn-snapshoot:hover,
.details-prices table tr td.btn-book .trigger-btn-snapshoot:active,
.details-prices table tr td.btn-book .trigger-btn-snapshoot:focus {
    text-decoration: none;
}
/********************************************************************************/
.details-prices .columns-container {
    margin: 0px 15px 15px 15px;
    padding: 0px;
}
.details-prices .columns-container .column {
    display: flex;
    padding: 0px 0px;
}
.details-prices .columns-container .column-head {
    display: none;
}
.details-prices .columns-container .column-direct {
    background-color: #F6F5F5;
}
.details-prices .columns-container .column-engines .title,
.details-prices .columns-container .column-direct .title {
    color: #1b4368;
    font-size: 11pt;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    font-family: "acumin-pro", sans-serif;
    padding: 20px 8px 0px 8px;
    width: 15%;
}
.details-prices .columns-container .column-engines .type,
.details-prices .columns-container .column-direct .type {
    text-align: left;
    padding: 12px 8px;
    border-left: 1px solid #DCDDE6;
    border-right: 1px solid #DCDDE6;
    width: 25%;
}
.details-prices .columns-container .column-engines .type .room-name,
.details-prices .columns-container .column-direct .type .room-name {
    font-size: 9pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1B4368;
    display: block;
}
.details-prices .columns-container .column-engines .type .room-name-mobile,
.details-prices .columns-container .column-direct .type .room-name-mobile {
    font-size: 9pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #1B4368;
    display: none;
}
.details-prices .columns-container .column-engines .type .condition,
.details-prices .columns-container .column-direct .type .condition {
    font-size: 8pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #1B4368;
    display: inline-block;
    font-style: italic;
    margin-top: 4px;
}
.details-prices .columns-container .column-engines .type .adult,
.details-prices .columns-container .column-direct .type .adult {
    float: right;
    font-size: 8pt;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #1B4368;
    display: inline-block;
    font-style: italic;
    margin-top: 4px;
}
.details-prices .columns-container .column-engines .type .adult:before,
.details-prices .columns-container .column-direct .type .adult:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Adults_ico.svg);
    background-repeat: repeat-x;
    background-position: 0% 50%;
    background-size: contain;
    height: 10px;
    margin-right: 2px;
}
.details-prices .columns-container .column-engines .type .adult.ad1:before,
.details-prices .columns-container .column-direct .type .adult.ad1:before {
    width: 10px;
}
.details-prices .columns-container .column-engines .type .adult.ad2:before,
.details-prices .columns-container .column-direct .type .adult.ad2:before {
    width: 20px;
}
.details-prices .columns-container .column-engines .type .adult.ad3:before,
.details-prices .columns-container .column-direct .type .adult.ad3:before {
    width: 30px;
}
.details-prices .columns-container .column-engines .type .adult.ad4:before,
.details-prices .columns-container .column-direct .type .adult.ad4:before {
    width: 40px;
}
.details-prices .columns-container .column-engines .type .adult.ad5:before,
.details-prices .columns-container .column-direct .type .adult.ad5:before {
    width: 50px;
}
.details-prices .columns-container .column-engines .price,
.details-prices .columns-container .column-direct .price {
    padding: 18px 8px;
    width: 14%;
    text-align: center;
}
.details-prices .columns-container .column-engines .price .text,
.details-prices .columns-container .column-direct .price .text {
    display: none;
}
.details-prices .columns-container .column-engines .price .prix,
.details-prices .columns-container .column-direct .price .prix {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    display: inline-block;
}
.details-prices .columns-container .column-engines .price .devise,
.details-prices .columns-container .column-direct .price .devise {
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    margin-left: 5px;
}
.details-prices .columns-container .column-engines .taxes,
.details-prices .columns-container .column-direct .taxes {
    border-left: 1px solid #DCDDE6;
    border-right: 1px solid #DCDDE6;
    padding: 18px 8px;
    width: 18%;
    text-align: center;
}
.details-prices .columns-container .column-engines .taxes .text,
.details-prices .columns-container .column-direct .taxes .text {
    display: none;
}
.details-prices .columns-container .column-engines .taxes .prix,
.details-prices .columns-container .column-direct .taxes .prix {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    display: inline-block;
}
.details-prices .columns-container .column-engines .taxes .devise,
.details-prices .columns-container .column-direct .taxes .devise {
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    margin-left: 5px;
}
.details-prices .columns-container .column-engines .total,
.details-prices .columns-container .column-direct .total {
    padding: 18px 8px;
    width: 14%;
    text-align: center;
}
.details-prices .columns-container .column-engines .total .text,
.details-prices .columns-container .column-direct .total .text {
    display: none;
}
.details-prices .columns-container .column-engines .total .prix,
.details-prices .columns-container .column-direct .total .prix {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    display: inline-block;
}
.details-prices .columns-container .column-engines .total .devise,
.details-prices .columns-container .column-direct .total .devise {
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    color: #1b4368;
    margin-left: 5px;
}
.details-prices .columns-container .column-engines .btn-book,
.details-prices .columns-container .column-direct .btn-book {
    padding: 9px 8px;
    width: 14%;
}
.details-prices .columns-container .column-direct .btn-book .trigger-btn-book {
    color: #FFFFFF;
    background-color: #33dd82;
    border: 1px solid #33dd82;
    font-size: 11pt;
    text-transform: capitalize;
    border-radius: 3px;
    width: calc(100% - 8px);
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 9px 22px 9px 10px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    box-shadow: 5px 5px 10px #00000020;
    position: relative;
}
.details-prices .columns-container .column-direct .btn-book .trigger-btn-book:hover {
    text-decoration: none;
}
.details-prices .columns-container .column-direct .btn-book .trigger-btn-book:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Verify_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 9px;
    right: 6px;
}
.details-prices .columns-container .column-engines {
    background-color: #FFFFFF;
}
.details-prices .columns-container .column-engines .title {
    font-weight: 400;
}
.details-prices .columns-container .column-engines .price .prix {
    color: #f14232;
    font-weight: 100;
}
.details-prices .columns-container .column-engines .price .devise {
    color: #f14232;
    font-weight: 100;
}
.details-prices .columns-container .column-engines .price .aproximative {
    font-size: 10pt;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    color: #33dd82;
    display: none;
    text-transform: lowercase;
    width: 100%;
}
.details-prices .columns-container .column-engines .price .aproximative:before {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Aprox.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    vertical-align: text-top;
}
.details-prices .columns-container .column-engines .taxes .prix {
    font-weight: 100;
}
.details-prices .columns-container .column-engines .taxes .devise {
    font-weight: 100;
}
.details-prices .columns-container .column-engines .total .prix {
    font-weight: 100;
}
.details-prices .columns-container .column-engines .total .devise {
    font-weight: 100;
}
/* .details-prices .columns-container .column-engines .btn-book {
    visibility: hidden;
} */
.details-prices .columns-container .column-engines .btn-book .trigger-btn-snapshoot {
    color: #FFFFFF;
    background-color: #1b4368;
    border: 1px solid #1b4368;
    font-size: 11pt;
    border-radius: 3px;
    width: calc(100% - 8px);
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 9px 22px 9px 10px;
}
.details-prices .columns-container .column-engines .btn-book .trigger-btn-snapshoot::first-letter {
    text-transform: uppercase;
}
.details-prices .columns-container .column-engines .btn-book .trigger-btn-snapshoot:hover,
.details-prices .columns-container .column-engines .btn-book .trigger-btn-snapshoot:focus,
.details-prices .columns-container .column-engines .btn-book .trigger-btn-snapshoot:active {
    text-decoration: none;
}
/********************************************************************************/
.details-prices .holder_link_ifrem {
    height: 60px;
    text-align: left;
    padding: 0px 0px 0px 15px;
    border-radius: 7px 7px 0px 0px;
}
.details-prices .holder_link_ifrem a {
    padding: 8px 45px 10px 25px;
    border-radius: 3px;
    margin-top: 15px;
    display: none;
    font-size: 16px;
    color: #ffffff;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    background-color: #33dd82;
    box-shadow: 5px 5px 10px #4d4d4d50;
    position: relative;
}
.details-prices .holder_link_ifrem a:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Verify_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 9px;
    right: 15px;
    transform: rotate(90deg);
}
.details-prices .holder_link_ifrem a:hover,
.details-prices .holder_link_ifrem a:focus,
.details-prices .holder_link_ifrem a:active {
    text-decoration: none;
}
.details-prices .holder_ifrems {
    display: block;
    height: calc(100% - 243px);
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 7px 7px;
}
.details-prices .holder_ifrems .bannde-best-price {
    text-align: left;
    font-size: 14px;
    color: #1B4368;
    padding: 10px 0px 10px 15px;
    height: 34px;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    display: none;
}
.details-prices .holder_ifrems iframe {
    width: 100%;
    height: 100%;
    margin: 0% 0% 0% 0%;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 15px solid #f2f2f2;
    border-bottom: none;
    border-radius: 0px 0px 7px 7px;
}
.details-prices .holder_ifrems iframe::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #FFFFFF;
}
.details-prices .holder_ifrems iframe::-webkit-scrollbar {
    width: 8px;
}
.details-prices .holder_ifrems iframe::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
}
/********************************************************************************/
.container-snapshots {
    display: none;
    overflow: hidden;
    padding: 0;
    height: auto;
    width: auto;
    position: fixed;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 100px;
}
#bloc-snapshots {
    width: 100%;
    z-index: 9;
    height: 100%;
    border-radius: 7px;
    background-color: #FFFFFF;
    display: none;
}
#bloc-snapshots .close-snapshots {
    float: right;
    cursor: pointer;
    /* background-image: url(../../Assets_IQScan/svg/Close_anim1.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 35px; */
    height: 35px;
    width: 35px;
    position: relative;
    top: 15px;
    right: 15px;
}
#bloc-snapshots .close-snapshots img,
#bloc-snapshots .close-snapshots svg {
    height: 35px;
    width: 35px;
}
#bloc-snapshots .close-snapshots svg path {
    fill: #4d4d4d;
}
#bloc-snapshots .holder_link_ifrem {
    height: 60px;
    text-align: left;
    padding: 0px 0px 0px 15px;
    border-radius: 7px 7px 0px 0px;
}
#bloc-snapshots .holder_link_ifrem a {
    padding: 8px 45px 10px 25px;
    border-radius: 3px;
    margin-top: 15px;
    display: none;
    font-size: 16px;
    color: #ffffff;
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    background-color: #33dd82;
    box-shadow: 5px 5px 10px #4d4d4d50;
    position: relative;
}
#bloc-snapshots .holder_link_ifrem a:after {
    content: "";
    display: inline-block;
    background-image: url(../../Assets_IQScan/svg/Verify_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 9px;
    right: 15px;
    transform: rotate(90deg);
}
#bloc-snapshots .holder_link_ifrem a:hover,
#bloc-snapshots .holder_link_ifrem a:focus,
#bloc-snapshots .holder_link_ifrem a:active {
    text-decoration: none;
}
#bloc-snapshots .holder_ifrems {
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 7px 7px;
}
#bloc-snapshots .holder_ifrems .bannde-best-price {
    text-align: left;
    font-size: 14px;
    color: #1B4368;
    padding: 23px 60px 10px 15px;
    height: auto;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
}
#bloc-snapshots .holder_ifrems .bannde-best-price .on-daily {
    display: none;
}
#bloc-snapshots .holder_ifrems iframe {
    width: 100%;
    height: calc(100% - 60px);
    margin: 15px 0px 0px 0px;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 15px solid #f2f2f2;
    border-radius: 7px;
}
#bloc-snapshots .holder_ifrems iframe::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #FFFFFF;
}
#bloc-snapshots .holder_ifrems iframe::-webkit-scrollbar {
    width: 8px;
}
#bloc-snapshots .holder_ifrems iframe::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
}
/********************************************************************************/
@media screen and (max-width: 1440px) {
    .iq-scan-holder {
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -mos-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: calc(90vh - 285px);
        left: 15px;
    }
    .details-prices {
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -mos-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: auto;
        bottom: calc(10vh + 2px);
        left: 15px;
    }
    .container-snapshots {
        transform: scale(1);
        -ms-transform: scale(1);
        -mos-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        padding: 30px 30px;
    }
}
@media screen and (max-width: 1024px) {
    .iq-scan-holder {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -mos-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: calc(90vh - 255px);
        left: 15px;
    }
    .details-prices {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -mos-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: auto;
        bottom: calc(10vh - 34px);
        left: 15px;
    }
    .container-snapshots {
        transform: scale(1);
        -ms-transform: scale(1);
        -mos-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        bottom: -15px;
        left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .iq-scan-holder {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -mos-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: calc(90vh - 255px);
        left: 9px;
    }
    .iq-scan-holder .form-book-now{
        width:max-content;
    }
    .iq-scan-holder .best-price-bloc {
        /* margin-top: 10px; */
    }
    .details-prices {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -mos-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        bottom: calc(10vh - 68px);
        top: auto;
        left: 9px;
    }
    .container-snapshots {
        transform: scale(1);
        -ms-transform: scale(1);
        -mos-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px 20px;
    }
}
@media screen and (min-width: 480px) {
    .iq-scan-holder .iq-scan.searching {
        height: 70px;
        padding: 18px 6px 8px;
        position: absolute;
        left: 0px;
        bottom: 290px;
    }
    .iq-scan-holder .iq-scan.searching p {
        display: none !important;
    }
    .iq-scan-holder .iq-scan.searching span.subtitle {
        display: none;
    }
    .iq-scan-holder .iq-scan.searching .formulaire {
        background-color: transparent;
        padding: 0px 12px;
        height: 38px;
        width: 80%;
    }
    .iq-scan-holder .iq-scan.searching .formulaire #selectDates{
        display:none;
    }
    .iq-scan-holder .iq-scan.searching .formulaire:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff00;
        z-index: 2;
    }
    .iq-scan-holder .iq-scan.searching .formulaire label {
        color: #1b4368;
    }
    .iq-scan-holder .iq-scan.searching .formulaire .in input[type="text"],
    .iq-scan-holder .iq-scan.searching .formulaire .out input[type="text"] {
        padding: 5px 0px;
        border: none;
        text-align: left;
    }
    .iq-scan-holder .iq-scan.searching .formulaire .adults {
        margin: 0px 0px;
        display: none;
    }
    .iq-scan-holder .iq-scan.searching .formulaire .adults input[type="text"] {
        text-align: left;
        padding: 5px 0px 5px 18px;
        border: none;
    }
    .iq-scan-holder .iq-scan.searching .formulaire .adults:before {
        top: 12px;
        left: 0px;
    }
    .iq-scan-holder .iq-scan.searching .formulaire .adults:after {
        display: none;
    }
    .iq-scan-holder .iq-scan.searching button {
        display: none;
    }
    .iq-scan-holder .iq-scan.searching .modifier-la-recherche-desktop {
        display: block;
        background-image: url(../../Assets_IQScan/svg/Edit.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 22px;
        width: 16%;
        height: 38px;
        background-color: #33dd82;
        margin-top: 3px;
        position: absolute;
        top: 15px;
        right: 21px;
        border-radius: 6px;
        box-shadow: 5px 5px 10px #4c4c5650;
        z-index: 3;
    }
    .iq-scan-holder .iq-scan.searching button:after {
        display: none;
    }
    .iq-scan-holder .iq-scan.searching .signature {
        display: none;
    }
    .iq-scan-holder .engines-price .show-price-details .show-comments-bloc {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    .container-snapshots {
        transform: scale(1);
        -ms-transform: scale(1);
        -mos-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        padding: 10px 10px;
    }
    .open-bloc-iqscan {
        display: block;
        color: #FFFFFF;
        font-size: 13pt;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        padding: 25px 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #33dd82;
    }
    .open-bloc-iqscan:hover,
    .open-bloc-iqscan:focus,
    .open-bloc-iqscan:active {
        text-decoration: none;
        color: #ffffff;
    }
    .iq-scan-holder {
        display: none;
        overflow: hidden;
        position: fixed;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 999;
        background-color: #ececec;
        transform: scale(1);
        -ms-transform: scale(1);
        -mos-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .iq-scan-holder .close-bloc-in-mobile {
        display: block;
        /* position: fixed; */
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        float: right;
        width: 40px;
        height: 40px;
        z-index: 99;
        background-color: #1b4368;
    }
    .iq-scan-holder .close-bloc-in-mobile:before {
        position: absolute;
        content: '';
        width: 80%;
        height: 2px;
        background-color: #ffffff;
        top: 18px;
        left: 4px;
        transform: rotate(45deg);
    }
    .iq-scan-holder .close-bloc-in-mobile:after {
        position: absolute;
        content: '';
        width: 80%;
        height: 2px;
        background-color: #ffffff;
        top: 18px;
        left: 4px;
        transform: rotate(-45deg);
    }
    .form-book-now {
        height: calc(100vh - 35px);
        overflow-y: scroll;
        padding-bottom: 80px;
        width: 100% !important;
        position: relative;
        top: -40px;
    }
    .iq-scan-holder .iq-scan .signature {
        position: fixed;
    }
    /* .iq-scan-holder:after {
        content: "";
        display: inline-block;
        background-image: url(../../Assets_IQScan/svg/hotelintelligence.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        width: 140px;
        height: 18px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    } */
    .iq-scan-holder .iq-scan {
        float: none;
        margin: 15px auto 0px auto;
        height: auto;
        padding: 1px 0px 15px 0px;
        width: 90%;
        /* border-bottom: 1px solid #999999; */
        border-radius: 7px;
    }
    .iq-scan-holder .iq-scan p {
        display: block;
        margin-top: 15px;
    }
    .iq-scan-holder .iq-scan span.subtitle {
        text-align: center;
        font-weight: 100;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile p {
        display: none !important;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile span.subtitle {
        display: none;
    }
    .iq-scan-holder .iq-scan .formulaire {
        background-color: #ffffff;
        padding: 10px 15px 15px 15px;
        height: auto;
    }
    .iq-scan-holder .iq-scan .formulaire #selectDates {
        color: transparent;
        display: inline-block;
        position: absolute;
        left: 15%;
        right: 15%;
        height: 105px;
        z-index: 1;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire #selectDates {
        left: 0px;
        right: 0px;
        width: 56%;
        display: none;
    }
    .iq-scan-holder .iq-scan .formulaire .in {
        width: 100%;
        padding: 0px 15%;
    }
    .iq-scan-holder .iq-scan .formulaire label {
        color: #1B4368;
        margin: 0px 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .in input[type="text"] {
        border-radius: 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .out {
        width: 100%;
        padding: 0px 15%;
    }
    .iq-scan-holder .iq-scan .formulaire .out input[type="text"] {
        border-radius: 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .adults {
        width: 100%;
        padding: 15px 15% 0px 15%;
        margin: 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .adults input[type="text"] {
        width: 100%;
        border-radius: 0px;
        margin: 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .adults:before {
        top: 26px;
        left: 18%;
    }
    .iq-scan-holder .iq-scan .formulaire .adults:after {
        top: 24px;
        right: 18%;
    }
    .iq-scan-holder .iq-scan button {
        position: relative;
        margin: 0 auto;
        bottom: auto;
        left: 0;
        right: 0;
        display: block;
        width: 90%;
        border-radius: 0;
        padding: 20px 0px;
        font-weight: 600;
        box-shadow: 5px 5px 10px #4d4d4d40;
    }
    .iq-scan-holder .iq-scan button:after {
        top: 19px;
        right: 10px;
    }
    .iq-scan-holder .iq-scan:after {
        display: none;
    }
    .iq-scan-holder .bloc-config-occupancy {
        top: 175px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .bloc-config-occupancy {
        top: 70px;
        display: none !important;
    }
    /******************/
    .iq-scan-holder .iq-scan.change-design-for-mobile {
        width: 90%;
        display: table;
        padding: 10px 10px 0px 10px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire {
        padding: 5px 0px 5px 0px;
        display: block;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .in {
        width: 40%;
        padding: 0px 3px 0px 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .in input[type="text"] {
        border: none;
        text-align: left;
        padding: 6px 0px 6px 0px;
        margin-bottom: 10px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .out {
        width: 40%;
        padding: 0px 3px 0px 3px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .out input[type="text"] {
        border: none;
        text-align: left;
        padding: 6px 0px 6px 0px;
        margin-bottom: 10px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .adults {
        width: 84%;
        padding: 0px 0px 0px 3px;
        margin-top: 5px;
        margin-bottom: 10px;
        display: none;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .adults input[type="text"] {
        padding: 8px 6px 6px 20px;
        text-align: left !important;
        border: none;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .adults:before {
        top: 10px;
        left: 1px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .adults:after {
        top: 9px;
        right: 3%;
        display: none;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .iq-scan-holder .bloc-config-occupancy {
        position: absolute;
        top: 57px;
        left: 30px;
        right: 30px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .iq-scan-holder .bloc-config-occupancy:before {
        left: auto;
        right: 7%;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile button {
        display: none;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .remodifier-la-recherche {
        display: block;
        background-image: url(../../Assets_IQScan/svg/Edit.svg);
        background-repeat: no-repeat;
        background-position: 50% 15%;
        background-size: 22px;
        width: 20%;
        height: 51px;
        float: left;
        background-color: #33dd82;
        border-left: 6px solid #fff;
        margin-top: 0px;
        position: relative;
        top: -8px;
        border-radius: 5px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos {
        display: block;
        position: relative;
        width: 80%;
        right: 0px;
        left: 0px;
        bottom: 5px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos .location {
        display: inline-block;
        font-weight: 100;
        width: 50%;
        text-align: left;
        color: #1b4368;
        font-family: "myriad-pro", sans-serif;
        text-decoration: none;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos .location span {
        display: inline-block;
        background-image: url(../../Assets_IQScan/svg/location.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-right: 0px;
        vertical-align: bottom;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos .location strong {
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos .device {
        display: inline-block;
        float: right;
        font-weight: 100;
        width: 50%;
        text-align: left;
        color: #1b4368;
        font-family: "myriad-pro", sans-serif;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos .device span {
        display: inline-block;
        background-image: url(../../Assets_IQScan/svg/devices.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-right: 0px;
        vertical-align: bottom;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .infos .device strong {
        font-size: 12px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .remodifier-la-recherche span {
        display: block;
        position: relative;
        top: 33px;
        text-align: center;
        font-family: "myriad-pro", sans-serif;
        color: #ffffff;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 600;
    }
    /******************/
    .engines-price-mobile {
        display: block;
        background-color: #ffffff;
        margin: 15px auto 15px auto;
        height: auto;
        padding: 20px 0px 15px 0px;
        width: 90%;
        border-radius: 7px;
    }
    .engines-price-mobile p {
        margin: 0px;
        margin-bottom: 0;
        text-transform: capitalize;
        color: #1B4368;
        font-size: 17px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "OpenSansBold", sans-serif;
        font-weight: 100;
    }
    .engines-price-mobile p:before {
        content: "";
        display: inline-block;
        background-image: url(../../Assets_IQScan/svg/Hi_1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-right: 4px;
        vertical-align: bottom;
    }
    .engines-price-mobile .subtitle {
        margin: 0;
        color: #1B4368;
        font-size: 14px;
        text-align: center;
        display: block;
        margin-bottom: 0;
        font-family: "acumin-pro", sans-serif;
        font-weight: 100;
    }
    /******************/
    .best-price-bloc-mobile {
        display: block;
        background-color: #ffffff;
        margin: 0 auto;
        height: auto;
        padding: 20px 0px 15px 0px;
        width: 90%;
        border-radius: 7px;
    }
    .best-price-bloc-mobile p {
        margin: 0px;
        margin-bottom: 0;
        text-transform: capitalize;
        color: #1B4368;
        font-size: 17px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "OpenSansBold", sans-serif;
        font-weight: 100;
    }
    .best-price-bloc-mobile p:before {
        content: "";
        display: inline-block;
        background-image: url(../../Assets_IQScan/svg/Hi_1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-right: 4px;
        vertical-align: bottom;
    }
    .best-price-bloc-mobile .subtitle {
        margin: 0;
        color: #1B4368;
        font-size: 14px;
        text-align: center;
        display: block;
        margin-bottom: 0;
        font-family: "acumin-pro", sans-serif;
        font-weight: 100;
    }
    /******************/
    .iq-scan-holder .engines-price {
        float: none;
        margin: 15px auto 0px auto;
        height: auto;
        padding: 1px 0px 5px 0px;
        width: 90%;
        border-radius: 7px;
        z-index: 8;
    }
    .iq-scan-holder .engines-price p {
        display: block;
        margin-top: 15px;
    }
    .iq-scan-holder .engines-price span.subtitle {
        text-align: center;
        display: none;
    }
    .iq-scan-holder .engines-price .list-engines {
        padding: 0px 10px;
    }
    .iq-scan-holder .engines-price .list-engines .all-engines .item-engine.dispo {
        display: block;
    }
    .iq-scan-holder .engines-price .list-engines .all-engines .item-engine.notdispo {
        display: none;
    }
    .iq-scan-holder .engines-price .list-engines .all-engines .item-engine.static {
        display: none;
    }
    .show-price-details {
        display: none;
    }
    .iq-scan-holder .engines-price .subtitle.for-mobile {
        position: relative;
        text-align: right;
        display: block;
        padding: 0px 15px;
        font-size: 12px;
        font-weight: 100;
        margin: -3px 0px 15px 0px;
        right: 0;
        bottom: 0;
    }
    .iq-scan-holder .engines-price .infos {
        display: none;
        position: relative;
        width: calc(100% - 30px);
        right: 15px;
        left: 15px;
        bottom: 5px;
    }
    .iq-scan-holder .engines-price .infos .location {
        display: inline-block;
        text-align: left;
        font-size: 14px;
        font-weight: 100;
    }
    .iq-scan-holder .engines-price .infos .location strong {
        font-size: 14px;
        font-weight: 600;
    }
    .iq-scan-holder .engines-price .infos .device {
        display: inline-block;
        float: right;
        text-align: left;
        font-size: 14px;
        font-weight: 100;
    }
    .iq-scan-holder .engines-price .infos .device strong {
        font-size: 14px;
        font-weight: 600;
    }
    .iq-scan-holder .engines-price .show-price-details {
        margin: 5px 0px 20px 0px;
        text-align: right;
        padding: 0px 15px;
    }
    .iq-scan-holder .engines-price .show-price-details .show-comments-bloc {
        display: none;
        float: left;
        margin-top: 11px;
        font-family: "acumin-pro", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #40465e;
    }
    .iq-scan-holder .engines-price .show-price-details .show-comments-bloc::first-letter {
        text-transform: uppercase;
    }
    .iq-scan-holder .engines-price .show-price-details .show-price-details-bloc {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        padding: 10px 12px 11px 12px;
        border-radius: 5px;
    }
    /******************/
    .iq-scan-holder .preload-price-bloc {
        float: none;
        margin: 15px auto 0px auto;
        height: 320px;
        padding: 1px 0px 5px 0px;
        width: 90%;
        border-radius: 7px;
        z-index: 8;
    }
    /******************/
    .iq-scan-holder .best-price-bloc {
        float: none;
        margin: 0px auto 0px auto;
        height: auto;
        padding: 1px 0px 50px 0px;
        width: 90%;
        border-radius: 7px;
        z-index: 8;
    }
    .iq-scan-holder .best-price-bloc p {
        display: block;
        margin-top: 15px;
    }
    .iq-scan-holder .best-price-bloc span.subtitle {
        text-align: center;
    }
    .iq-scan-holder .best-price-bloc .price-site {
        width: 80%;
        height: 187px;
        padding: 0px 0px 15px 0px;
    }
    .iq-scan-holder .best-price-bloc .price-site .bloc-partenair {
        padding: 15px 0px 12px 0px;
        color: #ffffff;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price {
        height: auto;
        display: block;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .price {
        color: #ffffff;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .new-price .devise {
        color: #ffffff;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .taxes {
        color: #ffffff;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="submit"],
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="button"] {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 85%;
        /* margin-top: 10px; */
        padding: 15px 10px;
        font-weight: 600;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign input[type="button"].type_3 {
        top: 30px;
    }
    .iq-scan-holder .best-price-bloc .price-site .col-info-price .price-lign .add-values {
        bottom: -33px;
    }
    .iq-scan-holder .best-price-bloc .price-site:after {
        top: 115px;
    }
    /******************/
    .iq-scan-holder .best-comments-bloc .reduir-block {
        display: none !important;
    }
    .iq-scan-holder .best-comments-bloc {
        float: none;
        margin: 15px auto 0px auto;
        height: auto;
        padding: 1px 30px 15px 30px;
        width: 90% !important;
        border-radius: 7px;
        z-index: 7;
    }
    .iq-scan-holder .best-comments-bloc .best-comments {
        height: auto!important;
    }
    .iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer {
       /*  height: auto!important; */
    }
    .iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer .owl-stage {
        /* height: auto!important; */
    }
    .iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer .owl-stage .owl-item {
        height: auto!important;
    }
    .iq-scan-holder .best-comments-bloc .best-comments .item .comments-text {
        display: none;
    }
    .iq-scan-holder .best-comments-bloc .best-comments .item .comments-text-mobile {
        margin: 20px 0 30px 0;
        color: #1B4368;
        font-size: 13px;
        text-align: justify;
        display: block;
        font-family: "acumin-pro", sans-serif;
        font-weight: 100;
        padding: 0px 0px;
        line-height: 1.4;
    }
    /******************/
    .details-prices {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: rgb(0 0 0 / 0.7);
        border-bottom: 0px;
    }
    .details-prices {
        transform: scale(1);
        -ms-transform: scale(1);
        -mos-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -mos-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        border-radius: 0px;
    }
    .details-prices .content-mobile {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        background-color: #FFF;
        width: calc(100% - 30px);
        border-radius: 10px 10px 0px 0px;
        max-height: 75vh;
        overflow-y: scroll;
    }
    .details-prices .close-details-prices {
        top: 5px;
        right: 6px;
        border-radius: 8px;
    }
    .details-prices .holder_link_ifrem {
        display: none;
    }
    .details-prices .holder_link_ifrem a {
        padding: 10px 10px 10px 10px;
        margin-top: 15px;
    }
    .details-prices .holder_link_ifrem a:after {
        display: none;
    }
    .details-prices .columns-container {
        /* display: flex; */
        columns: 1;
        /* overflow-x: hidden; */
        /* overflow-y: scroll; */
        /* height: 255px; */
        /* white-space: nowrap; */
        margin: 0px 15px 0px;
    }
    .details-prices .columns-container .column {
        display: none;
        height: auto;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }
    .details-prices .columns-container .column-engines .title, 
    .details-prices .columns-container .column-direct .title {
        width: 100%;
        border-left: none;
        border-right: 1px solid #DCDDE6;
        border-bottom: 1px solid #DCDDE6;
        border-left: 1px solid #DCDDE6;
        padding: 8px 8px 8px 8px;
        border-top: 1px solid #DCDDE6;
        text-align: left!important;
    }
    .details-prices .columns-container .column-engines .type, 
    .details-prices .columns-container .column-direct .type {
        width: 100%;
        border-left: none;
        border-right: 2px solid #DCDDE6;
        border-bottom: 1px solid #dcdde600;
        border-left: 2px solid #DCDDE6;
        padding: 10px 15px 5px 15px;
    }
    .details-prices .columns-container .column-engines .type .room-name, 
    .details-prices .columns-container .column-direct .type .room-name {
        font-size: 14px;
        display: none;
    }
    .details-prices .columns-container .column-engines .type .room-name-mobile, 
    .details-prices .columns-container .column-direct .type .room-name-mobile {
        font-size: 14px;
        display: block;
    }
    .details-prices .columns-container .column-engines .type .condition, 
    .details-prices .columns-container .column-direct .type .condition {
        display: inline-block;
        font-size: 12px;
    }
    .details-prices .columns-container .column-engines .type .adult, 
    .details-prices .columns-container .column-direct .type .adult {
        display: inline-block;
        font-size: 12px;
    }
    .details-prices .columns-container .column-engines .price, 
    .details-prices .columns-container .column-direct .price {
        width: 100%;
        height: 45px;
        border-left: none;
        border-right: 2px solid #DCDDE6;
        border-bottom: 1px solid #dcdde600;
        border-left: 2px solid #DCDDE6;
        padding: 1px 8px 8px 8px;
        text-align: right;
    }
    .details-prices .columns-container .column-engines .price .text, 
    .details-prices .columns-container .column-direct .price .text {
        display: inline-block;
        float: left;
        text-transform: capitalize;
    }
    .details-prices .columns-container .column-engines .taxes, 
    .details-prices .columns-container .column-direct .taxes {
        width: 100%;
        border-left: none;
        border-right: 2px solid #DCDDE6;
        border-bottom: 1px solid #dcdde600;
        border-left: 2px solid #DCDDE6;
        padding: 8px 8px 8px 8px;
        text-align: right;
    }
    .details-prices .columns-container .column-engines .taxes .text, 
    .details-prices .columns-container .column-direct .taxes .text {
        display: inline-block;
        float: left;
        text-transform: capitalize;
    }
    .details-prices .columns-container .column-engines .total, 
    .details-prices .columns-container .column-direct .total {
        width: 100%;
        border-left: none;
        border-right: 2px solid #DCDDE6;
        border-bottom: 2px solid #DCDDE6;
        border-left: 2px solid #DCDDE6;
        padding: 8px 8px 8px 8px;
        text-align: right;
    }
    .details-prices .columns-container .column-engines .total .text, 
    .details-prices .columns-container .column-direct .total .text {
        display: inline-block;
        float: left;
        text-transform: capitalize;
    }
    .details-prices .columns-container .column-engines .btn-book,
    .details-prices .columns-container .column-direct .btn-book {
        width: auto;
        padding: 5px 8px 8px 8px;
        height: 50px;
        border-right: none;
        border-left: none;
        border-bottom: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    .details-prices .columns-container .column-engines .btn-book a, 
    .details-prices .columns-container .column-direct .btn-book a {
    width: auto !important;
    }
    /******************/
    .caleran-container-mobile .caleran-input {
        height: 80vh !important;
    }
    .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev, 
    .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
        display: none;
    }
    .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:first-child .caleran-title .caleran-prev {
        display: block;
    }
    .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:last-child .caleran-title .caleran-next {
        display: block;
    }
    .caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {
        color: #33dd82 !important;
        border: 1px solid #33dd82 !important;
    }
    .caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
        background: #33dd82 !important;
        border: 1px solid #33dd82 !important;
    }
    /* .iq-scan-holder .best-comments-bloc .best-comments .owl-stage-outer{
        height: unset !important;
    } */
}
@media screen and (max-width: 375px) {
    .iq-scan-holder .iq-scan .formulaire .in input[type="text"] {
        font-size: 12px;
        padding: 9px 0px 9px 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .out input[type="text"] {
        font-size: 12px;
        padding: 9px 0px 9px 0px;
    }
    .iq-scan-holder .iq-scan .formulaire .adults input[type="text"] {
        font-size: 12px;
        padding: 10px 4px 8px 20px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .in input[type="text"] {
        font-size: 12px;
        padding: 5px 0px 5px 0px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .out input[type="text"] {
        font-size: 12px;
        padding: 5px 0px 5px 0px;
    }
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .adults input[type="text"] {
        font-size: 11px;
        padding: 10px 4px 8px 20px;
    }
}
@media screen and (max-width: 320px) {
    .iq-scan-holder .iq-scan .formulaire .in input[type="text"],
    .iq-scan-holder .iq-scan .formulaire .out input[type="text"],
    .iq-scan-holder .iq-scan.change-design-for-mobile .formulaire .adults input[type="text"] {
        font-size: 11px;
    }
}
.caleran-container .caleran-input, 
.caleran-container-mobile .caleran-input {
    min-width: 300px !important;
}
.caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-not-in-month {
    visibility: hidden !important;
}
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-not-in-month {
    visibility: hidden !important;
}
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {
    color: #212121 !important;
}
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-weekend {
    color: #b8b8df !important;
}
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday {
    text-transform: capitalize;
}
/********************************************************************************/
.content-good-to-know {
    background-color: #eef8fd;
    padding-bottom: 50px;
}
.content-good-to-know #good_to_know {
    font-family: 'Arial', sans-serif;
    padding: 0px;
}
.content-good-to-know #good_to_know .title-block {
    font-size: 30px;
    color: #245077;
    font-weight: bold;
    margin: 30px 0px 30px 0px;
    display: block;
    width: 100%;
    clear: both;
}
.content-good-to-know #good_to_know .good_to_know_check {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #f1f1f1;
    background-color: #ffffff;
    border-radius: 15px 15px 0px 0px;
}
.content-good-to-know #good_to_know .good_to_know_check .row {
    margin: 0px;
}
.content-good-to-know #good_to_know .good_to_know_check .row .col-12 {
    padding: 0px;
}
.content-good-to-know #good_to_know .good_to_know_check .row .col-12 .check-date {
    padding: 0px 20px 0px 0px;
    font-size: 16px;
    color: #000000;
    display: inline-block;
}
.content-good-to-know #good_to_know .good_to_know_check .row .col-12 .check-date .icon-icon_date {
    color: #000000;
}
.content-good-to-know #good_to_know .good_to_know_check .row .col-12 .check-hour {
    display: inline-block;
}
.content-good-to-know #good_to_know .good_to_know_check .row .col-12 .check-hour i {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 100;
}
.content-good-to-know #good_to_know .good_to_know_check .row .col-12 .check-hour b {
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}
.content-good-to-know #good_to_know .good_to_know_block {
    margin: 0px 0px 0px 0px;
}
.content-good-to-know #good_to_know .good_to_know_block .block-infos {
    margin: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    border-bottom: 2px solid #f1f1f1;
    background-color: #ffffff;
}
.content-good-to-know #good_to_know .good_to_know_block .block-infos:last-child {
    border-bottom: none;
    border-radius: 0px 0px 15px 15px;
}
.content-good-to-know #good_to_know .good_to_know_block .block-infos .title-block {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 10px 0px;
    display: block;
    width: 100%;
    clear: both;
}
.content-good-to-know #good_to_know .good_to_know_block .block-infos .title-block::first-letter {
    text-transform: uppercase;
}
.content-good-to-know #good_to_know .good_to_know_block .block-infos .contents {
    line-height: 1.5;
}
.content-good-to-know #good_to_know .good_to_know_block .block-infos .contents p {
    margin: 0px;
    font-size: 16px;
    color: #9697A9;
}</pre></body></html>