<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	height: 100%;
	min-height: 100%;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
}

object,
embed { 
	outline: 0;
}

input::-moz-focus-inner { 
	border: 0; 
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.table {
	display: table;
	width: 100%;
	height: inherit;
	text-align: center;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-container {
	max-width: 960px;
	margin-left: auto;
    margin-right: auto;
}
.selecter .selecter-selected{
	text-align:left;

}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.none-padding{
	padding:0;
	text-align:right;
}



body {
	font-family: 'Roboto';
	font-size: 1.6rem;
}

hr{
	width: 100%;
	margin: 0 auto;
	border: none;
	background-color:#adadad;
	color:#adadad;
	height: 2px;

}

/* Header */
#header {
	padding: 20px 0;
}

#header &gt; .grid-container {
    overflow:hidden;
}


/* Logo */
#logo {
	color: #d4d4d2;
	font-size: 28px;
	font-weight: 100;
	float:left;
}


#header span.titleLogo{
	float: left;
	color: #d4d4d2;
	font-size: 28px;
	font-weight: 100;
	display: block;
	width: 300px;
	text-align: center;
	margin-top: 30px;
}

#logo img {
	margin-right: 20px;
}
/* Page Title */
#pageTitle {
 
}
#pageTitle .banner{
	background: url('../img/pageTitle.jpg') center top no-repeat;
	background-size: cover;
	padding-top: 114px;
}
#pageTitle h1 {
	float: left;
	position: relative;
	margin-left: 30px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #08a12d;
	font-weight: bold;
	font-size:1.7em;
}

#pageTitle ul.translation{
	position: absolute;
	list-style: none outside none;
	margin-top: 47px;
}

#pageTitle ul.translation li{
    float: left;
    margin-left: 10px;
    border-right: 1px solid #5f9900;
	margin-right: 10px;
	padding-right: 10px;

}

#pageTitle ul.translation li:last-child{
	border:none;
	margin-left:0;

}
#pageTitle ul.translation li a{
	color: #5f9900;

}
/*

#pageTitle h2{
	float: left;
	position: relative;
	margin-left: 30px;
	color: #08a12d;
	font-weight: bold;
	font-style: italic;
	margin-top: 25px;
}
h2{
	margin: 1.65em 0;

}
*/
#pageTitle h1:before {
	background-color: #ef7f02;
	position: absolute;
	width: 30px;
	height: 140px;
	content: '';
	top: -50px;
	left: -30px;
	z-index: 1;
}
#pageTitle ul.menu {
	display: flex;
    justify-content: center;
    list-style: none outside none;
    margin-bottom: 0;
}

#pageTitle ul.menu li {
	background: none repeat scroll 0 0 #d0b580;
    float: left;
    margin-left: 10px;
    padding: 5px 10px;
    text-align: center;
	-webkit-transition: all 0.25 ease;
	-khtml-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25s ease;
}
#pageTitle ul.menu li a {
	color: #fff;
	-webkit-transition: all 0.25 ease;
	-khtml-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25s ease;
}
#pageTitle ul.menu li:hover{
	background-color: #4a4a4a;
}
#pageTitle ul.menu li a:hover{
	color:#fff;
	background-color: #4a4a4a;
} 
#pageTitle  ul.menu li.active{
	background-color: #4a4a4a;
}

#pageTitle .imgTitle{
	margin-top: 20px;
	float: left;
	margin-left: 0;
}
#pageTitle .invest_imgTitle{
	margin-top: 20px;
	float: left;
}
#pageTitle &gt; .nav-container{
	height:100%;
	position:relative;
	text-align:center;
	width:100%;
}
/* Slide Banner */
#slideBanner {}
#slideBanner .item-wrapper {
	position: relative;
	-webkit-transition: all 0.25 ease;
	-khtml-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25s ease;
}
#slideBanner .item-caption {
	background: rgba(255, 255, 255, 0.95); 
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	width: 320px;
	height: 100%;
	font-size: 12px;
	padding: 30px;
}
#slideBanner ul.slide-menu{
	right: 0;
	bottom: 0;
	list-style: none outside none;
	position: absolute;
	margin-bottom: 0;

}
#slideBanner ul.slide-menu li {
	background: none repeat scroll 0 0 #d0b580;
    float: left;
    padding: 5px 20px;
    text-align: center;
	color: #fff;
}

