html {
height: 100vh;
scroll-behavior: smooth;
}

body {
position: absolute;
left: 0px;
width: 100%;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.2;
margin: 0;
transition: left .3s ease;
background-color: #fff;
display: flex;
min-height: 100vh;
flex-direction: column;
color: #555;
letter-spacing: 0.03em;
}

@media screen and (min-width: 1400px) {
	
body {font-size: 16px;}

#bandeau img {width: 100%;}

#desc2 {order: 3;}
#im2 {order: 4;}
#desc4 {order: 7;}
#im4 {order: 8;}
#desc6 {order: 11;}
#im6 {order: 12;}

main {float:left;width: calc(100% - 490px);}
aside {width: 480px;margin-left: calc(100% - 480px);}

.tab_accueil > div {width: 50%;}

#left_home {width: 20%; margin-top: -20px;}
#central_home {margin: 0 10px;width: calc(55% - 20px);}
#right_home {width: 25%; margin-top: -40px;}

.mmm {display: none;}
.www {display:inline-block;}
.www_table {display:table-cell;}
.www_b {display:block;}
.www2 {display:inline-block;}
#nivo {display: table;)}

.degrade {position: absolute;top: 60px;width: 100vw;height:35vw;background: linear-gradient(180deg, rgba(255,255,255, 0.9) 0px, rgb(255,255,255, 0) 50px);}

}


@media screen and (min-width: 1024px) and (max-width: 1400px) {

body {font-size: 15px;}

#bandeau img {width: 100%;}

#desc2 {order: 3;}
#im2 {order: 4;}
#desc4 {order: 7;}
#im4 {order: 8;}
#desc6 {order: 11;}
#im6 {order: 12;}

main {float:left;width: 65%;}
aside {width: calc(35% - 10px);margin-left: calc(65% + 10px);}


.tab_accueil > div {width: 50%;}

#left_home {width: 20%; margin-top: -20px;}
#central_home {margin: 0 10px;width: calc(55% - 20px);}
#right_home {width: 25%; margin-top: -40px;}

.mmm {display: none;}
.www {display:inline-block;}
.www_table {display:table-cell;}
.www_b {display:block;}
.www2 {display:inline-block;}
#nivo {display: table;}

.degrade {position: absolute;top: 60px;width: 100vw;height:35vw;background: linear-gradient(180deg, rgba(255,255,255, 0.9) 0px, rgb(255,255,255, 0) 50px);}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

body {font-size: 14px;}

#bandeau img {margin-left:calc(50vw - 512px);height: 183px;}

main {float:left;width: calc(100% - 358px);}
aside {width: 348px ;margin-left: calc(100% - 348px);}

 #desc2 {order: 4;}
#im2 {order: 3;}
#desc4 {order: 8;}
#im4 {order: 7;}
#desc6 {order: 12;}
#im6 {order: 11;}
.choix_accueil {margin: 20px;}
.tab_accueil > div {width: 100%;}

#left_home {width: 34%; order: 2;}
#central_home {margin-right: 10px; width: calc(66% - 10px); order: 1;}
#right_home {width: calc(66% - 10px); order: 3;}


.mmm {display:inline-block;}
.www {display: none;}
.www_table {display: none;}
.www_b {display:none;}
.www2 {display:inline-block;}
#nivo {display: none;}

.degrade {position: absolute;top: 60px;width: 100vw;height:35vw;}
}


@media screen and (max-width: 768px)  {
	
body {font-size: 14px;}

#bandeau img {margin-left:calc(22vw - 297px);height: calc(106px + 10vw);}

main {width: 100%;margin-bottom: 10px;}
aside {width: 100%}

#desc2 {order: 4;}
#im2 {order: 3;}
#desc4 {order: 8;}
#im4 {order: 7;}
#desc6 {order: 12;}
#im6 {order: 11;}
.choix_accueil {margin: 20px;}
.tab_accueil > div {width: 100%;}

#left_home {width: 100%; order: 2;}
#central_home {width: 100%; order: 1;}
#right_home {width: 100%; order: 3;}

.mmm {display:inline-block;}
.www {display: none;}
.www_table {display: none;}
.www_b {display:none;}
.www2 {display:none;}
#nivo {display: none;}

.degrade {position: absolute;top: 60px;width: 100vw;height:35vw;}
}

#logo {
	position: absolute; top: 0; left: 0; 
}
#logo > img {
	padding: 10px 25px;
	height: 60px;
}

.tab_accueil {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: calc(100% + 20px);
	margin: 30px -10px 50px -10px;
}

.box {
	background-color: #F5F8FB;
	padding: 10px;
	margin-bottom: 10px;
}

.hField {
	display: none;
}

#miseEnForme {
	position: absolute;
	display: none;
	z-index: 3000;
	background-color: #293F4F;
	padding: 3px;
}

#cont_map {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#box_coo {
	z-index: 9999;
	display: none;
	position: fixed;
	left: 50%;transform: translateX(-50%);
	max-width: 500px;
	width: calc(100% - 20px);
	box-shadow: 0 0 5px #555;
	background-color: #fff;
	color: #555;
	padding: 20px;
	border-radius: 5px;
	overflow-y: auto;
}

