/* 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;
}

.clear {
	clear: both;
}

/* Style */

.red {
	color: red;
}

.turquoise {
	color: #CC0000;
}

.teal {
	color: #003E5F;
}

.ta-center {
	text-align: center;
}

#map {
	width: 550px;
}

#services li {
		list-style: disc;
   		margin-left: 1em;
   		line-height: 1.15;
}

#conception-shteikee {
	color: #CC0000;
	text-decoration: underline;
}

p {
	line-height: 1.25;
	text-align: justify;
}

h1 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 5px;
	margin-bottom: 40px;
	text-align: right;
}

body {
font-family: 'Comfortaa', cursive;
background-color: #fffef6;
font-size: 20px;
}

#wrapper {
	width: 1140px;
	margin: 0 auto;
}

#header {
	width: 1140px;
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}

#header img {
	width: 570px;
}

#menu {
	padding-right: 15px;
	width: 450px;
	float: right;
	text-align: right;
	font-size: 40px;
	font-weight: 300;
}

#menu li:not(:last-of-type) {
	margin-bottom: 35px;
}

#menu-top {
	margin-top: 17px;
	margin-bottom: 35px;
	width: 370px;
	text-align: right;
	margin-right: 0;
	margin-left: auto;
	background: linear-gradient(to right, #FFFFFF, #CC0000);
}

#menu-bottom {
	margin-top: 35px;
	margin-bottom: 35px;
	background: linear-gradient(to right, #FFFFFF, #CC0000);
	width: 153px;
	margin-left: auto;
}

#content {
	padding: 15px;
	padding-top: 5px;
	float: left;
	width: 550px;
}

#footer {
	position: relative;
	text-align: center;
	width: 1140px;
	height: 101px;
	background-image: url("../images/footer.svg");
	background-repeat: no-repeat;
	margin-top: 75px;
}

#footer p {
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#cmmtq {
	width: 250px;
}

#rbq {
	width: 250px;
}

#shteikee {
	width: 400px;
	margin-bottom: 25px;
}

#irriglobe {
	width: 450px;
	margin-bottom: 25px;
}

#fivestars {
	text-align: center;
	margin-top: 40px;
}

.star {
	width: 40px;
}

.star:not(:last-of-type) {
	margin-right: 25px;
}