/* Main */
#main {
	color: #2e3440;
}
#main h3 {
	text-transform: uppercase;
	color: #ef7f02;
	font-weight: bold;
}

#main h3 {
	text-transform: uppercase;
	color: #ef7f02;
	font-weight: bold;
}

#main .row,
.form-submit {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}
#main .row {
	padding: 0 20px;
}
.form-submit {
	margin-top: 2rem;
	text-align: center;
}

#main .row .grid-20 p:first-child {
	text-transform: uppercase;
	
}



#main .row.row-heading {
	background-color: #2e3440 !important;
	padding: 5px 10px;
}
#main .row .column{
	height:40px;

}
#main .row:nth-child(even) {
	background-color: #e8e8e8;
}
#main .row:nth-child(odd) {
	background-color: #fff;
}
#main .table-title { margin-right:10px;}
#main .table-title p {
	text-transform: uppercase;
	color: #fff;
	text-align: right;
}

#main .row-title {
	position: absolute;
	left: 20px;
	top: 20px;
}
#main .row-title p {
	margin: 0;
	text-transform: uppercase;
}
#main .row-field-container {
	width: 100%;
	display: inline-block;
	padding: 20px 0;
}
#main .row-field-container .row-field .row-field-wrapper {
	float: right;
	width:100%;
}
#main .row-field-wrapper .grid-50 label{
	text-align: right;
}
#main .row-field-container .row-field {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#main .row-field-container .row-field:last-child {
	margin-bottom: 0;
}
#main .row-field-container .row-field input {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100px;
}
#main .row-field-container .row-field label {
	/*margin-right: 10px;*/
}
#main .row-field-container .row-field div.selecter {
	max-width: none;
	width: 100px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
#main .row-field-container .row-field div.selecter .selecter-selected {
	background-color: #fff;
	border-radius: 0;
	padding: 5px 10px;
}
.form-submit button {
	-webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    background: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2e3440;
    cursor: pointer;
    display: block;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42857;
    margin: 0 auto 1.5rem;
    max-width: 250px;
    padding: 1rem 2.3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #ed1c24;
}

.form-submit button:hover{
    background-color: #de1219;   
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#main .space-field{
	text-align:left;
	margin-bottom:10px;
	padding: 0;
}
.remodal-confirm, .remodal-cancel{
	width:43px;
	float:right;
}

#info span.percent{
	position:absolute;
	top: 4px;
	left:40px;
}

#info-invest{
	padding:30px 10px;
	display: inline-block;
	width: 100%;
	background-color: #fff;
}

#info-invest .table-title p{
	text-align:left;
}
#invesment .row-heading{
	margin-top:30px;

}
#info-invest .row-field-container .row-field input {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 95px;
}
#info-invest span.percent{
	position:absolute;
	top: 4px;
	left:75px;
}
#info-invest .row-field-container .row-field input[type="text"]:disabled{
	background-color:#fff;

}
#info-invest .row-field-container .row-field div.selecter .selecter-selected{
	width:background-color: #fff;
	border-radius: 0;
	padding: 5px 10px;
	width: 100%;
}
#info-invest .row-content{
	background-color:#f3f3f3;
}
#info-invest .space-field span.help{
	margin: 20px 0 0 72px;
	color: #fff;
	background-color: #acacaa;
	padding: 5px 15px;
	font-size: 1.5em;
	border-radius: 50%;
	-webkit-transition: all 0.25 ease;
	-khtml-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25s ease;
}
#info-invest .space-field span.help a{
	color:#fff;
	cursor:pointer;
	-webkit-transition: all 0.25 ease;
	-khtml-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25s ease;
}
#info-invest .space-field span.help:hover{
	background-color:#5f9900;
	cursor:pointer;
}
#info-invest .space-field span.help a:hover{
	color:#fff;
	cursor:pointer;
	background-color:#5f9900;
}


#info {
	display: inline-block;
	width: 100%;
	background-color: #eeece0;
	padding: 30px 30px 0;
}

#info .grid-20 p, #info .grid-40 p{
    padding: 20px 0;
    font-family: "Roboto Condensed";
    font-weight: 300;
}

#result{
	display: inline-block;
	width: 100%;
	background-color: #eeece0;
	padding: 0 30px 30px;
}