#box_inscr, #box_login, #box_message  {
	position: absolute;
	top: -400px;
	left: calc(50vw - 160px);
	width: 320px;
	padding: 15px;
	box-shadow: 0 0 2px rgba(100,100,100,0.8);
	background-color: rgba(250,250,250,0.95);
	transition: top .8s ease, left .3s ease;
	z-index: 2002;
}

#masque, #masque_photo {
	z-index: 2001;
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-color: #050000;
	opacity: 0;
	transition: opacity 0.5s;
}

.arrow, .arrow_close  {
	z-index: 2000;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 2.5vw);
	width: 5vw;
	opacity: 0.10;
}

#arrow_suiv {
	right: 3vw;
}

#arrow_prev {
	left: 3vw;
}

#prev:hover #arrow_prev, #suiv:hover #arrow_suiv {
	opacity: 0.5;
}

.ficheAbonne {
	display: inline-block;padding: 5px;border: 1px dotted #ccc; border-radius: 5px; text-decoration: none;cursor: pointer;margin: 0 5px 5px 0;vertical-align: middle;white-space:nowrap;background-color: #fff; 
	transition: border 0.3s, background-color 0.3s;
}

.ficheAbonne:hover {
	border: 1px solid #ccc;background-color: #F5F8FB;
}

.imgZoom {
	width: 25px;
	vertical-align: middle;
	padding: 5px;
	margin-left: 5px;
	transition: padding 0.3s;
}

.imgZoom:hover {
	padding: 0;
}

.snipetGPX {
	margin: 5px; 
	font-size: 0.5em;
	padding: 3px;
	border-radius: 4px;
	color: #fff;
	background-color: #293F4F;
	vertical-align: 0.25em;
	white-space:nowrap;
	cursor: pointer;
}

.snipetGPX.nodec {
	text-decoration: none;
	cursor: default;
}

.snipetLINK {
	margin: 5px; 
	font-size: 0.8em;
	padding: 3px;
	border-radius: 4px;
	color: #fff;
	background-color: #507590;
	white-space:nowrap;
	cursor: pointer;
	text-decoration: none;
}

.scoreActu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #B0C2D1;
	transition: width .5s;
}

.com_bigphoto {
	position: absolute;
	width: 100%;
	top: 5px;
	text-align: center;
}

.com_bigphoto > span {
	display: inline-block;
	background-color: rgba(255,255,255,0.4);
	border-radius: 5px;
	font-size: 1em;
	color: #000;
	padding: 4px 16px;
}

.stats_bigphoto {
	position: absolute;bottom: 5px;right: 5px;z-index: 3000;
}

.star_bigphoto {
	position: absolute;top: 5px;right: 5px;z-index: 3000;
}

.CRAddNivo {
	display: inline-block;
	cursor: pointer;
	font-size: 0.8em;
	float: right;
	padding: 2px;
}

.CRtxt {
	padding: 5px;
	width: 100%;
	border: 1px dotted #507590;
	min-height: 8em;
}

.imClose{
	width: 15px; 
	position: absolute;
	top: 5px;
	right: 5px;
}

.puce_ski {display: inline-block;width: 10px;height: 10px;border-radius: 5px;border: 1px solid #555;margin: 0 5px}
.puce_completude {display: inline-block; float: right;width: 10px;height: 10px;margin: 0 5px}
.c1 {background-color: #FF0000;}
.c2 {background-color: #F77308;}
.c3 {background-color: #FFFF00;}
.c4 {background-color: #94D652;}
.c5 {background-color: #00A54A;}

.circled {
	border-width: 2px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
}

.mention {
	
	display: inline;
	background-color: #3c3c3c;
	margin-left: 5px;
	padding: 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.7em;
	vertical-align: middle;
}

img[class=pre] {
	margin-right: 5px;
	width: 25px;
}
.grey {
	background-color: #f9f9f9;
	transition: background-color 0.3s;
}
.grey:hover {
	background-color: #e0e0e0;
}

.tab_accueil > div {
	text-align: center;
	vertical-align: middle;
	color: #555;
}

.choix_accueil img {
	cursor: pointer;
	width: calc(20px + 6vw);
	max-width: 80px;
	min-width: 25px;
	transition: all 0.2s;
}

.choix_accueil img:hover {
	transform: scale(1.1) rotate(15deg);
}

.choix_accueil > div {
	font-size: calc(1.2em + 1.3vw);
	margin: 5px;
}

.choix_accueil span {
	padding: 10px;
}

#apparenceTrace {
	display: inline;
}

#grandephoto {
	position: absolute;
	z-index:5000;
	transform: translate(-50%,-50%);
	margin: 50vh 0 0 50%;
	opacity: 0;
	transition: opacity 0.5s 0.5s;
}

#grandephoto > img {
	max-width: 100vw;
	max-height: 100vh;
}

#im_nivose {
	position: absolute;
	z-index:5000;
	transform: translate(-50%,-50%);
	margin: 50vh 0 0 50%;
	box-shadow: 0 0 30px #000;
	max-width: 100%;
}
	
#prev, #suiv {
	position: fixed;
	width: 30%;
	height: 100%;
	cursor: pointer;
}

#suiv {
	right: 0;
}


