
@import url(https://fonts.googleapis.com/css?family=Dosis);
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');

/* Généralités **************************************************/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	position: relative;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: 400;
	margin: 0;
	overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}

a {
    text-decoration: none;
}

a:focus, [aria-label]:focus, img, section, div {
    outline: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

hr {
	display: block;
	clear: both;
	height: 3px;
	width: auto;
	margin: 1em 0;
	padding: 0;
	color: #426B35;
	background-color: #426B35;
	border: none;
}

#menu-container #menu-wrapper, .logoresp, span.resp-item, span.resp-item2 {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/* haut de page *************************************************/
#top {
	position: fixed;
	bottom: 30px;
	right: 15px;
	font-size: 3em;
	color: #D2C9BB;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	line-height: .5;
	cursor: pointer;
	z-index: 10000;
	overflow: hidden;
}
#top:hover{
	color: #4D1A6E;
}

/* fin des généralités *********************************************************/

.logo {
	position: fixed;
	top: 0;
    left: 25px;
	width: 240px;
	height: auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0 0 1em 4em;
	z-index: 100;
	animation-delay: .5s;
	animation-duration: 1s;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    background-color: #d2c9bb;
    z-index: 60;
}
nav .menu {
    position: absolute;
    top: 63px;
    left: 0;
	display: block;
	width: 100%;
    background-color: #4D1A6E;
	color: #fff;
	padding: 10px 0 10px 320px;
    font: 400 1.2em 'Fjalla One';
    animation-delay: 1s;
	animation-duration: 1s;
}
nav .menu a {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
nav .menu a:hover, nav .menu a.on {
    color: #D2C9BB;
}

nav h2 {
    position: absolute;
    top: 20px;
    left: 320px;
    font: 600 1.1em 'Dosis';
    color: #451660;
    line-height: 1;
    margin: 0 70px 0 0;
    animation-delay: 1s;
	animation-duration: 2s;
}
nav h2 span.vert {
    color: #426B35;
}

.lang {
	position: fixed;
	top: 0;
	right: 0;
	width: 58px;
	color: #fff;
	text-align: center;
    border-radius: 0 0 0 .4em;
	animation-delay: 2s;
	animation-duration: .6s;
	z-index: 150;
}
.lang a {
	position: relative;
	display: block;
	width: 58px;
	height: 32px;
	padding-top: 10px;
	font: 600 1.2em Verdana;
	text-align: center;
	background-color: #426B35;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.lang a:hover, .lang a.on {
	color: #D2C9BB;
	background-color: #134c01;
}

.lang a:hover:after,
.lang a:focus:after {
	content: attr(aria-label);
	position: absolute;
	top: 8px;
	right: 50px;
	z-index: 1;
	width: auto;
	height: auto;
	white-space: nowrap;
	background-color: #426B35;
	/*border-radius: 0 16px;*/
	color: #fff;
	padding: 7px 12px 6px 12px;
	font: 600 .75em sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.contacts {
	position: fixed;
	top: 126px;
	right: 0;
	width: 28px;
	background-color: #fff;
	color: #451660;
	padding: 10px 15px;
	text-align: center;
    border-radius: 0 0 0 .4em;
	animation-delay: 2s;
	animation-duration: .6s;
	z-index: 150;
}
.contacts a, .contacts-it a {
	position: relative;
}
.contacts a i.fas, .contacts a i.fab, .contacts-it a i.fas, .contacts-it a i.fab {
	font-size: 28px;
	color: #451660;
	margin: 5px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contacts a:hover i.fas, .contacts a:hover i.fab, .contacts-it a:hover i.fas, .contacts-it a:hover i.fab {
	color: #426B35;
}

.contacts a:hover:after, .contacts-it a:hover:after, 
.contacts a:focus:after, .contacts-it a:focus:after {
	content: attr(aria-label);
	position: absolute;
	top: -9px;
	right: 34px;
	z-index: 1;
	width: auto;
	height: auto;
	white-space: nowrap;
	background-color: #426B35;
	/*border-radius: 0 16px;*/
	color: #fff;
	padding: 7px 12px 6px 12px;
	font: 600 .75em sans-serif;
    text-transform: uppercase;
    line-height: 1;
}
.contacts-it {
	position: fixed;
	top: 170px;
	right: 0;
	width: 28px;
	background-color: #fff;
	color: #451660;
	padding: 10px 15px;
	text-align: center;
    border-radius: 0 0 0 .4em;
	animation-delay: 2s;
	animation-duration: .6s;
	z-index: 150;
}

#bgsite {
    margin: 110px 0 0 0;
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: #d2c9bb;
	text-align: center;
    z-index:1;
	animation-delay: 3s;
	animation-duration: 1s;
}
#bgsite .cycle-slideshow {
	display: inline-block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
#bgsite .cycle-slideshow img {
    width: 100%;
    height: auto;
}

@media (max-width: 910px) {
	
	nav h2 {
		top: 10px;
		line-height: 1.2;
	}
}
@media (max-width: 870px) {
	
	nav .menu {
		font: 400 1.8vw 'Fjalla One';
	}
}
@media (max-width: 710px) {
	
	.logo {
		width: 190px;
		border-radius: 0 0 1em 4em;
	}
	nav {
		height: 90px;
	}
	nav .menu, nav h2 {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	#menu-container #menu-wrapper {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#bgsite {
		margin: 90px 0 0 0;
		animation-delay: 1s;
	}
}


main {
    flex: 1;
    display: inline-block;
    width: 86%;
    background-color: #426B35;
    padding: 2em 7% 3em 7%;
    text-align: center;
    z-index: 50;
    animation-delay: 3.2s;
    animation-duration: 2s;
	overflow-x: hidden;
}
main h1 {
    font: 400 3.5vw 'Fjalla One';
    color: #fff;
    line-height: 1.2;
    margin: 0 0 1em 0;
    animation-delay: 3.5s;
	animation-duration: 3s;
}
main h1 strong, .justify strong {
    color: #d2c9bb;
    font-weight: 400;
}

section {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 30px auto;
    font-family: 'Dosis';
	overflow-x: hidden;
}
section.wow {
    animation-delay: .5s;
	animation-duration: 1.5s;
}
.justify {
    color: #fff;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.4;
}
.justify a {
    color: #d2c9bb;
	border-bottom: 1px dotted #fff;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.justify a:hover {
    color: #fff;
}

section.news {
    text-align: left;
    background-color: #fff;
    border-radius: .4em;
    margin: 0 0 40px 0;
}
section.news .actu {
    display: block;
    width: auto;
    padding: 20px;
    font-size: 1.2em;
}
section.news h2 {
	font: 400 2.2vw 'Fjalla One';
    color: #4D1A6E;
    line-height: 1.2;
    margin: 0 0 .25em 0;
}

section.blanc h2 {
	font: 400 2.5vw 'Fjalla One';
    color: #fff;
    line-height: 1.2;
    margin: 2em 0 1em 0;
}
section.blanc .item {
	display: block;
	width: auto;
	height: auto;
	vertical-align: middle;
	background-color: #d2c9bb;
	padding: 20px;
	/*margin: 0 10px;*/
	font: 400 2.2vw 'Fjalla One';
	color: #4d1a6e;
	text-transform: uppercase;
	line-height: 1.3;
	border-radius: .4em;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.blanc .item:hover {
	background-color: #fff;
}
section.blanc .beige {
	background-color: #EFEEEC;
	padding: 20px;
	margin-top: 1em;
	color: #000;
	text-align: left;
	border-radius: .4em;
	font-family: Arial, Helvetica;
	font-size: .8em;
}
section.blanc .beige strong {
	color: #4d1a6e;
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 1.2em;
}

section.white {
    background-color: #fff;
    padding: 30px auto;
	margin-top: 2em;
	border-radius: .4em;
}
section.white h2 {
	font: 400 2.5vw 'Fjalla One';
    color: #426B35;
    line-height: 1.2;
    margin: 1em 0;
}
section.white h4 {
	color: #4D1A6E;
	font-size: 1.4em;
	margin: 0 0 .5em 0;
}


footer {
    display: block;
    margin: 0;
    width: 86%;
    padding: 20px 7%;
    background-color: #fff;
    font: 400 .8em Verdana;
    color: #333;
	animation-delay: 1s;
	animation-duration: 1s;
}
footer .rappel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .rappel ul li {
	display: block;
	font: 400 1.2em 'Fjalla One';
	text-align: center;
}
footer .rappel ul hr.separe {
	background-color: #426B35;
	color: #426B35;
	border: none;
	height: 1px;
	margin: .5em 0;
}
footer a {
     color: #4D1A6E;
    -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
footer a:hover, footer a.on {
     color: #426B35;
}

footer .central, footer .logo-f {
	text-align: center;
}
footer .central strong {
	font-weight: 600;
	color: #4D1A6E;
}
footer .central i {
	font-weight: 600;
	color: #426B35;
	font-style: normal;
}

.hover a img {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hover a:hover img {
	opacity: .6;
}

@media (max-width: 680px) {
	
	.contacts {
		padding: 10px;
		width: 24px;
	}
	.contacts a i.fas, .contacts a i.fab {
		font-size: 24px;
	}

	main {
		padding: 140px 7% 3em 7%;
	}
	main h1 {
		font: 400 3.8vw 'Fjalla One';
	}
	
	.deco {
		margin-top: 1em;
	}
	
	section.blanc h2, section.white h2 {
		font: 400 3.5vw 'Fjalla One';
	}
	section.blanc .item {
		margin: 0 0 1em 0;
		font: 400 3.2vw 'Fjalla One';
	}
	#bgsite, span.normal {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	span.resp-item {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	section.white h4 {
		font-size: 2.8vw;
	}
	footer .central {
		margin-top: 2em;
	}
	footer .logo-f img.spip_logos {
		width: 50%;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	
	.logo {
		left: 20px;
	}
	
	main {
		padding: 160px 7% 3em 7%;
	}
	main h1 {
		font: 400 5.5vw 'Fjalla One';
	}
	
	.contacts {
		padding: 5px 10px;
	}
	
	section.blanc h2, section.white h2 {
		font: 400 4.5vw 'Fjalla One';
	}
	section.blanc .item {
		font: 400 4.2vw 'Fjalla One';
		margin: 0 0 .5em 0;
	}
	section.white h4 {
		font-size: 3.8vw;
	}
	span.normal2 {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	span.resp-item2 {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}


/* pages intérieures ************************************************************************************/

main.rub {
    text-align: left;
	color: #fff;
	background-color: #36572b;
    animation-delay: 1s;
    animation-duration: 1.5s;
	overflow-x: hidden;
}
main.rub .ariane {
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
main.rub .ariane a {
	color: #D2C9BB;
	font-size: .9em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
main.rub .ariane a:hover {
	color: #fff;
}
main.rub h2 {
	color: #D2C9BB;
	margin: 0 0 .5em 0;
	font: 400 2em 'Fjalla One';
	text-align: center;
}
main.rub h3.spip {
	color: #D2C9BB;
	margin: 0 0 .5em 0;
}
main.rub hr.blhr {
	background-color: #D2C9BB;
	color: #D2C9BB;
	height: 2px;
	border: none;
	margin: 2em 0 1em 0;
}
main.rub .chapo {
	background-color: #12271E;
	padding: 1em 20px;
	display: block;
	width: auto;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	text-align: center;
	border-radius: .4em;
}
main.rub .chapoleft {
	background-color: #12271E;
	padding: 1em 20px;
	display: block;
	width: auto;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	text-align: left;
	border-radius: .4em;
}
main.rub span.txt a {
	color: #D2C9BB;
	border-bottom: 1px dotted #D2C9BB;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
main.rub span.txt a:hover {
	color: #fff;
}
main.rub ul.spip li {
	list-style: disc;
}
main.rub .portfolio {
	display: inline-block;
	margin-top: 1em;
}
.trombi {
	margin: 0 1% 1em 1%;
	width: 14.33%;
  	display: inline-table;
	text-align: center;
	font-size: .9em;
}
.trombi img {
	margin-bottom: .25em;
}
@media (max-width: 910px) {
	
	.trombi {
		width: 23%;
	}
	
}
@media (max-width: 710px) {
	
	.trombi {
		width: 31.33%;
	}
	
}
@media (max-width: 540px) {
	
	.trombi {
		width: 48%;
	}
	
}

.calendrier {
	display: block;
	width: auto;
	background-color: #D2C9BB;
	color: #000;
	font-family: 'Fjalla One';
	font-weight: 400;
	padding: 15px;
	border-radius: .25em;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.calendrier:hover {
	background-color: #fff;
}
.calendrier img {
	width: 100%;
}
.calendrier h5 {
	font-weight: 400;
	color: #4D1A6E;
	margin: 0 0 .5em 0;
	font-size: 1em;
}
.calendrier h6 {
	text-align: left;
	font: 400 .8em Arial, Helvetica, sans-serif;
	color: #36572B;
	margin: .25em 0 0 0;
}
.calendrier h6.first {
	margin: .5em 0 0 0;
}
.calendrier h6 strong {
	color: #000;
	font-weight: 400;
}

.album h6 {
	font: 400 .75em Arial, Helvetica, sans-serif;
	color: #fff;
	margin: .5em 0 0 0;
}

.chiffres-item {
	text-align: center;
	color: #fff;
}
.chiffres-item span.counter {
	font: 400 5em 'Fjalla One';
	color: #D2C9BB;
	line-height: 1;
}
.chiffres-item sup {
	font: 400 2em 'Fjalla One';
	color: #D2C9BB;
}
.chiffres-item p {
	margin: .5em 0;
}

.rub5 {
	display: block;
	width: auto;
	background-color: #fff;
	padding: 10px 20px 20px;
	color: #000;
}

button {
	padding: 8px 16px;
	background-color: #12271E;
	font: 400 1.2em 'Fjalla One';
	color: #fff;
	letter-spacing: 1px;
    text-transform: uppercase;
	border: none;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
button:hover {
	background-color: #4D1A6E;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

/* tableaux */
table.spip {
	/*display: block;
	width: 100%;*/
    font-family: stratos;
    font-weight: 400;
    text-align: center;
}

table.spip tr.row_first {
	padding: 10px 20px;
	background-color: #709C72;
	color: #fff;
}
table.spip tr.row_first th {
    width: auto;
	font-weight: 400;
	padding: 10px 25px;
	color: #fff;
}
table.spip tr.row_first, table.spip tr.row_even, table.spip tr.row_odd {
	width: 100%;
}
table.spip td {
    padding: 15px 0;
	background-color: #fff;
	vertical-align: top;
}

/* formulaire *******************************************/

form {
	display: inline-block;
	width: 100%;
    margin-top: 1.5em;
}
fieldset {
	background-color: #D2C9BB;
	border: 2px solid #fff;
	margin: 1em 0;
}
legend {
	font: 400 1.2em 'Fjalla One';
    color: #12271E;
	text-transform: uppercase;
	background-color: #fff;
	padding: 5px 10px 4px 6px;
	border-radius: .2em;
}
div.editer {
	display: block;
	width: auto;
	/*margin: 0 0 1em 0;*/
	font-family: 'Fjalla One';
	font-weight: 400;
	background-color: #D2C9BB;
	padding: 1em 20px;
}
fieldset div.editer {
	display: block;
	width: auto;
	font-family: 'Fjalla One';
	font-weight: 400;
	padding: .5em 0 0 0;
}

label {
	font-size: 1.1em;
	font-weight: 400;
    color: #000;
}
div.choix label {
	color: #36572B;
}
span.obligatoire {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: #4D1A6E;
}
input, input.file {
	width: 96%;
	font: 400 14px Arial, Helvetica, sans-serif;
	color: #000;
	background: rgba(255,255,255,0.7);
	border: 1px solid #fff; 
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	padding: 8px 0 8px 8px;
	margin: 5px 0 12px 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
select {
	font: 400 14px Arial, Helvetica, sans-serif;
	color: #000;
	background: rgba(255,255,255,0.7);
	border: 1px solid #fff; 
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	padding: 8px;
	margin: 0 0 12px 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
textarea {
	width:96%;
	padding:2%;
	background:rgba(255,255,255,0.6);
	font:400 14px Arial, Helvetica, sans-serif;
	color: #000;
	border:1px solid #fff; 
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	display:inline-block;
	margin:5px 0 8px 0;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background-color: #fff;
	color: #000;
}
input.submit {
	float: right;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	background-color: #4D1A6E;
	font: 400 1.6em 'Fjalla One';
	color: #fff;
	letter-spacing: 1px;
    text-transform: uppercase;
	border: none;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	margin: 10px 0 0 0;
}
input.submit:hover {
	background-color: #000;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

p.formulaire_ok {
	font-weight: 600;
	color: red;
}
p.explication {
	margin: 0!important;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}
p.explication a {
	color: #4D1A6E!important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
p.explication a:hover {
	color: #000!important;
}
div.saisie_checkbox {
	display: inline-block;
	width: 100%;
}
div.saisie_checkbox label {
	margin-right: 20px;
}
div.choix {
	display: inline-block;
}
div.choix input {
	display: inline-block;
	width: 20px;
}
div.choix input.file {
	display: inline-block;
	width: 380px;
	font-size: .8em;
}
.explication_texte {
	color: #12271E;
	font-family: Arial, Helvetica;
	font-weight: 400;
}
.important .explication_texte {
	color: #4D1A6E;
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 1.2em;
}
span.erreur_message {
	color: #FF0000;
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 1.2em;
}
div.reponse_formulaire {
	background-color: #12271E;
	color: #fff;
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 1.2em;
	padding: 1em;
}
div.reponse_formulaire_erreur {
	background-color: #FF0000;
	color: #fff;
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 1.2em;
	padding: 1em;
}

p.info-plus, p.mode {
	margin: .25em 0 1em 0;
	color: #000!important;
}
/*div.choix label {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}*/


/* gestion portfolio ***************************************************************/
#portfolio {
	display:inline-block;
	width:100%;
	margin:0 0 40px 0;
	border-bottom: none;
    text-align: center;
}
#portfolio a span.box {
	display:inline-block;
	width:23%;
    margin: 0 1% 15px 1%;
	position:relative;
	text-align:center;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
	z-index:100;
}
#portfolio a span.box img {
	opacity:1;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
#portfolio a span.box:hover img {
	opacity:.7;
}
#portfolio a span.box span.titre-photo {
	opacity:0;
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
	position:absolute;
	top:10%;
	left:10%;
	background:rgba(0,0,0,0.7);
	display:flex;
	flex-direction: column;
	justify-content: center;
	width:70%;
	height:70%;
	padding:5%;
	font:400 1em alternate-gothic-no-2-d, sans-serif;
	line-height:1.1;
	color: #EA5B0C;
	text-indent:-9999;
	z-index:200;
}
#portfolio a:hover span.box span.titre-photo {
	opacity:1;
}
#portfolio a span.box span.titre-photo small {
	font: 400 10px Verdana, sans-serif;
    color: #fff;
}
#portfolio a span.box span.titre-photo p {
	margin: .25em 0;
}

