@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);

body {
	font: 90%/115%  "Trebuchet MS",Arial,sans-serif;
	background: #5d7b5d;
	margin: auto;
	width: 840px;
}
#header h1 a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;	height: 233px;
	color: white;	background-image: url('/styles/couverture02.jpeg');	background-size: cover;	background-position: center;	text-indent: -5000px;	font-size: 0;
}
#header h1 {	padding: 0; 	margin: 0;}

#header p {
	display: none;
}#smenu {  background-color: #2f422f; /* vert forêt foncé */  display: flex;  justify-content: center;  gap:  3%;  padding: 0.8rem 0;  border-bottom: 2px solid #4b6b4b; /* léger effet de relief */}#smenu a {  font-family: "Merriweather Sans", "Poppins", sans-serif; /* mélange nature et lisible */  font-size: 1.00rem;  color: #f8f8f5;  text-decoration: none;  font-weight: 600;    background: rgba(255, 255, 255, 0.08);  padding: 0.25em 0.45em;  border-radius: 8px;  transition: all 0.25s ease;  box-shadow: 0 2px 4px rgba(0,0,0,0.15);}/* Effet survol : bien visible */#smenu a:hover {	background-color: #4e704e;  color: #ffffff;  transform: translateY(-2px);  box-shadow: 0 4px 8px rgba(0,0,0,0.25);  text-decoration: underline;}/* Lien actif (si tu veux mettre en avant la page courante) */#smenu a.active {  background-color: #709f70;  color: #fff;  text-decoration: none;  box-shadow: 0 2px 6px rgba(0,0,0,0.3);}
/*{{{ BARRE */

#barre {

	background: #ddd;
}
#barre figure {

	padding : 0;
	margin: 0px;
	text-indent: 0;
}

#barre figure a {
	margin: 0;
	color: maroon;
	
	
}
#barre figcaption{
	display: block;
	padding: 0 4px;
	text-align: center;
}
	
#barre>div {
	clear: both;
	overflow: hidden;
}
#barre h3 {

	background: #aaa;
	color: white;
	
	margin: 6px 0 0;
	padding: 3px;
	text-align: center;
} /*}}}*/

/*{{{ MENU */
#menurapide {

}
#menurapide ul {
padding: 0;

}
#menurapide  a {
margin: 10px;
display:inline-block;
}
#menu h2 {
display:none;
}
nav#menu  {
	position: absolute; 	width: 100%;	top: 0;
	padding: 0;
}
nav#menu  ul {
	display : none; 
	border-radius: 5px;
margin: 0;
	padding: 0px;
	overflow: hidden;
}
nav#menu li  {

	font:bold 24px 'Shadows Into Light Two', cursive;
	text-align: center;
	
	width: 30%;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	
}
nav#menu li strong a {
	color: red;
}
/*
nav#menu #cogitations a {
	color: #96C7AA;
}
nav#menu #sports a {
	color: #FFA858;
}
nav#menu #cuisine a {
	color: #ffef8c;
}
nav#menu #images a {
	color: #C2BAEA;
}
nav#menu #voyages a {
	color: #8FCCEA;
}
nav#menu #choses a {
	color: #e9e2e2;
}
nav#menu #musique a {
	color: #8cffac
}*/
nav#menu ul li  a {
	color: white;
}
nav#menu a {
color:#555;
text-decoration: none;
} /*}}}*/

div#article {
overflow: hidden;
background: white;
padding : 2px;

}

section#contenu {
overflow: hidden;
}
section#contenu #jaimejaimemoins {
	display: table;
}
section#contenu #jaime {
	background-color : #96c585;
	display: table-cell;
	width :49%;
}
section#contenu #jaimemoins {
		background-color : #ee6d6d;
	display: table-cell;
			width :49%;



}
article.liste {
	display:inline-block;
	padding: 0;
	margin:  1%;
	position: relative;
	width: 242px;
	height: 205px;
	box-shadow: 4px 4px 6px #555;
	overflow: hidden;
	background:#ddd ;	border-radius: 15px;

}
article.liste img {


}
article.liste h3 {
	text-align: center;
	margin: 0;
text-overflow: ellipsis; 

	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.65);
			font: bold .8em/1 Verdana, sans;
			
}
article.liste h3 span {
color: #444;
}
article.liste:hover h3 {
	background-color: rgba(255, 255, 255, .8);

}
article.liste  h3 a {
padding: 4px;
display: block;
	color: #222;
	text-decoration: none;
	}