#txt_accueil {
	font-size: calc(1.2em + 0.5vw);
	margin: 40px 20px 40px 20px;
	text-align: center;
	font-weight: normal;
}

#txt_accueil div {
	background-color: #507590;
	margin: 20px;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

#txt_accueil div a {
	color: #507590;
}


#txt_accueil div:hover {
	background-color: #293F4F;
}

#bouton_menu {
	cursor: pointer;
	border-right: 1px solid #eee;
}

#bouton_menu_img {
	width: 30px;
}

#tabpremium td {
	padding: 20px 5px;
	border: 1px solid #fff;
	background-color: #fafafa;
	vertical-align: middle;
	text-align: center;
	font-size: 1.05em;
}

#tabpremium img {
	width: calc(30px + 2vw);
}

ul, li {
list-style: none;
margin: 0;
padding: 0;
}

.carre > li {
margin: 0.4em 0;
list-style-image : url(/img/puce.png);
list-style-position:inside;
}

#page {
	flex: 1;
	padding: 0 10px 10px 10px;
}

/* RECHERCHE */

#search_form {
	position: absolute; z-index:30;
	overflow: hidden;
	top: 70px; right: 10px;
	width: 34px; height: 34px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #7BB529;
	transition:  left .3s ease, width .3s ease;
}
	
#search_form input {
	border-left: 0;
	width: 186px;
	height: 34px;
	color: #555;
	margin-left: 34px;
	margin-top: 0px;
	padding-left: 10px;
	
}

#search_form img {
	position: absolute;
	z-index: 40;
	padding: 5px;
	width: 34px;
}

#search_result {
	position: absolute;
	z-index: 2000;
	top: 110px;
	width: calc(100% - 20px);
}

strong {
	color: #507590;
}

.lbl {
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.red {
	background-color: red;
}

.yellow {
	background-color: yellow;
}

.orange {
	background-color: orange;
}

.green {
	background-color: #7BB529;
}

.col {
	columns: 10 250px;
	column-gap: 1em;
	margin-top: 15px;
}

#cadre_recherche {
	background-color: #f5f5f5;
	padding: 10px;
	box-shadow: 0 0 2px #333;
}
#titre_recherche {
	font-size: 1.3em;
}

#disclaimer {
	display: none;
	margin: 10px 0;
	padding: 5px;
	border: 5px solid #F00;
}

#etat {
	cursor: pointer;
	opacity: 0;padding: 0;max-height: 0;
	position: fixed;top: 10px; left: 50%;transform: translateX(-50%);
	background-color: rgba(66,99,122,0.9);color: #fff;
	z-index: 6000;
	transition: opacity .5s;
	text-align: center;
}

#menu_mobile {
z-index: 98;
position: fixed;
top: 0px;
right : -180px;
width: 180px;
height: 100%;
margin: 0;
padding: 0;
background: #fff;
transition: right .3s ease;
}

#menu_mobile li {
color: #fff;
transition: background .2s ease;
height: 60px;
line-height: 60px;
border-bottom: 1px solid #eee;
cursor: pointer;
}

#menu_mobile li:hover {
background: #F5F8FB;
transition: background-color .2s ease;
}

#menu_mobile a, #menu_mobile span {
text-decoration: none;
display: block;
width: 100%;
height: 100%;
padding: 0 10px;
font-size: 0.9em;
color: #000;
}

.active {
background-color: #F5F8FB;
}

#bandeau_top {
	z-index: 2000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eee;
	background-color: #FFF;
}

.lien_menu {
	text-decoration: none;
	font-size: 0.8em;
	color: #333;
	border-left: 1px solid #eee;
	padding: 0 15px;
	line-height: 60px;
	cursor: pointer;
	transition: background-color .2s ease;
}

.vignette {
	height: 120px;
	max-height: 25vw;
	cursor: pointer;
}

.conteneur_vignette {
	display: inline-block;
	position: relative;
	margin: 0 5px 5px 0;
	border: 5px solid #fff;
}

.etat_vignette {
	position: absolute;
	top: 0; right: 0;
	width: 20px;
	background-color: #fff;
}

.lien_menu:hover {
	background-color: #F5F8FB;
}
	
#bandeau {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

#bandeauSpecial img {
	width: 100vw;
	margin-top: 60px;
}

.cols .cadre {
	display: inline-block;
}

#menu_login {
	z-index: 2002;
	padding: 5px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 5px #000;
	position: absolute;
	top: 0;
	right: 10px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	text-align: right;
	font-size: 1.1em;
}

#menu_login_plus {
	
	max-width: 0;
	max-height: 0;
	transition: max-width, max-height;
	overflow: hidden;
	text-align: left;
}

#main_menu {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#main_menu a {
	margin-left: 10px;
	text-decoration: none;
	border-bottom: 5px solid #ddd;
	transition: border-bottom .8s ease;
}

