@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Amaranth:400,700);
html,
body {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 100%;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Droid Serif', serif !important;
	font-size: 14px;
	color: #000;
	background: #fdfdfd url(images/carte_new.jpg) no-repeat fixed top;
	background-color: #2a2e36;
	-webkit-background-size: cover;
	background-size: cover;
}

a {
	color: #01057b;
	text-decoration: none;
}

img {
	width: auto\9;
	/* ie8 */
	height: auto;
	max-width: 100%;
	border: none;
}
ol, ul {
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 0;
}
.wysija-after-comment {
    clear: both;
    margin-left: 0 !important;
    width: 100%;
}
#map {
	width: 100%;
	height: 600px;
}

.scrollUp {
	font-size: 30px;
}

.mbLight {
	margin-bottom: 20px;
}
#titleIntro > h4 {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}
.social-link img,
.categorie-icn img {
	height: 30px;
}

.rechercheBtn {
	background: #01057b none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	left: 0;
	padding: 10px 13px;
	position: absolute;
	text-align: center;
	top: 0;
}

a:hover {
	text-decoration: none;
	color: #10a8ef !important;
}

header {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

header #logo-main {
	width: 100%;
	max-width: 550px;
}

nav {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 30px;
}

nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	position: relative;
}
nav ul li,
footer ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	margin-right: 30px;
	font-family: 'Amaranth', sans-serif;
	font-size: 24px;
	color: #01057b;
}

.optionNav {
	background-color: #01057b;
	display: inline-block;
	left: 0;
	padding: 10px;
	position: relative;
	top: 0;
	width: 100%;
}

.options {}

.sep {
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	margin-left: 10px;
	width: 1px;
}

#searchForm .form-control,
.btn-search {
	border: none !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	font-family: "helvetica", sans-serif !important;
	color: #fff !important;
	float: right;
}

.btn-search {
	height: 34px;
}

footer .options {
	z-index: 999;
	position: relative;
	top: auto;
	right: 0;
	width: 100%;
}

.flag {
	height: 15px !important;
}

.options a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 33px;
	margin-left: 10px;
}

.aligncenter,
.wp-caption-text {
	text-align: center !important;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

.wp-caption {
	width: 100% !important;
}

.wp-caption img,
.size-large {
	height: auto !important;
}

.panel {
	position: relative;
	margin-bottom: 30px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 570px;
}

.panel .img-intro {
	display: block;
	position: relative;
	width: 100%;
	height: 225px;
}

.panel .categorie-icn {
	display: block;
	position: absolute;
	bottom: -24px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	margin-left: -24px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	background-color: #01057b;
}

.panel h2 a {
	display: block;
	margin: 50px 20px 0;
	text-align: center;
	font-size: 22px;
	color: #2e2e2e;
}

.panel h2 a span {
	display: block;
}

.panel p {
	margin: 20px 30px 45px 30px;
	text-align: center;
	line-height: 24px;
}

.panel .infos-panel {
	display: inline-block;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
	color: #737373;
}

.panel .infos-panel a {
	color: #737373;
}

.panel .infos-panel a:hover {
	color: #000 !important;
}



footer {
	width: 100%;
	margin-top: 15px;
	padding: 30px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

footer {
	font-family: 'Amaranth', sans-serif;
	color: #01057b;
}

footer .menu li {
	display: inline;
	margin-right: 0;
}

footer .menu li a {
	display: inline-block;
}

footer .menu li::after {
	content: "/";
	margin: 0 15px;
}


.sub-menu::after {
	border-bottom: 8px solid #01057b;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 5px;
	top: -4px;
	width: 0;
}
.sub-menu {
	background-color: #01057b;
	display: none;
	padding: 15px;
	position: absolute;
	text-align: left;
	width: 245px;
	z-index: 99;
	border-radius: 3px;
}
.sub-menu li {
	display: block;
}
.sub-menu li a {
	color:#fff;
	font-size: 15px;
	margin-right: 0px;
}
.menu-item:hover .sub-menu {
	display: block;
}




/* SINGLE */

.well {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
}
.well .h4, .well .h5, .well .h6, .well h4, .well h5, .well h6 {
    margin: 10px auto 50px;
    max-width: 550px;
}
.well.blue {
	background-color: #01057b;
	color: #fff;
}

.well .img-intro {
	display: block;
	position: relative;
	width: 100%;
	max-height: 400px;
}

.well .social-link {
	display: block;
	position: absolute;
	bottom: -24px;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
}

.social-link a {
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 23px;
	color: #fff;
	background-color: #01057b;
}

.social-link.small a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}

.panel .social-link {
	display: block;
	position: absolute;
	top: 230px;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
}

.btn-more {
	background-color: #fff !important;
	border-color: rgba(0, 0, 0, 0.1) !important;
	color: #333 !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
}

.btn-facebook {
	background-color: #3b5998 !important;
}

.btn-twitter {
	background-color: #1ab2e8 !important;
}

.btn-google {
	background-color: #d6492f !important;
}

.btn-pinterest {
	background-color: #bd081c !important;
}

.social-link a:hover,
.social-link a:focus {
	background-color: #01057b !important;
	color: #fff !important;
}

.PIN_1457104195617_button_pin {
	display: none;
}

.well h1,
.panel h1 {
	display: block;
	margin: 30px 40px;
	text-align: center;
	font-size: 35px;
	color: #2e2e2e;
}

.well h1 span,
.panel h1 span {
	display: block;
}

.well .intro {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.well p {
	margin: 0 auto 30px auto;
	text-align: justify;
	line-height: 24px;
	max-width: 550px;
}
.well .h2, .well h2 {
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 30px;
}
.well h3,
.well blockquote {
	margin: 0 30px 10px 30px;
}

.well .date-infos {
	display: inline-block;
	clear: both;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	color: #737373;
}

.well .date-infos a {
	color: #737373;
}

.well .date-infos a:hover {
	color: #000 !important;
}

.widget {
	margin-bottom: 50px;
}

.widget .h2,
#sideBarCol h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Amaranth', sans-serif;
	font-size: 30px;
}

.widget h3 {
	margin: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 16px;
}

.widget h3 a {
	font-family: 'Amaranth', sans-serif;
}

.widget .read-categorie {
	display: inline-block;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.widget .read-categorie .pull-left {
	margin-right: 15px;
}

.widget .date-infos {
	width: 100%;
	margin-left: 5px;
	font-size: 13px;
	color: #737373;
}

.widget .date-infos a {
	color: #737373;
}

.widget .date-infos a:hover {
	color: #fff !important;
}

.widget form {
	margin-left: 0;
}

.widget .title-categorie a,
#sideBarCol ul li a {
	font-family: 'Amaranth', sans-serif;
	font-size: 20px;
}

.widget .title-categorie span a {
	font-size: 18px !important;
}

.widget .row {
	margin-bottom: 20px;
}

.widget .col-md-8,
.widget .col-xs-8 {
	padding-left: 0;
}

blockquote {
	margin-bottom: 30px !important;
	padding: 0 20px;
	text-align: justify;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
}

.text-white {
	color: #fff;
}

.form-control,
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}

