/*
<link rel="stylesheet" type="text/css" href="France/france.css">
couleurs : fond 90% :#cce6ff ; BORDURES = black ; OMBRES (=gris 25%) = #404040 ; 
liens #000033 ; liens hover #000080 ; liens visited #0000cc
*/

/* liens menus*/
A.ssmItems:link		{color:black;text-decoration:none;font-weight: normal;}
A.ssmItems:hover	{color:black;text-decoration:none;font-weight: normal;}
A.ssmItems:active	{color:black;text-decoration:none;font-weight: normal;}
A.ssmItems:visited	{color:black;text-decoration:none;font-weight: normal;}

/* BOUTON TOP */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000033; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #000080; /* Add a background on hover */
}

/* AUTRES */
body
{
background-color:#cce6ff; 
margin:25px;
}

#info_vrac, aside div
{
	border: solid 1px black;
	box-shadow: 2px 2px 1px #404040;
	border-radius: 5px;
}

/* HEADER */
header p
{
	text-align: center;
}

#fil_ariane img
{
	height: 40px;
	width: auto;
}

#fil_ariane img:hover
{
	opacity: 0.7;
}

@media all and (min-width: 701px)
{
	h1
	{
		font-size: 5em;
	}
}
@media all and (max-width: 700px)
{
	h1
	{
		font-size: 2.8em;
	}
}

.titre_pages
{
	border: solid 1px black;
	height: 200px;
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 3px 3px 2px #404040;
	overflow: hidden;

}

.blason
{
	text-align: center;
}

h1
{
	text-shadow: 3px 3px 2px black;
	margin: 0px 30px;
	font-weight: normal;
	color: white;
	text-align: center;
}

#drapeau
{
	height: 90px;
	width: auto;
}

#drapeau_armoiries
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

/* TABLEAU LIVRES*/
table#livres
{
	text-align: center;
	margin: auto;
	color: #666666;
	margin-bottom: 20px;
}
th
{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

td
{
	font-size: 0.8em;
}

/* TABLEAU LIVRES RESPONSIVE */
#livres-recommandes
{
    text-align: center;
    margin: auto;
    color: #666666;
}

#ne-partez-pas
{
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
}

#livres
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.livre
{
    margin-right: 2px;
    margin-left: 2px;
}

#retrouvez
{
    font-size: 0.8em;
}

iframe
{
	width: 100%;
	height: 200px;
	border: none;
	margin-bottom: 20px;
}

iframe#map-street-art
{
	width: %;
	height: 80%;
	border: none;
	margin: 20px;
}

embed
{
	width: 100%;
	height: 280px;
	margin-bottom: 20px;
}

/* LIENS */
a:link
{
    color: #000080;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
	color: #0000cc;
    font-weight: normal;
    text-decoration: underline;
}

a:hover
{
	color: #000033;
    font-weight: bold;
    text-decoration: underline;
}

/* CORPS */

section
{
	max-width: 97%;
	margin: auto;
	margin-bottom: 30px;
}

article
{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 20px;
	justify-content: center;
	align-items: top;
}

article#tweet div
{
	max-width: 98%;
	margin: 0px 5px;
}

h2
{
	font-size: 1.4em;
	text-decoration: underline;
	font-style: italic;
	text-align: left;
}

#recit
{
	font-size: 1.2em;
	text-align: justify;
	min-width: 300px;
	flex: 2.2;
}

#titre_info_vrac, .activites-civitatis
{
	text-decoration: underline;
	font-style: italic;
	text-align: center;
	font-size: 1.5em;
}

#info_vrac
{
	font-size: 0.9em;
	text-align: justify;
	margin-left: 20px;
	padding: 10px;
	background-color: rgba(255,255,255,0.2);
	background-image: url('../../Objets/information.png');
	background-repeat: no-repeat;
	background-position: top 10px right 10px;
	background-size: 50px 50px;
	min-width: 300px;
	flex: 1;
}

/* FIGURE */

figure
{
	text-align: center;
}

figure img
{
	max-width: 80%;
	min-width: 250px;
}

figcaption
{
	text-align: center;
	font-style: italic;
	margin-bottom: 50px;
}

/* ------------- */

p.chanson
{
	text-align: center; 
	color: black; 
	font-size: 18pt; 
	font-style: italic; 
	font-weight: bold;  
	font-family: 'Times New Roman';
}

p.date
{
	text-align: center;
	color: #808080; 
	font-size: 10pt; 
	font-style:normal; 
	font-weight:normal; 
	font-family: 'Times New Roman';
	margin: 30px 0px;
}

p.enigme
{
	 word-wrap: break-word;
	 font-style: italic;
}

blockquote
{
	font-style: italic;
}

abbr:hover
{
	cursor: help;
}

#carte-france
{
	text-align: center;
}

/* NAV */

.acces_rapide
{
    color: #808080;
    margin-bottom: 0px;
    font-size: 75%;
}

h4
{
	margin-bottom: 0px;
	font-size: 1.5em;
}
nav a:link
{
	text-decoration: none;
	font-size: 0.7em;
	color: white;
	background-color: #000033;
	margin: 2px 0.5px;
	padding: 5px;
	display: inline-block;
	border-radius: 5px
}

nav a:visited
{
	background-color: #0000cc;
	text-decoration: none;
	color: white;
	margin: 2px 0.5px;
	padding: 5px;
	display: inline-block;
	border: 1px 1px grey;
}

nav a:hover
{
	background-color: #000080;
	text-decoration: none;
	font-size: 0.72em;
	color: white;
	margin: 2px 0.5px;
	padding: 5px;
	display: inline-block;
	border: 1px 1px grey;

}

@media all and (max-width: 901px)
{
	#carte-france
	{
		display: none;
	}
	nav a:link
	{
	font-size: 1em;
	}

	#recit
	{
		font-size: 0.9em;
	}
}

@media all and (min-width: 902px)
{
	h4
	{
		display: none;
	}
}

/* FOOTER */
aside
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0px;
	font-size: 1.1em;
}

aside div
{
	width: 300px;
	height: 200px;
	margin: 5px;
	position: relative;
	padding: 0px;
}

#reseaux_sociaux, #reseaux_sociaux p
{
	background-color: rgba(255,255,255,0);
	color: white;
	text-shadow: 1px 1px black;
}

#reseaux_sociaux img:hover
{
	opacity: 0.8;
}

#reseaux_sociaux img
{
	margin-top: 30px;
	opacity: 1;
	/*height: 55px;
	width: auto;*/
}

aside p
{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	text-align: center;
	width: 300px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0px 0px 5px 5px;
}

p.activites-civitatis-pays
{
    text-align: center;
    color: #333333;
    text-shadow: 1px 1px 0.5px grey;
    font-size: 2em;