#main_menu a:hover {
	border-bottom: 5px solid red;
}

#main_menu .menu_actif {
	border-bottom: 5px solid red;
}

#footer {
	padding: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #293F4F;
	color: #FFF;
	font-size: 1em;
}

#footer p {text-align: center;
	margin: 1.5em;
	line-height: 1.4em;
}

#reseaux_footer {
	white-space:nowrap;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#reseaux_footer img {
	height: 25px;
	margin: 5px;
}


#footer a {
	color: #FFF;
}

#Lmap {
	width: 100%;
	height: calc(300px + 20vw);
	max-height: 500px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	background: no-repeat center/30px url('/img/wait.gif');
}

.btnItem, .btnItemSelected {
	cursor: pointer;
	border-radius: 30px;
	padding: 2px;
	display:inline-block;
	margin:5px 0 5px 5px;
	transition: background-color .2s, color .2s, border-color .2s;
}

.btnItem > img, .btnItemSelected > img  {
	width: 30px;
	margin: 5px
}

.btnItem {
	border: 1px solid #ddd;
	color: #555;
}

.btnItemSelected {
	background-color: #517691;
	border: 1px solid #517691;
	color: #fff;
}

.bulle_t {
	font-size: 1.3em;
}


.bulle_i {
	display: block;
	margin-top: 2px;
}



.im_profil {
	width: 1.8em;
	margin: 0.5em;
}

a {
color: #555;
transition: color 0.3s ease;
}

a:hover {
text-decoration: none;
color: #222;
}

main > p, aside > p, #main > p {
text-align: justify;
color: #555;
margin-bottom: 10px;
margin-top: 0px;
}

p.alt_form {
text-align: center;
}

label {
	margin-right: 10px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1 {
font-size: 1.4em;
}

h2 {
font-weight: normal;
border-bottom: 3px solid #507590;
margin: 0 0 10px 0;
font-size: 1.2em;
color: #555;
}


h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.1em;
}

.small {
font-size: 0.8em;
}

.droite {
margin: 0 0 5px 0;
text-align: right;
}

.centre {
text-align: center;
}

img {
vertical-align: middle;
}

main img {
	max-width: 100%;
}

a img {
border: 0;
}


hr {
clear: both;
visibility: hidden;
margin : 0;
}

.alerte {
margin: 5px 0;
color: #f00;
}


.color {
margin-top: 5px;
padding: 2px;
background-color: #3c3c3c;
color: #fff;
}

.color2 {
background-color: #eee;
}

.btnVoteActu {
	cursor: pointer;
	width: 40px;
	margin: 0 5px 5px 5px; padding: 5px;
	transition: padding .3s;
}

.btnVoteActu:hover {
	padding: 0px;
}

.btnActuVoted{
	width: 35px;
	margin: 0 5px 5px 5px; padding: 5px;
}

abbr, acronym {
cursor: text;
border-bottom: 1px dotted black;
}

.float_r {
position: relative;
float: right;
}

.float_l {
position: relative;
float: left;
margin: 0 5px 5px 0;
}

.blue {
color: #9AB2CA;
}

.new {
font-size: 0.8em;
color: #f00;
}

#flash {
	position: absolute;
	top: 35px;
	z-index: 999;
	background-color: rgba(250,250,250,0.95);
	border-radius: 2px;
	max-height: 200px;
	width: 250px;
	display: none;
	overflow: auto;overflow-x: hidden;
	text-align: left;
}

#flash div {
	border-top: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}

#flash div:first-child {
	border: none;
}

#flash div:hover {
	background-color: rgba(240,240,240,0.95);
}



/* FORUM */



.forum {
width: 100%;
border-collapse: separate;
margin-bottom: 30px;
}


.titre_forum {
background-color: #507590;
vertical-align: middle;
color: #fff;
text-align: left;
font-size: 1.2em;
line-height: 1em;
}

.titre_forum a {
padding: 5px;
display: block;
text-decoration: none;
color: #fff;
}

.forum td {
height: 2em;
vertical-align: middle;
padding: 2px;
}


.cont_f {
	border-top: 1px solid #DFE9F3;
	background-color: #f5f8fb;
	padding: 4px;
	margin: 5px 0;
}
.cont_f img {
	max-width: 100%;
}

.head {
margin: 5px 0;
padding: 5px;
background-color: #507590;
font-weight: bold;
font-size: 1.3em;
color: #fff;
}

.linkB {
	padding: 2px;
	display: inline-block;
}


input[type=checkbox], .custom_radio {
position: absolute;
left: -9999px;
}

.leaflet-control-layers-overlays input[type=checkbox] {
	position: static;
}

.leaflet-control-layers-expanded {
	z-index: 1000;
}


input[type=checkbox]:checked + .ckb::after {
  background: center/120% url("/img/menuX.png");
}

.custom_radio:checked + .rdo::after {
  background: center/120% url("/img/menuO.png");
}

input[type=submit] {
color: #fff;
background-color: #415A6B;
border-radius: 3px;
border: none;
font-weight: bold;
transition: background-color .2s;
cursor: pointer;
}

