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 {
	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;
}
body {
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
}

.page {
  max-width: 820px;
  margin: 0px auto;
}

.top {
  position: fixed;
  max-width: 820px;
  width: 100%;
  height: 48px;
  background-color: #2D2D2D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  z-index: 9;
}
.top a.content {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.top a.content::after {
  display: block;
  content: "";
  width: 19px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("media/icon-add.svg");
  margin-left: 15px;
}

.head {
  width: 100%;
  height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("media/moi.jpg");
  position: relative;
}
.head .title {
  position: absolute;
  bottom: 50px;
  left: 40px;
  color: #FFF;
  font-size: 18px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.head .logo {
  width: 90px;
  height: 54px;
}
.head .logo svg {
  filter: drop-shadow(3px 1px 5px rgba(0, 0, 0, 0.15));
  fill: #FFFFFF;
}
.head .cta a {
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #008D8C;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-image: url("media/icon-phone.svg");
}

.informations {
  box-sizing: border-box;
  padding: 60px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #2D2D2D;
}
.informations .iconlink {
  display: flex;
  align-items: center;
  font-size: 19px;
  margin-bottom: 25px;
  text-decoration: none;
  color: #2D2D2D;
}
.informations .iconlink .icon {
  margin-right: 20px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.informations .iconlink .icon.phone {
  background-image: url("media/icon-phone_b.svg");
}
.informations .iconlink .icon.mail {
  background-image: url("media/icon-mail.svg");
}
.informations .iconlink .icon.web {
  background-image: url("media/icon-www.svg");
}
.informations .separator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 30px 0px;
}
.informations .title2 {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
.informations ul {
  list-style: inside;
  font-size: 18px;
  line-height: 26px;
}
.informations ul small {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 14px;
}
.informations .list {
  display: flex;
  flex-wrap: wrap;
}
.informations .list a {
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 16px 0px 16px 16px;
  margin: 10px;
}
.informations .list a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
