<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	padding-top: 165px;
	}
@media screen and (max-width: 717px) {
body {
	padding-top:0px;
	}
 }
/*Barre menu + logo*/



.menu-2-lignes-avec-recherche {
    position: fixed;
	top: 0px;
	width: 100%;
	height: 165px;
	/*transition: height 250ms;*/
	z-index: 1000;
	background-color: rgba(255, 255, 255, 1);
	}
.menu-2-lignes-avec-recherche::after {
	content: '';
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 0px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
	background-color:transparent;
	z-index: 500;
	}

.menu-2-lignes-avec-recherche .centre{
    max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	}
.menu-2-lignes-avec-recherche .barre {
	height: 120px;
	background-color: rgba(246, 246, 246, 1);
	}

.menu-2-lignes-avec-recherche  #logo{
	display: block;
    width: 165px;
    height: 67px;
    float: left;
    margin: 20px 0 0 0;
    transition: all 250ms;
	background: url(/images/logo.png) no-repeat;
	background-size:cover;
	}


/*recherche*/
.menu-2-lignes-avec-recherche .recherche {
	position: absolute;
	top: 34px;
	margin-left: -220px;
	left: 50%;
	width: 440px;
	border: 3px solid #e6e7e8;
	border-radius: 4px;
	padding: 0 0 0 0;
	box-sizing:border-box;
	transition: all 250ms;
	}

.menu-2-lignes-avec-recherche .recherche li input[type=text] {
	margin: 0 0 0 0;
	border: none;
	height: 45px;

	}
.menu-2-lignes-avec-recherche .recherche li input[type=submit] {
	margin: 0 0 0 0;
	border-radius: 0px;
	border:none;
	width: 45px;
	height: 45px;
	padding: 0 0 0 0;
	color: transparent;
	background:url(/images/loupe.png) #FFF no-repeat center center;
	}
.menu-2-lignes-avec-recherche .recherche li:first-child{
	float: left;
	width: calc(100% - 45px);
	}
.menu-2-lignes-avec-recherche .recherche li:last-child{
	float:right;
	width: 45px;
	}
@media screen and (max-width: 1024px) {
.menu-2-lignes-avec-recherche .recherche {
	margin-left: -220px;
	width: 340px;
	}
 }
@media screen and (max-width: 900px) {
.menu-2-lignes-avec-recherche .recherche {
	margin-left: -170px;
	width: 240px;

	} }
/*Contact*/
header .contact {
	float: right;
	margin-top: 10px;
	}
header .contact li:first-child{
	text-transform: uppercase;
	color: #ee7d00;
	border-bottom: 1px solid #ee7d00;
	padding-left: 7px;
	font-size: 1.28em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-bottom: 3px;
	}
header .contact li:nth-of-type(2), header .contact li:nth-of-type(3), header .contact li:nth-of-type(3) a{
	color: #575756;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	}
header .contact li:nth-of-type(2) span.leger, header .contact li:nth-of-type(3) span.leger {
	font-weight: 400;
	}
header .contact li i{
	color: #ee7d00;
	vertical-align:middle;
	font-size: 18px;
	margin-right: 5px;
	}
header .contact li:nth-of-type(3) i{
	color: transparent;

	}
header .contact li:first-child {
	margin-bottom: 8px;
	padding: 0 20px 0 0;
	text-align:left;
	}
header .contact li:nth-of-type(2)  {
	margin-bottom: 1px;
	}
/*menu*/
.menu-2-lignes-avec-recherche  #togglemenu {
	background-color: #575756;
	}

.menu-2-lignes-avec-recherche  #togglemenu ul.nav{
	display: none;
	transition: all 250ms;
	text-align:center;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li {
	display: inline-block;
	height: 45px;
	transition: all 250ms;
	}