input[type=submit]:hover {
	background-color: #293F4F;
}

.nb_messages {
	display: inline-block;
	white-space: nowrap;
	position: fixed;
	top: 5px;left: 5px;
	height: 25px; width: 25px;
	line-height: 15px; text-align: center;
	border-radius: 15px; background-color:red; color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	padding: 5px;
	z-index: 3000;
	transition: background-color .5s;
}

.nb_messages:hover {
	background-color:#d00;
}

.alertes_forum {position: fixed;top: 2px;left: 2px;z-index: 3000;}
.alertes_forum img {height: 24px; width: 24px;}


.ckb::after {
display: inline-block;
position: relative;
top: 5px;
width: 18px;
height: 18px;
margin-left: 10px;
content: '';
outline: 1px solid #555;
transition: background-color .2s;
}

.rdo::after {
display: inline-block;
position: relative;
top: 5px;
width: 18px;
height: 18px;
margin-right: -5px;
content: '';
border-radius: 9px;
border: 1px solid #555;
transition: background-color .2s;
}

.ckb, .rdo {
cursor: pointer;
}

.button_style {
	width:50px;
	cursor: pointer;
	margin-right: 5px;
	background-color: #fcfcfc;
}
.button_style:hover {
	background-color: #fafafa;
}

/* PHOTO */

#cadre_photo {
border: 10px solid #fff;
margin: 2px 0;
}

#vote_ajax {
text-align: right;
}

#vote_ajax span {
padding: 0 2px;
background-color: #999;
}

.photo_sortie {
position: relative;
float : left;
background-color: #9DB3CB;
height: 160px;
width: 120px;
margin: 10px 0 0 10px;
padding: 10px;

}

.ph {
border: 0;
padding: 0;
position: relative;
float : left;
height: 138px;
width: 202px;
margin: 5px 20px 10px 10px;
}

.ph .vignette {
position: absolute;
height: 100px;
width: 100px;
padding: 4px;
text-align: center;
background-color: #A8BED4;
}

.ph .com {
position: absolute;
top: 0;
left: 110px;
height: 88px;
width: 106px;
padding: 2px;
background-color: #A8BED4;
}

.ph .vu {
position: absolute;
top: 94px;
left: 110px;
width: 110px;
height:14px;
background-color: #A8BED4;
text-align: center;
}

.ph .titre {
position: absolute;
top: 110px;
width: 220px;
height:28px;
background-color: #A8BED4;
text-align: center;
}

/* FORMULAIRES */

form {
margin: 0;
padding: 0;
}

textarea,
input,
select {
border: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
z-index: 50;
color: #333;
padding: 5px;
margin: 3px 0;
background-color: #fff;
vertical-align: middle;
border: 1px solid #ccc;
}

textarea {
	max-width: 100%;
}

.go {
position: relative;
top: 3px;
border: 0;
}

/* ACCUEIL */

#image_accueil {
position: absolute;
top: 0px;
left: 0px;
height: 135px;
width: 180px;
}

#col_droite,
#col_gauche,
#col_centre {
margin: 0;
padding: 0;
}

#col_droite {
position: relative;
float:right;
width: 180px;
}

#col_gauche {
position: relative;
float: left;
padding: 145px 0 0 0;
width: 180px;
}

#col_centre {
margin: 0 190px 0 190px;
}

table, tbody {
	width: calc(100% + 4px);
	margin: 0 -2px;
	padding: 0;
	border: 0;
}

.bk {
	hyphens: auto;
	word-break: break-all;
}

dt a {
text-decoration: none;
}

