body{padding-top: 200px;}

/*#logo {
	background: url(/lm/index.php/view/media/getMedia?repository=eauangouleme&project=eau_angouleme&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/logo.png) no-repeat;
	height: 75px;
	margin-top: 0;
}*/

#logo, #title{display: none;}

/* CSS Angoulême */

@font-face {
  font-family:'Century Gothic regular';
  /* pour IE */
  src : url(/lm/index.php/view/media/getMedia?repository=eauangouleme&project=eau_angouleme&path=media%2Fthemes%2Fdefault%2Fcss%2F/../fonts/gothic.eot);
  /*
    pour les autres
    le '?' aprés le .eot sert a évité un appelle au serveur erroné de la part de IE
    @see http://typographisme.net/post/Bonnes-pratiques-pour-les-déclarations-@font-face#maj
  */
  src: url(/lm/index.php/view/media/getMedia?repository=eauangouleme&project=eau_angouleme&path=media%2Fthemes%2Fdefault%2Fcss%2F/../fonts/gothic.eot?) format('eot');
  src: url(/lm/index.php/view/media/getMedia?repository=eauangouleme&project=eau_angouleme&path=media%2Fthemes%2Fdefault%2Fcss%2F/../fonts/gothic.ttf) format('ttf');
  src: url(/lm/index.php/view/media/getMedia?repository=eauangouleme&project=eau_angouleme&path=media%2Fthemes%2Fdefault%2Fcss%2F/../fonts/gothic.woff) format('woff');
}

.site_title {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

.lien_header_accueil, .lien_header_accueil:hover, .lien_header_accueil:focus {
    text-decoration: none;
}

.site_logo {
    vertical-align: -100%;
    display: inline-block;
}

.titre-site {
    font-family: 'Century Gothic regular';
    font-size: 3.5em;
    color: #fff;
}

.titre-site span {
    display: none;
}

/* fin */
li.login{display: none;}

#header{
	height: 200px;
	background-position: center top;
	background-image: url(/lm/index.php/view/media/getMedia?repository=eauangouleme&project=eau_angouleme&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/bandeau-angouleme.jpg);
}

#headermenu{
	margin-top: 155px;
	margin-right: 35px!important;
}

@media only screen and (max-device-width:480px) {
	#jforms_view_edition .jforms-table{
		max-height: 160px;
		overflow: auto;
	}

	::-webkit-scrollbar {
	   	-webkit-appearance: none;
	    width: 7px;
	}
	::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}
}