body{
  background-image: url(../img/essai3.jpg);
 	background-size: cover; /* Resize the background image to cover the entire container */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#show-sidebar,
#close-sidebar {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  h1{
    font-size: 2.5em;
  }

}
  
  /*----------------page-wrapper----------------*/
  
.page-wrapper {
height: 100vh;
}
  
  /*----------------toggeled sidebar----------------*/
  
.page-wrapper.toggled .sidebar-wrapper {
left: 0px;
}

  /*----------------show sidebar button----------------*/
#show-sidebar {
position: fixed;
left: 0;
top: 20px;
border-radius: 0 4px 4px 0px;
width: 50px;
transition-delay: 0.3s;
z-index: 1;
}

.page-wrapper.toggled #show-sidebar {
left: -40px;
}

  /*----------------sidebar-wrapper----------------*/
  
.sidebar-wrapper {
width: 355px;
height: 100%;
max-height: 100%;
position: fixed;
top: 0;
left: -355px;
z-index: 999;
overflow-y:auto;
overflow-x:hidden;
}
  /*--------------------sidebar-header----------------------*/
  
.sidebar-wrapper .sidebar-header {
padding: 10px;
}

.dropdown-menu{
background-color: #A8DEEE;
}

.dropdown-item{
  margin-top:5px;
  margin-bottom:5px;
}
  
  /*----------------------sidebar-menu-------------------------*/
.img-lien-menu{
    max-height: 70px;
}

.MaintextPageMenu{
  font-size:40px;
	color:#E87800;
	font-family: Wallman;
}

.textPageMenu{
	font-size:24px;
	color:#FE940D;
	font-family: Philosopher-Italic;
}

hr { 
    margin:0;
    border-top: 1px solid rgba(255,255,255,0.3);
}
  
	/*-----------------------------Mension Legal-------------------------------------------------*/
#mentionLegalTitre{
  background-color: rgba(0,0,0,.7);
  margin-bottom: -15px;
}

#titreMentionLegal{
  color:white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  font-family: Philosopher-Italic;
  text-decoration: underline;
}

#mentionLegal{
  background-color:rgba(0,0,0,0.7);	
  color : white;
  visibility: hidden;
  text-align: center;
  font-family: Philosopher-Italic;

}

#flecheUp{
  max-width: 25px;
  margin-left: 10px;
}

#mentioLegal p {
  padding-left: 5%;
  margin-bottom: 0px;
}

  /*--------------------------side-footer------------------------------*/
  
.sidebar-footer {
width: 100%;
bottom: 0;
display: flex;
}

.sidebar-footer > a {
flex-grow: 1;
text-align: center;
position: relative;
background-color: #ffffff;
padding-bottom: 3px;
}
  
  /*-----------------------------chiller-theme-------------------------------------------------*/
  
.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

/* --------------------------General------------------------------------ */

h1{
	  font-family: Wallman;
    color:#E87800;
    font-size: 5vw;
    margin-top: 15px;
}

.imageBle{
  max-width: 10%;
}

.imgReverse{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

h2{
	font-family: Philosopher-Italic;
    color:#FE940D;
    text-align: center;
    font-size: 3vw;
}