.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li &gt; a{
	position: relative;
	display:block;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 1.07em;
	padding: 0 20px 0 19px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	text-decoration:none;
	transition: all 250ms;
	margin: 0 1.5px;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li &gt; a::after{
	content: '';
	width: 1px;
	height: 24px;
	background-color: #ee7d00;
	position:absolute;
	top: 50%;
	margin-top: -12px;
	right: -2px;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li:last-child &gt; a::after{
	display: none;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li &gt; a:hover, .menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li &gt; a.on{
	background-color: #ee7d00;
	}

/*menu scroll*/

.menu-2-lignes-avec-recherche.scrolled #logo{
    width: 120px;
    height: 48.72px;
    float: left;
    margin: 20px 0 0 0;
	}
.menu-2-lignes-avec-recherche.scrolled, .menu-2-lignes-avec-recherche.scrolled .barre  {
	height: 88px;
	}
.menu-2-lignes-avec-recherche.scrolled .contact li:first-child, .menu-2-lignes-avec-recherche.scrolled .contact li:nth-of-type(2), .menu-2-lignes-avec-recherche.scrolled .contact li:nth-of-type(3) {
	display: none;
	}
.menu-2-lignes-avec-recherche.scrolled .contact li:last-child {
	width: 181px;
	height: 43px;
	line-height: 43px;
	vertical-align:middle;
	border: 1px solid #ee7d00;
	padding-left: 6px;
	color: #ee7d00;
	font-size: 1.1em;
	margin-top: 13px;
	}
.menu-2-lignes-avec-recherche.scrolled .contact li:last-child a{
	color: #ee7d00;
	}
.menu-2-lignes-avec-recherche.scrolled .contact li:nth-of-type(2) span{
	display: none;
	}
.menu-2-lignes-avec-recherche.scrolled #togglemenu .toggleMenu {
	position: absolute;
	top: -85px;
	right: 195px;
	width: 43px;
	height: 43px;
	border: 1px solid #a7a9ac;
	display:block;
	}
.menu-2-lignes-avec-recherche.scrolled .recherche {
	top: 23px;
	}
.menu-2-lignes-avec-recherche.scrolled .recherche li input[type=text] {
	height: 37px;

	}
.menu-2-lignes-avec-recherche.scrolled .recherche li input[type=submit] {
	height: 37px;
	}


@media screen and (max-width: 1024px) {
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li &gt; a{
	padding: 0 10px;
	font-size: 0.93em;
	}
 }






/*fond gris*/

#fond_gris {
	display: none;
	}
/*li.hover #fond_gris {*/
#fond_gris {
	/*display: block;*/
	position: fixed;
    left: 0;
    top: 120px;
    z-index: 50;
    background-color: rgba(65,64,66,0.4);
    width: 100%;
    height: 100%;
    overflow: auto;
	}
.scrolled li.hover #fond_gris {
	top: 50px;
	}


/*ss menu*/



#togglemenu ul.nav &gt; li &gt; ul {
    position: absolute;
    left: -9999px;
}

.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li.hover &gt; ul.ssmenu{
    left: 0px;
	display: block;
	background-color: #f1f2f2;
	z-index:1000;
	width:100%;
	border: 2px solid #ee7d00;
	text-align: center;
	}

ul.ssmenu li {
	display: inline-block;
	vertical-align:text-top;
	width: 270px;
	padding: 40px 0;
	text-align:center;
	margin: 0 5px;
	}
ul.ssmenu li.liens {
	max-width: 290px;

	}
ul.ssmenu li.liens a{
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #292728;
	font-size: 1.14em;
	display: block;
	line-height: 32px;
	vertical-align:middle;
	text-align:left;
	background:url(/images/puce_ssmenu.png) no-repeat center left;
	padding-left: 25px;
	}
ul.ssmenu li.catalogue{
	width: 307px;
	}
ul.ssmenu li.catalogue a{
	position:relative;
	display:block;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 260px;
	text-align: left;
	}
ul.ssmenu.m1 li.catalogue a{
	background: url("/images/photo_engazonneuse.jpg") no-repeat;
	}
ul.ssmenu.m2 li.catalogue a{
	background: url("/images/photo-nacelle.jpg") no-repeat;
	}
ul.ssmenu li.catalogue a span{
	position:absolute;
	display:block;
	height: 81px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 1.43em;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	padding: 15px 45px 0 20px;
	background:url(/images/fleche_ssmenu_span.png)  rgba(238, 125, 0, 0.8) no-repeat 93% center;
	}
ul.ssmenu li.materiel {
	width: 181px;
	}
ul.ssmenu li.materiel a{
	position:relative;
	display:block;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 260px;
	text-align: left;
	border: 1px solid #dbdcdd;
	}
ul.ssmenu li.materiel a span{
	position:absolute;
	display:block;
	height: 81px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: #231f20;
	font-size: 1em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	padding: 15px 20px 0 20px;
	background-color: #f5f6f6;
	}

ul.ssmenu li a.mobile{
	display: none;
	}



@media screen and (max-width: 1024px) {
ul.ssmenu li:nth-of-type(4) {
	display: none;

	}
 }
@media screen and (max-width: 830px) {
ul.ssmenu li:nth-of-type(3) {
	display: none;

	}
 }