article.liste .modif {
	position: absolute;

}
article.liste:hover .modif {
	display: block;
}
article.liste .bimage {
	margin: 0;

	
}
article.billet .bimage img {
	box-shadow: 3px 3px 2px #888888;	max-width: 100%;

}article.billet .bimage  {	text-align: center;}
#galeriephoto {
	margin: 0;
	padding: 2px;
	clear: both;
	background: #e9e8e8;
	text-align: center;
	


}
#galeriephoto ul {
	padding: 0;


}
#galeriephoto li {
margin: 20px 0;
display: block;
	position:relative;
}
/*
#galeriephoto li .geolocalisation {
display: none;
position: absolute;	
top: 40px;
}
#galeriephoto li:hover .geolocalisation {
display: block;
position: absolute;	
}
*/
#galeriephoto li .galico {
float:right;
min-width: 80px;
}
#galeriephoto li .galico a {
padding : 10px 10px;
}

#galeriephoto li .galegend {

	float:left;
	margin:0; 
	padding: 0; 
}
#galeriephoto li .galimg {
	clear: both;
	text-align:center;
}
    #galeriephoto li a img.fancy {
max-width: 100%
	
}
h3#ingredients {
	font: italic bold 1.2em "Times New Roman" ;
	color: #61958e;
}

/*{{{ SPORT */
#donneessport {
	background: #f9debd;
	border-radius: 5px;
	overflow: hidden;
}
#donneessport #carte_strava {
	float: left;
	width: auto;
}

#donneessport ul  {
	margin: 0;
	padding: 10px;
}
#donneessport ul {
	line-height: 1.2em;
}
#donneessport ul li {
	list-style: none;
	width: 140px;
	font-size: 80%;
	margin-top: 6px;
	color: grey;
	float: left;
	vertical-align: middle;
	padding: 0 10px ;
}
#donneessport ul li span {
	display: block;
	font-size: 160%;
	color: black;
	font-weight: bold;
}
#donneessport ul li span span {
	font-size: 70%;
  display: inline;
}
#donneessport ul li span.lstrava {
	background: url("/styles/social_strava15.png") no-repeat left top;
	padding-left: 20px;
}
#donneessport ul li span.ldropbox {
	background: url("/styles/dropbox15.png") no-repeat left top;
	padding-left: 20px;
}
#donneessport ul li span.lrelive {
	background: url("/styles/reliveNB15.png") no-repeat left top;
	padding-left: 20px;
}
#fichetechnique {
float: left;
width: 300px;
background: red;
}
/*}}}*/
.modif  {
position: absolute;
z-index: 100;
}
.modif a {
display: none;
}
*:hover>.modif a {
display: block;
}

.titretype img {
float: left; 
margin: 0 22px;
height: 50px;
width: 50px;
}
#visorandoiframe {

  text-align:center;
}
#visorandoiframe iframe {
  border: 0; 
  overflow: hidden;
  padding: 0; 
  width: 100%
}

