html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

.cf:before,
.cf:after {
	content: '.';
	display: block;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.cf:after { clear: both; }

img::selection,
img::-moz-selection {
    background: transparent;
}

body {
	color: #000;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 4px;
	font-weight: normal;
	display: block;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}

p {
	display: block;
	margin-bottom: 16px;
	text-align: justify;
}

ul {
	margin-bottom: 20px;
}

p ~ ul {
	margin-top: -10px;
}

ul {
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

strong {
	font-weight: 700;
}

.secondary-color {
	color: #4e9d4a;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.wrap {
	max-width: 880px;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.inner {
	padding: 0 20px;
}

.flex .col:first-of-type {
	margin-bottom: 40px;
}

#hero {
	margin-bottom: 25px;
}

ul li:not(:last-of-type) {
	padding-bottom: 4px;
}

ul li.list-icon-a,
ul li.list-icon-b {
	margin-left: 15px;
}

ul li.list-icon-a:not(:last-of-type),
ul li.list-icon-b:not(:last-of-type) {
	padding-bottom: 7px;
}

ul li.list-icon-a span,
ul li.list-icon-b span {
	font-size: 14px;
    position: relative;
    display: inline-block;
}

ul li.list-icon-a span:before {
	display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(assets/list-icon-a.png);
    margin-right: 5px;
    position: absolute;
    left: -33px;
    top: -5px;
}

ul li.list-icon-b span:before {
	display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(assets/list-icon-b.png);
    margin-right: 5px;
    position: absolute;
    left: -33px;
    top: -5px;
}

.partenaires {
	margin-bottom: 25px;
}

footer {
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

footer p {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	text-align: right;
}

footer a {
	color: #999;
}

footer a:hover {
	color: #000;
}

/* Desktop */
@media screen and (min-width: 749px) {
	.inner {
		padding: 0 50px;
	}

	.flex {
		display: flex;
	}

	.flex .col {
		width: 50%;
	}

	.flex .col:first-of-type {
		padding-right: 20px;
		margin-bottom: 0;
	}

	.flex .col:last-of-type {
		padding-left: 20px;
	}

	.partenaires {
		margin-top: -40px;
	}
}
