/* resets */

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.5;
}
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;
}

/* website styles */
html {
  font-size: 62.5%;
}

body {
  font-family: "Sinkin Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body.wait {
  background: #000;
}

a {
	color: #000;
  text-decoration: underline;
}
a:hover {
  color: #ec008c;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

/* iframe responsive */

.iframe-wrapper {
  position: relative;
  padding-top: 2.5rem;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper.video-wrapper {
  padding-bottom: 56.25%; /* 16:9 */
}

.iframe-wrapper.soundcloud-wrapper {
  padding-bottom: 16.6px;
}

/* structure */
.header-wrapper {
  background: #bbb8da;
}

.footer-wrapper {
  background: #000;
}

.footer-wrapper a {
	color: #fff;
}

.content-wrapper .inner,
.footer-wrapper .inner {
  padding: 5rem 1.5rem;
}

.content-wrapper .inner {
	background: #fff;
}

.footer-wrapper .inner {
  color: #fff;
}

/* accessibilité */
.subheader-wrapper {
  text-align: center;
}
.go-to-content {
  background: #fff;
  color: #000;
  display: block;
  left: -99999px;
  padding: 1.5rem;
  position: absolute;
}
.go-to-content:focus {
  position: static;
}

/* bandeau */
.logo {
  background: rgba(0,0,0,0.5);
  bottom: 0;
  height: 6rem;
  left: 0;
  position: absolute;
  right: 0;
}

.logo h1 {
  left: 1.5rem;
  margin-top: -3.7rem;
  position: absolute;
  top: 50%;
}

.logo-snb {
  width: 7.5rem;
  height: 7.4rem;
}

.logo .text {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  left: 12rem;
  line-height: 6rem;
  margin-top: -3rem;
  position: absolute;
  top: 50%;
}

.logo .text span {
  font-weight: 700;
  text-transform: uppercase;
}

.photo-banner {
  position: relative;
}

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

/* content */
.content-wrapper h2 {
	font-size: 1.6rem;
  font-weight: 300;
  margin: 20px 0;
  text-transform: uppercase;
}
.content-wrapper p {
  line-height: 1.7;
	margin: 1.5rem 0;
}

/* blocks */
.blocks {
  margin-bottom: 2rem;
}

.presentation {
  font-size: 1.6rem;
}

.block-audio .item {
  margin-bottom: 1.12rem;
}

.item-block-image .label {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: .5rem;
}

.item-block-info {
	padding-top: 1.5rem;
}

/* footer blocks */
.block-contact,
.block-legal {
	padding-top: .8rem;
	padding-bottom: .8rem;
}

@media screen and (max-width: 600px) {
	.logo {
		background: none;
		position: static;
		display: flex;
		padding: 1.5rem;
	}

	.logo h1 {
		position: static;
		min-width: 12rem;
		width: 12rem
	}

  .logo .text {
  	position: static;
		color: black;
		font-size: 1.9rem;
		line-height: 1.5;
		margin-top: 0;
		padding-left: 1.5rem;
  }
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
