@charset "UTF-8";
/* CSS Document */


/*----------  HTML  ----------*/

html {
  	margin:auto;
  	padding:0;
	width: 100%;
}

body {
	margin: auto;
	width: 1000px;
	max-width: 95%;
}

.outfit-light {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.outfit-regular {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.outfit-bold {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a, a:active, a:checked, a:hover, a:visited {
	color: #000000;
	text-decoration: none;
}




/*----------  MENU  ----------*/

#menuHaut {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 100px;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	z-index: 1000;
}
#menuHautLigne tr td {
	padding: 20px 10px 0 10px;
    font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
}
#home {
	margin: auto;
	text-align: center;
	width: 80px;
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
#home img, #PICTOS-Home-White, #PICTOS-Home-Black {
	width: 60px;
	position: relative;
	height: auto;
}
.menuBtn, .menuBtn a {
	width: 35px;
	line-height: 25px;
	color: #ffd84b;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
}
.menuBtn img {
	width: 30px;
	height: auto;
	margin: 0;
	padding: 0;
}
#menuHautLigne tr td a {
	text-decoration: none;
}




.ButtonPanneaux {
	border-spacing: 0;
}

.ButtonPanneaux tr td img {
	width: 30px;
	height: auto;
}




/*----------  BANDEAUX  ----------*/

.Chapitres1 {
	width: 980px;
	height: 540px;
	max-width: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
	margin: auto;
	margin-bottom: 40px;
}

#Chapitre1A {
	background-image: url("../LINKS/MENU-HappySlowPeople.png");
}

#Chapitre1B {
	background-image: url("../LINKS/MENU-SeverineBailleux.png");
}

.bandeauChapitres, .bandeaux-H {
	width: 100%;
	position: relative;
	top: 20%;
	text-align: center;
}

.bandeauChapitres {
	background-color: rgba(256,256,256,0.8);
	height: 324px;
}

@media all and (min-width: 800px) {
	.bandeaux img {
	width: 120px; 
	height: auto; 
	margin: 20px 0;
	}
}

@media all and (min-width: 800px) {
	.bandeauChapitres img, .bandeaux-V img {
	width: 100px; 
	height: auto; 
	margin: 20px 0;
	}
}

@media all and (max-width: 799px) {
	.bandeauChapitres img, .bandeaux img, .bandeaux-H img {
	width: 80px; 
	height: auto; 
	margin: 40px 0 20px 0;
	}
}

#credit {
	margin-bottom: 50px;
	text-align: center;
}




/*----------  AGENDA  ----------*/

.agendaVertical, .bandeaux-V {
	width:100%; 
	margin: auto; 
}

.agendaVertical { 
	padding: 20px; 
	border-spacing: 15px 15px;
}

.agendaVertical tr, .bandeaux-V {
	vertical-align: top;
}

.agendaVertical tr td, .bandeaux-V tr td {
	width: 30%; 
	border: none; 
}

.agendaVertical tr td {
	background-color: #FFFFFF;
	text-align: center;
}

.agendaVertical tr td button, .agendaHorizontal button {
	background-color: #ffd84b;
	border: none;
	color: white;
  	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
	margin: auto;
  	cursor: pointer;
	border-radius: 30px;
}

.agendaHorizontal {
	width: 90%;
	margin: auto;
	background-color: #FFFFFF;
	text-align: center;
}


/*----------- APPARITION BANDEAUX VERTICAUX/HORIZONTAUX -------------------*/

@media all and (min-width: 800px) {
	.agendaHorizontal, .bandeaux-H {
	display: none;
	}
}

@media all and (max-width: 799px) {
	.agendaVertical, .bandeaux-V {
	display: none;
	}
}


.photoBlock {
	width: 100%;
}
.photoBlock img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


/*----------  SLIDESHOWS ----------*/

.gallery-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%; /* largeur de la galerie */
  margin: auto;
}

.gallery {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.gallery img {
  width: auto;
  object-fit: cover;
  margin: 0 10px 0 0;
}

.btn {
	background-color: #fafafa;
  color: black;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}




/*----------  H1, H2, H3, H4, H5, H6  ----------*/

h1, h2 {
    font-family: "Sulphur Point", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0 40px;
}
@media all and (min-width: 800px) {
	.bandeauChapitres h1, .bandeaux h1, .bandeauChapitres h2, .bandeaux h2 {
	font-size: 50px;
	}
}
@media all and (max-width: 799px) {
	.bandeauChapitres h1, .bandeaux h1, .bandeauChapitres h2, .bandeaux h2 {
	font-size: 35px;
	}
}
h2 {
	line-height: 50px;
}
h3 {
    font-family: "Sulphur Point", sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}
h4 {
	font-family: "Sulphur Point", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 25px;
}
@media all and (min-width: 800px) {
	.bandeauChapitres h4 {
	font-size: 32px;
	}
}
@media all and (max-width: 799px) {
	.bandeauChapitres h4 {
	font-size: 20px;
	}
}

h5 {
	font-family: "Sulphur Point", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 25px;
	text-transform: uppercase;
}
@media all and (min-width: 800px) {
	.bandeauChapitres h5 {
	font-size: 18px;
	}
}
@media all and (max-width: 799px) {
	.bandeauChapitres h5 {
	font-size: 14px;
	}
}

h6 {
	font-family: "Outfit", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 14px;
	line-height: 25px;
}
p, li {
	font-family: "Outfit", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 16px;
}
.bandeaux p, .bandeaux ul li {
	text-align: left;
}





@media all and (min-width: 800px) {
	.bandeaux p, .ButtonPanneaux {
	margin: 10px 70px;
	}
}
@media all and (max-width: 799px) {
	.bandeaux p, .ButtonPanneaux {
	margin: 10px 40px;
	}
}

@media all and (min-width: 800px) {
	.bandeaux ul {
	margin: 0 70px;
	}
}
@media all and (max-width: 799px) {
	.bandeaux ul {
	margin: 0 40px;
	}
}





@media all and (min-width: 800px) {
	.gallery-wrapper, .gallery, .gallery img {
		height: 400px;
	}
}

@media all and (max-width: 799px) {
	.gallery-wrapper, .gallery, .gallery img {
		height: 300px;
	}
}

@media all and (max-width: 599px) {
	.gallery-wrapper, .gallery, .gallery img {
		height: 200px;
	}
}