tr {height: 2em;line-height: 1.5em;}
tr:nth-child(even) {background-color: #F5F8FB;}
tr:nth-child(odd) {background-color: #FFF}
tr:first-child {background-color: #507590;color: #fff;}


dt a:hover {
color: #f00;
}


.petit {
font-weight: normal;
font-size: 0.8em;
text-decoration: underline;
}

.petit:hover {
color: #000;
text-decoration: none;
}



/* RSS */

.rss {
position: relative;
float: left;
width: 180px;
margin: 0 5px;
}

.quote_aut {
display: block;
margin: 10px 0 -10px 30px;
font-weight: bold;
}

.quote {
background: url('/img/com_simple.png') no-repeat;
background-size: 18px 14px;
background-position: top 5px right 5px;
background-color: #E6EEF6;
display: block;
margin: 10px 0 0 30px;
padding: 5px 60px 5px 5px;
}

.signature {
background: url('/img/com_simple.png') no-repeat;
background-size: 15px 11px;
background-position: top 5px right 5px;
background-color: #ECE0D8;
display: block;
font-size: 1.3em;
margin: 10px 125px 10px 0;
padding: 5px 60px 5px 5px;
border-radius: 3px;
}

/* STATS */



.souligne {
padding-top: 10px;
border-bottom: 1px dotted #000;
}


*{
	word-wrap: break-word; 
}



.search_window {
	padding: 10px;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
	width: calc(100vw - 40px);
}

.puce {
	display: inline-block;
	border-radius: 2px;
	margin: 0 5px 0 0;
	padding: 0;
	height: 1em;
	width: 1em;
}

.cadrePhotos {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;	
	justify-content: space-between;
	overflow: hidden;
}

.cadreAnnonces, .cadreTopo {
	flex-wrap: wrap;
	background-color: #fff;	
	justify-content: space-between;
	width: calc(100% + 10px);
	margin-left: -10px;
}

.boxPhoto  {
	cursor: pointer;
	display: block;
	position: relative;
	margin: 2px;
	overflow: hidden;
	border-radius: 2px;
}

.titrePhoto {
	position: absolute;
	left: 0;bottom: -20px;
	width: 100%;
	height: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 10;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	transition: height .5s ease;
	padding: 5px;
	text-align: center;
}

.titrePhoto a {
	text-decoration: none;
	color: #507590;
	font-weight: bold;
}

.boxPhoto:hover .titrePhoto {
	height: 65px;
}

.boxPhoto:hover .titrePhoto:hover {
	height: 150px;
}



.addBtn {
	display: inline-block;font-size: 13px; padding: 8px; margin: 0 0 1px 1px;color: #fff;background-color: #507590; border-radius: 3px;text-decoration: none; font-weight: bold;cursor: pointer;text-align: center;
	transition: background-color .5s ease;
}

.plusBtn {
	display: inline-block;font-size: 12px; padding: 4px; color: #fff !important;background-color: #507590; border-radius: 3px;text-decoration: none; margin-left: 5px; text-align: center; vertical-align: middle; font-weight: bold;cursor: pointer;
	transition: background-color .5s ease;
}

.pro {
	display: inline;padding: 2px;font-size: 0.8em; color: #fff !important;background-color: orange; border-radius: 3px;text-decoration: none; margin-left: 5px; text-align: center; font-weight: bold;cursor: help;
}



.addBtn:hover, .plusBtn:hover {
	background-color: #293F4F;
}

#btnActualiser {
	display: block;font-size: 13px; padding: 8px; color: #fff;background-color: #507590; border-radius: 3px;text-decoration: none; font-weight: bold;text-align: center;
	margin: 10px auto 0 auto;width: 100px;opacity: 0.5;cursor: default;
	
}

.activated {
	opacity: 1 !important;
	cursor: pointer !important;
	background-color: #507590 !important;
	transition: background-color .5s ease !important;
	
}

.activated:hover {
	background-color: #293F4F !important;
}

.offreBtn {
	display: inline-block;font-size: 11px; padding: 2px 5px; color: #fff;background-color: #83B92D; border-radius: 5px;text-decoration: none; text-align: center; vertical-align: middle; font-weight: bold;cursor: pointer;
	transition: background-color .5s ease;
}

.offreBtn:hover {
	background-color: #72A028;
}

.imgBtn {
	display: inline-block; font-size: .8em; padding: 4px; color: #000;background-color: rgba(255,255,255,0.5); border-radius: 2px; margin-left: 3px; text-align: center; vertical-align: middle;
}

.discretForm {
	display: inline-block;
	appearance: none;
	background-color: transparent;
	border: 1px dotted #507590;
	padding: 5px;
}

.etiquette {
	display: inline-block;
	margin: 2px; padding: 5px; border: 1px dotted #507590;
}

span[contenteditable] {
	text-align: left;
	display: inline-block;
}
span[contenteditable]:before {content: "\feff";}

.conds{
	display: none;
}

.gscale:hover{
	filter: grayscale(1);
}

#options_suivi a:hover,#options_suivi div:hover  {
	background-color: #606060;
}

#alert_pos {
	position: absolute;
	left: -245px;
	top: 130px;
	line-height: 45px;
	height: 45px;
	width: 240px;
	text-align: center;
	padding: 0 10px;
	background-color: yellow;
	opacity: 0.9;
	transition: left .5s ease;
	z-index: 5000;
	cursor: pointer;
	box-shadow: 0 0 3px #555;
	border-radius: 0 5px 5px 0;
	
}

/* ease effect */
@keyframes effet {0% { transform: scale(1); }20% { transform: scale(1.03); }40% { transform: scale(1); }60% { transform: scale(0.99); }100% { transform: scale(1); }}
.ease:hover {animation: 0.6s effet ease-in-out}

#alert_acquisition {
	position: absolute;
	left: -245px;
	top: 130px;
	line-height: 45px;
	height: 45px;
	width: 240px;
	text-align: center;
	padding: 0 10px;
	background-color: #ccc;
	opacity: 0.9;
	transition: left .5s ease;
	z-index: 5000;
	cursor: pointer;
	box-shadow: 0 0 3px #555;
	border-radius: 0 5px 5px 0;
	
}

#alert_acquisition img {
	width: 22px;
	margin-right: 8px;
	animation: 1s infinite alternate blinker;
}

