/* Titre */
.titre {
  margin-bottom: 0;
  padding: 0 0 3% 0;
  height: 80px;
  overflow: hidden;
}
.titre img {
	float: right;
	margin-top:2.5%;
	max-width: 30%;
	max-height: 120%;
}
.titre h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5vw;
  color: black;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.titre h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5vw;
  color: black;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
padding-bottom: 10px ;
}

/* menu 2 */

.menu2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu2 { height: 100%; }
.menu2 { 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: black;
  font-size: 62.5%; 
  line-height: 1; 
}
::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }
::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}
.menu2 br { display: block; line-height: 2.2em; } 
.menu2 ol, ul { list-style: none; }
/** page structure **/
#topbar {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: #ddd url("../images/icones/down.png") no-repeat top right;
  padding: 10px 0 10px 0;
  text-align: center;
  height: 39px;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
#topbar a {
  color: black;
  font-size:2.6em;
  line-height: 1.25em;
  text-decoration: none;
  font-weight: bold;
}
#topbar a:hover {
  opacity: 1;
  color: red;
}
#tophiddenbar {
  display: block;
  width: 100%;
  color: black;
  font-weight: bold;
  padding: 8px 0; 
  font-size: 1.8em;
  text-align: center;
  text-shadow: 1px 1px 0 #444;
  overflow: hidden;
}
#tophiddenbar a {
  color: black;
  font-size: 1.5em;
  text-decoration: none;
  opacity: 0.5;
  text-shadow: none;
}
#tophiddenbar a:hover { opacity: 1; }
#topbar:hover {height: 110px;}


