@charset "UTF-8";


/* RESET */

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, input, button {
	font: inherit;
	line-height: initial;
	vertical-align: baseline;
	background: none;
	padding: 0;
	border: 0;
	outline:0;
	margin: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
summary {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
pre {
	white-space: normal;
}
sup {
	font-size: .75em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
input:focus {
	border: 0;
}
:before, :after {
	line-height: 1;
}


/* FONTS */

@font-face {
	font-family: "Vera";
	src: url('fonts/Vera.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Vera";
	src: url('fonts/VeraIt.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Vera";
	src: url('fonts/VeraBd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Vera";
	src: url('fonts/VeraBI.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "Alte Haas";
	src: url('fonts/AlteHaasGroteskRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Alte Haas";
	src: url('fonts/AlteHaasGroteskBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}


/* GLOBAL */

.zoom {
	transform: scale(1.01);
	z-index: auto;
	transition: all .1s;
}
.zoom.anim {
	transform: scale(1.05);
	z-index: 25;
}
body {
	font-family: 'Vera', sans-serif;
	font-size: 18px;
	color: #222;
	background: white;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
main {
	max-width: 1080px;
	padding: 0 32px;
	margin: 0 auto;
	position: relative;
}
section {
	margin: 64px 0;
}
div.dates {
	line-height: .7em;
}
span.mois {
	font-size: .7em;
	display: inline-block;
}
span.lieu {
	position: relative;
}
span.lieu:before {
	font-family: dashicons;
	content: "\f230";
	top: 2.5px;
}


/* TEXTES */

p, figure, figcaption, li, pre, blockquote, cite,
pre.wp-block-verse, figure.wp-block-pullquote p,
blockquote.wp-block-quote.is-style-large,
figure.wp-block-pullquote.is-style-solid-color blockquote,
figure.wp-block-pullquote.is-style-solid-color blockquote p,
blockquote.wp-block-quote.is-style-large p {
	max-width: none;
	font-size: 1em;
	font-style: normal;
	color: inherit;
	line-height: 1.6em;
	text-align: inherit;
	white-space: normal;
	padding: 0;
	margin: 0 0 1.2rem;
}
a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: .5ch;
}
a:focus,
a:hover,
a:active {
	text-decoration: none;
	opacity: .5;
}
a.no,
a.bouton,
.wp-block-button a {
	text-decoration: none;
	opacity: 1;
}
.bouton,
.wp-block-button__link {
	color: #222;
	text-decoration: none;
	background: #FFD344;
	padding: 6px 12px;
	border-radius: 3px;
	display: inline-block;
	opacity: 1;
}
.bouton.large,
.large .wp-block-button__link {
	padding: 10px 16px;
	border-radius: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Alte Haas', Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0 0 2.5rem;
}
h2, h4, h6 { margin: 3rem 0 2.5rem }
h1, h2 { font-size: 3em; }
h3, h4 { font-size: 1.8em; }
h5, h6 { font-size: 1.3em; }
b, strong { font-weight: bold; }
em { font-style: italic; }
.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }


/* HEADER */

header#site {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
header#site h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: white;
	background: black;
	padding: 0 16px .1em;
	margin: 0;
	display: inline-block;
}


/* AGENDA */

div#evenements {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	column-gap: 42px;
}
div#evenements div.evenement {
	width: calc((100% - 277px) / 2);
	padding: 0 42px 0 75px;
	border-right: 1px solid black;
	margin: 0 0 48px 0;
	position: relative;
	display: inline-block;
}
div#evenements div.evenement.last {
	border-right: none;
}
div#evenements div.dates {
	font-size: 1.8em;
	position: absolute;
	top: 0;
	left: 0;
}
div#evenements div.dates.periode {
	font-size: 1.4em;
}
div#evenements span.mois {
	position: relative;
	bottom: 6px;
}
div#evenements div.periode span.mois {
	font-size: .5em;
	transform: rotate(-90deg);
	left: -12px;
	bottom: 6px;
}
div#evenements div.au {
	margin: 12px 0 0;
}
div#evenements h5 {
	margin: 0 0 .2em;
}


/* FOOTER */

footer#site {
	max-width: 270px;
	padding: 0 32px 64px;
	border-bottom: 2px solid black;
	margin: 64px auto;
}


/* MEDIA QUERIES */

@media (max-width: 820px) {

	div#evenements div.evenement {
		width: calc(100% - 75px);
		padding: 0 0 40px 75px;
		border-right: none;
		border-bottom: 2px solid #888;
		margin: 0 0 32px;
	}
	div#evenements div.evenement.last2 {
		border-right: none;
		border-bottom: 2px solid #888;
	}

}
