@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@700&display=swap');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);


img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	}

header img {
    width: 100vw;
    display: flex;
    align-self: baseline;
}



	p
{
	padding-bottom: 1.5vw;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	color: #e9f0f1;
	}

a
	{
	color: #fdc758;
	text-decoration: none;
	}


a:hover
	{
	color: #fdc758 ;
	text-decoration: none !important;
	font-weight: bold;
	}

.col-md-3
	{
	text-align: center;
	}

.village-list
	{
	border: solid #4062BB 3px;
	padding: 20px;;
	margin-bottom: 10px;
	}

.village-list h2
	{
	margin-bottom: 10px;
	}

.village-list .village-item
	{
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
	color: #4062bb;
	}

.navbar
	{
	background-color: transparent;
	}

.navbar-dark .navbar-toggler-icon {
	background-color: #fff;
	}

.navbar-nav .nav-link {
	color: #fff;
	}


.custom-box
	{
	border: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0;
	text-align: center;
	}

.custom-bg
	{
	background: url(../images/Bandeau.png);
	background-size: cover;
	height: 265px;
	}

div#profil
	{
	width: 50px;
	position: absolute;
	border: solid 2px white;
	border-radius: 100%;
	}

p#logoTypo
	{
	font-size: 2rem;
	color: #f4f4f9;
	}

.custom-box a h5
	{
	color: #4062BB !important;
	}

.custom-box a p
	{
	color: #4062BB !important;
	}

a:hover {
font-weight: bold;
text-decoration: none;
}
p#logoTypo {
    padding-top: 4%;
}

@media (max-width: 700px)
	{
	p#logoTypo
		{
		font-size: 1rem;
		color: #f4f4f9;
		}

	div#profil
		{
		margin-top: -25%;
		}
	}

@media (min-width: 900px)
	{
	img.img-fluid
		{
		margin-top: -11%;
		}
	}


/* #InfosPrincipales ***************************************************************************/



/* Accueil *************************************************************************************/

.carousel-caption.d-none.d-md-block {
	margin-top: 15px;
    position: sticky;
    color: #4062BB;
}
.carousel-caption.d-none.d-md-block p{
    position: sticky;
    color: #4062BB;
}
		.col-md-3 {
    text-align: center;
		}
		.village-list {
            border: solid #4062BB 3px;
			padding: 20px;;
            margin-bottom: 10px;
        }

        /* Style pour le titre h2 à l'intérieur de la boîte */
        .village-list h2 {
            margin-bottom: 10px;
        }
		 .village-list .village-item {
            display: inline-flex;
            align-items: center;
            margin-bottom: 5px;
			color: #4062bb;
        }
		h2 {
		color: #4062bb;
		}

/* Nav *****************************************************************************************/

nav
	{
	padding-top: 10px;
	}

nav li
	{
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	padding: 3%;
	color: #e9f0f1;
	}

li .SousMenuGras
	{
	font-weight: bolder;
	}

/* Menu ****************************************************************************************/

#Menu
	{
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	}

#Menu li
	{
	font-size: 20px;

	background: #4062BB;
	border-radius: 30px;
	padding: 12px 30px 12px 30px;
	}

ul#Menu li a
	{
	color: #fdc758;
	}
	
#Menu li+li
	{
	margin-right: 20px;
	}

.Menu
	{
	display: inline-block;
	margin-right: 10px;
	}

.MenuGras
	{
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	}

.Menu a
	{
	text-decoration: none;
	color: #007bff;
	}

.Menu a:hover
	{
	color: #0056b3; /* Couleur du texte des liens au survol */
	}





#Date
	{
	margin-bottom: 40px;
	margin-right: 20px;
	text-align: right;
	}


/* ZoneCentrale ********************************************************************************/

#TitreWiki
	{
	height: 30px;
	}

#TitreWiki
	{
	height: 30px;
	}

h1
	{
	color: #4062bb;
	font-weight: bold;
	
	padding-top: 15px;
	padding-bottom: 15px;
	}

h2
	{
	color: #4062bb;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 20px;
	}

h3
	{
	color: #4062bb;
	font-weight: bold;
	}


/* Tableaux *****************************************************************/

