/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Roboto:wght@400;600&display=swap');

*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #dddabe;
	text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	margin: 2em 0;
	padding: 0;
	color: #747260;
	background-color: #747260;
	border: none;
}

#top {
	position: fixed;
	bottom: 120px;
	right: 0;
    width: 50px;
    height: 50px;
	font-size: 40px;
	background-color: #009B88;
    color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	line-height: 50px;
	cursor: pointer;
	border-radius: .3em 0 0 .3em;
	z-index: 1000;
}
#top:hover{
	background-color: #044740;
}

/* cache-cache ************************/
.actus .item-resp, .sommaire .item-resp, .menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/* généralités terminées *************/

.logo {
    position: fixed;
    top: 9px;
    left: 40px;
    z-index: 500;
    animation-delay: 1.2s;
    animation-duration: 1s;
}
.logo img {
    width: auto;
    height: 200px;
}

header {
	position: fixed;
	display: inline-block;
	width: 100%!important;
    height: 130px;
	top: 0;
	left: 0;
    text-align: left;
    background-color: #fff;
    z-index: 200;
    animation-duration: 1s;
}
header h2 {
    font: 400 1.2em 'Barlow Condensed';
    color: #747260;
    margin: 12px 0 0 280px;
    line-height: 1.1;
    animation-delay: 1.2s;
}
header h2 strong {
    font-weight: 500;
    font-size: 1.8em;
}

header .social {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 2em;
	color: #009B88;
	z-index: 500;
	animation-delay: 1.2s;
}

nav {
	position: absolute;
	display: block;
    width: 80%;
	top: 80px;
	right: 40px;
	text-align: right;
	font-family: 'Barlow Condensed';
	font-size: 1.5em;
	font-weight: 400;
	z-index: 300;
    animation-delay: 2s;
}
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
}
.cbp-tm-menu {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 10px;
	width: 100%;
	margin: 0;
}
.cbp-tm-menu > li {
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
	z-index: 1100;
}
.cbp-tm-menu > li > a {
	line-height: 1;
	padding: 8px 15px;
	display: block;
	color: #000;
    background-color: #dddabe;
    border-radius: .25em .25em 0 0;
}
/*.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active,
.no-touch .cbp-tm-menu > li > a.on {
	color: #000;
}*/

.cbp-tm-submenu {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	top: 40px;
	left: -30px;
	opacity: 0;
	padding: 10px 15px;
	background-color: #747260;
	color: #000;
	font-size: .8em;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
	z-index: 800;
}
.cbp-tm-submenu a {
	color: #dddabe;
	transition: .2s ease;
	line-height: 1.1;
}
.cbp-tm-submenu a:hover, .cbp-tm-submenu a.on {
	color: #fff;
}
.cbp-tm-submenu span.sep-menu {
	width: 100%;
	display: inline-block;
	background-color: #dddabe;
	height: 1px;
	margin: -10px 0 5px;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 12em;
	left: 0;
	/*margin: 0 0 0 -8em;*/
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}
.contacts {
    position: fixed;
    top: 230px;
    left: 40px;
    width: 220px;
    text-align: center;
    font-size: .9em;
	color: #000;
    z-index: 500;
    animation-delay: 1.8s;
    animation-duration: 1s;
}
.contacts p {
    margin: 0 0 10px 0;
}
.contacts strong {
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 1.2em;
	color: #044740;
}
.contacts a {
    color: #044740;
    transition: .25s ease;
}
.contacts a:hover {
    color: #000;
}
.contacts i {
    font-style: normal;
    font-family: Verdana, Tahoma;
    font-size: .8em;
}
.contacts a.demarches {
    font-family: 'Barlow Condensed';
    color: #fff!important;
    font-size: 1.8em;
    background-color: #009B88;
    padding: 6px 10px;
    border-radius: .2em;
    transition: .25s ease;
}
.contacts a:hover.demarches {
    background-color: #044740;
}

main.home {
	display: inline-block;
	margin-top: 95px;
	width: 100%;
	flex: 1;
    animation-delay: 2s;
    animation-duration: 1.5s;
}

.anim {
	display: block;
	width: auto;
    margin: 50px 40px 0 280px;
}
.cycle-slideshow img {
	width: 100%!important;
	border-radius: .3em;
}

