/* Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	height: 2px;
	background: black;
}

a {
	text-decoration: inherit;
	color: inherit;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
	font-family: 'Arial Black','Arial';
	font-size: 72px;
	font-weight: 900;
	display: inline-block;
}

h2 {
	font-family: 'Arial Black', 'Arial';
	font-size: 50px;
	font-weight: 900;
	display: inline-block;
}

#mainbox h1 {
	font-family: 'Ropa Sans';
	font-size: 50px;
	display: block;
}

#mainbox h1:not(.center) {
	text-align: right;
}

html {
	font-family: Arial;
	background-image: url("../images/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: scroll;
	height: 100%;
}

li {
	list-style: disc;
	list-style-position: inside;
	line-height: 24px;
	margin-left: 15px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

.black {
	color: black;
}

#wrapper {
	width: 100%;
}

#header {
	height: 92px;
	background-color: rgba(255, 0, 0, 0.57);
	color: white;
}

#pagetop {
	width: 980px;
	margin: 0 auto;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#subtitle {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom: 7px;
	font-size: 18px;
}

#pagetoptextblock {
	position: relative;
	padding-left: 12px;
	padding-top: 5px;
	display: inline-block;
	height: 92px;
}

#menu {
	height: 34px;
	background-color: rgba(255, 0, 0, 0.57);
	color: white;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

.menubutton {
	display: inline-block;
}

.menubutton a:hover {
	color: #57564F;
}

.separator {
	display: inline-block;
	width: 16.5px;
}

#content {
	margin-top: 28px;
}

#mainbox {
	width: 656px;
	height: 633px;
	border: 13px solid black;
	float: right;
	padding: 15px;
	font-family: 'Ropa Sans';
	color: rgb(87, 86, 79);
	font-size: 23px;
}

#mainbox p {
	line-height: 25px;
}

#homebox {
	padding-top: 13px;
	padding-right: 21px;
	width: 656px;
	height: 391px;
	border: 13px solid black;
	text-align: left;
	line-height: 65px;
	position: relative;
}

#fadein {
	text-align: right;
	position: absolute;
	left: 150px;
	display: inline-block;
	visibility: hidden;
}

#homeboxdesc {
	width: 656px;
	height: 233px;
	margin-top: 9px;
	border: 13px solid black;
	font-family: 'Arial Black', 'Arial';
	font-weight: 900;
	font-size: 19px;
	padding: 20px;
	line-height: 25px;
}

#servicesbox {
	width: 980px;
	height: 233px;
	border: 13px solid black;
	margin-top: 9px;
	background-color: red;
	text-align: center;
}

.serviceimg {
	margin: 0 auto;
}

#borderfix {
	width: 967px;
	height: 220px;
	position: absolute;
	border-bottom: 13px solid black;
	border-right: 13px solid black;
	z-index: 10000000000000000000;
	}

#urgencebox {
	position: relative;
	width: 312px;
	height: 235px;
	border: 13px solid black;
	background-color: red;
	color: white;
}

#urgencetext {
	font-family: 'Arial Black', 'Arial';
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	line-height: 40px;
	margin-top: 12.5%;
}

#certifiebox {
	background-color: white;
	padding-top: 10px;
	text-align: center;
	margin-top: 9px;
	width: 312px;
	height: 389px;
	border: 13px solid black;
	font-family: 'Arial Black', 'Arial';
	font-weight: 900;
	font-size: 25px;
	line-height: 30px;
}

#certifiebox img {
	width: 245px;
	margin-top: 30px;
}

#leftside {
	float: left;
}

#rightside {
	float: right;
}

#footer {
	position: relative;
	font-size: 18px;
	color: rgb(87, 86, 79);
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 24px;
}

#social {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#social img {
	margin-left: 5px;
}

#irriglobeimg {
	width: 291px;
	margin-left: -14px;
}

#shteikeeimg {
	width: 281px;
	margin-bottom: 10px;
}


#partners {
	margin-left: 25px;
	font-weight: bold;
}

#map-canvas {
	width: 462px;
	height: 224px;
}

#coordonnees {
	font-size: 28px;
	margin-left: 30px;
	margin-top: 40px;
}