.ausurvol {
	position: absolute;
	right: 0;
	display: none;
	margin: 2px;
	height: 24px;
	width: 24px;
	padding: 3px;
	cursor: pointer;
	transition: padding .2s;
	filter: drop-shadow(0 0 0.1rem #555);
}

.boxPhoto:hover .ausurvol {
	display: inline;
}

.ausurvol:hover {
	padding: 0;
}



.imLoad {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	display: none;
}

.opacity {
	box-shadow: unset;
}

#com_sorties, #com_matos {
	margin-left: 10px;
}
#com_sorties > div, #com_matos > div {
	margin: 10px 0 10px 10px;
	padding: 10px;
	position: relative;
	background-color:#FCFDFE;
}

#com_sorties > div > p, #com_matos > div > p {margin: 10px 10px 10px 27px;}

.comSortieDel, .comMatosDel {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
	padding: 0;
	cursor: pointer;
}

.comSortieUpdate {
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.im_avatar {
	width: 24px;
	height: 24px;
	border-radius: 12px;
}

.letter_avatar {
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #F9F4F1;
	display: inline-block;width: 24px;height: 24px; border-radius: 12px; font-size: 14px;
}

.letter_avatar_small {
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #F9F4F1;
	display: inline-block;width: 22px;height: 22px; border-radius: 11px; font-size: 11px;
}



.opacity:hover {
    box-shadow: 0 2px 4px rgba(100,100,100,0.8);
}

.trans_bottom {
	transition: bottom .5s ease;
}

.ide {
	display: inline-block;
	background-color: #A0A0A0;
	border-radius: 2px;
	color: white;
	font-size: 0.77em;
	padding: 2px 5px;
}

.ide_black {
	background-color: #000;
}

.ide span {
	margin-left: 2px;
	display: inline-block;
	background-color: white;
	border-radius: 50px;
	color: grey;
	font-size: 1.2em;
	padding: 2px 5px;
}

.ide_black span {
	color: black;
}

 .form_edit {
		border: 0;
		background-color: #eee;
		outline: 0;
		padding: 5px;
		color: #757575;
	}
	
.icon_edit {
		box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
		background-color: #fff;
		border-radius: 5px;
		position: absolute;
		display: inline-block;
		cursor: pointer;
		width: 30px;height: 30px;
	}

.icon_et5, .icon_et7 {
		box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
		background-color: #fff;
		border-radius: 5px;
		position: absolute;
		display: inline-block;
		cursor: pointer;
		width: 30px;
		height: 30px;
		overflow: hidden;
}

.icon_et5:hover {
		height: 180px;
}

.icon_et7:hover {
		height: 240px;
}


.icon_edit_tools_inside {
		border-radius: 5px;
		display: block;
		cursor: pointer;
		width: 30px;
		
}



.button {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
    background: #757575;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	border: 3px solid #fff;
}

.button img {
	width: 25px;
}

.coord {
	position: relative;
	bottom: -10px; left: -10px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	white-space: nowrap;
	background-color: #fff;
	opacity: 0.8; 
	padding: 1px 5px;
	margin: 0 1px;
}

.this_url {
	position: relative;
	bottom: -50px; left: -200px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	white-space: nowrap;
	background-color: #fff;
	opacity: 0.8; 
	padding: 1px 5px;
	margin: 0 1px;
}

#menu_edit {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 0;
	width: 100%;
	z-index: 1;
}

.crosshair {
	cursor: crosshair;
}

.capture {
	width: 60px; height: 60px;float: left; margin: 0 5px 5px 0;
}

.capture_big {
	width: 95px; height: 95px;float: left; margin: -10px 5px 5px 0;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#coo_aut {
	position: absolute;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(240,240,240,0.9);
	z-index: 10;
	display: none;
	color: #555;
}

#coo_aut > img {
	float:right;
	width: 35px;
	cursor: pointer;
	padding: 10px;
}

#coo_aut > div {
	display: inline-block;
	cursor: pointer;
	padding: 10px;
}

.div_circle1 {
	width: 22px !important;
	height: 22px !important;
	margin-left: -11px !important;
	margin-top: -11px !important;
	padding-top: 2px !important;
	border-radius: 11px;
	border: 1px solid #0000dd;
	text-align: center;
	color: #0000dd;
	background-color: rgba(255,255,255,.8);
	font-size: 10px;
}

.div_circle2 {
	width: 26px !important;
	height: 26px !important;
	margin-left: -13px !important;
	margin-top: -13px !important;
	padding-top: 4px !important;
	border-radius: 13px;
	border: 1px solid #0000dd;
	text-align: center;
	color: #0000dd;
	background-color: rgba(255,255,255,.8);
	font-size: 10px;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #7cb129;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7cb129;
}

input:checked + .slider:before {
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

#selfNotif {
	position: fixed;
	top: 10px; 
	right: -325px;
	max-width: 320px;
	color: grey;
	padding: 15px;
	border-radius: 3px;
	background-color: #fff;
	z-index: 3000;
	padding: 20px;
	transition: right .5s ease;
	color: #555;
	box-shadow: 0 0 3px rgba(100,100,100,0.8);
	
}

#selfNotif_titre {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#selfNotif_close {
	position: absolute;
	top: 0; 
	right: 0; 
	cursor: pointer;
	padding: 5px;
	width: 25px;
}


