/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400,500,600&family=Open+Sans:wght@400;700&family=Oswald:wght@300;400;500&display=swap');

html, body {
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #004F67;
	text-align: center;
	overflow-x: hidden;
}

*:focus {
	outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom !important;
}

a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

ul.spip li {
	list-style: disc;
	margin-left: 1em;
}

hr {
	border: none;
	margin: 20px 0;
	color: #9a1915;
	height: 2px;
	background-color: #9a1915;
}

/* cache-cache ************************************/

main.resp, .footix {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/**************************************************/

#top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
#top img {
	width: auto;
	opacity: .7;
	transition: .3s ease-in-out;
}
#top:hover img {
	opacity: 1;
}

header {
	display: block;
	width: 1270px;
	/*height: 548px;*/
	margin: 0 auto;
	background-color: #E2D6CD;
	/*position: relative;
	z-index: 1;*/
}

main {
	display: block;
	width: 1270px;
	/*position: relative;*/
	margin: 0 auto 40px;
	color: #000;
	background-color: #E2D6CD;
	/*padding-top: 160px;*/
}


.intro, .intro2 {
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	width: 90%;
	padding: 20px 5%;
	font: 400 1.3em 'Barlow';
	color: #000;
	text-align: justify;
	line-height: 1.3;
	animation-delay: .5s;
	animation-duration: 1.5s;
}
.intro a, .intro2 a, .prog small a, .intro-int a {
	color: #9a1915;
	transition: .25s ease;
}
.intro a:hover, .intro2 a:hover, .prog small a:hover, .intro-int a:hover {
	color: #000;
}
.intro h2.spip, .intro-int h2.spip {
	font: 600 2.2em 'Barlow';
	color: #9a1915;
	line-height: 1.1 !important;
	margin: 0 0 .25em;
}
.intro h2.spip strong, .intro-int h2.spip strong {
	font-weight: 600;
	color: #000;
}
.intro p, .intro-int p {
	margin: 0 0 .5em;
}

.intro2 h2 {
	font: 600 1.2em 'Barlow';
	color: #9a1915;
	line-height: 1.1 !important;
	margin: 0 0 .8em;
	text-align: center;
}
.intro2 h2.spip {
	font: 500 1.1em 'Barlow';
	color: #9a1915;
	line-height: 1.1 !important;
	margin: 1em 0 0;
}
.intro2 h2.spip:first-of-type {
	margin: 0 !important;
}
.intro2 p {
	margin: .25em 0 0;
}
.intro2 img.spip_logo {
	float: right;
	width: 35%;
	margin: 0 0 0 20px;
}

.prog {
	display: inline-block;
	width: 90%;
	font-size: 1.2em;
	margin: 0 5%;
}
.prog h2 {
	font: 600 1.4em 'Barlow';
	background-color: #004F67;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 1.5em 0 1em;
}
.prog a h2 {
	font: 600 1.4em 'Barlow';
	background-color: #004F67;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 1.5em 0 1em;
	transition: .25s linear;
}
.prog a:hover h2 {
	background-color: #A73413;
}
.prog h2 a {
	color: #E3D3C5;
	transition: .3s ease-in-out;
}
.prog h2 a:hover {
	color: #fff;
}
.prog a h2.keolys {
	font: 600 1.6em 'Barlow';
	background-color: #004F67;
	color: #F9D53A;
	padding: 10px 0;
	margin: 0;
	transition: .3s ease;
}
.prog a:hover h2.keolys {
	background-color: #B8174C;
	color: #fff;
}
.evenement-left {
	text-align: left;
}
.evenement-left img {
	float: left;
	width: 30%;
	margin: 0 20px 0 0;
}
.evenement-right {
	text-align: right;
}
.evenement-right img {
	float: right;
	width: 30%;
	margin: 0 0 0 20px;
}
.prog-item {
	background-color: #fff;
	color: #000;
	padding: 10px;
	border-radius: .25em;
	text-align: center;
	transition: .3s linear;
}
.prog-item:hover {
	background-color: #9a1915;
	color: #fff;
}
.groupes strong {
	font: 500 1.3em 'Barlow';
	display: inline-block;
	width: 100%;
	margin: 5px 0 0;
}
.groupes strong.bigup {
	font-size: 1.5em;
	border-bottom: none;
	padding-bottom: 0;
}
.prog-item h4 {
	font: 600 1.4em 'Barlow';
	color: #fff;
	background-color: #9a1915;
	margin: 0;
	padding: 10px;
	line-height: 1.1;
	text-transform: uppercase;
}
.prog-item h4 small {
	color: yellow;
	text-transform: none;
}
.prog-item h4 small.pitchoun {
	font-size: .7em;
	color: #000;
	font-weight: 400;
	text-transform: none;
}
.prog-item h5 {
	font: 600 1.2em 'Barlow';
	margin: 0 0 20px;
}

.calendrier {
	font-family: 'Barlow';
	font-size: 2em;
	font-weight: 600;
	color: #9a1915;
	line-height: 1.3;
}
.calendrier strong {
	color: #000;
	font-weight: 500;
}
.calendrier small {
	font-size: .6em;
}
.calendrier i {
	display: inline-block;
	width: auto;
	padding: 8px 20px 10px 20px;
	background-color: yellow;
	font-size: 1em;
	margin-bottom: .8em;
}
.calendrier i small {
	font-size: .8em;
}

.retro {
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	text-align: left;
	font-size: 1.2em;
}
.retro img.spip_logo {
	float: right;
	width: 35%;
	margin: 0 0 0 20px;
}
.retro a, .intro2 a {
	color: #004F67;
	transition: .25s ease;
}
.retro a:hover, .intro2 a:hover {
	color: #B8174C;
}

