@charset "UTF-8";
/* fonts */
@font-face {
    font-family: 'gothambold';
    src: url('./../assets/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('./../assets/fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url('./../assets/fonts/gothamlight-webfont.woff2') format('woff2'),
         url('./../assets/fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamregular';
    src: url('./../assets/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('./../assets/fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'theano_didotregular';
    src: url('./../assets/fonts/theanodidot-regular-webfont.woff2') format('woff2'),
         url('./../assets/fonts/theanodidot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* CSS Document */
* {
	font-family: 'gothamregular';
}

h1, h2, h3, h4, h5 {
	font-family: 'theano_didotregular';
	color: #184754;
}
h6 {
	font-weight: 700;
	color: #184754;
}
/* images responsive */
img.responsive {
    width: 100%;
    height: auto;
}

.main_body{
	background-color: #184754; /*bleu foncé*/
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center 54px;
}
.top_navbar{
	background-color: #0E2E44;
	color: #FFFFFF;
	border: none;
}
.top_navbar .navbar-collapse ul a.link-top-menu {
	color: #FFFFFF;
}
.top_navbar .navbar-collapse ul a.link-top-menu:hover {
	text-decoration: underline;
}
nav.navbar.navbar-default.nav_menu{
	width: 100%;
	position: relative;
	max-width: 1005px;
	margin: auto;
	background-color: #E7CB43; /*jaune*/
	color: #184754;
	border-bottom: 3px solid #B79F37; /* jaune foncé */
	border-radius: 0;
}
nav.navbar.navbar-default.nav_menu li.active a{
	font-weight: 700;
}
nav.navbar.navbar-default.nav_menu li a:hover{
	font-weight: 700;
}

/* Content */
.blog-featured, .item-page, .moduletable, .contact, .footer, #phocagallery {
	background-color: #EFE5D2; /* gris */
	max-width: 983px;
	width: 100%;
	margin: auto !important;
	margin-top: 0px;
	padding: 8px 20px 8px 20px;
}
/* Phocagalery */
#phocagallery {
	margin: auto !important;
	padding: 0px 20px 20px 20px !important;
	text-align: center;
}

#pg-msnr-container {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.pg-grid-sizer {
	width: 30% !important;
}
.pg-csv-box {
	margin: 0 20px 20px 20px;
	width: 30%;
}

.pg-csv-box .pg-box2 .pg-box3 a img {
	width: 100%;
	height: auto;
}

.item-page {
	padding-bottom: 30px;
}
.moduletable{
	padding: 10px 20px 20px 20px;
}
.moduletable h3 {
	display: none;
}
.breadcrumb{
	background-color: #EFE5D2;
}
.blog-featured .page-header, .item-page .page-header {
	margin-top: 5px;
	width: 50%;
}

.blog-featured h1, h2 {
	font-family: 'gothamregular';
	color: #184754;
	margin-top: 0;
	padding-top: 0px;
}

.item-page .article-info {
	width: 50%;
}

/* banner */
.nav_menu+.container-fluid .moduletable {
	padding: 0 0 2px 0;
}
.banneritem a img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* contact */
.contact  {
	background-color: #EFE5D2;
}
.contact .page-header {
	display: none;
}

.contact-form, #contact-form, fieldset {
	background-color: #EFE5D2;
}
.control-label {
	text-align: left;
}
.dl-horizontal+h3 {
	display: none;
}

/* footer */
.footer {
	position: relative;
	background-color: #47848E; /* bleu */
	
	margin-bottom: 40px;
}
.footer-container {
	overflow: hidden;
}
.footer-left {
	width: 60%;
	height: 100%;
	float: left;
	
	border-right: 3px dotted #66BDC6; /* bleu clair */
}
.footer-col {
	float: left;
	display: block;
	margin: auto;
	width: 30%;
}
.footer-col h4 {
	color: #E7CB43;
}
.footer-col ul {
	list-style: none;
	color: #FFFFFF;
	padding-left: 5px;
}
.footer-col ul li a {
	color: #FFFFFF;
}
.footer-right {
	width: 40%;
	height: 100%;
	float: right;
}
.footer-right h3 {
	color: #E7CB43;
	text-align: center;
}
.footer-right a {
	color: #FFFFFF;
	display: block;
	text-align: center;
}
.patte-ou-feuille {
	display: block;
	margin: auto;
	text-align: center;
}
.img-foot {
	position: absolute;
}
.img-border-left {
	left: -25px;
	top: -16px;
}

.img-center {
	left: 38%;
	bottom: -17px;
}

.img-border-right {
	right: -25px;
	top: -16px;
}
.btn-copinage {
	position: absolute;
	bottom: -10px;
	left: 40px;
	z-index: 2;
}
.dark-blue {
	color: #184754;
}
.blue {
	color: #47848E;
}
.light-blue {
	color: #66BDC6;
}
.dark-yellow {
	color: #B79F37;
}
.yellow {
	color: #E7CB43;
}
.bold {
	font-weight: 700;
}
@media only screen and (max-width : 992px) {
	nav.navbar.navbar-default.nav_menu li {
		float: none;
	}
	nav.navbar.navbar-default.nav_menu li a{
		font-family: 'theano_didotregular';
		background-color: #E7CB43;
		color: #184754;
		padding: 15px 40px 5px 40px;
		font-size: 14px;
	}
	nav.navbar.navbar-default.nav_menu li a:after{
		content: "";
	}
	.pg-csv-box, .pg-cv-box.item.pg-grid-sizer {
		margin: 0 20px 20px 20px;
		width: 45%;
	}
	.pg-grid-sizer {
		width: 45% !important;
	}
}
@media only screen and (min-width : 768px) {
	nav.navbar.navbar-default.nav_menu {
		padding: 0 auto;
		vertical-align: middle;
		overflow: hidden;
	}
	nav.navbar.navbar-default.nav_menu li{
		display: inline;
	}
	nav.navbar.navbar-default.nav_menu li a{
		font-family: theano_didotregular;
		background-color: #E7CB43;
		display:inline-block;
		max-width: 24%;
		color: #184754;
		float: left;
		padding: 15px 22px 5px 23px;
		margin: 0 auto;
		font-size: 14px;
		font-weight: 700;
	}
	nav.navbar.navbar-default.nav_menu li a:after {
		content: url(../img/separateur-menu.png);
		position: absolute;
		right: 0;
		top: 50%;
	}
	nav.navbar.navbar-default.nav_menu li:last-child a:after {
		content: "";
	}
	nav.navbar.navbar-default .navbar-header .navbar-toggle{
		background-color: #E7CB43;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	.banneritem img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.page-header {
		display: none;
	}
	.btn-copinage {
		left: 85px;
	}
	.pg-csv-box, .pg-cv-box.item.pg-grid-sizer {
		margin: 0 20px 20px 20px;
		width: 45%;
	}
	.pg-grid-sizer {
		width: 45% !important;
	}
}
@media only screen and (min-width : 992px) {
	nav.navbar.navbar-default.nav_menu li a{
		font-size: 17px;
		padding: 15px 27px 5px 27px;
	}

	.pagination {
		margin: 18px 0;
	}
	.pagination ul {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-left: 0;
		margin-bottom: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	}
	.pagination ul > li {
		display: inline;
	}
	.pagination ul > li > a,
	.pagination ul > li > span {
		float: left;
		padding: 4px 12px;
		line-height: 18px;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
		border-left-width: 0;
	}
	.pagination ul > li > a:hover,
	.pagination ul > li > a:focus,
	.pagination ul > .active > a,
	.pagination ul > .active > span {
		background-color: #f5f5f5;
	}
	.pagination ul > .active > a,
	.pagination ul > .active > span {
		color: #999;
		cursor: default;
	}
	.pagination ul > .disabled > span,
	.pagination ul > .disabled > a,
	.pagination ul > .disabled > a:hover,
	.pagination ul > .disabled > a:focus {
		color: #999;
		background-color: transparent;
		cursor: default;
	}
	.pagination ul > li:first-child > a,
	.pagination ul > li:first-child > span {
		border-left-width: 1px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
	}
	.pagination ul > li:last-child > a,
	.pagination ul > li:last-child > span {
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
	}
	.pagination-centered {
		text-align: center;
	}
	.pagination-right {
		text-align: right;
	}
	.pagination-large ul > li > a,
	.pagination-large ul > li > span {
		padding: 11px 19px;
		font-size: 16.25px;
	}
	.pagination-large ul > li:first-child > a,
	.pagination-large ul > li:first-child > span {
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-left-radius: 6px;
	}
	.pagination-large ul > li:last-child > a,
	.pagination-large ul > li:last-child > span {
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-right-radius: 6px;
	}
	.pagination-mini ul > li:first-child > a,
	.pagination-mini ul > li:first-child > span,
	.pagination-small ul > li:first-child > a,
	.pagination-small ul > li:first-child > span {
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-left-radius: 3px;
	}
	.pagination-mini ul > li:last-child > a,
	.pagination-mini ul > li:last-child > span,
	.pagination-small ul > li:last-child > a,
	.pagination-small ul > li:last-child > span {
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		border-bottom-right-radius: 3px;
	}
	.pagination-small ul > li > a,
	.pagination-small ul > li > span {
		padding: 2px 10px;
		font-size: 12px;
	}
	.pagination-mini ul > li > a,
	.pagination-mini ul > li > span {
		padding: 0 6px;
		font-size: 9.75px;
	}
}

@media only screen and (max-width : 768px) {
	.pg-csv-box {
		margin: 0 20px 20px 20px;
		width: 90%;
	}
	.pg-grid-sizer {
		width: 90% !important;
		margin: 0 auto 20px auto;
	}

	.moduletable {
		padding: 8px 20px 8px 20px;
	}
	#phocagallery .page-header {
		margin-top: 0;
	}
	#phocagallery .page-header h1 {
		margin-top: 0;
	}

}