/* Free CSS by Patoche */
:root{
--colormain: #6762d6;
--coloropacity: #6762d655;
--colorbouton: #6762d6cc;
--colorahref: #514be1;
}

html, body  {
	margin: 0;
	padding: 0;
	height:100%;
	background: #000000 url(../images/accueil.jpg) no-repeat top center fixed;
	font-family: "Gill Sans", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text_align:center;
	text-transform: none;
	overflow-x: hidden;
}

h1 {
	margin: 0;
	padding: 0;
	/* font-style: italic ; */
	font-size:4.8vw;
	font-family: system-ui, "Gill Sans", sans-serif, "times new roman";
	text-align: center;
	text-transform: none;
	text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
	color: #ffffff;
}

h2 {
	margin: 0;
	padding: 0;
	/* font-style: italic ; */
	font-size:2.6vw;
	font-family: system-ui, "Gill Sans", sans-serif, "times new roman";
	text-align: center;
	text-transform: none;
	text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
	color: #ffffff;
}

h3 {
	margin: 0;
	padding: 0;
	/* font-style: italic ; */
	font-size:2.4vw;
	font-family: system-ui, "Gill Sans", sans-serif, "times new roman";
	text-align: center;
	text-transform: none;
	color: var(--colormain);
}

h4 {
	margin: 0;
	padding: 0;
	/* font-style: italic ; */
	font-size:1.8vw;
	font-family: system-ui, "Gill Sans", sans-serif, "times new roman";
	text-align: center;
	text-transform: none;
	color: var(--colormain);
}

h5 {
	margin: 0;
	padding: 0;
	/* font-style: italic ; */
	font-size: 1.4vw;
	font-family: system-ui, "Gill Sans", sans-serif, "times new roman";
	text-align: center;
	text-transform: none;
	text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
	color: #ffffff;
}

h6 {
	margin: 0;
	padding: 0;
	/* font-style: italic ; */
	font-size: 1.1vw;
	font-family: system-ui, "Gill Sans", sans-serif, "times new roman";
	text-transform: none;
	color: #ff8400;
}

p, ul, ol, blockquote {
}

a {
	text-decoration: none;
	color: var(--colorahref);
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

small {
	font-size: .6em
}

img {
	vertical-align : middle;
}

/* Header */
#header {
	border:1px solid #ffffff00; 
	border-radius: 6px;
	width: 100%;
	height: 20px;
	background-color: #ffffff00;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
#header:hover {
	border:1px solid #ffffff;
	background-color: var(--coloropacity);
	transition:all 0.5s ease;
}

/* Menu */
#menu {
	border:1px solid var(--colormain);
	border-radius: 6px;
	width: 99%;
	height: auto;
	background-color: var(--coloropacity);
	text-align: center;
	vertical-align: middle;
	margin: 2px auto 2px;
}
#menu:hover {
	border:1px solid #ffffff;
	transition:all 0.5s ease;
}
#menu ul {
	margin: 10px;
}
#menu li {
	display: inline;
}
#menu li:hover {
	text-decoration: underline;
}
#menu a {
	border:1px solid var(--colormain);
	padding: 8px;
	margin: 3px;
	border-radius: 6px;
	background-color: #ffffff33;
	color: #ffffff;
	font-size: 1.1vw;
	transition:all 0.5s ease;
}
#menu a:hover, #menu .active a {
	background-color: #ffffff;
	color: var(--colormain);
}

/* accueil */
#accueil {
	width: 100%;
	height: 200px;
	text-align: center;
	padding: 200px 0 100px 0;
}

/* Footer */
#footer {
	border:1px solid var(--colormain); 
	border-radius: 6px;
	width: 98.6%;
	height: auto;
	background-color: var(--coloropacity);
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	margin: 2px auto 2px;
	padding: 2px;
}
#footer:hover {
	border:1px solid #ffffff;
	transition:all 0.5s ease;
}
#footer ul {
	margin: 8px;
}
#footer li {
	display: inline;
}
#footer li:hover {
	text-decoration: underline;
}
#footer li a {
	border:1px solid var(--colormain);
	padding: 4px 6px;
	margin: 3px;
	border-radius: 6px;
	background-color: #ffffff33;
	color: #ffffff;
	transition:all 0.5s ease;
}
#footer li a:hover, #footer .active a {
	background-color: #ffffff;
	color: var(--colormain);
}

