body {
	margin:0;
	padding:0;
	background: url(img/bg-pgo.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {

}

.logo {
	margin: 20px 10px 0 0;
	float: left;
	width: 88px;
	height: 100px;
}

.name {
	text-align:left;
}

.address-center {
	text-align: center;
}

h1,h2,h3 {
	color: #077289;
	font-family: 'Fjalla One', sans-serif;
}

h4 {
	color: #2a3537;
	font-family: 'Droid Sans', sans-serif;
}

h5 {
	color: red;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.bleu{
	color: #077289 !important;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

p {
	color: #2a3537;
	font-family: 'Droid Sans', sans-serif;
}

.menu {
	font-family: 'Droid Sans', sans-serif;
}

.nav2 {
	float: left;
	width: 19.2%;
}

.nav2 img {
	opacity:0.9;
	width: 100%;
}

.nav2 img:hover, .nav2 img:focus {
	opacity:1;
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 16px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 16px rgba(255,255,255,1);
    box-shadow: 0px 0px 16px rgba(255,255,255,1);
}

.nav3 {
	float: left;
	width: 19.2%;
}

.nav3 img {
	opacity:1;
	width: 100%;
}

.divlink {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.divlink a {
	margin:0px auto;
	width:100%;
	display:block;
	float:left;
	padding: 10px 0 10px 0;
	color: #077289;
	background-color: #fff;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.divlink a:hover {
	color: #fff;
	background-color: #077289;
}

.divlinkactive {
	color: #fff;
	background-color: #077289;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.space {
	width: 1%;
	float: left;
}

@media screen and (max-width: 767px){
.name {text-align: center;}
.logo {float: none;	height: 69px; margin: 20px auto 0 auto;}
.nav2 {width: 19.2%; margin-bottom: 10px;}
}

.aside-contact {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.aside-portable {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	width: 100%;
	background-color: #077289;
	color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.aside-title {
	padding: 5px 0;
	width: 100%;
	color: #fff;
	background-color: #077289;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.aside-urgence {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	width: 100%;
	background-color: red;
	color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.wide-footer {
	padding:5px;
	text-align: center;
	color: #077289;
	background-color: #2a3537;
	width:100%;
	height:100%;
	margin-top: 20px;
}

.wide-footer a{
	color: #077289;
	text-decoration: none;
}

.wide-footer a:hover{
	color: #fff;
}

.form-btn {
	margin-right: 20px;
}

.citation {
    font-style: italic;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.handicape {
	margin-right: 15px;
}

.infos {
	background-color: #fff;
	padding: 15px;
	margin: 20px 0 20px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}