*:target {
	scroll-margin-top: 170px;
}
a {
	color: white;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	font-weight: bold;
}
a:hover {
	color: rgba(145,40,59,1);
}
#alert a {
	color: #888;
}
#alert a:hover {
	color: rgba(145,40,59,1);
}
input:not([type=checkbox]):not([type=submit]):not([type=radio]), select {
	background-color: white;
	border: 1px solid black;
	min-height: 24px;
	font-family: Georgia;
	min-width: 200px;
	font-size: 10pt;
}
input[type=checkbox] {
	height: 18px;
	width: 18px;
	margin-right: 20px;
}
input[type=checkbox] {
	height: 18px;
	width: 18px;
	margin-right: 20px;
}
button, input[type=submit], .button-like {
	text-align: center;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	min-height: 40px;
	padding: 10px;
	width: auto;
	background-color: transparent;
	color: black;
	cursor: pointer;
	border: 2px black solid;
	transition-property: background-color, color, border-top-color, border-right-color, border-bottom-color, border-left-color;
	transition-duration: 0.3s, 0.3s, 0.2s, 0.4s, 0.6s, 0.8s;
	transition-timing-function: ease-in-out;
}
button:enabled:hover, input[type=submit]:enabled:hover, .button-like:enabled:hover {
	background-color: rgba(145,40,59,1);
	color: white;
	border-color: white;
	border-style: outset;
}
button:enabled:active, input[type=submit]:enabled:active, .button-like:enabled:active {
	border-style: inset
}
button:disabled, input[type=submit]:disabled, .button-like:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 2px 5px 2px 5px;
}
table.alterne tr:nth-child(2n+1) {
	background-color: transparent;
}
table.alterne tr:nth-child(2n) {
	background-color: rgba(255,255,255,0.5);
}
table th {
	border-bottom: solid black 1px;
}
table.horbor tr:not(:last-child) td {
	border-bottom: dotted black 1px;
}
.remplissage {
	display: none;
}
.td-comble {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -5;
    background-color: transparent;
}

.tooltip {
	position: absolute;
	display: inline-block;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px;
	width: max(100%, 100px);
	max-width: max-content;
	height: auto;
	font-weight: normal;
	font-size: 12px;
	background-color: white;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	z-index: -1;
	text-align: center;
}
.tooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: white transparent transparent transparent;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -1%);
}
*:hover + .tooltip, *:hover > .tooltip:first-child {
	opacity: 1;
	z-index: 2;
	visibility: visible;
	transform: translate(-50%, calc(-100% - 10px));
}

body{
	font-family: Georgia,"Times New Roman",Times,serif;
	display: block;
	margin: 150px 0px 0px 0px;
}
.logo_et_nom{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	position: relative;
}
.logo_et_nom a {
	text-decoration: none;
	color: black;
	font-weight: normal;
}
.logo_et_nom img, .logo_et_nom span {
	display: inline-block;
	vertical-align: middle;
}
.logo_et_nom img {
	width: 100px;
	border-radius: 50%;
}
.logo_et_nom span {
	margin-left: 5px;
}
.logo_et_nom, nav{
	display: inline-block;
	vertical-align: middle;
}
#nom{
	font-size: 30px;
}
header{
	background-color:white;
	position:fixed;
	top:0px;
	left: 0px;
	right: 0px;
	display: block;
	height: 120px;
	z-index: 5;
	width: 100%;
	box-shadow: 1px 1px 5px #888;
}
nav {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: calc(100% - 320px);
	min-width: 200px;
	display:flex;
	justify-content: right;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
}

