

.site-title img {
	
}

.form-landing {
	padding:10px;
}

h1.site-title:before {
	content:"";
	
	height:110px;
	border-radius:100px;
	background:url('/wp-content/uploads/2019/12/La-Justice-375x195.jpg') no-repeat;
	background-size:100% 100%; 
	display:inline-block;
	vertical-align: text-top;	
	/*  margin-right: 20px;	*/
	/*  width:110px;  	*/	
}


.btn-landing , #btn-desabonnement , #btn-contact {
	background-color: #cf4d35;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius:5px;
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.div-btn {
	text-align:center;
}

.checkbox-cgu input {
	margin-top:5px;
}
	

.checkbox-offre input {
	margin-top:3px;
}
	
	
.btn-landing:hover , #btn-desabonnement:hover , #btn-contact:hover {
	background-color: #ffffff;
	color:#cf4d35;
	border:1px solid #cf4d35;
	
}

.a-logo {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;

}


.a-logo img {
	height: 115px; 	
}

@media only screen and (max-width: 1023px) {
	.a-logo {
		margin-right: 5px;
		margin-left: 10px;
	}
	.a-logo img {
		width: 45px;		
		height: 45px; 		
		max-width: initial !important;
		max-height: initial !important;		
		
	}
	
	.main-header .site-title, .main-header .site-title a {
		font-size: 36px!important;
	}
}




#sticky_header {
	display:none;
}


#form-desabonnement .g-recaptcha {
		margin-top:15px;
}