/* Style général de la page */
h1{
    font-family: "Lilita One", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2cm;
}
body{
    font-family: 'Fira Sans', sans-serif;
    background-color: white;
    padding: 0;
    margin: 0;
}
h2{
    margin-left: 30px;
    font-size: 1cm;
	margin-right: 30px;
}
h4{
	margin-left: 30px;
	margin-right: 30px;
}
nospace{
	margin-left: 0px;
}
.showlist{
	list-style-type: circle;	
}
h3{
    margin-left: 30px;
    font-size: 0.7cm;
	margin-right: 30px;
}
p{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 0.5cm;
    text-align: justify;
}
.inconnu{
	text-align: center;
	justify-content: center;
	margin-left: 30px;
    margin-right: 30px;
    font-size: 0.5cm;
    text-align: justify;
}
.textlist{
	margin-left: 30px;
    margin-right: 30px;
    font-size: 0.5cm;
    text-align: justify;
}
audio{
    margin-left: 30px;
    margin-right: 30px;
}
.mobileshow{
    display:none;
}
.pancarte{
	width: 700px;
}
.imgpanneau{
   width: 80%;
	margin-left: 30px;
	margin-right: 30px;
}
.flexible img{
    display: inline-block;
    border: 1px solid grey;
    margin-right: 20px;
}
.flexible{
    display: flex;
    align-items: center;
}
iframe{
    margin-left: 30px;
}
.big{
    font-size: 1cm;
}
.buttonred{
    background:red;
    padding: 10px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 20px;
}
/* Fin du style général de la page */

/* Barre de navigation */
nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: rgb(210, 210, 210);
    padding: 10px 0px;
    box-shadow: 0px 5px 20px black;
    z-index: 1000;
}

nav .onglets a{
    margin-right: 20px;
    font-size: 0.5cm;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.rond{
    border-radius: 100%;
}
.menu-container{
    display: flex;
    align-items: center;
    list-style: none;
}
.menu-container2{
    display: flex;
    align-items: center;
    list-style: none;
}
nav .onglets2 a{
    margin-right: 20px;
    font-size: 0.5cm;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
#special{
	margin-right: 0px;	
}
.nav2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 0px;
    left: 0px;
    background-color: black;
    padding: 0px 0px;
    z-index: 100;
}
.logo{
    display: none;
    color: black;
}

#b{
    display: none;
}

.menu-listing{
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    list-style:none;
}
.menu-listing2{
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    list-style:none;
}
.signature{
    padding: 4px 20px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}
/* Fin de la barre de navigation */

/* Header */
header{
    margin-bottom: 60px;
    text-align: center;
    margin-top: 0px;
    background: url('Images/IMG_Accueil1.jpg');
    padding: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 1300px;
}

.nomargin{
    margin-bottom: 0px;
}

.panneau{
    margin-bottom: 60px;
    text-align: center;
    margin-top: 0px;
    background: url('Images/IMG_headerpanneau.jpg');
    padding: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 1300px;
}

header h1{
    text-shadow: 10px 5px 2px black;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    color: white;
    text-align: center;
}
/* Fin du Header */

/* Cartes et liens */

.card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card .entity{
    margin-left: 30px;
    margin-bottom: 10px;
    height: 200px;
}
.card .entity img{
    border-radius: 100px;
}

.card .entity a{
    text-decoration: none;
    color: white;
}
.card .entity a:hover{
    color: white;
}

.card .entity a img:hover{
    filter: contrast(20%);
}

.card .entity p{
    text-align: center;
    background: black;
    border-radius: 20px;
    transform : translateY(-133px );
}
.card .entity p:hover{
    text-align: center;
    background: grey;
}

/* Fin Cartes et liens */

/* Affiches */
.affiche{
    align-items: center;
    justify-content: center;
}
.affiche img{
    display: flex;
    width: 620px;
}
.affiche p{
    text-align: justify;
    max-width: 50%;
}
/* Fin affiches */