.form-control,
.wysija-input {
	display: block;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
}

.wysija-input {
	float: left;
	width: 50%;
}

.btn,
.wysija-submit {
	display: inline-block;
	margin-top: 5px !important;
	margin-bottom: 0;
	padding: 6px 12px;
	border: 1px solid #01057b;
	border-radius: 0;
	text-align: center;
	font-family: "Amaranth", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	white-space: nowrap;
	vertical-align: middle;
	color: #fff;
	background-color: #01057b;
	background-image: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer;
	-moz-user-select: none;
}

.btn:hover,
.wysija-submit:hover {
	color: #01057b;
	background-color: #fff;
}

.wysija-paragraph {
	margin: 0;
}

#sideBarCol ul {
	margin: 0;
	padding: 0;
}

#sideBarCol ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.btn-filed {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 0;
}

.yarpp-related {
	display: none;
}

.logo {
	position: relative;
}

.logo p {
	position: absolute;
	bottom: 101px;
	left: -57px;
	width: 100%;
	font-family: sans-serif;
	font-size: 12px;
	color: #7e8799;
}

.destinationsCat li {
	display: block !important;
	margin-bottom: 15px !important;
}

.contentPage {
	padding: 30px;
	padding-top: 0;
}

code {
	padding: 0;
	border-radius: 0;
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
	background-color: transparent;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	vertical-align: top;
}

.yarpp-thumbnail > img,
.yarpp-thumbnail-default {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 65%;
	margin: 0 10px;
	font-family: "Amaranth", sans-serif;
	font-size: 20px;
}

.cadre_commentaires h3 {
	margin: 0px;
	margin-bottom: 20px;
}

.cadre_commentaires .list-group-item p {
	margin: 0px;
}

.fcbk_share {
	clear: both;
	line-height: 1;
	margin: 0 30px 30px;
}

.blockFluid {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.acf-map {
	width: 100%;
	height: 400px;
	margin: 0;
	margin-bottom: 30px;
}

.acf-map img {
	max-width: inherit !important;
}

#compass {
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 9999;
}

.infowindow h1 {
	font-size: 16px;
	color: #01057b;
}

.infowindow p {}

.infowindow a {
	display: inline-block;
	background-color: #01057b;
	color: #ffffff;
	padding: 5px 10px;
	text-decoration: none;
}


.widget_wysija_cont, .widget_wysija{
	margin: auto;
}

@media only screen and (max-width:784px) {
	#titleIntro {
		display: none;
	}
	h2 a {
		font-size: 15px;
	}
	.wp-caption {
		width: 100%;
	}
	#sea {
		float: none !important;
	}
	#sea input {
		width: 85%;
	}
	#sea .form-group {
		margin-bottom: 5px;
	}
	.logo p {
		display: none;
	}
	.optionNav {
		padding: 0 10px;
	}
}

@media(min-width:1200px) {
	.highlight .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 30px;
    max-height: 100px !important;
    min-height: 300px;
    position: relative;
    border: 1px solid #eaeaea;
}

.highlight .panel .img-intro {
	height: 300px !important;
	width: 360px;
	float: left;
}

.highlight .panel .social-link {
    display: block;
    height: 48px;
    left: 335px;
    line-height: 48px;
    position: absolute;
    text-align: right;
    top: 130px;
    width: auto;
}

.highlight .panel h2 a {
    color: #2e2e2e;
    display: block;
    float: left;
    font-size: 22px;
    margin: 80px 0 20px 50px;
    text-align: left;
}

.highlight .panel p {
    float: left;
    line-height: 24px;
    margin: 20px 30px 0 50px;
    text-align: left;
}

.highlight .panel .infos-panel {
    clear: none;
    color: #737373;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: 30px;
    text-align: left;
    width: 50%;
}
}


.wp-caption {
	width: 100% !important;
	margin: 0 auto !important;
}



.single_page h3, .single_page h4 {
	text-align: center;
	color: #000080;
}

form.mailpoet_form_below_post, form.mailpoet_form_html, form.mailpoet_form_widget {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	color: #000;
	margin-bottom: 40px;
	padding: 40px 40px 20px !important;
	margin-top: 50px;
}