header{ 
	width: 100%;
	height: 25%;
	background: url(.././lve/banniere-web.jpg);
	position: absolute;
	top: 0;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	color: #001a70;
}

section {
  min-width: 100%;
  	height:78%;
  	background: #ffffff;
  display: inline-block;
	top:20%;
  position:relative;
}

footer { 
	width: 100%;
	min-height: 50px;
	position: fixed;
	bottom: 0;
	background: #001a70;
	color: white;
	text-align: center;
	font-family: arial;
	font-weight: bold;
}

#logo {
	width: 200px;
  min-width: 20px;
	height: auto;
  margin: 0 auto;
}

#catalogue {
	  background: white;
	  display: block;
}

#contact img {
	width: 850px;
	margin:  auto;
	display: block;
}

#pdf{
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

nav{
	width: 100%;
	background: #001a70;
	color: white;
	font-size: 15px;
	text-align: center;
	text-transform: lowercase;
 	font-family: arial;
	font-weight: bold;
}

ul li{
	list-style: none;
 	display: inline-block;
  margin : 0;
	padding:0;
}

/* Sidenav menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #ffffff;
  padding-top: 60px;
  transition: left 0.5s ease;
}

/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: ffffff;
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Active class */
.sidenav.active {
  left: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

/* Icône burger */
.burger-icon span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #001a70;
  margin: 6px 6px;
}


a {
	text-decoration: none;

	color: white;
}

a:hover{
	background: #001a70;
	color: white;
}

h1{
	color: #001a70;
	text-transform: uppercase;
	font-family: arial black;
	text-align: center;
}

h2{
	color: #001a70;
	font-family: arial;
	text-align: center;
  font-size: 15px;
}

h4{
	color: #001a70;
	margin: auto;
  	text-align:center;
  	font-size: 20px;
  	font-family: arial;
  padding: 10px;
}

h4:hover{
	background: #001a70;
  color:white;

}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.custom-slider { display: none; }

#accueil {
  background:#001a70;
	top:20%;
  position:relative;
}

#content {
  background:white;
	top:15%;
  position:relative;
}

.slide-container {
  	min-width: 100%;
  	height:78%;
}

.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;
  color: #ffffff;
  font-size: 30px;
  font-family: arial;
  padding: 15px;
  bottom: 250px;
  width: 100%;
  text-align: center;
  background: #001a70;
  opacity: 0.8;
}
.slide-index {
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  position: relative;
  top: 0;
}
.slide-img{ 
  width: 100%; 
  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}
}

#texte {
	background: white;
	padding-top: 25px;
	margin: auto;
	position: relative;
	text-align : center;
}

#localisation{
	background: white;
	display: inline-block;
	height: 200px ;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
}

#communication {
	background: white;
	display: inline-block;
	height: 200px ;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
}

#communication a {
	color: #001a70;
}

#communication a:hover {
	color: white;
	background: #001a70;
}

 .vertical-line{
    border-left: 2px solid #001a70;
    display: inline-block;
    height: 200px;
    margin: 0 20px;
}

.toolbar{
	text-align: center;
}

.btn {
	color: #001a70;
	font-family: arial black;
	text-align: center;
}

.scale-anm img{
position: relative;
display: inline-block;
max-width: 100%;
}


 .code{
 	width: 100%;
 	height: 100%;
 	padding-bottom: 50px;
background-color: white;
margin: 10px;
text-align: center;
position: relative;
 }

 .thumbnail{
 	height: 100px;
 }

.galerie{
	display: inline-block;
	opacity: 0;
	position: relative;
}

h3{
	color: #001a70;
	font-family: arial black;
	text-align: center;
}

figcaption {
    visibility: hidden;
    position: absolute;
    bottom: 0;
}

figure:hover > figcaption
{
    visibility: visible;
    font-family: 'arial'; 
    width: 148px;
    height: 120px;
    padding: 3px;
    margin: 2px;
    text-align: center;
    color: white;
    background: #001a70;
}
figure
{
    display: inline-block;
    font-family: 'arial';
    width: 158px;
    height: 178px;
    border: 2px solid #001a70;
    text-align: center;
    padding: 5px 0px;
    margin: 5px; 
    transition: all .4s;
    position: relative;
}

.back-to-top {
    position: fixed;
    right: 0px;
    text-decoration: none;
    color: #999;
    background-color: #eee;
    font-size: 16px;
    padding: 0.3em;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 60000;
  }
  .back-to-top a {
    vertical-align: middle;
  }
  .back-to-top a {
    padding-left: 0.5em;
  }
 
 #fleche{
 	color: black;
 }

 #fleche:hover{
 	background: none;
 }

 #mentions{
 	padding: 15px;
 }

@media handheld only (min-width: 650px) {

  #menu, #footer, section, nav {
    display:none;
  }
  body {
    font-size:120%;
    color:black;
  }  
  
  #logo{
  min-height: 20px;
  }
  

  
}