#result .table-title p {
	text-align:center;
}
#result .row-field-container .row-field .row-field-wrapper{
	float:left;
	width: 100%;
} 
#main .row .colomm-first-title,
#main .row .colomm-first,
#main .row .colomn-middle,
#main .row .colomn-last {
	float: left;
	text-align:center;
}


#result .row .colomm-first-title{
	width:40%;
	text-align:left !important;
}
#result .row .colomm-first{
	width:20%;
}
#result .row .colomn-middle{
	width:20%;
}
#result .row .colomn-last{
	width:20%;
	
}
#result .row .colomn-last input{
	color:#5f9900;
}
#result .row .error-null{
	font-size:16px;
	color:red;

}

#all_result {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 30px 30px 0;

}
#all_result &gt; .grid-container{
	border:1px solid #adadad;
	width:790px;
	position:relative;
	
}
#all_result  .row{
	background-color:#fff !important;
}

#all_result span.title{
	font-size:14px;
	font-weight:bold;
	color:#6a6a6a;
}
#all_result span.value{
	font-size:1.6em;
	font-weight:bold;
	color:#5f9900;

}
#all_result input#allResultFilmCost{
	font-size:1.6em;
	font-weight:bold; 
	color:#5f9900;
	border: none;
	width: 100px;
	padding-left: 20px;
}
#all_result input#allResultWrappingTime{
	font-size:1.6em;
	font-weight:bold;
	color:#5f9900;
	border: none;
	width: 100px;
	padding-left: 20px;
}
#all_result input#allResultTotalCost{
	font-size:1.6em;
	font-weight:bold;
	color:#5f9900;
	border: none;
	width: 100px;
	padding-left: 20px;
}
#all_result #total{
	margin-top: 30px;
}
.lineAfter{
	width: 100px;
	padding-bottom: 75px;
	position: absolute;
	top: 20px;
	left: 345px;
	border: 0;
	background: url(../img/accolade.png) no-repeat left top;

}
.lineBefore{
	width: 100px;
	position: absolute;
	top: 31px;
	left: 293px;
	border: 0;

}


#all_result .grid-container .lineAfter  + .grid-50 .grid-65{
	float:right;
	text-align:left;
}
#all_result .grid-container .grid-50:last-child .grid-65{
	float:right;
	text-align:left;
}


#footer &gt; .grid-container{
	max-width:960px;
	padding: 0 30px;
	margin-bottom: 50px;
}
#footer .title{
	padding:0;

}
#footer .title p{
	background: #acacaa;
	padding: 20px;
	color: #fff;
	margin:0;
}
#footer .mail{
	background-color: #f3f3f3;
	padding: 16px;
	margin: 0;
}
#footer .mail p{
	margin:0;
	color:#6b6b6b;
}
#footer .mail input{
	border: 1px solid #ccc;
	padding: 5px;
}
#footer .mail button{
	padding: 5px;
	background: #e7e7e7;
	border: 1px solid #c4c4c4;
	text-transform: uppercase;
	font-weight: bold;
	color: #5f9900;

}
#footer .mail button:before{
	border: 0px solid #c4c4c4;
}
#footer .mail input:after{
	border: 0px solid #c4c4c4;
}
#footer .note p {
	text-align: center;
	color: #6b6b6b;
}

/* points d'interrogation avec infos au survol */

.grid-100 {
	position: relative;
}

#CTA p {
	display: block;
	width: 284px;
	float: left;
	background-color: #ed1c24;
	margin-top: 30px;
}

#CTA p + p {
	margin-left: 24px;
}

#CTA p + p + p {
	margin-left: 0;
	float: right;
}

#CTA a {
	display: block;
	color: #fff;
	text-decoration: none;
	border: solid 1px #ed1c24;
	background: url(../img/dealer.png) no-repeat 15px center;
	padding: 20px 0 20px 60px;
	font-weight: bold;
}

#CTA a:hover {
	background-image: url(../img/dealer_hvr.png);
	color: #ed1c24;
}

#CTA p:hover {
	background-color: #fff;
}

#CTA p + p a {
	background-image: url(../img/brochure.png);
}

#CTA p + p a:hover {
	background-image: url(../img/brochure_hvr.png);
}

#CTA p + p + p a {
	background-image: url(../img/contact.png);
}

