/*
 * (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.
 *
 */

/*********************************/
/*G009*/
/*********************************/

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


/*********************************/
/*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------------------------------
*/
 .more-info{
	
    background: #50276B;
    border-radius: 2px;
    clear: both;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-size: cover;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: 20px 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: bold;
	float:right;

}
 .more-info:hover{
	background: #7A578F;
	text-decoration:none;
	color:white;
}
 .button a.more-info {
    width: 133px;
	margin:10px auto;
}