/* DOUBLE SLIDER */
.range-slider {
    position: relative;
	top: 1px;
    width: 190px;
    height: 35px;
}

/* general + webkit appearance */
.range-slider input[type=range] {
	-webkit-appearance: none; 
	width: 170px; 
	pointer-events: none;
	background-color: rgba(0, 0, 255, 0);
    position: absolute;
	margin: 0;padding: 0;border: none;
}

/* webkit */
.range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	z-index: 10;
    pointer-events: all;
    position: relative;
	top: -7px;
	border: 1px solid #969696;
	border-radius: 8px;
    height: 16px;
    width: 24px;
    background-color: #F0F0F0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
	pointer-events: none;
	position: relative;
	top: 7px;
	width: 170px;
    height: 2px;
    background-color: #969696;
}

.range-slider input:last-of-type[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}
	
.range-slider input[type=range]:focus {
    outline: none;
}

/* moz */
.range-slider input[type=range]::-moz-range-track {
	pointer-events: none;
    position: relative;
    z-index: -1;
    background-color: #969696;
	width: 170px;
	height: 2px;
    border: 0;
	}
.range-slider input[type=range]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    width: 20px;
	}

.range-slider input:last-of-type[type=range]::-moz-range-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}

/* IE */
.range-slider input[type=range]::-ms-thumb {
	pointer-events: all;
	z-index: 10;  
    position: relative;
	top: -7px;
	border: 1px solid #969696;
	border-radius: 4px;
    height: 8px;
    width: 24px;
    background-color: #F0F0F0;
}

.range-slider input[type=range]::-ms-track {
	pointer-events: none;
	position: relative;
	top: 7px;
	width: 170px;
    height: 2px;
    background-color: #969696;
}

.range-slider input[type=range]::-ms-tooltip {
	display: none;
}

.range-slider input:last-of-type[type=range]::-ms-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}

/* DOUBLE SLIDER SMALL */
.range-slider-small {
    position: relative;
	top: 1px;
    width: 120px;
    height: 35px;
}

/* general + webkit appearance */
.range-slider-small input[type=range] {
	-webkit-appearance: none; 
	width: 100px; 
	pointer-events: none;
	background-color: rgba(0, 0, 255, 0);
    position: absolute;
	margin: 0;padding: 0;border: none;
}

/* webkit */
.range-slider-small input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	z-index: 10;
    pointer-events: all;
    position: relative;
	top: -7px;
	border: 1px solid #969696;
	border-radius: 8px;
    height: 16px;
    width: 24px;
    background-color: #F0F0F0;
}

.range-slider-small input[type=range]::-webkit-slider-runnable-track {
	pointer-events: none;
	position: relative;
	top: 7px;
	width: 100px;
    height: 2px;
    background-color: #969696;
}

.range-slider-small input:last-of-type[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}
	
.range-slider-small input[type=range]:focus {
    outline: none;
}

/* moz */
.range-slider-small input[type=range]::-moz-range-track {
	pointer-events: none;
    position: relative;
    z-index: -1;
    background-color: #969696;
	width: 100px;
	height: 2px;
    border: 0;
	}
.range-slider-small input[type=range]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    width: 20px;
	}

.range-slider-small input:last-of-type[type=range]::-moz-range-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}

/* IE */
.range-slider-small input[type=range]::-ms-thumb {
	pointer-events: all;
	z-index: 10;  
    position: relative;
	top: -7px;
	border: 1px solid #969696;
	border-radius: 4px;
    height: 8px;
    width: 24px;
    background-color: #F0F0F0;
}

.range-slider-small input[type=range]::-ms-track {
	pointer-events: none;
	position: relative;
	top: 7px;
	width: 100px;
    height: 2px;
    background-color: #969696;
}

.range-slider-small input[type=range]::-ms-tooltip {
	display: none;
}

.range-slider-small input:last-of-type[type=range]::-ms-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}

.desc_biodiv img {
	max-width: 100%;
}

.scroll_margin {
	scroll-margin-top: 60px;
}

.photoGeo {
	font-size: 0.9em;
	color: #555;
	letter-spacing: 0.03em;
	width: 140px;
}

.photoGeo img {
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom:5px;
	border-radius: 2px;
}

.photoGeo div {
	text-align: center;
}

#time_gpx {
	font-size: 0.8em;
	letter-spacing: 0.03em;
	position: absolute;
	top: 3px;
	right: 5px;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


.card {
	position: relative;
	flex-basis: 250px;
	flex-grow:250;
	margin: 0 0 10px 10px;
	background-color: #F5F8FB;
	box-shadow: 0 0 5px #888;
}

.vignette_card {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.autolink {
border-bottom: 1px dotted #000;
text-decoration: none;
}

.optTopo {
	display: inline-block;
}

/* Modal styles */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 4999;
}
.modal-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	max-width: calc(100% - 20px);
	text-align: center;
	z-index: 5000;
}
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.choice {
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}
.choice:hover td:nth-last-of-type(1) {
	background-color: #EBEEF2 !important;
}