/*index*/
body{
    font-family:'Lato',sans-serif;
    font-size:16px;
	color:#000;
    line-height:26px;
    overflow-x:hidden;
}
@media(min-width:1750px){
	body{
		font-size:18px;
		line-height:30px;
	}
}
h1{
	font-size:2.75rem;
}
h2{
	font-size:2.25rem;
	font-weight:700;
	color:var(--wp--preset--color--color-1);
	line-height:2.25rem;
	text-transform:uppercase;
}
h1,h3,h4{
	color:var(--wp--preset--color--color-2);	
}
h2 span{
	font-size:1.5625rem;
	font-weight:400;
	display:block;
}
a:not([class]){
    font-weight:700;
    text-decoration:none;
    background-image:linear-gradient(var(--wp--preset--color--color-1) 100%, var(--wp--preset--color--color-1) 100%);
    background-size:0 1px;
    background-position:0 100%;
    background-repeat:no-repeat;
    transition:.5s;
}
a:not([class]):is(:hover,:active){
    color:var(--wp--preset--color--color-1);
    background-size:100% 1px;
}
.home h1{
	font-size:1.5625rem;
	color:var(--wp--preset--color--color-1);
	line-height:2.1875rem;
}
.btn-fr{
	color:#fff;
	font-size:1.25rem;
	text-transform:uppercase;
	background-color:#000;
	border-radius:50rem;
}
.btn-fr:is(:hover,:active){
	color:#fff;
	background-color:var(--wp--preset--color--color-2);
}
/*header*/
header .header-container .logo-container{
	width:150px;
	height:150px;
	padding:1.25rem;
	margin:auto;
	margin-bottom:-50px;
	background-color:#fff;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:1000;
}
/*footer*/
footer .footer-container{
	background-color:var(--wp--preset--color--color-1);
}
footer .footer-container a{
	color:#fff;
	background-image:linear-gradient(#fff 100%, #fff 100%);
}
footer .footer-container a:is(:hover,:active){
	color:#fff;
}
footer .footer-container img{
	max-width:135px;
}
footer .footer-container .column-left>div>div{
	margin-bottom:3.5rem;
}
@media(min-width:992px){
	footer .footer-container .column-left>div>div{
		margin-bottom:5rem;
	}
}
@media(min-width:1200px){
	footer .footer-container .column-left>div>div{
		margin-bottom:7.5rem;
	}
}
footer .footer-container .copyright{
	color:#fff;
}
footer .footer-container .su-gmap{
	margin:0;
}
/*front-page*/
.bienvenue-container-fluid{
	padding-top:2.5rem;
	padding-bottom:2.5rem;
}
@media(min-width:992px){
	.bienvenue-container-fluid{
		padding-top:6.25rem;
		padding-bottom:6.25rem;
	}	
}

.votre-maison-container-fluid{
	padding-top:2.5rem;
	padding-bottom:2.5rem;
}
@media(min-width:992px){
	.votre-maison-container-fluid{
		padding-top:6.25rem;
		padding-bottom:6.25rem;
	}	
}
.notre-appli-first-container-fluid{
	padding-top:1.5rem;
}
@media(min-width:992px){
	.notre-appli-first-container-fluid{
		padding-top:8.75rem;		
	}
}
.notre-appli-last-container-fluid{
	background-color:var(--wp--preset--color--color-3);
}
.notre-appli-last-container-fluid .phone-app{
	display:none;
}
@media(min-width:992px){
	.notre-appli-last-container-fluid .notre-appli-last-container{
		padding-bottom:11.5rem;
		position:relative;
	}
	.notre-appli-last-container-fluid .phone-app{
		max-height:750px;
		width:auto;
		display:block;
		position:absolute;
		right:0;
		bottom:0;
	}
}
.notre-appli-last-container-fluid .app-icon{
	max-width:250px;
	margin-top:30px;
}
@media(min-width:992px){
	.notre-appli-last-container-fluid .app-icon{
		margin-top:-45px;
	}
}
.notre-appli-last-container-fluid .compatibility{
	font-size:1rem;
	text-transform:uppercase;
}
.notre-appli-last-container-fluid .icon-compatibility{
	font-size:2rem;
	font-weight:700;
}