





.homepage > .container{ 
    width: 100%;
    /*padding: 0;*/
    max-width: none;
}
.homepage .no-gutter {
    width: 100%;
}

.homepage .no-gutter .widget-wrapper {
    width: 85%;
}

.homepage .no-gutter .widget-wrapper.wt1img{
    width: 100%;
}
.homepage .no-gutter .widget-wrapper.wt1img .one-col{
    padding: 0;
    margin: 0 -30px;
    width: calc(100% + 60px);
}

.homepage .no-gutter .widget-wrapper.wt3imgtop-3tbbot{
    padding: 0;
    margin: 0 -15px 30px;
    width: calc(100% + 30px);
}

.homepage .no-gutter .widget-wrapper.wt3imgtop-3tbbot .image-content {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: none;    
}


.brandLogo-blackbg-wrapper {
    height: auto;
    width: 250px;
    padding: 20px 0;
    z-index: 1;
    display: inline-block;
    margin-left: 100px;
}
.brandLogo-blackbg-wrapper  .logoLouvreHotelsGroup {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    float: right;
    margin-top: 5px;
    width: 178px;
}

.brandLogo-blackbg-wrapper  ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	display: -moz-inline-stack;
	display: inline-block !important;
	vertical-align: middle !important;
	zoom: 1;
	text-align: center;
}

.brandLogo-blackbg-wrapper  ul li {
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: middle !important;
    zoom: 1;
    margin: 0 15px;
}

.brandLogo-blackbg-wrapper  ul li a {
	text-decoration: none;
}

.brandLogo-blackbg-wrapper  ul li a img {
	height: auto;
	width: 100%;
}

#brandLogoUlList {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.imageDescriptionbot3 .text-content {
    text-align: center;
}

.imageDescriptionbot3 .text-content .btn {
    float: none;
}

a.btn.btn-primary.linkbutton {
    float: none;
}

.btn.linkbutton {
    margin-top: 0 !important;
}

.wt1tb .text-content {
    text-align: center;
}

.wt1tb .text-content h1, .wt1tb .text-content h2 {
    display: inline-block;
    position: relative;
}
.wt1tb .text-content h1:after, .wt1tb .text-content h2:after {
    content: '';
    height: 1px;
    background: linear-gradient(to left,rgba(1,80,157,.1),rgba(1,80,157,.75),#0e93ce,rgba(1,80,157,.75),rgba(1,80,157,.1));
    display: block;
    transition: all .5s ease-in-out;
    margin: 10px auto;
    width: 70%;
}