.actus, .sommaire {
	display: block;
	width: auto;
    margin: 60px 40px 20px 280px;
}
.actus h2, .sommaire h2 {
    font: 400 1.8em 'Barlow Condensed';
    color: #000;
    margin: 0 0 1em;
    line-height: 1.1;
}
.actus .item {
    background-color: rgba(255,255,255,.6);
    padding: 12px;
	height: 90%;
    border-radius: .3em;
	margin-bottom: 20px;
    transition: .4s ease;
}
.actus a .item .titre-item {
	font-family: 'Barlow Condensed';
    color: #000;
    font-size: 1.2em;
    transition: .3s ease;
}
.actus a:hover .item .titre-item, .actus a:hover .item h5 {
    color: #044740;
}
.actus .item:hover, .sommaire .item:hover {
    background-color: #fff;
}
.actus .item img {
    display: inline-block;
    margin: 6px 0;
}
.actus a .item h5 {
    margin: 0!important;
    font: 400 .8em  Verdana, Helvetica;
    color: #000;
	text-align: left;
}
img.deco {
	width: 40px;
}
.suite {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.edito {
	font-size: .85em;
	text-align: justify;
	line-height: 1.3;
}
.edito a {
	color: #044740;
	transition: .25s ease;
}
.edito a:hover {
	color: #000;
}

footer {
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	background-color: rgba(255,255,255,.6);
	position: relative;
	margin: auto;
	text-align: center;
}
footer p {
	margin: 1em 0 0;
}
footer p a {
    color: #044740;
	transition: .25s ease;
}
footer p a:hover {
    color: #000;
}

span.c4 {
	float: left;
    margin: 10px 0 20px 0;
	width: 100px;
}

.rappel {
	color: #000;
	font: 400 1.4vw 'Barlow Condensed';
	line-height: 1.4;
}
.rappel a.f-menu {
	color: #044740;
	margin: 0 5px;
	transition: .25s ease;
}
.rappel a.f-menu:hover, .rappel a.f-menu.on {
	color: #000;
}
.rappel p {
	margin: 20px 0 0;
	font: 400 11px Verdana, Tahoma, sans-serif;
    letter-spacing: 1px;
}

.rappel h2.spip {
    font-size: .9em;
    font-weight: 400;
    margin: 20px 0 0;
}
.rappel h2.spip a, .rappel small a {
    color: #8e9b01;
    transition: .25s ease;
}
.rappel h2.spip a:hover, .rappel small a:hover {
    color: #333;
}
.rappel small {
    font: 400 11px Verdana, Tahoma, sans-serif;
    letter-spacing: 1px;
}


.docs, .imgs {
	display: inline-block;
	width: 100%;
	margin: 4em 0 2em;
}
a .pdfs {
	color: #000;
	background-color: #E6E2D6;
	padding: 10px;
	border-radius: .2em;
	text-align: center;
	border: 2px solid #fff;
	transition: .3s ease;
}
a .pdfs img {
	width: 50px;
	text-align: center;
	transition: .3s ease;
}
a .pdfs h5 {
	font: 400 12px Arial;
	color: #000;
	margin: 8px 0 0 0;
}
a:hover .pdfs {
	background-color: #fff;
}
/*a .pdfs img {
	width: 70%;
	text-align: center;
}
a .pdfs h5 {
	font: 500 1em 'Barlow Condensed';
	margin: .5em 0 0;
}

.imgs a div {
	text-align: center;
	padding: 15px;
	color: #000;
	font: 400 .85em Verdana;
	background-color: #fff;
    border: 1px solid #000;
	transition: .3s ease;
}
.imgs img {
	width: 100%!important;
}
.imgs a div:hover {
	background-color: #E6E2D6;
}

.footer {
	display: inline-block;
	width: 100%;
}

a .item-rub {
	background-color: #71CCF4;
	padding: 20px 5%;
	margin-bottom: 15px;
	text-align: center;
	display: block;
	width: 90%;
	height: auto;
	color: #000;
	font: 500 1.5em 'Barlow Condensed';
	transition: .3s ease;
}
a:hover .item-rub {
	background-color: #00529B;
	color: #fff;
}

.imgs .item p {
	margin: 10px 0 0;
}

/* formulaire ************************************/
.formulaire_newsletter label {
	font: 500 1.4em 'Barlow Condensed';
	color: #000;
	margin-right: 1em;
}
.formulaire_newsletter input.email {
	border: 1px solid #00529B;
	padding: 4px 10px;
	background-color: #F1EDE3;
	color: #000;
	transition: .3s ease;
}
.formulaire_newsletter input.email:hover, .formulaire_newsletter input.email:focus {
	background-color: #fff;
}
.formulaire_newsletter input.submit {
	margin-top: 20px;
	border: 0;
	padding: 4px 10px;
	background-color: #00529B;
	font: 500 1.4em 'Barlow Condensed';
	color: #fff;
	border-radius: .1em;
	transition: .3s ease;
	cursor: pointer;
}
.formulaire_newsletter input.submit:hover {
	background-color: #555;
}

/* pages intérieures *****************************************************/

main.int {
	display: inline-block;
	margin-top: 95px;
	width: 100%;
	flex: 1;
    animation-delay: .5s;
    animation-duration: 2s;
}

.sommaire .item {
    background-color: rgba(255,255,255,.6);
    padding: 20px 12px;
    border-radius: .3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .4s ease;
}
.sommaire a .item .titre-item {
	font-family: 'Barlow Condensed';
    color: #000;
    font-size: 1.4em;
    transition: .3s ease;
}

.sommaire h2 a {
    font: 400 .85em 'Barlow Condensed';
    color: #044740;
    transition: .25s ease-in-out;
}
.sommaire h2 a:hover, .txt a:hover {
    color: #000;
}

.sommaire h3 {
    font: 500 1.6em 'Barlow Condensed';
    color: #044740;
    margin: 0 0 1em;
}
.txt {
    text-align: left;
}
.txt a {
    color: #044740;
    transition: .25s ease-in-out;
}
.txt p {
    margin: 0 0 1em;
}

.logo-article {
    float: right;
    width: 35%;
    margin: 0 0 0 20px;
}

.sommaire h2.spip {
    font: 500 1.6em 'Barlow Condensed';
    color: #044740;
    margin: 1em 0 .25em;
}

table.spip {
    display: block;
    width: 100% !important;
}
table.spip td {
    padding: 15px;
}
table.spip tr.row_first th#id10f3_c1, table.spip tr.row_first th#id10f3_c2 {
	background-color: #747260;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
table.spip tr.odd {
	background-color: rgba(255,255,255,0.7);
}
table.spip tr.even {
	background-color: rgba(255,255,255,0.4);
}
table.spip th#id0cf3_l0, table.spip th#id0cf3_l1, table.spip th#id0cf3_l2, table.spip th#id0cf3_l3, table.spip th#id0cf3_l4, table.spip th#id0cf3_l5, table.spip th#id0cf3_l6, table.spip th#id0cf3_l7, table.spip th#id0cf3_l8 {
	padding: 15px;
}

