body {
	margin: 30px 0;
}
hr {
	margin: 1em 0 0 0 !important;
}
.inner {
	margin: auto;
	padding: 10px;
	max-width: 780px;
}
.external::after {
	content: "↗";
	margin-left: 4px;
	speak: none;
}
.main h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.intro {
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
}
h1, h2 {
	margin: 1rem 0;
}
.intro h1 {
	font-size: 2.3em;
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	color: #00a4e0;
	line-height: 1.2em;
}
.intro h2 {
	font-size: 3rem;
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	color: #797979;
	line-height: 1.1em;
}
.intro h2 a {
	color: #515151;
	text-decoration: none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	font-size: 2em;
}
.intro h3, .intro h3 a:link {
	font-size: 2rem;
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	color: #797979;
	margin: 0;
	text-decoration: none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	margin: 10px 0 0 0;
	line-height: 1em;
}
.intro h3 a:hover {
	color: #00A4E1;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
.intro p a {
	text-decoration: none;
	transition: all 0.8s;
	font-size: 2.1rem;
}
.intro p a:hover {
	text-decoration: none;
	transition: all 0.6s;
	color: #2776c7;
}
.intro h2 a:hover {
	color: #2969a2;
	text-decoration: none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	font-size: 2em;
}
header > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.logo-group {
	width: auto;
}
.logo {
	display: inline-block;
}
.baseline {
	top: -1.4em;
	left: 44px;
	font-size: 1.3rem;
	letter-spacing: -1px;
	color: #cf361b;
}
nav {
	flex: 1;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.link, nav a {
	padding: 5px 0;
	font-weight: 700;
	color: #2D2523;
	background-position: center 110%;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: color, background-position;
	transition-property: color, background-position;
}
nav a + a {
	margin-left: 40px;
}
.intro {
	padding: 10px 0;
}
.intro .btn {
	display: block;
}
.multicol {
	margin-top: 40px;
	padding: 0;
}
.multicol > * {
	margin-bottom: 40px;
}
.multicol h2 {
	margin-bottom: 0;
}
.multicol li, .multicol p {
	font-size: 1.4rem;
}
.multicol > ::before {
	float: left;
	margin: .6em 24px .6em 0;
	padding: .6em;
	border-radius: 50%;
	font-size: 2rem;
	font-weight: 400;
	color: #979797;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery {
	margin-bottom: 20px;
	padding: 0;
}
.gallery li {
	margin-top: 20px;
}
.gallery img {
	display: block;
	top: 0;
	padding: 8px;
	border: 1px solid #ebeff1;
	-webkit-transition-property: border-color, top, box-shadow;
	transition-property: border-color, top, box-shadow;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.gallery img:hover {
	top: -8px;
	border-color: #bdc3c7;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}
p {
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #848484;
	font-size: 1.6em;
	font-weight: 400;
}
footer {
	margin: auto;
	padding: 5px;
	max-width: 780px;
	color: #b8b8b8;
}
footer div {
	padding: 8px 0;
	border-top: 1px solid #E3E3E3;
	font-size: 1.12em;
	line-height: 2em;
}
 @media(max-width:860px) {
header > .inner {
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.logo-group {
	width: auto;
}
.multicol-3 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.logo:focus,  .logo:hover {
	-webkit-animation-name: spaceboots;
	animation-name: spaceboots;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}
.btn {
	display: inline-block;
	cursor: pointer;
}
h1, h2 {
	margin: 2rem 0;
}
}
 @media(max-width:760px) {
.intro [class*=grid-] {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.intro [class*=grid-] > * {
	width: auto;
}
.intro [class*=grid-] > *+* {
	margin-top: 40px;
}
.intro .btn {
	display: inline-block;
}
}
 @media(max-width:480px) {
header > .inner {
	display: block;
	text-align: center;
}
.baseline {
	display: none;
}
nav a {
	display: block;
	text-align: center;
}
nav a:active,  nav a:focus,  nav a:hover {
	background: 0 0;
}
nav a + a {
	margin-left: 0;
}
.multicol-3 {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
footer {
	margin: 8px auto 4px;
	padding: 8px;
	max-width: 780px;
	text-align: center;
	color: #b8b8b8;
}
}
/*  PAGE ACCUEIL*/

html {
	font-size: 62.5%;
}
.logo {
	width: 100%;
	margin: 10px 0;
}
a.lien {
	text-decoration: none;
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	color: #696969;
	-webkit-transition: color 0.6s ease-out;
	-moz-transition: color 0.6s ease-out;
	-ms-transition: color 0.6s ease-out;
	-o-transition: color 0.6s ease-out;
}
a.lien:link {
	text-decoration: none;
	font-size: 2.1rem;
	font-weight: 400;
}
a.lien:hover {
	text-decoration: none;
	color: #000000;
	transition: color 0.4s ease-out 0s;
}
a.lien.bleu:hover {
	color: #2aa3e0;
}
a.lien.orange:hover {
	color: #ff9900;
}
a.lien.mauve:hover {
	color: #cc66cc;
}
a.lien.vert:hover {
	color: #4da452;
}
footer, footer a {
	margin: auto;
	text-decoration: none;
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	color: #808080;
}
footer a:link, footer a:visited {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
footer a:hover {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
/* .actu, .actu a:link {
    text-decoration: none;
    font-family: 'Gruppo',Arial,Helvetica,sans-serif;
		transition: all 0.6s;
		color: #6c828a;
    margin: 10px 0;
    text-decoration: none;
    font-size: 2.1rem;
    font-weight: 400;
	line-height: 2.7rem;
}*/

/*a.actu:link, a.actu:visited {
		    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	}*/
/*a.actu:hover {
    text-decoration: none;
    color: #3bbae8;
	transition: all 0.8s;
}*/

.bord {
	padding-right: 2em;
	border-right: 1px solid #E3E3E3;
}
div.bord:first-child, div.bord:last-child {
	border-right: 0 solid #E3E3E3;
}
.lignes {
	padding: 4px 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
 @media(max-width:760px) {
.bord {
	padding-right: 0;
	border-right: none;
}
a.actu:link {
	font-size: 1.8rem;
}
}
 @media(min-width:600px) and (max-width:759px) {
a.lien:link {
	font-size: 2rem;
}
nav a + a {
	margin-left: 20px;
}
}
 @media(min-width:481px) and (max-width:600px) {
body {
	margin: 0;
	line-height: 1.5em;
}
header {
	padding-bottom: 0;
}
a.lien:link {
	margin: 0 8px;
	font-size: 1.8rem;
}
.ptm {
	padding-top: 0;
}
a.actu:link {
	font-size: 1.6rem;
}
.pam {
	padding: 5px 2px;
}
}
 @media(min-width:100px) and (max-width:480px) {
body {
	margin: 0;
	line-height: 1.5em;
}
header {
	padding-bottom: 0;
}
.intro {
	padding: 10px 8px 0;
}
.logo,  .logo > img {
	margin: 0;
}
.lignes {
	padding: 4px 0;
	border-top: none;
	border-bottom: none;
}
a.lien:link {
	font-size: 2.2rem;
}
.ptm {
	padding-top: 0;
}
a.actu:link {
	font-size: 1.8rem;
}
}
.bs {
	font-family: 'Playfair Display', 'serif';
	font-size: 0.8em;
	font-weight: 600;
}
 @media(min-width:860px) {
.logo:focus,  .logo:hover {
	-webkit-animation-name: spaceboots;
	animation-name: spaceboots;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}
.btn {
	display: inline-block;
	cursor: pointer;
}
}
.btn-secondary {
	border-bottom: 3px solid #b83018;
	background: #cf361b;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	border-bottom: 3px solid #8b2412;
	background: #b42f17;
}
 @-webkit-keyframes spaceboots {
 0% {
 -webkit-transform: translate(2px, 1px) rotate(0);
 transform: translate(2px, 1px) rotate(0);
}
 10% {
 -webkit-transform: translate(-1px, -2px) rotate(-1deg);
 transform: translate(-1px, -2px) rotate(-1deg);
}
 20% {
 -webkit-transform: translate(-3px, 0) rotate(1deg);
 transform: translate(-3px, 0) rotate(1deg);
}
 30% {
 -webkit-transform: translate(0, 2px) rotate(0);
 transform: translate(0, 2px) rotate(0);
}
 40% {
 -webkit-transform: translate(1px, -1px) rotate(1deg);
 transform: translate(1px, -1px) rotate(1deg);
}
 50% {
 -webkit-transform: translate(-1px, 2px) rotate(-1deg);
 transform: translate(-1px, 2px) rotate(-1deg);
}
 60% {
 -webkit-transform: translate(-3px, 1px) rotate(0);
 transform: translate(-3px, 1px) rotate(0);
}
 70% {
 -webkit-transform: translate(2px, 1px) rotate(-1deg);
 transform: translate(2px, 1px) rotate(-1deg);
}
 80% {
 -webkit-transform: translate(-1px, -1px) rotate(1deg);
 transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
 -webkit-transform: translate(2px, 2px) rotate(0);
 transform: translate(2px, 2px) rotate(0);
}
 100% {
 -webkit-transform: translate(1px, -2px) rotate(-1deg);
 transform: translate(1px, -2px) rotate(-1deg);
}
}
 @keyframes spaceboots {
 0% {
 -webkit-transform: translate(2px, 1px) rotate(0);
 transform: translate(2px, 1px) rotate(0);
}
 10% {
 -webkit-transform: translate(-1px, -2px) rotate(-1deg);
 transform: translate(-1px, -2px) rotate(-1deg);
}
 20% {
 -webkit-transform: translate(-3px, 0) rotate(1deg);
 transform: translate(-3px, 0) rotate(1deg);
}
 30% {
 -webkit-transform: translate(0, 2px) rotate(0);
 transform: translate(0, 2px) rotate(0);
}
 40% {
 -webkit-transform: translate(1px, -1px) rotate(1deg);
 transform: translate(1px, -1px) rotate(1deg);
}
 50% {
 -webkit-transform: translate(-1px, 2px) rotate(-1deg);
 transform: translate(-1px, 2px) rotate(-1deg);
}
 60% {
 -webkit-transform: translate(-3px, 1px) rotate(0);
 transform: translate(-3px, 1px) rotate(0);
}
 70% {
 -webkit-transform: translate(2px, 1px) rotate(-1deg);
 transform: translate(2px, 1px) rotate(-1deg);
}
 80% {
 -webkit-transform: translate(-1px, -1px) rotate(1deg);
 transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
 -webkit-transform: translate(2px, 2px) rotate(0);
 transform: translate(2px, 2px) rotate(0);
}
 100% {
 -webkit-transform: translate(1px, -2px) rotate(-1deg);
 transform: translate(1px, -2px) rotate(-1deg);
}
}
