body {
	padding-left: 18em;
	padding-right: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: #565656 }

ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 3.5em;
	left: 1em;
	width: 16em;
	}

ul.navbar li {
	display: block;
	background: white;
    margin: 0.5em 0;	
	height: 2em;
    padding-top: 0em ; padding-bottom: 1em;
    border-right: 1em solid black;
	margin-top: 10%;
	}

ul.navbar a {
	vertical-align: baseline;
	color: black;
	display: block;
	padding-top: 1em ; padding-bottom: 1em; padding-left:1.5em;
	text-decoration: none
	}

a:link {
	color: orange;
	text-decoration: none
	}

a:hover {
		color: white;
	}

a:visited {
	color: lightgreen /*purple*/
	}

a:visited:hover {
	color: white
	}
	
ul.navbar li a:hover {
	background-color: #565656;
	color: white;
	}

div.ligne h2:hover {
	background-color: #565656;
	color: D9AE00;
	padding: 10px
	}
		
/* Sous-menu caché par défaut */
.submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #444;
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 160px;
	z-index: 1000;
}

.submenu li a {
	padding: 10px 15px;
	color: white;
}

.submenu li a:hover {
	background-color: #666;
}



/* BOUTON METRAGES */

.bouton-metrages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 1em 3em;
  background-color: #D9AE00;
  color: white; /*#565656*/
  text-decoration: none;
  border: 1px solid #ccc;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-left: 5%;
}

.bouton-metrages:visited {
  color: white; /*#565656*/
}

.bouton-metrages:hover {
  background-color: #D9AE00;
  color: #D9AE00;
  text-shadow: 1px 1px 2px black;;
  cursor: pointer;
  box-shadow: 0 0 10px #fff, 0 0 20px #D9AE00, 0 0 40px #D9AE00;
}



/* SOMMAIRE */

.sommaire li {
	margin-top: 0.5em auto;
	margin-bottom: 0.5em ;
	background-color: none;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:28px;
	text-align: left;
	color: #565656;
	width:40%;
}

.sommaire li a {
	width:60%;
	display: inline-block;
	padding: 12px 24px;
	background-color: #D9AE00;
	color: #565656;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	border: 2px groove #565656;
	border-radius: 8px;
	transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

.sommaire li a:hover {
	background-color: #D9AE00; /* par exemple une teinte un peu plus claire */
	color: #565656;
	cursor: pointer;
	transform: scale(1.05);
}


.banniere h5 {
	padding-left: 1em;
	text-shadow: 8px 8px 8px black;
}

.cv table {
	  max-width: 900px; /* limite max */
	  max-height: 1000px;
	}
	
.container {
  padding: 1em;
  max-width: 1200px;
  margin: auto;
}

.apropos {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: flex-end;
  padding: 1em;
}

.apropos img {
  max-width: 100%;
  height: auto;
  flex: 1 1 300px;
}

.apropos p {
  flex: 2 1 400px;
  text-align: justify;
  text-indent: 1.5em;
  font-size: 1.1em;
  margin: 0;
}
	
.texte {
  flex: 1;
  font-size: 1.1em;
  text-align: justify;
  text-indent: 1.5em;
  margin: 0;
  border: 2px solid #E29A00;
  padding: 1em;
  box-sizing: border-box;
}
	
/* AFFICHAGE SUR LE PC */
@media (min-width: 1300px) {
  .apropos img {
    width: 100%;
    max-width: 300px;
  }
}

/* AFFICHAGE SUR LE TELEPHONE */
@media (max-width: 1300px) {
  .apropos {
    flex-direction: column;
    align-items: center;
  }

  .apropos img {
    width: 100%;
    max-width: 400px;
  }

  .texte {
    width: 100%;
  }

  .banniere h5 {
	padding-left: 1%;
	}


}




/* Afficher le sous-menu au survol */
.navbar li:hover > .submenu {
	display: block;
}
	
p{
	text-align: justify;
	font-size: 1.2em ;
	}

h1 {
	margin-top: 0.8em;
	margin-bottom: 0.2em ;
	margin-left: 1.3em;
	color: #D9AE00;
	font-size: 4.5em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	text-shadow: 5px 5px 5px black;
	}
	
h2	{
	margin-top: 0.5em;
	margin-bottom: 0.5em ;
	background-color: #D9AE00;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:28;
	color: #565656;
  text-align: center;	
  border:groove;
	padding: 10px
}
		
h3	{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 2em ;
	margin-top: 2em ;
	text-decoration: underline;
	}
	
h4	{
	margin-top: 1.5em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 1.5em ;
	font-weight: lighter;
	text-align: justify;
	}	
	
h5	{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 1.5em ;
	font-weight: lighter;
	text-align: justify;
	/*text-decoration: underline;*/
	}
	
h6	{
	margin-top: 1.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 1.5em ;
	font-weight: lighter;
	text-align: justify;
	}
	
h8	{
	margin-top: 0.5em;
	margin-bottom: 0.5em ;
	background-color: #D9AE00;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:28;
	color: #565656;
    text-align: center;	
    border:groove;
	}	

			
address {
	display: flex;
	justify-content: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted;
	}

niv1{
    background-color: #ffb68b;
    font-size:32;
    text-align: center;
    margin-left: 10%;
    margin-right: 60%;
    border:groove;   
	margin-top: -2em
    }

niv2{
    background-color: #ffb68b;
    font-size:28;
    text-align: center;
    margin-left: 30%;
    margin-right: 40%;
    border:groove;
    }

niv3{
    background-color: #ffb72b;
    font-size:20;
    text-align: center;
    margin-left: 35%;
    margin-right: 30%;
    border:groove;
    }

ligne{padding-top:30px;/*border:solid;*/}


.lb-image {
	display: block;	
	width: auto !important; /* CA MARCHE !! Pour l'instant */
	height: 85vh !important;
	object-fit: contain;
    /*border-radius: 4px;*/
 	}

/* PARAMETRES ORIGINAUX LIGHTBOX2 */

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  height: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: flex;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid black !important;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  background: transparent !important;
  background-color: rgba(255, 255, 255, 0.1) !important; /* léger voile blanc */
  backdrop-filter: blur(10px); /* effet flou */
  -webkit-backdrop-filter: blur(10px); /* support Safari */

  
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}


















	


/*
	<style>
	nav {
	  background: #f0f0f0;
	  padding: 1em;
	  border-radius: 5px;
	  margin-bottom: 20px;
	}
  
	nav h2 {
	  margin-top: 0;
	  padding: 10px
	}
  
	nav ul {
	  list-style: none;
	  padding-left: 0;
	}
  
	nav li {
	  margin-bottom: 5px;
	}
  
	nav a {
	  text-decoration: none;
	  color: #0066cc;
	}
  
	nav a:hover {
	  text-decoration: underline;
	}
  </style>

