/* STRUCTURE */
*, section .noMarg {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

*:focus {
	outline: none;
}

body, html {
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.rtl section {
    font-family: Tahoma, sans-serif;
}

.rtl:not(.centered), .rtl .select {
    direction: rtl;
    text-align: right;
}

.rtl .dirLtr {
    direction: ltr;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

i {
    font-family: 'font-awesome';
    font-style: normal;
    vertical-align: inherit;
}

.iconPad {
    padding: 4px;
}
.ltr .iconPadR {
    padding-right: 4px;
}
.rtl .iconPadR {
    padding-right: 0px;
    padding-left: 4px;
}
.ltr .iconPadL {
    padding-left: 4px;
}
.rtl .iconPadL {
    padding-left: 0px;
    padding-right: 4px;
}

body input[type="text"], body textarea, #rowPop label.cfgInput,
body input[type="text"], body textarea, #rowPopCredit label.cfgInput {
    padding: 3px 8px;
    box-sizing: border-box;
    margin: 0 0 8px;
    line-height: 1.5em;
    min-width: 180px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
}

body input[type="text"] {
    height: 35px;
}

.contnr980 {
    width: 980px;
    margin: 20px auto;
    line-height: 1.75em;
    display: table;
}

.mainContnr {
    margin-top: 60px;
}

.blockWrap {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.centered {
    text-align: center;
}

.centerTextL {
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
}

.rtl .centerTextL {
    text-align: right;
}

.vAlignM {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.padBlock {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margTop {
    margin-top: 20px;
}

.sMargTop {
    margin-top: 7px;
}

.greyBlock {
    background-color: #eff0f1;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
}

.whiteBg,
#favouritesPopup .whiteBg {
	background-color: #fff;
}

.divider {
    width: 100%;
    display: inline-block;
    height: 40px;
}

.rtl .floatR {
    float: right;
}

.rtl .floatL {
    float: left;
}

.ltr .float-left {
    float: left;
    text-align: center;
}

.rtl .float-left {
    float: right;
    text-align: center;
}

.ltr .float-right {
    float: right;
    text-align: right;
}

.rtl .leftZero {
    left: 0;
    right: inherit;
}

.rtl .alignR {
    text-align: right;
}

.rtl .alignL, .text-left {
   text-align: left;
}

.rtl .rotate180, .rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.positionAb {
    position: absolute;
}

.positionSt {
    position: static;
}

.disBlock {
    display: block;
}

.inBlock, .functionBlock .row.inBlock {
    display: inline-block;
}

.inFlex {
    display: flex;
}

.uppercase, .btn.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.clearB {
    clear: both;
}

hr {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #d4d4d4;
    border: none;
    height: 1px;
}

.fSize11 {
    font-size: 11px;
}

.fSize13 {
    font-size: 13px;
    line-height: initial;
}

.fSize14 {
    font-size: 14px;
}

.fSize18 {
    font-size: 18px;
}

/* COLUMNS */
.row,
.popupBox .row {
    display: flex;
}

[class*=col-] {
    float: left;
    position: relative;
}

.rtl [class*=col-] {
	float: right;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-2_5 {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-3_5 {
    width: 29.165%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-8_5 {
    width: 70.825%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.emptyCol {
    min-height: 1px;
}

/* HEADER */
header {
    border-top: solid #00afca 7px;
    background-color: #fff;
    display: flex;
    padding: 5px 0 10px;
}

nav {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

ul {
    list-style-type: none;
}

.main-nav ul {
    padding-top: 20px;
    float: right;
}

.main-nav li a {
    display: block;
    color: #00afca;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
}

.tagline {
    color: #df591e;
    font-size: 11px;
    display: grid;
    font-weight: 700;
}

.main-nav li a:hover {
    color: #df591e;
}

.main-logo {
    float: left;
    max-width: 200px;
    margin-top: 5px;
}

/* ELEMENTS */
.btn {
    color: #fff;
    background-color: #df591e;
    border: none;
    border-radius: 5px;
    text-align: center;
    border: none;
    text-transform: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #ff6600;
}

.btnFlat {
    float: right;
    background-color: #df591e;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 16px;
    font-weight: 700;
    text-align: center;
    border: none;
}

.btnFlat:hover {
    background-color: #ff5d00;
}

.btnFlatBig {
    background-color: #df591e;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 12px 0px;
    font-weight: 600;
    text-align: center;
    border: none;
    width: 100%;
}

.btnFlatBig:hover {
    background-color: #ff5d00;
}

.btn-head {
    padding: 6px 12px;
    margin: 3px 5px;
    font-size: 13px;
    font-weight: 700;
    min-width: 90px;
}

.btnFlatSmall {
    font-size: 12px;
    padding: 5px 13px;
    font-weight: 600;
}

.btnFlatSmall:hover {
    background-color: #c24006;
}

.btnFlatMed {
    min-width: 180px;
    padding: 6px 13px;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}

.btnGreen {
    background-color: #65b67d;
}

.btnGreen:hover {
    background-color: #55a36c;
}

.btnBlue {
    background-color: #00afca;
}

.btnBlue:hover {
    background-color: #0a829e;
}

.iconBtn {
    float: none;
    background-color: #e2e2e2;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    vertical-align: middle;
    display: inline-flex;
}

.iconBtn:after, .iconBtn:before {
    vertical-align: middle;
}

.iconBtn:hover {
    background-color: #d4d4d4;
}

.midIconBtn{
    font-size: 14px;
    line-height: 1em;
    vertical-align: middle;
}

.disabled {
    cursor: none;
    opacity: 0.4;
    pointer-events: none;
}

.disabled:hover {
    pointer-events: none;
}

.downPrice {
	float: right;
	font-size: 12px;
	color: #33cc00;
	font-style: oblique;
	text-shadow: 1px 1px 0px #fff;
	line-height: 2.9em;
}

.prixParjour {
    font-style: normal;
    font-size: 15px;
    color: #00afca;
    font-weight: 500;
}

.greyIcon {
    color: #858585;
}

a.greyIcon:hover {
    color: #000;
}

.greenIcon {
    color: #3c0;
}

.greenText {
    color: #00ba7a;
}

.redIcon, #gallery .redIcon {
    color: #e01c15;
}

.blueText {
    color: #00afca;
}

a.blueText:hover,
a:hover .blueText {
    color: #0a829e;
}

.darkblue {
    color: #104a7a;
}

a.darkblue:hover,
a:hover .darkblue {
    color: #0a829e;
}

.iconInBtn {
    font-size: 10px;
    margin: 2px;
}

.miniIcon {
    font-size: 8px;
    color: #666;
}

.orangeText {
    color: #df591e;
}

/* CATEGORY NAV */
.catNav {
    padding: 0 0 20px 0;
    display: inline-block;
    min-height: 25px;
}

.catNav .btnFlatSmall {
    float: left;
    background-color: #0a829e;
    text-transform: none;
    margin-top: 0px;
    margin-right: 8px;
}

.catNav .btnFlatSmall:hover {
    background-color: #00afca;
}

.catNav .btnFlatSmall.active {
    background-color: #104a7a;
}

/* Aside */
.ltr aside.asideR .asideMarg, .rtl aside.asideL .asideMarg {
    margin-left: 20px;
    margin-right: 0;
}

.ltr aside.asideL .asideMarg, .rtl aside.asideR .asideMarg {
    margin-right: 20px;
    margin-left: 0;
}

/* ALERTS AND ERRORS */
.error-input {
	border: 1px solid #ff0000 !important;
	color: #ff0000;
}

.alert {
    line-height: 1.4em;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: .25rem;
    font-size: 14px;
    box-sizing: border-box;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #a0c9aa;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #d09fa3;
}

body form .input-error {
    border: solid 1px #ff0000;
    outline: 0;
}

body form .input-error-text {
    color: #ff0000;
    font-size: 12px;
    font-weight: 300;
}

/* POP-UPS */
.legalNote {
    font-size: 11px;
    color: #858585;
    display: inline-block;
    line-height: 1.4em;
    margin-top: 10px;
}

.popupForm {
    max-width: 260px;
    margin: 10px auto;
}

/* Related Agency */
.dataRelat {
    padding: 0 8px;
    line-height: 1.25em;
    box-sizing: border-box;
}

.relatWrap {
    overflow: hidden;
    margin: 5px 7px 8px 7px;
    width: 168px;
	height: 130px;
    border-radius: 5px;
    border: 1px solid #bbb;
    -moz-box-shadow: 1px 1px 4px #d4d4d4;
    -webkit-box-shadow: 1px 1px 4px #d4d4d4;
    box-shadow: 1px 1px 4px #d4d4d4;
    background-color: #fff;
}

.relatImgLink {
    display: table-cell;
    width: 168px;
    vertical-align: middle;
    text-align: center;
    height: 100px;
}

.relatImg {
   	max-width: 168px;
  	max-height: 130px;
}

#relatedPropsPopup .relatImg {
    max-height: 95px;
}

#relatedPropsPopup .relatImgLink {
   display: inline;
}

.relBlockProp .relatWrap {
    height: 95px;
    max-width: 124px;
}

.relPromoBlockProp .relatWrap {
    height: 95px;
    max-width: 115px;
}

.relatTit {
    color: #104a7a;
    font-size: 14px;
    font-weight: 600;
}

.adviceListTit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #002442;
	background-color: #f7f7f7;
	padding: 5px;
	border-radius: 5px;
}

.leadPopBox .relatImgBox:hover {
	background-color: #fff;
}

.leadPopBox .btn {
	margin-top: 10px;
}

.leadPopBox .popContBtn {
	float: none;
	margin-bottom: 10px;
}

/* FOOTER */
footer {
    background-color: #555;
    display: inline-block;
    padding: 20px 0 40px;
}

footer .tagline {
    color: #fff;
}

footer .main-nav {
    padding-bottom: 10px;
}

.foot-nav {
    display: grid;
    width: 980px;
    margin: 20px auto;
}

.foot-nav ul {
    margin-top: 22px;
}

.foot-nav ul a {
    color: #fff;
    font-weight: 300;
    padding: 0 10px;
}

.ltr .foot-nav ul a{
   border-right: solid 1px #7b7878;
}

.rtl .foot-nav ul a{
   border-left: solid 1px #7b7878;
}

.foot-nav ul li:last-child a {
    border: none;
}

.socket {
    color: #bbb;
    font-size: 11px;
    border-top: solid 1px #7b7878;
    padding-top: 10px;
}

.socket a span {
    color: #bbb;
    text-transform: none;
    padding-right: 8px;
}

.socialFoot a {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background: url(https://www.mubawab-media.com/assets/desktop/layout/sprite-2019.png);
}

.socialFoot a.icon-fb {
    background-position: -2px -134px;
}

.socialFoot a.icon-tw {
    background-position: -34px -134px;
}

.socialFoot a.icon-bl {
    background-position: -66px -134px;
}

.socialFoot a.icon-yt {
    background-position: -97px -134px;
}

.socialFoot a.icon-ig {
    background-position: -129px -134px;
}

.foot-countries {
    color: #bbb;
}

.foot-countries label, .socialFoot span {
    padding: 0 7px;
}

.footSelect {
    width: 100px;
    border-radius: 3px;
    overflow: hidden;
    float: right;
    background: #d4d4d4 url(https://www.mubawab-media.com/assets/desktop/layout/sprite-2019.png) no-repeat;
    background-position: 82px -166px;;
}

.rtl .footSelect {
    background-position: -280px -985px;
}

.footSelect select {
    padding: 4px;
    border: none;
    box-shadow: none;
    background: 0 0;
    background-image: none;
    -webkit-appearance: none;
}

.footSelect select:focus {
    outline: 0;
}

/** Habillage **/
#homebannerTop {
    display: table;
    margin: 0 auto;
}
#homehabillageleft {
    width: 150px;
    height: 900px;
    position: absolute;
    left: 0;
    z-index: 100;
}
#homehabillageright {
    width: 150px;
    height: 900px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.adv-outside-right-listing,
.adv-outside-right-ad,
.adv-outside-right-map-search,
.adv-outside-right-listing-promotion {
	position: absolute;
}

/* Media Queries */
@media screen and (max-width: 1320px) {
    #homehabillageright {
    	display: none;
    }
    #homehabillageleft {
    	display: none;
    }
    #outsideBanner {
    	display: none;
    }
}

@media screen and (min-width: 1000px) {
	html {
		overflow-x: hidden;
	}
}

.fieldError {
	border-radius: 5px;
	background-color: #f1d8d8;
}

.textError {
	color: #ff0000;
	font-size: 11px;
	margin: 0;
}

/* Boxes */
#boxes {display: none;}

.tIndent7 {
    text-indent: 7px;
}

.tIndent12 {
    text-indent: 12px;
}

form[name="leadForm"] input[type="text"] {
	background: #fff;
}
