/*
 * (C)opyright Solocal Group 2016-2017
 *
 * This is Solocal Group proprietary source code.
 * Any reproduction modification or use without prior written
 * approval from Solocal Group is strictly forbidden.
 *
 */
@import 'design.css';           /* From BaseR0XX */
/*********************************/
/*R012*/
/*********************************/

/*********************************/
/*Footer*/
/*********************************/
.bottom-footer.page-size {
    padding: 0px 200px;;
}


/*********************************/
/*Legal notice*/
/*********************************/
.component.legal_notice .field-list {
    list-style: none; 
    padding-left: 0;
}

.component.legal_notice .field-label,
.component.legal_notice.advertiser_view .introduction-text,
.component.legal_notice.host_view .introduction-text {
    font-weight: bold;
}

.component.legal_notice .introduction-text,
.component.legal_notice .field-list {
    margin: 0;
}
.component.legal_notice .info-block {
    margin-bottom: 15px;
    margin-top: 10px;
}

.component.legal_notice.advertiser_view,
.component.legal_notice.host_view {
    margin: 20px 0;
}

/*********************************/
/*Privacy page*/
/*********************************/
.component.privacy_policy .privacy-policy-section {
    margin-top: 35px
}
.component.privacy_policy .privacy-policy-section .privacy-policy-subsection {
    margin-top: 35px
}
/*bouton more infos------------------------------
*/

main .component.vertical_layout.default_view.color .more-info{
	background: #00103F;
	color: #FFFFFF;
}
main .component.vertical_layout.default_view.color .more-info:hover{
	background:#E9E9E9;
	color:#000000;
	border:1px solid #00103F;
	text-decoration:none !important;
}
 .more-info, footer .more-info, .resa-cont-slider .contact-link, .resa-cont-slider .component.booking .booking-button{
	
    background: #E9E9E9;
    clear: both;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-size: cover;
    color: #000000;
    text-align: center;
    text-decoration: none;
    margin: 30px 0px 0px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 100;
	border:1px solid white;
	text-transform: uppercase;
}
footer .more-info{
	float:none;
	margin:20px;
}
.resa-cont-slider .contact-link, .resa-cont-slider .component.booking .booking-button{
	float:none;
	width: 15%;
	margin: auto 42.5%;
}
 .resa-cont-slider .contact-link:hover, .resa-cont-slider .component.booking .booking-button:hover{
	background:#00103F;
	color:#FFFFFF;
	border:1px solid #E9E9E9;
	text-decoration:none !important;
}
 .button a.more-info {
    width: 133px;
	margin:10px auto;
}
@media screen and (max-width: 768px) {
.resa-cont-slider .contact-link, .resa-cont-slider .component.booking .booking-button {
    float: none;
    width: 50%;
    margin: auto 25%;
}}
@media screen and (max-width: 480px) {
.resa-cont-slider .contact-link, .resa-cont-slider .component.booking .booking-button {
    float: none;
    width: 100%;
    margin: auto 0%;
}
.more-info {
    float: none;

}

}