/* Tableaux */
.tableau table{
    margin-left: 30px;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.tableau{
    overflow-x: auto;
}
.tableau th, .tableau td{
    border: 2px solid black;
    min-width: 200px;
    text-align: center;
}
.tableauart table{
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.tableauart{
    overflow-x: auto;
}
.tableauart th, .tableauart td{
    border: 2px solid black;
    min-width: 200px;
    text-align: center;
}
/* Fin tableaux */

/* Boutons et liens (artisans) */
.site button{
    background: rgb(210, 210, 210);
    padding: 10px;
    border: none;
    border-radius: 20px;
}
.site button a{
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 20px;
}
.siteart button{
    background: rgb(210, 210, 210);
    padding: 10px;
    border: none;
    border-radius: 20px;
}
.siteart button a{
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 20px;
}
.site2 button{
	margin-left: 30px;
	margin-bottom: 10px;
    background: rgb(210, 210, 210);
    padding: 10px;
    border: none;
    border-radius: 20px;
}
.site2 button a{
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 20px;
}
/* Fin Boutons et liens (artisans) */

/* Images */
.custom-slider {
    display: none;
}
#slide1{
    display: block;
}
.slide-container {
    max-width: 500px;
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.6s ease;
}
.prev{ left: 15px; }
.next { right: 15px; }
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.5);
}
.slide-text{
    position: absolute;
    background: black;
    color: white;
    font-size: 15px;
    padding: 15px;
    bottom: 15px;
    width: 94%;
    text-align: center;
}
.slide-index {
    color: #ffffff;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    top: 0;
}
.slide-img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.slide-dot{ text-align: center; }
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover { background-color: #111111; }
.fade {
    animation-name: fade;
    animation-duration: 1s;
}
@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
.chapelleimgordi {
  display: flex;
  justify-content: center; /* centre horizontalement */
}
.chapelleimgordi img {
  display: block;
	margin-left: 10px;
	margin-right:10px;
}
.chapelleimgmobile{
	display: none;	
}
.chapelleimgmobile img{
	display: none;	
}
/* Fin images */

/* Cartes géographiques et vidéos */
.maps{
    width: 400px;
    height: 300px;
}
.vids{
    width: 540px;
    height: 300px;
}
/* Fin cartes géographiques et vidéos */

/* Liens de fin de page */
.link{
    margin-bottom: 20px;
    text-decoration: none;
    padding: 5px;
    background: black;
    border-radius: 10px;
    margin-left: 30px;
    color: white;
}
/* Fin liens de fin de page */

/* Début photo */
.cadre{
    display: flex;
    flex-wrap: wrap;
}
.cadre .photo{
    margin-left: 30px;
    margin-bottom: 10px;
}
.comment{
	max-width: 300px;
}
.cadre .photo p{
    text-align: center;
    border-radius: 20px;
}
/* Fin photo */

/* Pied de page */
footer{
    margin-top: 40px;
    background-color: rgb(210, 210, 210);
    padding: 25px 100px;
    color: black;
    text-align: left;
}
.footer{
	margin-bottom: 30px;	
}
footer .colonnes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer p{
    font-size: 16px;
    color: black;
    text-align: left;
}
.space{
    padding-left: 30px;
}
/* Fin du pied de page */

/* Page de dialogue */
.verify{
    margin: 0;
    padding: 0;
    position: absolute;
    color: green;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);

}
/* Fin de la page de dialogue */
@media screen and (max-width: 1100px){
	.tableauart table {
        margin: 0 auto;
		width: 100%;
		border: none;
    }

    .tableauart table tr {
		margin: 20px auto !important;
		width: 90%;
		background-color: #f9f9f9;
		border-radius: 10px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		padding: 20px;
		display: block;
		text-align: center;
    }

    .tableauart table th {
        display: none;
    }
	#entete{
		display:none;	
	}

    .tableauart table td {
		margin: 0;
		padding: 10px 0;
		text-align: center;
		display: block;
		border: none;
    }

    .tableauart img {
        width: 150px;
        margin: auto;
        display: block;
    }

    .tableauart table td:nth-child(2) {
        font-size: 1.2em;
        font-weight: bold;
        margin-top: 10px;
    }
	
	.tableauart td:nth-child(4) {
    text-align: justify;
	}

    .siteart button {
        margin: 10px auto;
        display: block;
    }	
	.tableauart {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.tableauart table, .tableauart td, .tableauart tr {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 914px){
    /* Contenu principale de la page mobile */
    .flexible{
        display: block;
    }
    .flexible img{
        margin-right: 0px;
    }
    .mobileshow{
        display:block;
    }
    /* Fin contenu principale de la page mobile */

    /* Barre de navigation mobile */
    nav{
        padding: 0px 0px;
        justify-content: none;
        align-items: center;
        text-align: center;
    }
    .logo #a{
        width: 80px;
        display: flex;
        color: black;
    }
    #b{
        position: relative;
        left: 15px;
        display: block;
        color: black;
        z-index: 9999;
    }

    .menu-container{
        position: sticky;
        height: 100vh;
        width: 100%;
        padding: 0px;
        overflow: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
        vertical-align: center;
        z-index: 1000000;
       
    }
    .menu-listing{
        flex-direction: column;
    }
    body .page{
        margin: 10px;
    }
    nav .onglets{
        font-size: 12px;
    }
    nav .onglets a{
        margin-right: 8px;
        box-sizing: border-box;
        display: block;
        font-size: 18px;
        margin-bottom: 30px;
    }
    /* Fin de la barre de navigation mobile */

    /* Header mobile */
    header{
        background-size: 700px 650px;
    }
	.panneau h1{
    text-shadow: 10px 5px 2px black;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
}
	
	.pancarte{
		width: 300px;	
	}
	.imgpanneau{
		width: 300px;
	}
    .panneau{
        background-size: 700px 650px;
		padding: 100px 10px 100px 10px;
    }
    /* Fin header mobile */

    /* Affiches */
    .affiche img{
        width: 300px;
    }
    /* Fin affiches */

    /* Photos mobiles */
    .cadre{
        width:100%;
        justify-content: center;
    }
    .cadre .photo img{
        height: 250px;
    }
    .comment{
        max-width: 100px;
    }
    .cadre .photo p{
        border-radius: 0px;
    }
	.chapelleimgordi{
		display: none;	
	}
	.chapelleimgordi img{
		display: none;
	}
	.chapelleimgmobile {
	  display: grid;
	  justify-items: center; /* centre les images horizontalement */
	  gap: 1rem; /* espace entre les images, optionnel */
	}

	.chapelleimgmobile img {
		display: block;
	  width: 80%; /* pour qu'elles s’adaptent à la largeur disponible */
	  height: auto;
	}
    /* Fin photos mobiles */

    /* Footer mobile */
    footer{
        padding: 5px 10px;
    }
    /* Fin footer mobile */
	.card {
		justify-content: center;
		padding: 0;
		margin: 0 auto;
	}

	.card .entity {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 457px){
    /* Header Smartphone */
    header{
        padding: 20px;
    }
    /* Fin du header Smartphone */

    /* Images diaporama Smartphone */
    .slide-img{
        width: 250px;
        height: 250px;
    }
    .slide-text{
        padding: 10px;
        width: 230px;
    }
    .next{
        right: 3px;
        z-index: 10;
        color: white;
        background: rgba(0, 0, 0, 0.452);
    }
    .prev{
        left: 3px;
        z-index: 10;
        color: white;
        background: rgba(0, 0, 0, 0.452);
	}
    /* Fin Images diaporama Smartphone */

    /* Maps et vidéos Smartphone */
    .maps{
        width: 300px;
        height: 200px;
        margin: 0px;
    }
    .vids{
        width: 300px;
        height: 200px;
        margin: 0px;
    }
    /* Fin Maps et vidéos Smartphone */
}