/*** general ***/

:root {
  --ncs-s-2570-r: #920321;
  --ncs-s-5540-b10g: #00475f;
  --ncs-s-1502-r: #d2cecd;
  --ncs-s-0530-y: #fde597;
}

body {
	color: dimgrey;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color:#000055;
}

a:visited {
	color:#000099;
}

a:active, a:hover {
	color:#990000;
}

.div_link{
	text-decoration: none;
	font-weight: bold;
	color:#000055;
}

.div_link:hover {
	color:#990000;
}

#cadre {
	margin-top: 20px;
	border:0;
	padding:0;
}

#entete {
	max-width:982px;
	padding-bottom:10px;
}

#content {
	clear: both;
	max-width: 1200px;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
	background-color: whitesmoke;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#content h2 {
	margin-left:60px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

#content h3 {
	font-size: 16px;
	text-indent:20px;
	font-weight: bold;
	padding-bottom:15px;
}

#content h4 {
	font-size: 14px;
	text-indent:20px;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:10px;
}

.liste {
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}

/*** menu ***/

#bannier {
	margin: auto;
	background-image:url('../images/arpeli.jpg');
	max-width:1024px;
	height: 150px;
	color:white;
	text-align:center;
	font-size: 30px;
	font-weight:bold;
	font-style:italic;
	font-family:"Georgia",serif;
	border-radius: 10px;
}

#bannier p {
	padding-top:2px;
}

#menu {
	max-width:1024px;
	text-align:center;
	margin: auto;
}

#menu ul {
	margin:auto;
	padding:auto;
	list-style-type:none;
	text-align:center;
	display: flex;
	flex-direction: row;
	justify-content: center;

}

#menu li {
	max-width: 300px;
	padding:0;
	background-color:whitesmoke;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#menu li :hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 22px 0 rgba(0, 0, 0, 0.19);
}

#menu li a {
	color: dimgrey;
}

.displayed {
	background-color: dimgrey !important;
}

.displayed a {
	color:whitesmoke !important;
	pointer-events: none;
	cursor: none;
}

#menu li a {
	display:block;
	padding:10px;
	z-index:+1;
	font-size: 16px;
}

#menu ul li ul {
	display:none;
}

#menu ul li:hover ul {
	display:block;
}

#menu li:hover ul li {
	float:none;
	z-index:+1;
}

#menu li ul {
	position:absolute;
	z-index:+1;
}

/*** pied ***/

#foot {
	text-align:center;
	color:#000055;
	font-size: 12px;
	margin-top:10px;
}

/*** liens ***/

.webcam {
  	text-align:center;
  	margin-bottom: 10px;
  	margin-top: 10px;
}

#webcams {
	margin:auto;
}

.liens a {
	margin: 5px;
	display: inline-block;
}

/*** carte ***/

#map {
	height:600px;
	width:850px;
}

#legende {
	display:inline-block;
	vertical-align:top;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
	margin:10px;
}

#layer {
	display:inline-block;
	vertical-align:top;
}

.genre-map {
    padding-right: 10px;
    white-space: nowrap;
}

.popover {
    min-width: 200px;
}

#popover_click {
    min-width: 250px;
}

.circle {
    display:inline-block;
    vertical-align: middle;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin: 5px;
}

.name {
    font-size: 14px;
    vertical-align: middle;
}

.cheky {
    vertical-align: middle;
}

/*** sorties ***/

.clickable {
    cursor: pointer;
}

#loupe {
	padding: 8px;
	background-color: white;
	border-radius: 20px;
}

.vignette {
	width: 350px;
	height: 120px;
	font-size: 14px;
	padding:10px;
	margin: 5px;
	background-color:white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.3);

}

.vignette:hover {
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1), 0 12px 40px 0 rgba(0, 0, 0, 0.3);
}

.special {
/*	width: 995px;*/
	height: 180px;
	font-size: 14px;
	padding:10px;
	margin: 5px;
	border-radius: 5px;
	background-color:floralwhite;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.3);

}

.three-cols {
	flex-grow: 3;
}

.two-cols {
	flex-grow: 2;
}

.one-col {
	flex-grow: 1;
}

#tabula {
	margin:auto;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}

#region {
	margin-right:20px;
	margin-left:20px;
}

#genre {
	margin-right:20px;
	margin-left:20px;
}

#div-select {
	text-align: right;
	padding-right:50px;
	padding-bottom:20px;
}

#div-lieux {
	text-align: right;
	padding-right:100px;
	padding-bottom:20px;
}

#lieux {
	margin-right: 10px;
}

.sortitle {
	width:200px;
  	height:65px;
	float:left;
}

.sortitle a {
  	font-weight: normal;
	color:#000000;
}

#imgsort img {
	max-height:100px;
	max-width:120px;
}

#comments {
	margin: 5px;
	padding-top: 10px;
	font-size: 12px;
}

#projets {
	text-align: center;
}

.projet {
	padding-bottom:15px;
	padding-left: 10px;
	width: 350px;
}

#liste-projet {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
}


/*
@media (max-width: 1052px) {
	body {
		background-color: White;
	}
	#cadre {
		margin: 0;
	}
	#content {
		margin-left:0;
	}
	#content h2 {
		margin:10px;
	}
	#divtexte {
		padding-right: 0;
		margin:10px;
		text-align: left;
	}
	#divannee {
		padding-right: 0;
		text-align: left;
	}
	#divselect {
		text-align: left;
	}
	.year {
		margin: 10px;
	}
	.off {
		margin: 10px;
	}
	#region {
		display: inline-block;
		padding:10px;
	}
	#genre {
		display: inline-block;
		padding:10px;
	}
	#bannier {
		background-image:none;
		height:50px;
		color:black;
	}
	#bannier a:link,#bannier a:visited {color:black;}

	#bannier p {
		padding:5px;
	}

	#ellipse {
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#liste {
		margin-left:0px;
		margin-right:0px;
	}

	#map {
		width:600px;
	}
	.genre_map {
		padding:10px;
	}
	#traces {
		margin: 20px;
	}

	.liens a {
		margin: 10px;
		display: inline-block;
	}
}

@media (max-width: 820px) {
	#map {
		width:500px;
	}
}

@media (max-width: 540px) {
	#map {
		width:300px;
		height:300px;
	}
}


@media (max-width: 1010px) {
	.special {
		width: 650px;
		height: 200px;
		font-size: 14px;
		padding:10px;
		border:1px solid white;
		background-color:Gainsboro;
	}
}

@media (max-width: 682px) {
	.special {
		width: 325px;
		height: 220px;
		font-size: 14px;
		padding:10px;
		border:1px solid white;
		background-color:Gainsboro;
	}
}
*/