/*********************************************************************** */
@media (max-width: 946px) {
	
	.logo {
		top: 21px;
		left: 20px;
	}
	.logo img {
		width: auto;
		height: 180px;
	}
	
	.contacts {
		position: fixed;
		top: 220px;
		left: 20px;
		width: 200px;
		font-size: .8em;
	}
	
	header h2 {
		margin: 12px 0 0 240px;
		line-height: 1.1;
		animation-delay: 1.2s;
	}

	nav {
		top: 88px;
		right: 20px;
		font-size: 1.2em;
	}
	.cbp-tm-submenu {
		top: 32px;
	}
	.cbp-tm-menu > li {
		margin: 0 0 0 8px;
	}
	.cbp-tm-menu > li > a {
		padding: 5px 10px 8px;
	}
	.anim {
		display: block;
		width: auto;
		margin: 60px 20px 0 240px;
	}
	
	.actus {
		margin: 40px 20px 20px 240px;
	}
	.actus h2 {
		font: 400 1.6em 'Barlow Condensed';
	}
	
	img.deco {
		width: 30px;
	}
	
	.rappel {
		font: 400 1.8vw 'Barlow Condensed';
	}
	
}

@media (max-width: 740px) {
	
	li.option {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	
}

@media (max-width: 680px) {
	
	.logo {
		top: 10px;
	}
	.logo img {
		height: 74px;
	}
	header h2 {
		margin: 12px 0 0 110px;
		font-size: 1em;
	}
	header h2 strong {
		font-size: 1.6em;
	}

	header .social {
		top: 50px;
		right: 20px;
	}
	
	nav ul#cbp-tm-menu, .contacts {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	nav {
		width: 100%;
		top: 96px;
		right: 0px;
	}
	.menu {
		display: block;
		visibility: visible;
		opacity: 1;
		text-align: center!important;
		background-color: #DDDABE;
		width: 90%;
		padding: 6px 5%;
	}
	.menu a {
		color: #000;
		margin: 0 5px;
		transition: .25s ease;
	}
	.menu a:hover {
		color: #747260;
	}
	
	.anim {
		display: block;
		width: auto;
		margin: 60px 30px 0;
	}
	
	.actus, .sommaire {
		margin: 40px 30px 20px;
	}
	.actus .item, .sommaire .item {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.actus .item-resp, .sommaire .item-resp {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.actus .item-resp {
		background-color: rgba(255,255,255,.6);
		padding: 12px;
		border-radius: .3em;
		margin-bottom: 20px;
		transition: .4s ease;
	}
	.actus a .item-resp .titre-item {
		font-family: 'Barlow Condensed';
		color: #000;
		font-size: 1.4em;
		transition: .3s ease;
	}
	.actus a:hover .item-resp .titre-item, .actus a:hover .item-resp h5 {
		color: #044740;
	}
	.actus .item-resp:hover {
		background-color: #fff;
	}
	.actus .item-resp img {
		display: inline-block;
		margin: 6px 0;
	}
	.actus a .item-resp h5 {
		margin: 0!important;
		font: 400 .9em  Verdana, Helvetica;
		color: #000;
		text-align: left;
	}
	
	.edito {
		margin-bottom: 15px;
	}
	
}