/*****************Version hamburger*******************/
.menu-2-lignes-avec-recherche  #togglemenu .toggleMenu {
	width: 20px;
	height: 14px;
	background:url(/images/hamburger.png) no-repeat center center; 
	float: right;
	margin: 20px 10px 0 0;
	}


@media screen and (max-width: 777px) {
body {
	padding-top: 0px;
	}
.menu-2-lignes-avec-recherche {
    position: relative;
    top: inherit;

}

/*on remprend le scroll*/
.menu-2-lignes-avec-recherche #logo{
    width: 120px;
    height: 48.72px;
    float: left;
    margin: 20px 0 0 0;
	}
.menu-2-lignes-avec-recherche, .menu-2-lignes-avec-recherche .barre  {
	height: 88px;
	}
.menu-2-lignes-avec-recherche .contact li:first-child, .menu-2-lignes-avec-recherche .contact li:nth-of-type(2), .menu-2-lignes-avec-recherche .contact li:nth-of-type(3) {
	display: none;
	}
.menu-2-lignes-avec-recherche .contact li:last-child {
	width: 181px;
	height: 43px;
	line-height: 43px;
	vertical-align:middle;
	border: 1px solid #ee7d00;
	padding-left: 6px;
	color: #ee7d00;
	font-size: 1.1em;
	margin-top: 13px;
	}
.menu-2-lignes-avec-recherche .contact li:last-child a{
	color: #ee7d00;
	}
.menu-2-lignes-avec-recherche .contact li:nth-of-type(2) span{
	display: none;
	}
.menu-2-lignes-avec-recherche #togglemenu .toggleMenu {
	position: absolute;
	top: -85px;
	right: 195px;
	width: 43px;
	height: 43px;
	border: 1px solid #a7a9ac;
	display:block;
	}
.menu-2-lignes-avec-recherche .recherche {
	top: 23px;
	}
.menu-2-lignes-avec-recherche .recherche li input[type=text] {
	height: 37px;

	}
.menu-2-lignes-avec-recherche .recherche li input[type=submit] {
	height: 37px;
	}

/*on change le design du menu*/



.menu-2-lignes-avec-recherche  #togglemenu ul.nav {
	position:absolute;
	width: 280px;
	background-color: #e6e7e8;
	right: 0;
	top: 0px;
	transition: none;
	}


.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li {
	display: block;
	border-bottom: 1px solid #fff;
	border-right: none;
	height: auto;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li:after {
	display: none;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li:last-child{
	border-bottom: none;
	}

.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li a{
	color:#373737;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	display:block;
	/*white-space:nowrap;*/
	line-height:inherit;
	height:inherit;
	padding: 10px 25px;
	margin: 0 0 0 0;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li a:after{
	display: none;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li a.on{
	color: #fff;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li a.on:hover{
	background-color: inherit;
	color: #218dcd;
	cursor:default;
	}
.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li a:hover, .menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li a:hover b{
	background-color: #e6872a;
	color: #fff;
	}





/*ssmenu mission*/
/*#togglemenu ul.nav &gt; li:hover &gt; ul  {
	position: relative;
	left: inherit;
	}*/
ul.ssmenu li {
	display: block;
	vertical-align: inherit;
	width: 100%;
	padding: 0 0;
	}
ul.ssmenu li.liens {
	max-width: inherit;
	margin: 0 0 0 0;
	}
ul.ssmenu li.liens a{
	background: none;
	}

.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li.hover &gt; ul.ssmenu{
    left: 0px;
	display: block;
	background-color: #fff;
	z-index:1000;
	width:100%;
	border: none;
	text-align: left;
	}

.menu-2-lignes-avec-recherche  #togglemenu ul.nav &gt; li.hover &gt; ul.ssmenu{
	position:relative;
	}
ul.ssmenu li.catalogue, ul.ssmenu li.materiel {
	display: none;
	}
ul.ssmenu li a.mobile{
	display: block;
	}

}

@media screen and (max-width:680px) {
.menu-2-lignes-avec-recherche  .recherche {
	display: none;
	}

}



@media screen and (max-width:500px) {
.menu-2-lignes-avec-recherche  #togglemenu ul.nav {
	width: 100%;
	}

}
@media screen and (max-width:420px) {
.menu-2-lignes-avec-recherche  .contact {
	display: none;
	}
.menu-2-lignes-avec-recherche #togglemenu .toggleMenu, .menu-2-lignes-avec-recherche.scrolled #togglemenu .toggleMenu {
	right: 0px;
	}
}



</pre></body></html>