* {
 box-sizing: border-box;
}
*:before,
*:after {
 box-sizing: border-box;
}

*:last-child {
  margin-bottom: 0;
}

:root {
  --bandtitle-l:90px;
  --normal-header-height: 60px;
  --normal-footer-height: 200px;
  --title-size-l:5rem;
  --title-size-m:8vw;
  --title-size-s:8vw;

}


html,body { height:100%;
min-width:320px;
position:relative;}

	body,html {
		scroll-behavior: smooth;
		margin:0px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  width:100%;
  padding:0px;
  margin:0px;
  font-family: Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;

}

img {
max-width: 100%; height: auto;}
	
	textarea {
  resize: none;
}
	
div#bandcontainer {
display:none;
height:var(--bandtitle-l);
}

.topmenu ul {
	display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

.topmenu li {
  display: inline-block;
  font-weight:300;
}

.topmenu li a {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
color:#404040;	
		letter-spacing: 0px;
	
padding-right: 10px;
padding-left: 10px;
}

.menulist ul {
list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}


/* Change the link color to #111 (black) on hover 
li a:hover {
  font-weight:bold;
}*/


a:hover {
    
	-webkit-text-stroke: 0.3px #404040;
}

a::after {
    display: inline-block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.innerband {
		margin-left: 3rem;
		margin-right:auto;
		
}


div#titre {
		display:none;
		margin-left:auto;
		margin-right:auto;
	position:relative;
	z-index:2;
	  width:350px;
	  height:  var(--bandtitle-l);
		background-color:#394759;
		
		
}

div#logo {
	vertical-align:center;
	width:290px;
	margin-top:25px;
	margin-left:auto;
		margin-right:auto;
}

div#menuband {
display:none;
  vertical-align:top;
padding-top:0px;
padding-left:1.5rem;
height:100%;


}



div#minititre {
	    display: inline-block;


		margin-left:auto;
		margin-right:auto;
	  width:300px;
	  height:50px;
		background-color:#394759;
		

}


div#minilogo {
	vertical-align:center;
	width:220px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}


div#minibandeau {
	position:relative;
	width:100%;
	text-align:center;
	height: 50px;
	background-color:#FFFFFF;
	border-bottom: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-bottom-width: 1px;
	font-size:14pt;
	font-weight:200;
  }
	

div#bandeau {
	position:relative;
	top:0;
	display:none;
	width:100%;
	height: var(--normal-header-height);
	background-color:#FFFFFF;
	z-index:2;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  */
  }



.minimenu {
display:inline-block;
vertical-align:center;
float:left;
margin-right:auto;
height:30px;
width:30px;
padding: 10px 10px 10px 10px;


}

.minimenu:hover, .minimenu:focus {
  background-color: #2980B9;
}

/* Dropdown Button */
.dropbtn {
height: 50px;
width: 60px;
display:inline-block;
float:left;
border: none;
cursor: pointer;
padding-left:2%;
}

.dropbtn img {
height:23px;
width:23px;
position: relative;
top: 50%;
transform: translateY(-50%);

pointer-events: none;

}




/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	margin-top:50px;
    position: absolute;
    background-color: #FFFFFF;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	
	
}


/* Links inside the dropdown */
.dropdown-content a {
	color:black;
	font-family: Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
	font-size:0.9em;
	text-align:left;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}








/* langdown Button */
.langbtn {
  padding:14px 16px;

position:absolute;
top:0;
right:20;




}

/* The container <div> - needed to position the langdown content */
.langdown {
 		
	display: inline-block;
	float:right;
	
	
  font-family: Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
	font-size: 1rem;
	font-weight:300;
		letter-spacing: 0px;
		color:#404040;
		width:70px;
		height:50px;
}

/* langdown Content (Hidden by Default) */
div#langdown-content {
  display: none;
  position:absolute;
  background-color: #ffffff;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:50px;
  white-space: nowrap;
}

/* Links inside the langdown */
div#langdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of langdown links on hover */
div#langdown-content a:hover {background-color: #ddd;}

/* Show the langdown menu on hover */
.langdown:hover div#langdown-content {display: block;}

.fmenu a {
    text-decoration: none;
    color: #404040;
}








div#lang {
		
	display: inline-block;
	float:right;
  text-align: center;
  padding: 14px 16px;
  
font-family: Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
	font-size: 0.9em;
		letter-spacing: 0px;
		color:#404040;
		margin-right: 1%;
		}



	div#contain
	{
		 min-height: calc(100vh - var(--normal-footer-height) - var(--normal-header-height)); /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
	width: 100%;

	}

div#topimage
{
	width:100%;
	padding-left:3%;
	padding-right:3%;
	 overflow:hidden; 
	 
}

div#topimage img{
   /*add to other styles*/
	width:100%;
}


div#menu {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;*/
	float:left;
	margin-left:2%;
	width:96%;
	margin-bottom:20px;
	background-color:transparent;
	}









@media only screen and (min-width: 1200px) {
    div#titre {
	display: inline-block; }

    div#menuband {
	display: inline-block; }
	
	div#bandeau {
	display: inline-block; }
	
	div#bandcontainer {
	display: block; }
	
	
	div#minibandeau {
	display: none; }

	
div#minititre {
	display: none; }

    div#minimenu {
	display: none; }

}


@media only screen and (max-width: 768px) {
.dropdown {	

		float:left;
		min-width: 100%;
		background-color:transparent;}
		
		.dropdown-content a {
	font-size:1em;
 
}
}




@media only screen and (max-width: 450px) {

div#minilogo {
	width:200px;
	padding: 5 15 0 15;
}

div#minititre {
	width:200px;
}

		.dropdown-content a {
	font-size:100%;
		}
		
.dropdown-content {
    width: 100%;
	

}




	
	

	
