<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row &gt; *
{
	display : block!important;
	width : initial!important;
	padding : initial!important;
}


#menu .burger
{
	display: block;
}
#menu .burger
{
	z-index : 2;
	position : fixed;
	bottom : 50px;
	right : 10px;
	width : 60px;
	height : 60px;
	margin : 0;
	cursor : pointer;

	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(14, 128, 139, 0.25);
	border-radius: 30px;
	text-align: left;
}
#menu .burger &gt; div
{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 15px;
}
#menu .burger .icon-left
{
	position : absolute;
	top : 15px;
	width : 15px;
	height : 2px;
	background-color : #151B1D;
	transition-duration : 0.5s;
}
#menu .burger .icon-left:before
{
	content : "";
	position : absolute;
	top : -10px;
	width : 15px;
	height : 2px;
	background-color : #151B1D;
	transition-duration : 0.5s;
}
#menu .burger .icon-left:after
{
	content : "";
	position : absolute;
	top : 10px;
	width : 15px;
	height : 2px;
	background-color : #151B1D;
	transition-duration : 0.5s;
}
#menu .burger .icon-right
{
	position : absolute;
	top : 15px;
	left : 15px;
	width : 15px;
	height : 2px;
	background-color : #151B1D;
	transition-duration : 0.5s;
}
#menu .burger .icon-right:before
{
	content : "";
	position : absolute;
	top : -10px;
	width : 8px;
	height : 2px;
	background-color : #151B1D;
	transition-duration : 0.5s;
}
#menu .burger .icon-right:after
{
	content : "";
	position : absolute;
	top : 10px;
	width : 0px;
	height : 2px;
	background-color : #151B1D;
	transition-duration : 0.5s;
}
body.nav-open #menu .burger .icon-left
{
	background : transparent;
	transition-duration : 0.5s;
}
body.nav-open #menu .burger .icon-left:before
{
	background-color : #151B1D;
	transform : rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
body.nav-open #menu .burger .icon-left:after
{
	background-color : #151B1D;
	transform : rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
body.nav-open #menu .burger .icon-right
{
	background : transparent;
	transition-duration : 0.5s;
}
body.nav-open #menu .burger .icon-right:before
{
	width: 15px;
	background-color : #151B1D;
	transform : rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
body.nav-open #menu .burger .icon-right:after
{
	width: 15px;
	background-color : #151B1D;
	transform : rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

#page-agence #menu &gt; .recherche
{
	display: block;
}
#menu span.recherche
{
	z-index : 2;
	position : fixed;
	bottom : 120px;
	right : 10px;
	width : 60px;
	height : 60px;
	margin : 0;
	cursor : pointer;

	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(14, 128, 139, 0.25);
	border-radius: 30px;
	text-align: left;
}
#menu span.recherche &gt; i
{
	font-size: 30px;
    padding: 15px;
    color: #000;
}


#menu &gt; ul
{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	border-radius : 0 !important;
	background-color : #FFF;
	transition : ease-in-out 300ms opacity,ease-in-out 300ms padding,ease-in-out 300ms height;
}	
#menu &gt; ul .fa-home-lg:before
{
	content : "Accueil";

	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #151B1D;
}
body.nav-close #menu &gt; ul
{
	height : 0%;
	padding : 0;
	overflow : hidden;
	opacity : 0;
}	
body.nav-open #menu &gt; ul
{
	height : 100%;
	padding : 40px 40px 0;
	overflow : auto;
	opacity : 1;
}	
#menu &gt; ul &gt; li
{
	display : block;
	border-bottom : 1px solid #BABDBE40;
	text-align : left;
	height: initial;
}	
#menu &gt; ul &gt; li:first-child &gt; a,
#menu &gt; ul &gt; li &gt; a
{
	display : block;
	padding : 20px 10px;
	font-size : 20px;
	color: #151B1D;
}	
/*#menu &gt; ul &gt; li &gt; ul,
#menu &gt; ul &gt; li &gt; a &gt; .fa-angle-down
{
	display : none;
}	
#menu &gt; ul &gt; li.sous-menu &gt; a
{
	padding : 20px 10px;
}*/
	
footer &gt; div &gt; div #infos_site,
footer &gt; div &gt; div #infos_complementaires
{
	display : block;
	position : relative;
	right : inherit;
	left : inherit;
	padding : 5px;
	text-align : center;
}

iframe
{
	width : 100%;
}

/*#content img
{
	height : initial!important;
	max-width : 100%;
}*/</pre></body></html>