footer {
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: center;
	animation-delay: .5s;
	animation-duration: 1s;
}
.partners {
	display: inline-block;
	width: 94%;
	background-color: #fff;
	padding: 15px 3%;
}
.partners img {
	width: auto;
	height: 60px;
	display: inline-block;
	margin: 5px 10px;
}
.contacts {
	background-color: #fff;
	padding: 10px 40px 20px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contacts img {
	width: 100%;
	margin: 0 0 0 auto;
}
.foot {
	background-color: #004F67;
	padding: 20px;
	text-align: center;
}

.c-left {
	font: 400 .9em Arial, Helvetica;
	color: #fff;
	line-height: 1.3;
	text-align: left;
}
.c-left small {
	font-size: .7em;
	font-family: Verdana;
}
.c-left a {
	color: #F8931E;
	transition: .25s ease;
}
.c-left a:hover {
	color: #fff;
}
.social a {
	display: inline-block;
	width: 80%;
	padding: 0 0 0 20%;
	text-align: center;
	font-size: 2em;
	color: #F8931E;
	transition: .3s ease;
}
.social a:hover {
	color: #fff;
}

p.pdfs a {
	color: #9A1915;
	font-size: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	transition: .25s linear;
}
p.pdfs a:hover {
	color: #004F67;
}

/* interieur *********************************/

h3 {
	font: 600 2em 'Barlow';
	color: #000;
	margin: 1em 0 .5em;
}
h3 .rouge {
	color: #CD1719;
}
h3 .bleu {
	color: #9a1915;
	font-size: 1.2em;
	text-transform: uppercase;
}

.contenu {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.logo-art {
	float: right;
	width: 35%;
	margin: 0 8px 1em 20px;
}
.logo-art img {
	width: 100%;
	border: 4px solid #fff;
}

.item-archive {
	border: 10px solid #fff;
	background-color: #fff;
	margin: 0 5px 20px;
	transition: .2s ease;
}
.item-archive h4 {
	background-color: #fff;
	color: #E5007E;
	margin: 5px 0;
	transition: .4s ease;
}
.item-archive:hover {
	border: 10px solid yellow;
	background-color: yellow;
}
.item-archive:hover h4 {
	background-color: yellow;
	color: #000;
}
.black {
	color: #000;
}
.portfolio {
	display: inline-block;
	margin: 20px 0 30px;
}
.portfolio a img {
	border: 5px solid #fff;
	transition: .3s ease;
}
.portfolio a:hover img {
	border: 5px solid yellow;
}
.acces {
	position: fixed;
	top: 40px;
	right: 40px;
	font-size: 2.8em;
	z-index: 1000;
}
.acces a {
	color: yellow;
	transition: .3s ease;
}
.acces a:hover {
	color: #fff;
}
#plan {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
table.spip {
	font-size: .85em;
	display: block;
	width: 100% !important;
	text-align: left;
}
table.spip tr.row_first th {
	background-color: #F9D53A;
	padding: 15px;
	color: #000;
	width: 100%;
}
table.spip tr.row_first, table.spip tr.row_odd {
	width: 100%;
}
table.spip tr.row_odd td {
	background-color: #fff;
	padding: 15px;
	color: #57035F;
}
table.spip tr.row_even td {
	background-color: rgba(255,255,255,0.5);
	padding: 15px;
	color: #000;
}
.txt h1 {
	font: 500 2em 'Oswald';
	color: #004F67;
	margin: .5em 0;
	text-align: left;
	background-color: #F9D53A;
	padding: 6px 15px;
}
.txt {
	display: inline-block;
	width: 100%;
	text-align: justify;
	font-size: .85em;
}
.texte-txt {
	background-color: rgba(255,255,255,0.6);
	padding: 15px;
	margin-left: 20px;
}
h4 {
	color: #B8174C;
	font-weight: 600;
	font-size: 1.2em;
	margin: 1em 0 .25em;
}



/* cas des tableaux Fablio ***************************/

tr.jaune {
	text-align: center;
	background-color: #F9D53A;
	padding: 15px;
	color: #57035F;
	font-size: 1.2em;
}
td.blanc {
	text-align: left;
	background-color: #FFF;
	padding: 10px;
	color: #000;
}
td.commune1 {
	text-align: left;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
	color: #348340;
}
td.commune2 {
	text-align: left;
	background-color: rgba(120,192,80,0.25);
	padding: 10px;
	color: #000;
}

a .pdf {
	float: left;
	width: 250px;
	height: 110px;
	padding: 15px;
	text-align: center;
	border-radius: .5em;
	background-color: #BCE4FA;
	transition: .3s ease-in-out;
}
a:hover .pdf {
	background-color: #F9D53A;
}
a .pdf h5 {
	color: #000;
	font: 400 14px Arial, Helvetica;
	margin: 5px 0 0;
}

/*************************************************************************************************************************** */

@media (max-width: 1281px) {
	
	header, main {
		width: 100%;
	}
	body {
		background-color: #fff;
	}

}
@media (max-width: 1040px) {
	
	main {
		margin: -200px auto 40px;
		padding-top: 120px;
	}
	
}

@media (max-width: 940px) {
	
	main {
		margin: -250px auto 40px;
		padding-top: 100px;
	}
	
}

@media (max-width: 840px) {
	
	header {
		display: inline-block;
	}
	
	main {
		display: inline-block;
		background-image: none;
		margin: 0 auto 40px;
		padding-top: 20px;
	}
	
}

@media (max-width: 680px) {
	
	header {
		display: block;
		margin: 0 0 20px;
		width: 100%;
		height: auto;
	}
	
	main {
		padding: 0 !important
	}
	
	.prog-item {
		margin-bottom: 15px;
	}
	.archives {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.logo-art, .intro2 img.spip_logo {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	
}