/* Footer Header Menu */
#footer a span img, #header a span img, #menu a span img {
	display: block;
	margin-left: auto;
  	margin-right: auto;
	padding:3px 0 0 0;
	border-style: hidden;
	border-radius: 3px;
	color: #ffffff;

}
#footer a span, #header a span, #menu a span {
	position:absolute;
  	margin-left: 10px;
  	margin-right: 80px;
  	top: 10%;
	left: 10%;
	padding: 5px;
	text-align: justify;
	border:1px solid var(--colormain);
	border-radius:5px;
	box-shadow: 3px 3px 5px #aaa;
	background-color:#fff;
	color:#000000;
	font-size: 14px;
	transition:all 0.5s ease;
	transform:scale(0) rotate(-45deg);
	opacity:0;                
}
#footer a:hover span, #footer a:focus span, #header a:hover span, #header a:focus span, #menu a:hover span, #menu a:focus span {
	transition:all 0.5s ease;
	transform:scale(1) rotate(0);
	box-shadow: 0px 0px 30px var(--colormain);
	opacity:1;
	z-index: 9999;        
}

/* boutons */
#boutons {
	width: 100%;
	height: 20px;
	margin: 20px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
#boutons ul {
}
#boutons li {
	margin: 0 5px;
	display: inline;
}
#boutons li:hover {
	text-decoration: underline;
}
#boutons li a {
	border:1px solid var(--colormain);
	padding: 4px 8px;
	border-radius: 6px;
	background-color: var(--colorbouton);
	color: #ffffff;
	transition:all 0.5s ease;
}
#boutons li a:hover, #boutons .active li a {
	background-color: #ffffff;
	color: var(--colormain);
}

/* Content Elements */
#content {
	position:relative;
    	width: 96%;
	color:#000000;
	text-align: justify;
/*	border:1px solid var(--colormain); */
	padding: 1%;
	margin:8px;
	border-radius:5px;
/*	box-shadow: 3px 3px 5px #aaa;*/
/*	background-color: var(--coloropacity); */
}
#content ul {
    padding-left: 0;
    list-style: url(images/pucefam.png) inside;
}
#content li:hover {
    padding-left: 0;
    list-style: url(images/pucechk.png) inside;
}
#content a:hover {
    color: #000000;
    text-decoration: none;
}
#content a img:hover{
	opacity: 0.5;
	border:2px solid #000; 
}
#content a img {
	border:2px solid var(--colormain); 
}
#content a video:hover{
	opacity: 0.7;
	border:2px solid #000; 
}
#content a video {
	opacity: 1;
	border:2px solid var(--colormain); 
}
#content #col0 {
	margin-left: auto;
	margin-right: auto;
	border:1px solid var(--colormain);
	border-radius:8px;
	width: 75%;
	padding: 10px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px var(--colormain);
}
#content #col1 {
	margin-left: auto;
	margin-right: auto;
	border:1px solid var(--colormain);
	border-radius:8px;
	width: 98%;
	padding: 10px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px var(--colormain);
}
#content #col2 {
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	vertical-align: top;
	border:1px solid var(--colormain);
	border-radius:8px;
	width: 48%;
	padding: 10px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px var(--colormain);

}
#content #col3 {
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	vertical-align: top;
	border:1px solid var(--colormain);
	border-radius:8px;
	width: 10%;
	padding: 10px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px var(--colormain);
}
/* Photos et boutons */
button {
	border:1px solid var(--colormain);
	background-color: var(--coloropacity);
	color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 2px;
	margin:0px 3px 6px 0;
	cursor: pointer;
}
button:hover , button.buttonactif {
	text-decoration: underline;
	background-color: #fff;
	color: var(--colormain);
	transition:all 0.5s ease;
}
#photos {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 99%;
	margin:2px auto 2px;
	border:1px solid var(--coloropacity); 
	font-size: 30px;
	border-radius:5px;
	background-color: #000; 
	transition:all 0.5s ease;
}
#photos #cleft {
	margin-left: 3px;
}
#photos #cright {
	margin-right: 3px;
}
#photos #ccenter {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin:10px;
	box-shadow: 0px 0px 30px var(--colormain);
}
#photos #ccenter img{
	max-height:720px;
	max-width:100%;
	border-radius:5px;
	border:2px solid var(--colormain); 

}
#photos #ccenter img:hover{
	border:2px solid #fff; 
}
#photos #ccenter a span {
	display: block;
	position:fixed;
	padding: 5px 20px;
	border-radius:5px;
	border:2px solid var(--colormain); 
	background-color: var(--coloropacity);
	transition:all 0.5s ease;
	z-index: -1;
	opacity: 0; 
}
#photos #ccenter a:hover span{
	margin-left: 5%;
	margin-top: -280px;
	transition:all 0.5s ease;
	z-index: 0;
	opacity: 1;
}
#cfooter {
	text-align: center;
}
#cfooter img:hover{
	opacity: 0.5;
}
#cfooter img{
	border-radius: 5px;
	max-height:40px;
}

/* Ajutements en fonction de l'affichage des médias */
@media only screen and (max-width: 800px){
    #content {
	font-size: 11px;
    }
    #header a span {	
	font-size: 11px;
    }
    #menu a span {	
	font-size: 11px;
    }
    #footer a span {	
	font-size: 11px;
    }
    #photos a span {	
    }
}

/* a developper */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