.pagemenu > a{
	color:black;
	text-decoration:none;
}
.rubrique > a{
	color:black;
	text-decoration:none;
	font-weight: normal;
}
.sous-rubrique > a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.rubrique:hover > a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.sous-rubrique:hover > a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.rubrique, .sous-rubrique {
	transition: font-weight 0.5s ease;
}
.pagesousmenu > a, .pagesoussousmenu > a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}
nav > a{
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	height:30px;
}
.pagemenu, .rubrique{
	width:200px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	height: 40px;
}
#conteneur_notif {
	position: absolute;
	width: 75px;
	height: 20px;
	text-align: right;
	top: 0%;
	left: 100%;
	transform: translate(calc(-100% + 7px),-10px);
}
.cercle_notif {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: white;
	font-size: 14px;
	text-align: center;
}
.cercle_notif.bleu {
	background-color: rgba(6,5,204,1);
}
.cercle_notif.vert {
	background-color: rgba(6,204,5,1);
}
.cercle_notif.rouge {
	background-color: rgba(145,40,59,1);
}
.cercle_notif.orange {
	background-color: rgba(248,209,129,1);
}
.pagemenu span, .rubrique span{
	color:black;
	position:relative;
	display:inline-block;
	padding:5px 0 5px;
	background-color:white;
	width:100%;
	height:30px;
	text-align:center;
	font-size:22px;
	-webkit-transition:-webkit-transform 0.5s;
	-moz-transition:-moz-transform 0.5s;
	-ms-transition:-ms-transform 0.5s;
	-o-transition:-o-transform 0.5s;
	transition:transform 0.5s;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	-o-transform-origin:50% 0;
	transform-origin:50% 0;
}
.pagemenu a, .rubrique > a{
	color:black;
	position:absolute;
	display:inline-block;
	padding-top:4px;
	padding-bottom:4px;
	background-color:white;
	width:100%;
	height:30px;
	text-align:center;
	font-size:22px;
}
.pagemenu a, .ru-co > a {
	background-color:rgba(145,40,59,1);
}
.ru-mc > a {
	background-color:rgba(243,165,5,1);
}
.ru-c > a {
	background-color:rgba(160,62,13,1);
}
.pagemenu:hover span, .rubrique:hover span{
	width:100%;
	height:30px;
}
.pagemenu:hover a {
	color: white;
}
.pagemenu:hover span, .rubrique:hover span{
	border-bottom:6px solid #CDCDCD;
	-webkit-transform:translateY(-30px) scale(0.6);
	-moz-transform:translateY(-30px) scale(0.6);
	-ms-transform:translateY(-30px) scale(0.6);
	-o-transform:translateY(-30px) scale(0.6);
	transform:translateY(-30px) scale(0.6);
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.sousmenu, .soussousmenu{
	width:100%;
	left:0;
	opacity:0;
	position:absolute;
	visibility:hidden;
	z-index:5;
	box-shadow: 5px 5px 5px -3px #888;
}
.sousmenu {
	top: 10px;
}
.soussousmenu{
	left: -200px;
	top: -25px;
}
.sousmenu, .soussousmenu{
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.pagesousmenu, .pagesoussousmenu{
	width:100%;
	height: 25px;
	text-align:center;
	display:block;
	padding-top: 7px;
	position: relative;
}
.psm-mc, .pssm-mc {
	background-color:rgba(243,165,5,1);
	border-bottom:3px solid rgba(243,165,5,1);
}
.psm-c, .pssm-c {
	background-color:rgba(160,62,13,1);
	border-bottom:3px solid rgba(160,62,13,1);
}
.psm-co {
	background-color:rgba(145,40,59,1);
	border-bottom:3px solid rgba(145,40,59,1);
}
.pagesousmenu a, .pagesoussousmenu a{
	width:100%;
	text-align:center;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.pagesousmenu:hover, .pagesoussousmenu:hover {
	width:100%;
	text-align:center;
}
.psm-mc:hover, .pssm-mc:hover {
	background-color:rgba(255,216,56,1);
	border-bottom-color: rgba(193,115,0,1);
}
.psm-c:hover, .pssm-c:hover {
	background-color:rgba(210,113,64,1);
	border-bottom-color:rgba(108,10,0,1);
}
.psm-co:hover {
	background-color:rgba(195,90,109,1);
	border-bottom-color:rgba(95,0,9,1);
}
.pagesousmenu:hover a, .pagesoussousmenu:hover a {
	color: black;
}
.sousmenu a, .soussousmenu a{
	padding-left:5px;
	padding-right:5px;
	text-shadow:none;
	background-position:center;
	text-align:center;
	width: 100%;
}
.rubrique:hover > .sousmenu {
	opacity: 1;
	top: 35px;
	visibility: visible;
}
.sous-rubrique:hover > .soussousmenu {
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.soussousmenu a {
	color:white!important;
}
.pagesoussousmenu:hover a {
	color: black!important;
}

nav * {
	transition-property: color, background-color, border;
	transition-duration: 0.25s;
	transition-timing-function: ease;
}
#alert {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background-color: cornsilk;
}
#alert p {
	margin: 15px;
}

.corps, .texte {
	text-align: center;
	min-height: calc(100vh - 375px);
}

footer {
	background-color: cornsilk;
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
	box-shadow: 1px 1px 5px #888;
	width: 100%;
	margin-top: 50px;
}
footer img {
	height: 30px;
}
footer a {
	color: black;
}

actu-content a {
	color: black;
}

#trophee-decouvert {
	width: 400px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform 0.5s ease-in-out;
	border-radius: 10px;
	background-color: white;
	z-index: 5;
	text-align: center;
	box-shadow: 1px 1px 5px #888;
}
.trophee {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 85px;
	margin: 5px;
	cursor: default;
}
.base {
	width: 85px;
	display: inline-block;
}
.spec {
	height: 50px;
	display: inline-block;
	animation: flotte infinite ease-in-out 5s;
}
.par, .par2 {
	font-size: 16px;
	display: inline-block;
	width: 85px;
}
.par {
	height: 40px;
}

.autocomplete {
	position: relative;
	display: inline-block;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-top: none;
	z-index: 10;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 200px;
	overflow-y: scroll;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}
.autocomplete-active {
	background-color: cornsilk !important;
}

@keyframes flotte {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

@media all and (max-width:890px) {
	#nom {
		display: none;
	}
	.logo_et_nom {
		width: 100px;
	}
	nav {
		width: calc(100% - 125px);
	}
}

@media all and (max-width:545px) {
	.logo_et_nom {
		display: none;
	}
	nav {
		width: calc(100% - 20px);
	}
}