@media only screen and (orientation:portrait) {
    body {
        width: auto;
    }
    #galeriephoto li a img.fancy {
width: 100%
	
}
article.liste  h3 a {
font-size: 150%;
	}
}
p.navigation,
p.pagination {
clear: both; 
text-align: center; 
padding: 30px;
font-size: 140%;
}
#vracphoto #auto-loop li {
	display:inline-block;
	vertical-align: middle;	
	background-color: #cccccc;	border-radius: 10px;
	margin: 6px 2px;	padding: 0;	width: 256px; 	height: 230px;
}
#vracphoto #auto-loop  {
	text-align: center;
}#vracphoto #auto-loop  {	margin: 0; 	padding: 0;	padding: 0;	text-align: center;}
#vracphoto #auto-loop .galico a  {
	padding: 0 4px;
}#vracphoto p.galimg  {	padding: 0;	margin: 0;	}
#vracphoto p.galimg img {max-width: 256px;max-height: 200px;}#sdescription {  background: #f6f9f6;  border-left: 4px solid #6bb26b;  padding: 0.9rem 1.2rem;  margin: 1rem 1rem 1.5rem 2rem;  border-radius: 8px;  font-size: 1rem;  color: #2e3b2e;  line-height: 1.5;  box-shadow: 0 1px 3px rgba(0,0,0,0.05);}#sdescription a {  color: #1a73e8;  text-decoration: none;}#sdescription a:hover {  text-decoration: underline;}body.liste #article {	text-align: center;}span.pretype>img {	float: left;}#article article span.predate{	color: #465b45;}#article article span.prekm{	color: grey;	font-weight: normal;}#geofiltre {  display: flex;  flex-wrap: wrap;  gap: 8px 20px;  align-items: center;  justify-content: center;  font-size: 0.95em;  margin: 10px 0;}#geofiltre .geoselect {  display: flex;  align-items: center;  gap: 6px;}#geofiltre label {  font-weight: 600;  color: #333;  white-space: nowrap;}#geofiltre select {  padding: 4px 8px;  border-radius: 6px;  border: 1px solid #bbb;  background: #f8f8f8;  font-size: 0.95em;  cursor: pointer;  transition: border-color 0.2s, background 0.2s;}#geofiltre select:hover {  border-color: #0056a4;  background: #fff;}#filtre-annee {  display: flex;  align-items: center;  justify-content: center;  gap: 6px;  margin: 10px 0;  font-size: 0.95em;}#filtre-annee label {  font-weight: 600;  color: #333;}#filtre-annee select {  padding: 4px 8px;  border-radius: 6px;  border: 1px solid #bbb;  background: #f8f8f8;  font-size: 0.95em;  cursor: pointer;  transition: border-color 0.2s, background 0.2s;}#filtre-annee select:hover {  border-color: #0056a4;  background: #fff;}#tact {  width: 100%;  border-collapse: collapse;  border-spacing: 0;  background: #fff;  box-shadow: 0 1px 4px rgba(0,0,0,0.1);  border-radius: 8px;  overflow: hidden;  font-family: "Segoe UI", Roboto, sans-serif;  font-size: 0.95em;}/* --- Lignes --- */#tact tr {  border-bottom: 1px solid #e0e0e0;  transition: background 0.15s;}#tact tr:hover {  background: #f8faf8;}/* --- Cellules générales --- */#tact td {  padding: 4px 6px;  vertical-align: middle;}/* --- Image (colonne gauche) --- */#tact td.timg {  width: 140px;  text-align: center;  background: #fafafa;}#tact td.timg img {  border-radius: 6px;  display: block;  margin: auto;  transition: transform 0.2s ease-in-out;  box-shadow: 0 0 3px rgba(0,0,0,0.15);  max-height: 140px;  max-width: 100px;}#tact td.timg img:hover {  transform: scale(1.03);}/* --- Nom de l’activité --- */#tact td.name a {  font-weight: bold;  font-size: 120%;  color: #5d7b5d;  text-decoration: none;  display: inline-block;  transition: color 0.2s;}#tact td.name a:hover {  color: #0a703c;  text-decoration: underline;}/* --- Date et heure --- */#tact td.tdepart span {  color: #444;  font-size: 0.9em;  line-height: 1.3em;}/* --- Distance et dénivelé --- */#tact td.tdepart b,#tact td.tkm span,#tact td:nth-child(5) span {  font-weight: bold;  color: #222;}/* --- D+ texte ("D+ :") --- */#tact td:nth-child(5) {  white-space: nowrap;}/* --- Type (icône sport) --- */#tact td.ttype {  width: 50px;  text-align: center;}#tact td.ttype img {  width: 24px;  height: 24px;  opacity: 0.85;  transition: opacity 0.2s;}#tact td.ttype img:hover {  opacity: 1;}.badge_diff {    padding: 2px 6px;    border-radius: 4px;    color: #fff;    font-size: 0.8em;    font-weight: bold;    margin-left: 3px;    min-width: 28px;    text-align: center;}/* Couleurs par type */.diff_ped { background-color: #4caf50; }   /* vert – marche / rando */.diff_esc { background-color: #ff9800; }   /* orange – escalade */.diff_alp { background-color: #9c27b0; }   /* violet – alpinisme */.diff_via { background-color: #f57c00; }   /* orange foncé – via ferrata */.diff_ski { background-color: #2196f3; }   /* bleu – ski */.diff_eis { background-color: #00bcd4; }   /* turquoise – glace */.diff_raq { background-color: #607d8b; }   /* gris bleuté – raquettes */.diff_mtb { background-color: #795548; }   /* brun – VTT */.badge_diff:hover {    filter: brightness(1.15);    transform: scale(1.05);    transition: 0.2s;}#donneessport ul li span.badge-diff {  display: inline-block;  color: white;  padding: 2px 8px;  border-radius: 6px;  font-size: 0.85em;  margin-right: 4px;  transition: background 0.2s;  cursor: help;  font-size: 1.2em;}.badge-diff:hover {  background: #2e59d9;}