#CTA p + p + p a:hover {
	background-image: url(../img/contact_hvr.png);
}

#CTA .focus {
	background-color: #fff;
}

#CTA .focus a {
	color: #ed1c24;
	background-image: url(../img/contact_hvr.png);
	cursor: default;
}

button:hover {
	background-color: #ed1c24;
	color: #fff;
}

label a#infobulle {
	padding: 5px 10px;
	margin-left: 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;

	background-color: #e2001a;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

label span.txt-info {
	position: absolute;
	display: none;
	width: 200px;
	background-color: #e5e5e5;
	text-align: left;
	padding: 15px;
	z-index: 99;
	border: solid 1px #fff;
	}

label a:hover + span {
	display: block;
}

label span.info1 {
	top: 20px;
	right: 10px;
}

label span.info2 {
	top: 145px;
	left: 16px;
}

label span.info3 {
	top: 145px;
	right: 16px;
}
 
 /*Logo Grassmaster*/
 header h2+img{
	padding-left:200px;
	padding-top:20px;
}

#slideBanner .item-caption img{
	padding-top: 40px;
}




.merci {
    width: 100%;
    background-color: #f2f2f2;
    padding: 50px;
    height: 100%;
    font-family: Arial, Sans-Serif;
}

.merci h2 {
    padding-top: 350px;
    font-size: 40px;
    color: #ed1c24;
    font-weight: bold;
    text-align: center;
}

.merci p {
    margin: 20px 0;
    font-size: 20px;
    color: #58595b;
    text-align: center;
}

.merci p.back {
    display: block;
    width: 300px;
    margin: 0 auto;
}

.merci p.back a {
    display: block;
    background-color: #ed1c24;
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.merci p.back a:hover {
    background-color: #58595b;
    color: #fff;
}


#form-questions {
	height: 1260px;
	max-width: 940px;
	margin: 0 auto;
	display: block;
}

.CTA-width {

    margin: 40px auto 20px;
    max-width: 900px;
}

@media (min-width: 770px) and (max-width: 920px) {
	.row-field-wrapper &gt; *{
		 width: 100%;
	}

	label span.info1 {
		top: 86px;
		right: 10px;
	}

	label span.info2 {
	top: 24px;
	right: 16px;
	}

	label span.info3 {
	top: 14px;
	right: 16px;
	}
	
}
@media (min-width: 643px) and (max-width: 920px) {

	#info span.percent{
		right: 58px;
		left:auto;
	}
}
@media (min-width: 642px) and (max-width: 764px) {
	#pageTitle .invest_imgTitle {
		margin-top: 10px;
	}
	#pageTitle h1:before {
		height: 155px;
	}
	#pageTitle h2 {
		margin-left: 46px;
	}
}
@media (max-width: 768px) {
	#footer &gt; .grid-container{
		width:100%;
	}
	#all_result &gt; .grid-container{
		border:1px solid #adadad;
		width:100%;
	
	}
	.lineAfter{
		display:none;
	}
	.lineBefore{
		display:none;
	}
	#invesment .row-heading{
		margin-top: auto; 
	}
	#all_result &gt; .grid-container{
		width:100%;
	}

	label span.info1 {
		top: 205px;
		right: 10px;
	}

	label span.info2 {
	top: 64px;
	right: 16px;
	}

	#CTA {
		width: 284px;
		margin: 20px auto;
	}

	#CTA p  {
		float: none!important;
		margin: 10px 0!important;
	}
}

@media (max-width: 640px) {
	#logo {
		float:none; 
	}
	#logo img {
		margin-right: 0px;
		display:block;
		margin:0 auto;
		float:none;
	}
	#header span.titleLogo{
		float:none;
		width:100%;
		margin-top:20px;
		
	}
	#pageTitle h1:before{
		display:none;
	}
	#pageTitle .imgTitle{
		float:none;
		text-align: center;
		margin-bottom: 16px
	}
	#pageTitle .invest_imgTitle{ 
		float:none;
		text-align: center;
		margin-bottom: 16px
	}
	#pageTitle h1 {
		text-align: center;
		float:none;
		margin-left:0;
		padding-left:0;
	}