.TableauNumNomLoupe
	{
	display: grid;
	grid-template-columns: 200px 1fr 40px;
	grid-gap: 20px;
	border: solid 1px black;
	padding: 0.5vw;
	margin-bottom: 1vw;
	}

.TableauNumNomAutreLoupe
	{
	display: grid;
	grid-template-columns: 200px 1fr 1fr 40px;
	grid-gap: 20px;
	border: solid 1px black;
	padding: 0.5vw;
	margin-bottom: 1vw;
	}

/*

.TableauNumNomLoupeTexte
	{
	display: grid;
	grid-template-columns: 200px 1fr 40px;
	grid-gap: 20px;
	border: solid 1px black;
	padding: 0.5vw;
	margin-bottom: 1vw;
	}
*/

.JourneePatrimoine
	{
	display: grid;
	grid-template-columns: 120px 1fr 40px;
	grid-gap: 20px;

	border: solid 1px black; 

	padding-top: 10px;
	padding-bottom: 10px; r 
	margin-bottom: 20px;
	}

.TableauNumero
	{
	width: 200px;
	text-align: center;
	font-weight: bold;
	}

.TableauNom
	{
	text-align: left;
	}

.TableauLoupe
	{
	width: 20px;
	}

.TableauTexte
	{
/*	color: #4062bb;			*/
	}


/* MiniaturesLieu *******************************************************************************************/

.GroupeDeMiniatures
	{
	display: flex;
	flex-wrap: wrap;
	}

.Miniature
	{
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.Miniature img
	{
	height: 267px;
	width: 200px;
	}

.Miniature figcaption
{
	padding-top: 10px;
	margin-bottom: 20px;

	text-align: center;
	background-color: #6597c9;
	color: #000000;

	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.Miniature a
	{
	color: #000000;
	text-decoration:none;
	}

.GroupeImagesMiniature
	{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	}

.ImageMiniature
	{
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	}

.ImageMiniature img
	{
	width: 150px;
	height: 200px;
	}

.ImageMiniature figcaption
	{
	text-align: center;
	color: #6597c9;
	font-size: 18px;
	font-weight: bold;
	}

/* Accueil Dept *********************************************************************************************/

h1 #DeptH1
	{
	color: #e9f0f1;
    background-color: #4062BB;
	}

#Dept
	{
    width: 100vw;
    background-color: #4062BB;

	display: grid;
	grid-template-columns: 1fr 1fr;

	grid-template-areas:
		"DeptTexte DeptImage";

	padding-left: 3vw;
	padding-right: 3vw;
	}

#DeptTexte
	{
    width: 40vw;
    display: flex;
	flex-direction: column;
	color: #e9f0f1;
    font-size: 1.4em;
	text-align: center;
	}

#Dept p
	{
	padding-bottom: 1.5vw;
	}

#DeptImageH
	{ text-align: center; }

#DeptImageH img
	{ height: 500px; }

#DeptImageV
	{ text-align: center; }

#DeptImageV img
	{ width: 500px; }

/* Footer **************************************************************************************/

footer
	{
	background-color: #fdc758;
	color: #4062BB;
	padding-top: 20px;
	padding-bottom: 20px;

	text-align: center;
	}

footer a
	{
	color: #4062BB;
	}

footer a:hover
	{
	text-decoration: none;
	font-weight: bold;
	color: #4062BB;
	font-weight: bolder;
	}

footer a
	{
	color: #4062BB;
	}


/* AccueilLaVie ********************************************************************************/
/* Accueil Dept ********************************************************************************/
/* CodePostaux *********************************************************************************/
/* Accueil *************************************************************************************/
/* Accueil Dept ********************************************************************************/

/* Commun **************************************************************************************/

figure + figure
	{
	margin-right: 20px;
	}


/* CarteGPS ************************************************************************************/


#CarteGPS
	{
	height: 30vw;
	margin-bottom: 1vw;
	}

/*
img.leaflet-interactive
	{
	transform: scale(5);
	}
*/


/* Tableaux *****************************************************************/

.TableauNumNomAuteurLoupe
	{
	width: 100%;

	display: grid;
	grid-template-columns: 200px 1fr 300px 40px;
	grid-gap: 0.5vw;
	border: solid 1px black;
	padding: 0.5vw;
	margin-bottom: 1vw;
	}