/*
	#pageTitle ul.menu {
		display: inline-block;
		float: none;
		margin-top: 0;
		margin-left: auto;
		padding:0;
	}
	#pageTitle ul.menu li {
		margin-left:0;
	}
*/
    #info-invest + #result .row .row-field input {
        width: 90%;
    }
    #info-invest + #result .row &gt; .grid-40 {
        width:40%;
		float: left;
    }
	#all_result #total{
		margin-top: 0px;
	}
	.imgTitle img {
		width: 160px;
	}
	.none-padding {
		text-align:left;
	}
	#slideBanner .item-caption{
		display:none;
	
	}
	.invest_imgTitle img {
		width: 117px;
	} 
	
	#pageTitle{
		padding-top: 20px
	}
	
	#pageTitle h2 {
		float: none;
		margin-left: 0;
		margin-top: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	h2 {
		margin: 0;
	}
	
	#all_result &gt; .grid-container {
		padding: 14px;
	}
	#all_result span.title {
		font-weight: bold;
		float:left;
		position:relative;
		width:100%;
	}
	#all_result .grid-container .lineAfter  + .grid-50 .grid-65{
		float:left;
		text-align:left;
	}
	#all_result .grid-container .grid-50:last-child .grid-65{
		float:left;
		text-align:left;
	}
	#all_result &gt; .grid-container{
		width:100%;
	}
	#all_result input#allResultTotalCost ,
	#all_result input#allResultFilmCost,
	#all_result input#allResultWrappingTime{
		padding-left: 0;
	}

	label span.info1 {
		top: 125px;
		right: 61px;
	}

	label span.info3 {
	top: 39px;
	right: 61px;
	}

	#CTA p {
		margin: 0;
	}

	#CTA a {
	margin: 0;
	padding: 20px 0 20px 60px;
	font-weight: bold;
	}	
	#form-questions {
		height: 1510px;
	}

}

@media (max-width: 480px) {
	#logo img {
		display: block;
		margin: 0 auto;
		width: 150px;
		float:none;
	}
	
	#logo span{
		text-align: center;
		display: block;
		float:none;
	}
	#header {
		padding: 20px 0 10px 0;
	}
	#header span.titleLogo{
		font-size: 24px;
		margin-top: 10px;
	}
	#pageTitle {
		padding-top: 20px;
	}

	label span.info3 {
	top: 56px;
	right: 20px;
	}
}	
@media (max-width: 480px) {


	#form-questions {
		height: 1650px;
	}

}

@media (max-width: 370px) {
	
/*
	#pageTitle ul.menu {
		margin: 0;
		float: none;
		padding: 0;
	}
	#pageTitle ul.menu li {
		width: 97px;
	}
*/
	#pageTitle .invest_imgTitle {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#main .row {
		padding: 0 ;
	}
	
	#slideBanner ul.slide-menu{
		margin:0 auto;
	}
	#slideBanner ul.slide-menu li {
		padding: 5px 6px;
	}


	#info-invest .row-field-wrapper .space-field {
		margin-top:0 !important;
	}
	#info-invest .space-field span.help{
		margin: 20px 0 0 25px;
	}
	
	#result{
		padding: 10px;
	}
	
	#main &gt; #info-invest &gt; .grid-50.mobile-grid-100{
		padding-left: 5px;
		padding-right: 5px;
	}
	 
	#info-invest{
		padding: 30px 0;
	}
	
	#info{
		padding:10px;
	}
	#all_result &gt; .grid-container {
		padding: 14px;
	}
	#all_result span.title {
		font-size: 12px;
		font-weight: normal;

	}
	#form-questions {
		height: 1860px;
	}
}
@media (max-width: 320px) {
/*
	#pageTitle ul.menu {
		margin: 0px;
		float: none;
		padding: 0;
	}
*/
    
    #footer .row &gt; .grid-20 &gt; img {
        display:none;
		right: auto;
    }
    
    #footer #email {
        margin-top:0;
    }
    
    #info-invest + #result .row &gt; .grid-40 {
        width:40%;
    }
    #info-invest + #result &gt; .row.row-heading &gt; div {
        /*display:none;*/
        font-size:9px;
    }
    
    #info-invest + #result .row &gt; div .row-field-container {
        padding:10px 0;
    }
    #info-invest + #result .row &gt; div .row-field-container &gt; label {
        display:block;
        text-align:left;
        padding: 0 5px 0 10px;
    } 
    
    

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