@charset "utf-8";

@import url(bootstrap.css);
@import url(bootstrap-theme.css);


/* ------------------------------------------------------------- */
/*                                                               */
/* Sommaire                                                      */
/*                                                               */
/*  1 - Composants                                               */
/*  2 - Balises titres + liens                                   */
/*  3 - Structure générale                                       */
/*  4 - Navigation                                               */
/*  5 - Modules                                                  */
/*  6 - Widgets                                                  */
/*  7 - Formulaires                                              */
/*  8 - Diaporama                                                */
/*  9 - Googlemap                                                */
/* 10 - Spécifique                                               */
/*  X - Tricks                                                   */
/*  X - Fancy Box                                                */
/*                                                               */
/* ------------------------------------------------------------- */


/* ---------------------------------------- */
/* 1 - Components                           */
/* ---------------------------------------- */
.btn a:hover, .btn a { text-decoration: none; }
.btn-primary a:hover, .btn-primary a { color: #FFF; }
.list-group-item.active a { color: #FFF; }

/* ---------------------------------------- */
/* 2 - Balises titres + liens               */
/* ---------------------------------------- */
h2 > a {
	color: inherit;
	text-decoration: none;
}
h2 > a:hover {
	color: #428bca;
	text-decoration: none;
}

/* ---------------------------------------- */
/* 3 - Structure générale                   */
/* ---------------------------------------- */
#signature {
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	padding: 5px 0;
	font-size: 11px;
	line-height: 20px;
	background: #fff;
}
body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

html {
  min-height: 100%;
}
body {
  transform: translateZ(0); /* force le reflow */
}
/* ---------------------------------------- */
/* 4 - Navigation                           */
/* ---------------------------------------- */
@media screen and (min-width: 768px) {
	.dropdown-submenu { position: relative; }
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		-webkit-border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover > .dropdown-menu { display: block; }
	.dropdown-submenu > a:after {
		content: " ";
		float: right;
		display: block;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
	}
	.dropdown-submenu:hover > a:after { border-left-color: #fff; }
	.dropdown-submenu.pull-left { float: none; }
	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
		border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		-webkit-border-radius: 6px 0 6px 6px;
	}
	.navbar-brand { display: none; }
	.sidebar-nav { padding: 9px 0; }
	.dropdown-menu .sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		margin-top: -1px;
		visibility: hidden;
	}
	.dropdown-menu li:hover > .sub-menu { visibility: visible; }
	.dropdown:hover > .dropdown-menu { display: block; }
	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; }
	.navbar .sub-menu:before {
		left: -7px;
		top: 10px;
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
	}
	.navbar .sub-menu:after {
		top: 11px;
		left: -6px;
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
	}
}

@media screen and (max-width: 992px) {
	nav > div > ul > li > a { font-size : 9pt !important; }
}
@media screen and (max-width: 767px) {
	.navbar-brand { display: block; }
}
.pager a#active { font-weight: bold; }

/* ---------------------------------------- */
/* 5 - Modules                              */
/* ---------------------------------------- */

/* Article */
article img { width: 100% }
.intext_left {
	float: left;
	margin: 0 40px 40px 0;
}
.intext_right {
	float: right;
	margin: 0 40px 40px;
}
.above_center, .below_center { text-align: center; }
.above_right, .below_right   { text-align: right; }
.above_left, .below_left     { text-align: left; }
.lead { margin : 40px 0; }
.text {
	font-size: 13pt;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.post .text {
	font-size: 11pt;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.text p { padding: 0; }

@media screen and (max-width: 767px) {
	.text { font: 300 11pt "Helvetica Neue",Helvetica,Arial,sans-serif; }
}

/* Calendrier */
.calendar {
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.calendar caption {
	padding: 5px 0;
	color: #fff;
	background: #428bca;
}
.calendar thead { background: #eee; }
.calendar.table > tbody > tr > td {
	height: 40px;
	padding: 0;
	line-height: 0;
	background: #fff;
	text-align: center;
}
.calendar > tbody td a {
	display: block;
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
}
.calendar tbody td a:hover { background-color: #d9edf7; }
.calendar tbody td.today { font-weight: bold; }
.calendar tbody td.today a {
	color: #fff;
	background: #428bca;
}
.calendar.table > tbody > tr > td.no_day { background: #f6f6f6; }

/* News */
.thumbnail img { min-width: 100%; }
.ratings form > div > div { width: 100%; }
.caption img { width: 100%; }

/* Blog */
.confirmMsg {
	padding: 0 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	color: #39c12a;
	background-color: rgba(57,193,42,.1);
}
.authorMetas { font-size: 0.9em; }
#authorBillet .googleplus, #authorBillet .twitter, #authorBillet .siteweb {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background: url(/common_images/community/community_pictos.png) 0 -540px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#authorBillet .twitter { background-position: -20px -540px; }
#authorBillet .siteweb { background-position: -40px -540px; }
#authorBillet .googleplus:hover { background-position: 0 -520px; }
#authorBillet .twitter:hover    { background-position: -20px -520px; }
#authorBillet .siteweb:hover    { background-position: -40px -520px; }

/* Notation */
.ui-stars-star {
	float: left;
	display : block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url("../images/star-off.png") no-repeat -2px 0;
}
.ui-stars-star:nth-child(even) { background-position: -10px 0; }
.ui-stars-star-on { background: url("../images/star-on.png") no-repeat -2px 0; }
.ui-stars-star-hover { background: url("../images/star-on.png") no-repeat -2px 0; }
.rating-stars {
	display: inline-block;
	height: 15px;
}
.nb_ratings { color: #737373; }
.rating-value { margin-left: 20px; }

/* Annuaire */
.directoryEntryTags .glyphicon, .postTags .glyphicon { font-size: 14px; }
.directoryEntryTagsLink, .postTags > .postTag {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 24px;
	color: #aaa;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}
.directoryEntryTagsLink:hover {
	color: #fff;
	text-decoration: none;
	background: #428bca;
	border-color: #428bca;
}

/* ---------------------------------------- */
/* 6 - Widgets                              */
/* ---------------------------------------- */
aside .widget { padding: 10px; }
#wrapperInner .widget { margin-bottom: 20px; }

/* RSS */
.widgetRssItemTitle {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Auteurs */
.pageElement .widgetBlogAuthors ul {
	list-style-type: none;
	padding: 0;
}
.pageElement .widgetBlogAuthors ul li { display: inline-block; }
.pageElement .widgetBlogAuthors ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
}

/* Calendrier */
.widgetCalendar .calendar.table > tbody > tr > td { line-height: 40px; border: none; }
#wrapperInner .widgetCalendar .calendar { width: 260px; }
#wrapperInner .size1_3 .widgetCalendar .calendar,
#wrapperInner .size1_4 .widgetCalendar .calendar,
#wrapperInner .size1_5 .widgetCalendar .calendar,
#wrapperInner .size1_6 .widgetCalendar .calendar,
#wrapperInner .size1_7 .widgetCalendar .calendar,
#wrapperInner .size1_8 .widgetCalendar .calendar { width: 100%; }

/* Mise en avant de billets */
aside .widgetHighlightPosts .col-sm-6 { width: 100%; }
aside .widgetHighlightPosts .widgetHighlightDescription { padding: 10px 0 0; }
aside .widgetHighlightPosts .borderTop,
aside .widgetHighlightPosts .widgetHighlightRating,
aside .widgetHighlightPosts .widgetHighlightCommentsLink,
.size1_3 .widgetHighlightRating label,
.size1_4 .widgetHighlightRating label,
.size1_5 .widgetHighlightRating label,
.size1_6 .widgetHighlightRating label,
.size1_7 .widgetHighlightRating label,
.size1_8 .widgetHighlightRating label { display: none; }
.widgetRssItem .widgetRssItemDate,
.widgetHighlightPosts .widgetHighlightDate {
	padding-bottom: 10px;
	color: #999;
}
.pageElement .widgetHighlightPosts .widgetHighlightThumbnail { margin-bottom: 10px; }
.pageElement .widgetHighlightPosts .linksmore + div { margin-top: 10px; }
.size1_3 .widgetHighlightRating, .size1_3 .widgetHighlightCommentsLink,
.size1_4 .widgetHighlightRating, .size1_4 .widgetHighlightCommentsLink,
.size1_5 .widgetHighlightRating, .size1_5 .widgetHighlightCommentsLink,
.size1_6 .widgetHighlightRating, .size1_6 .widgetHighlightCommentsLink,
.size1_7 .widgetHighlightRating, .size1_7 .widgetHighlightCommentsLink,
.size1_8 .widgetHighlightRating, .size1_8 .widgetHighlightCommentsLink { padding-top: 5px; }

/* Widget Annuaire - Recherche avancée */
.directoryAdvancedSearch .dateElement .form-control {
	display: inline-block;
	width: auto;
}
.directoryAdvancedSearch .dateElement label { font-weight: normal; }
.directoryAdvancedSearch .dateElement span {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.directoryAdvancedSearch .dateElement span:hover {
	color: #428bca;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Widget Annuaire - Publier des fiches */
.boxdirectories > div { float: none; }

/* Widget de connexion */
.socialNetworkConnect { padding-top: 10px; }
a.facebookConnect, a.twitterConnect, a.googleConnect {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	height: 31px;
	font: normal 12px/30px 'Roboto', 'Lucida Grande', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #5f78ab;
	border: 1px solid #405a91;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.twitterConnect {
	background-color: #55acee;
	border-color: #4998d5;
}
a.googleConnect {
	background-color: #cc3732;
	border-color: #b62b26;
}
a.facebookConnect:hover { background-color: #6895c4; }
a.twitterConnect:hover  { background-color: #6bcbf8; }
a.googleConnect:hover   { background-color: #e94d48; }
a.facebookConnect .iconSocialNetwork, a.twitterConnect .iconSocialNetwork, a.googleConnect .iconSocialNetwork {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(/common_images/skins/DefaultSkins1.5/icon_socialNetworks.png) 0 0 no-repeat;
}
a.twitterConnect .iconSocialNetwork { background-position: -30px 0; }
a.googleConnect .iconSocialNetwork  { background-position: -60px 0; }
a.facebookConnect > span, a.twitterConnect > span, a.googleConnect > span {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
a.facebookConnect > span { border-left: 1px solid #405a91; }
a.twitterConnect > span { border-left: 1px solid #4998d5; }
a.googleConnect > span { border-left: 1px solid #b62b26; }
a.googleConnect iframe { display: none; }

/* Newsletter*/
.mailingSubscribe, .mailingSubscribeSuccess { text-align: center; }
.mailingSubscribe:before, .mailingSubscribeSuccess:before {

	display: block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	margin: 10px auto 30px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 4rem;
	line-height: 98px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Widget météo */
.weatherForecast {
	padding-top: 20px;
	overflow: hidden;
}
.weatherTown .item, .weatherForecast .item {
	position: relative;
	float: left;
	padding: 10px 10px 10px 80px;
	border-right: 1px solid #ccc;
}
.weatherTown .item:last-child,
.weatherForecast .item:last-child { border: none; }
.weatherTown .itemPicture, .weatherForecast .itemPicture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 80px;
	text-align: center;
}

/* ---------------------------------------- */
/* 7 - Formulaire                           */
/* ---------------------------------------- */
form .row {
	margin-right: 0;
	margin-left: 0;
}
.help-block > p {
	padding: 0;
	color: #aaa;
}

.newsletter_form .help-block, .newsletter_form .help-block2{
	float:left;
	width:50%;	
}
.has-error .errorForm, .error .errorForm, .loginError {
	font-size: 9pt;
	color: #a94442;
}
.error { color: #a94442; }
.error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.loginError {
	padding: 0 5px;
	margin-bottom: 10px;
	line-height: 20px;
	border: 1px solid #a94442;
}
.multi_checkbox, .multi_radio {
	display: block;
	padding: 2px 5px !important;
}
.multi_checkbox input[type="checkbox"],
.multi_radio input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
}
.other ul {
	display: inline-block;
	list-style-type: none;
}
.obligatory { color: red; }
.form-group:last-child { margin-bottom: 0; }

/* Champ Select avec visuels */
.selectWithVisual .row {
	position: relative;
	display: inline-block;
}
.selectWithVisual .row input[type="checkbox"] {
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
}
.selectWithVisual .row img { padding: 5px; }
.selectWithVisual .row img:hover    { background: #9bccf7; }
.selectWithVisual .row img.selected { background: #428bca; }
.selectWithVisual .row label > .glyphicon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 10px;
	color: #fff;
	background: #428BCA;
}
.selectWithVisual .row label > .label { display: none; }

/* Champ Calendrier */
.insertDate {
	position: absolute;
	top: 9px;
	right: 10px;
}
#overDiv.calendar { margin: 0 0 0 -300px; }

.btn-primary { margin: 10px 0; }
.form_creator_header {
	padding: 10px 0 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
.form_creator_footer {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 2px solid #999;
}
legend { margin-bottom: 10px; }
.formQcmLegend {
	padding: 5px;
	border: 1px solid #ccc;
}
#formsQcm ul { padding: 10px 0 10px 20px; }
#formsQcm ul li { padding: 2px 0; }
#formsQcm ul li span, .formQcmLegend span {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #ee4736;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.formQcmLegend span { margin-right: 5px; }
#formsQcm ul li.good span, .formQcmLegend .good { background: #60c24a; }

/* Datepicker */
.ui-datepicker {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.ui-datepicker-header {
	height: 40px;
	background: #eee;
}
.ui-datepicker-next, .ui-datepicker-prev {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	font: normal 100 20px 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 100;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-next { float: right; }
.ui-datepicker-prev span, .ui-datepicker-next span {
	display: block;
	text-indent: -9999px;
}
.ui-datepicker-prev:after {
	content: "e079";
}
.ui-datepicker-next:after { content: "e080"; }
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	color: #fff;
	text-decoration: none;
	background: #428bca;
}
.ui-datepicker-title {
	line-height: 40px;
	text-align: center;
}
.ui-datepicker-title select { margin: 0 5px; }
.ui-datepicker-calendar { border: 1px solid #ccc; }
.ui-datepicker-calendar thead {
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.ui-datepicker-calendar thead th {
	padding: 0 8px;
	text-align: center;
}
.ui-datepicker tr > td {
	height: 40px;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid #ccc;
}
.ui-datepicker tr > td.ui-state-disabled { background: #f6f6f6; }
.ui-datepicker tr > td a {
	display: block;
	height: 40px;
	padding: 0 8px;
	font-size: 12pt;
	line-height: 40px;
	text-align: center;
}
.ui-datepicker tr > td a:hover { background-color: #d9edf7; }
.ui-datepicker tr > td a.ui-state-active {
	color: #fff;
	background: #666;
}
.ui-datepicker tr > td.ui-datepicker-today a {
	color: #fff;
	text-decoration: none;
	background: #428bca;
}

/* ---------------------------------------- */
/* 8 - Diaporama                            */
/* ---------------------------------------- */

.accueil2 .bloc_diapo {
 height:280px!important;
width:auto;
}

.bloc_diapo {
 max-height:465px!important ;
 width:auto;
}

.page_parcloc .diaporamaSimpleSlideshow { margin: 0px 0;width:auto;height:465px!important;}
.page_parcloc .diaporamaSlide img {display:block;width:auto;height:465px!important;}

.accueil2 .diaporamaSimpleSlideshow {width:60%!important;height: 300px!important}
/*.accueil2 .diaporamaSlide img {display:block;width:auto;max-width: 260px; max-height:280px!important;vertical-align:middle;text-align: left!important}*/

.accueil2 .diaporamaSlide.diaporamaImage {
display: flex;
align-items: center;       /* centre verticalement */
 justify-content: flex-start; /* reste aligné à gauche */
}

.accueil2 .diaporamaSlide {
  height: 300px!important; /* Ajuste selon ton besoin */
  position: relative;
  overflow: hidden;
background: rgba(16,58,94,.7);
	padding: 20px!important;
}

.accueil2 .diaporamaSlide > img {
  width: 40%!important;
  /*height: auto;
  /*max-height: 100%;*/
  object-fit: contain;
}

.accueil2 .diaporamaExtraMiddleRight {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;       /* ✅ centrer verticalement les enfants */
  justify-content: flex-start;
  height: 300px!important;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
position: static !important;
  top: auto !important;
  left: auto !important;
}

/* Partie droite = texte */
.accueil2 .diaporamaExtraMiddleRight > div {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;

}

.accueil2 .diaporamaSlide .diaporamaImageLink {
 display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.accueil2 .diaporamaSlide .diaporamaImageLink > div {
  margin: auto 0; /* ✅ Centre verticalement le texte */
}


.diaporamaSlide,
.carousel-track {
  max-width: 100vw;
  box-sizing: border-box;
}

/*.diaporamaSimpleSlideshow { margin: 0px 0;height:500px!important;width:auto;}
.diaporamaSlide {background: #eee;height:500px!important;text-align: center;margin: auto;padding-top: 0!important; }
.diaporamaSlide img {display:block;width:auto!important;max-height:500px!important;text-align: center}*/

.diaporamaControlPrev, .diaporamaControlNext {
	padding: 20px;
	margin-top: -30px;
	cursor: pointer;
	line-height: 1;
	background: rgba(0,0,0,.4);
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.diaporamaControlPrev {
  	padding: 10px;
	margin-top: -150px;
	cursor: pointer;
	background: rgba(0,0,0,.4);
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.diaporamaControlNext {
      padding: 10px;
    margin-top: -150px;
    cursor: pointer;
    background: rgba(0,0,0,.4);
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.diaporamaControlPrev {
  	padding: 10px;
	margin-top: 0px;
	cursor: pointer;
	background: rgba(0,0,0,.4);
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.diaporamaControlNext {
      padding: 10px;
    margin-top: 0px;
    cursor: pointer;
    background: rgba(0,0,0,.4);
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.diaporamaControlPrev:hover {
	padding-left: 30px;
	background: rgba(0,0,0,.7);
}
.diaporamaControlNext:hover {
	padding-right: 30px;
	background: rgba(0,0,0,.7);
}

.diaporamaSimpleSlideshow > div > span {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
  display:none;
}

.diaporamaSimpleSlideshow .diaporamaControlPrev::before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	/*font-size: 30px;*/
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/icons_blog.png);
   background-position: -1000px -510px;
}


.diaporamaSimpleSlideshow .diaporamaControlNext::before {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/icons_blog.png);
   background-position: -1050px -510px;
}


.diaporamaSimpleSlideshow .diaporamaControlPrev::before { content: "e257"; }
.diaporamaSimpleSlideshow .diaporamaControlNext::before { content: "e258"; }

.accueil2 .diaporamaSimpleSlideshow .diaporamaControlPrev::before { content: none; }
.accueil2 .diaporamaSimpleSlideshow .diaporamaControlNext::before { content: none; }

.diaporamaSimpleSlideshow .diaporamaDots > div {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	line-height: 9px;
	background: none;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::before, .diaporamaSimpleSlideshow .diaporamaDots > div::after {
	/*content: '';*/
	position: absolute;
	bottom: 0;
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 30px solid #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::after {
	left: auto;
	right: -20px;
	border-left: none;
	border-right: 20px solid transparent;
}
.diaporamaSimpleSlideshow .diaporamaDots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid rgb(255,255,255);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.diaporamaSimpleSlideshow .diaporamaDots span:hover,
.diaporamaSimpleSlideshow .diaporamaDots span.diaporamaDotActive { background: rgba(150,150,150,.6); }
.diaporamaExtra > div {
	display: block;
	padding: 35px 0 30px 45px;
	color: #FFFFFF;
	text-align: left;
 	vertical-align : middle;
 	width:50%;
}

.accueil2 .diaporamaExtra {position:relative!important;top:150px!important;}
.accueil2 .diaporamaExtra > div {
	display: block;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
 	vertical-align : middle;
	height:auto;
	line-height: 22px;
	
}

.diaporamaExtraMiddleLeft,
.diaporamaExtraMiddleRight,
.diaporamaExtraMiddleCenter {
	/*padding: 0 70px;*/
  max-height:410px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.diaporamaExtraTopLeft,
.diaporamaExtraTopRight,
.diaporamaExtraTopCenter { padding: 10px; }
.diaporamaExtraBottomLeft,
.diaporamaExtraBottomRight,
.diaporamaExtraBottomCenter { padding: 10px 10px 40px; }

.diaporamaExtraTopCenter,
.diaporamaExtraBottomCenter,
.diaporamaExtraMiddleCenter,
.diaporamaExtra.diaporamaExtraTopCenter > div,
.diaporamaExtra.diaporamaExtraBottomCenter > div,
.diaporamaExtra.diaporamaExtraMiddleCenter > div { text-align: center; }

.diaporamaExtraTopRight,
.diaporamaExtraMiddleRight,
.diaporamaExtraBottomRight { text-align: right; }
.diaporamaExtra strong { display: block; font-family:"times", serif;font-size:26px;}
.diaporamaExtra strong { display: block; font-family:sans-serif;font-size:20px;}


/* ---------------------------------------- */
/* 9 - Googlemap                            */
/* ---------------------------------------- */
.map .gm-style img { max-width: none; }
.map > div { max-width: 100%; }

/* ---------------------------------------- */
/* 10 - Spécifique                          */
/* ---------------------------------------- */
.monuments { margin: 0 -25px; }
.monumentEntry .map > div { margin: 0!important; }
.monumentEntryDescription {
	height: 60px;
	text-overflow: ellipsis;
}
.monumentEntryLocalisation { color: #999; }
.monumentEntryLink {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	line-height: 45px;
	color: #999;
}
.monumentEntryLink:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.monumentEntryDetailHeader { min-height: 40px; }
.monumentEntryDetailHeadingLabel {
	position: absolute;
	left: 5%;
	z-index: 2;
	width: 90%;
	margin-top: -40px;
	color: #fff;
	background: #428bca;
}
.monumentEntryDetail h1 {
	margin: 0;
	background: #222;
}
.monumentEntryDetailCity { line-height: 40px; }
.monumentEntryDetailCity span { margin-right: 5px; }
.monumentEntryDetailMap {
	width: 300px;
	border-right: 1px solid #fff;
}
.monumentEntryDetailMainImage { width: 840px; }
.monumentEntryDetailContent { padding-top: 50px; }
.monumentEntryDetailMetas { width: 90%; }
.monumentEntryDetailGallery ul { padding-left: 0; }
.monumentEntryDetailGallery ul:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.monumentEntryDetailGallery li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
}
.monumentEntryDetailGallery li a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.monumentEntryDetailGallery li a img {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.monumentEntryDetailGallery li a:hover { border-color: #428bca; }
.monumentEntryDetailGallery li a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
#leftbar .monumentEntry, #rightbar .monumentEntry {
	padding-right: 0;
	padding-left: 0;
}
#leftbar .monumentEntry, #leftbar .monumentEntry > div > div,
#rightbar .monumentEntry, #rightbar .monumentEntry > div > div { width: 100%!important; }
#leftbar .monumentEntry > div > div:first-child, #rightbar .monumentEntry > div > div:first-child { display: none; }
#leftbar .monumentEntry h3, #leftbar .monumentEntryDescription,
#rightbar .monumentEntry h3, #rightbar .monumentEntryDescription { padding: 0; }
#leftbar .monumentEntryLocalisation,
#rightbar .monumentEntryLocalisation { padding: 20px 0 0; }

/* ---------------------------------------- */
/* X - TRICKS                               */
/* ---------------------------------------- */

/* Colors */
.bg-blue  { background: #0000FF; }
.bg-green { background: #00FF00; }
.bg-red   { background: #FF0000; }
.bg-black { background: #000; }
.bg-gray-light { background: #F5F5F5; }
.bg-gray-dark  { background: #777; }
.bg-dark       { background: #333; }
.bg-USHblue {background: #40617e;}
.bg-USHgreen {background: #99ac86;}

/* Misc */
.margin-bottom { margin-bottom: 20px; }
.margin-top    { margin-top: 20px; }

.bg-margin-bottom { margin-bottom: 60px; }
.bg-margin-top    { margin-top: 60px; }

.sm-margin { margin: 10px; }
.md-margin { margin: 20px; }
.lg-margin { margin: 40px; }

.sm-padding { padding: 10px; }
.md-padding { padding: 20px; }
.lg-padding { padding: 40px; }

.no-padding { padding: 0; }

p { padding: 5px 0; }

.banner h4 { display: none; }

.shadow-hover {
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	-o-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}
.shadow-hover:hover { box-shadow: 0 0 15px 15px rgba(0,0,0,.1); }

img, video, audio { max-width: 100%; }

.mod   { overflow: hidden; }
.inbl  {
	display: inline-block;
	vertical-align: top;
}
.inblM {
	display: inline-block;
	vertical-align: middle;
}
.hide  { display: none; }
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.static   { position: static; }
.relative { position: relative; }

.txtLeft   { text-align: left; }
.txtCenter { text-align: center; }
.txtRight  { text-align: right; }

.borderAll    { border: 1px solid #999; }
.borderTop    { border-top: 1px solid #999; }
.borderRight  { border-right: 1px solid #999; }
.borderBottom { border-bottom: 1px solid #999; }
.borderLeft   { border-left: 1px solid #999; }

.posLeft   { float: left; }
.posMiddle { margin: 0 auto; }
.posRight  { float: right; }

.ligneElement:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.size1_1 { width: 100%; padding: 0 1%; }
.size1_2 { width: 50%;  padding: 0 1%; }
.size1_3 { width: 33.33%; padding: 0 1%; }
.size1_4 { width: 25%; padding: 0 1%; }
.size1_5 { width: 20%; padding: 0 1%; }
.size1_6 { width: 16.66%; padding: 0 1%; }
.size1_7 { width: 14.285%; padding: 0 1%; }
.size1_8 { width: 12.5%; padding: 0 1%; }

#content [class *="col-xs"],
#content [class *="col-sm"],
#content [class *="col-md"] { width: 100%; }

.pa0  { padding: 0; }
.pa10 { padding: 10px; }
.pa20 { padding: 20px; }
.pt0  { padding-top: 0; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pr0  { padding-right: 0; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pb0  { padding-bottom: 0; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pl0  { padding-left: 0; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mb0  { margin-bottom: 0; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.w25  { width: 25%; }
.w50  { width: 50%; }
.w75  { width: 75%; }
.w100 { width: 100%; }

#overDiv {
	position: absolute;
	font-size: 12pt;
	background: #FFF;
	box-shadow: 0 0 7px 7px rgba(0,0,0,.2);
	border-radius: 6px;
}
.overlibheader {
	padding: 10px 20px;
	font-size: 300 13pt "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #d9edf7;
	border-radius: 6px 6px 0 0;
}
.overlibclose {
	position: absolute;
	top: 10px;
	right: 20px;
}
#overlibcontent { padding: 20px; }
#overlibfooter { display: none; }

/* ---------------------------------------- */
/* X - Fancy Box                            */
/* ---------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error {
	padding: 15px;
	margin: 0;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(/common_images/fancyBox/fancybox_sprite.png); }
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	cursor: pointer;
	opacity: 0.8;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/common_images/fancyBox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 8040;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 8040;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/common_images/fancyBox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	z-index: 8040;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	visibility: hidden;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	display: none;
	background: url(/common_images/fancyBox/fancybox_overlay.png);
	overflow: hidden;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	position: relative;
	z-index: 8050;
	font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: none;
	visibility: hidden;
}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	z-index: 8050;
	margin-bottom: -35px;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	text-shadow: 0 1px 2px #222;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/common_images/fancyBox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/common_images/fancyBox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#logo {
    display: block;
    width: 100%;
      height: 100px;

    text-indent: -9999px;
    background: url("../images/logo_ush_occitanie.png") no-repeat;
  float:left;
}

.logo {
      margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 20px;
    float:left;
}

.nav_group {
      margin-top: 20px;
    margin-bottom: 20px;
  float:left;
  height:100px;
  display:block;
}

header {
 /*background: url("../images/frise_USH_header.png") center 20px no-repeat;*/
  margin-right: auto!important;
  margin-left: auto !important;
  padding-left:-15px!important;
  padding-right:-15px!important;
  width:1200px!important;
}

.esp_adh{
  display:block;
  position:relative;
text-align:right;
  margin-bottom:20px;
}

.esp_adh a{
  background-color:#40617e;
 padding: 8px 10px;
  color:#FFFFFF;
  text-align:center;
  text-transform:uppercase;
  cursor: pointer;
  font-size:12px;

}

.esp_adh a:hover{
 text-decoration : none;
  font-weight: bold;
}

.esp_adh h4{
    display: none; 
}

.esp_adh .widgetContainer {
 /*display: none; */
}

.bloc_intro {
}


.home_publi {
 background-color : rgba(153,172,134,0.2); 
  padding:10px 40px 0px 30px;
}


.home_communication .widgetHighlightPost .widgetHighlightThumbnail{
  max-height:180px;
  width : 150px;
  background: white;
}

.home_communication .widgetHighlightPost .widgetHighlightThumbnail img{
  max-height:180px;
}

.accueil_bloc1 {margin-bottom: 10px;}

.accueil_bloc2 {margin-bottom: 0px;padding:0 0px 0px 0px;clear:both;}

.accueil_bloc2b {margin-bottom: 0px;padding:20px 0px 20px 0px;}

.accueil_bloc3 {margin-bottom: 10px;display:block;padding:0px 0 10px 0;clear:both;}
.accueil_bloc3 img{max-width:400px; margin-left:150px;}
.accueil_bloc3 .pageElement {display:block;padding-top:10px;padding-bottom:60px;border-bottom:1px solid #40617e;border-top:1px solid #40617e; }

.accueil2 .accueil_bloc3 .pageElement {display:block;padding-top:10px;padding-bottom:50px;border-bottom:1px solid #40617e;border-top:1px solid #40617e; }
.accueil_bloc4 {margin-bottom: 30px;display:block;padding:0px 0 30px 0;}

.accueil_bloc5 {display:block;clear:both;padding:20px 0 30px 0;position: relative;top:125px;}

.accueil_diapoactu {
	/*text-align:center;*/
	margin: 0 auto;
	width:auto;
	position : absolute;
	top:45px;
	left:25%;
}

.home_publi h2{
  
 font-family: Times, serif; 
  color : rgba(153,172,134,1); 
  font-size:40px;
  font-weight:bold;
  margin-top: 5px;
  margin-bottom : 10px;
}

.home_communication .widgetHighlightThumbnail{
    padding-left: 10px;
}

.home_publi .linksmore, .home_communication .linksmore{
  text-align:right!important;
  
}


.home_publi .linksmore a, .home_communication .linksmore a{
  font-weight : bold!important;
  color : #C14A4B;
  font-size: 14px;
}

#footer, #footer a  {
  color : #FFFFFF!important;
}


#footerInner {
 background : url("../images/frise_USH_footer.png")#40617e center repeat-x;    
}

#footer h4 {
 display : none; 
}

#footer .container {
 padding-top : 20px; 
}

#page {
 margin-bottom : 20px; 
}

.widgetLinkAccueil a{
 color : #1d1d1b; 
}

.widgetLinkAccueil a:hover{
 color : #1d1d1b; 
  text-decoration : underline;
}

.page_accueil .elementTitle h2 {
font-family: Times, serif;
    color: #40617e;
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.accueil2 .elementTitle h2 {

    color: #40617e;
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.page_accueil .ligneElement .elementForm h1 {
 display: none; 
}

.newsletter_img {
	float: left;
	width: 10%;
}

.newsletter_form {
	float: left;
	width: 90%;
	padding: 0 20px;
}

.post h2, .postDetail h2  {
  
 font-family: serif;
  color : #c14a4b;
  font-size : 22px;
}

.postResume img {
  border : 1px solid #99ac86;
  padding : 10px;
}


.page_nosactus .postResume, .page_ushocc .postResume,
.page_convergence .postResume{
  border-bottom: 1px solid grey;
}

.postResume>div {
padding-left: 0px!important;
}

.imgPost {
 max-width : 500px; 
 text-align: center;
  float:left;
}


.page_nosactus .imgPost , .page_ushocc .imgPost{
	display:none;
}



input[type="submit" i] {
  font-weight: bold;
  font-size: 14px;
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 0px;
    border-style: none!important;
    border-color: #ffffff;
    border-image: initial;
}

input[type="submit" i]:hover {
 background-color : #ffffff;
  color : #99ac86;
}

.fiche_chiffrecles {
 background-color : rgba(153,172,134,0.2);
  padding : 0px 20px 20px 20px;
  min-height : 280px;
}

.fiche_chiffrecles h2{
  color: #99ac86;
  font-family : serif;
 }

.fiche_chiffrecles h4{
  color: #c14a4b;
  font-size: 11px;
  text-transform: uppercase;
  font-family : sans-serif;
  font-weight: bold;
 }

.fiche_adherent {
  border : 1px solid rgba(16,58,94);
  padding : 0px 20px 20px 20px;
  min-height : 330px;
}

.fiche_adherent h2, .fiche_partenaire h2{
  color: #99ac86;
  font-family : serif;
 }

.fiche_adherent h4, .fiche_partenaire h4{
  color: #c14a4b;
  font-size: 11px;
  text-transform: uppercase;
  font-family : sans-serif;
  font-weight: bold;
 }

.fiche_adherent img, .fiche_partenaire img {
 max-height : 80px; 
}


.fiche_partenaire {
  padding : 0px 10px 10px 10px;
  min-height : 120px;
}

.PostDescription {
 border-bottom : 1px solid #999; 
  margin : 40px 0;
}

.post{
}

.nospubli .post{
   min-height : 260px;
}

.titre_chiffrescles { 
color: #99ac86;
    font-family: serif;
}

.lienpartenaire a{
  display : block;
  padding : 30px;
  width : 250px;
  height: 100px;
  position: absolute;
  top : 0px;
  color : #FFFFFF;
  z-index: 0;
   font-size:0;
}

.imgpartenaire {
    z-index: 100;
}

.img_accueil_pp {
  width:100%!important;
  padding-right:0px!important;
   
}

.img_accueil_pp img{
  width:100%!important;
  height:370px;
  object-fit: cover;
object-position : middle center;
    padding-right:0px!important;
}

.img_interieur_pp {
  width:100%!important;
  padding-right:0px!important;
  height:270px;
  background-color: #99AC86;
}

.img_interieur_pp img{
  width:100%!important;
  height:200px;
  object-fit: cover;
object-position : middle center!important;
    padding-right:0px!important;
}

.pageElement {
  margin-left : auto;
  margin-right: auto;
  width: 1180px;
}

.page_contact #contents,
.page_parcloc #contents,
.page_convergence #contents,
.page_ushocc #contents,
.page_nosadherents #contents,
.page_nosactus #contents{
  margin-left : auto;
  margin-right: auto;
  width: 1180px;
}

.page_nosadherents .bloc_adherents{
	margin-top : 40px;
}

.bloc_newsletter {
  background : #40617e;
  padding: 20px;
  color : #FFFFFF;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/PIE.htc);
}

.bloc_newsletter .elementTitle h2{
  color : #FFFFFF;
}

.bloc_newsletter_contact {
 background : #40617e;
 padding: 10px 20px 42px 30px;
 color : #FFFFFF;
 position: absolute!important;
 top:390px!important;
 left:50%;
 margin-top:0px!important;
 width:50%;
}

.bloc_newsletter_contact input[type="submit" i] {
margin-bottom:60px;	
}

.bloc_newsletter_accueil2 {
background : rgba(16,58,94,0.7);
padding: 20px 20px;
top : -330px;	
color : #FFFFFF!important;
margin-top:0px!important;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
behavior: url(/PIE.htc);
position:relative;
}

.bloc_newsletter_accueil2 h2{
color : #FFFFFF!important;
font-family: Times, serif;
	font-weight:bold;
font-size:40px;
padding: 0px!important;
margin:0px!important;
}

.accueil2 .bloc_newsletterbox {

	left: 0%;
	/*width:80%;
	margin-top:20px;
	margin: 20px auto;*/
}

.bloc_newsletterbox {
position:absolute;
	top: 1250px;
	left: 50%;
	width:40%;
	margin-top:20px;
}

/*.accueil2 .bloc_newsletterbox {
position:relative;
	top: auto!important;
	left: auto!important;
	width:100%!important;
	margin-top:20px;
	background-color:#70899e;
}*/

.bloc_contact {
  background : #F5F7F3;
  padding: 20px;
  color : #000000;
}

.accueil_bloc1 h2{
  color : #40617E;
}


.accueil_bloc5 .elementTitle h2{
  color : #40617E;
  
}
.accueil_bloc5 .pageElement {
  margin-left : auto;
  margin-right: auto;
  border : 4px solid #CD6E6F;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/PIE.htc);
  padding: 20px;
}

.accueil2 .accueil_bloc5 .pageElement {
  margin-left : auto;
  margin-right: auto;
  border-top : 1px solid #40617e;
	border-left: 0px;
	border-right:0px;
  border-bottom : 1px solid #40617e;
	border-radius: 0px;
  padding: 20px;
}

.bloc_bailleurs{
border-right : 1px solid #40617e;	
}

.bloc_departement {
	
	
}
.page_nosactus .date {
 color : #40617E;
font-size:12px;
}


.page_nosactus .media-heading, .page_nosactus .postDetail h2{
 color : #40617E;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size : 26px!important;
}

.page_nosactus .postCatResume a{
  font-size: 12px;
}

.page_ushocc .date, .page_convergence .date {
display: none;
}

.page_ushocc .postCatResume, .page_convergence .postCatResume {
display: none;
}

.page_ushocc .post h2 a, .page_convergence .post h2 a{
 color : #99AC86;
 font-size: 34px;
  font-weight: bold;
}

.postCatResume {
 font-size: 14px; 
}

#newsletter h2 {
    font-family: serif;
	font-weight:bold;
    color: #99AC86;
    font-size: 36px;
}

/* @changelog 2023-11-03 [FIX] (Anne-Lyse Volant) Mise en forme de la page avec la carte interactive (Numéro du ticket ou de la commande) */

.interactive_maps {
	display: flex;
	flex-wrap: wrap;
}
.map{
	max-width: 60%;
	flex: 1 0 60%;
}
.chiffres{
	max-width: 40%;
	flex: 1 0 40%;
}

.cat_actualite{
position:absolute;
top:155px;
display:block;
	width:800px;
}

.cat_actualite h4{
float:left;
}

/* image gallery */
.loop-gallery.flexslider{
	overflow:hidden;
	position:relative;
}
.loop-gallery.flexslider .slides img{
	width:100%;
}
.medium_image .loop-media .loop-gallery{width:380px;}
.loop-gallery .flex-direction-nav a{
	position:absolute;
	z-index:100;
	top:50%;
	margin-top:-25px;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	opacity:0;
	border-radius:5px;
	background-color:rgba(51,51,51,0.75);
}
.loop-gallery .flex-direction-nav a:hover{
	background-color:#333;
}
.loop-gallery .flex-direction-nav a.flex-prev{
	left:-10px;
}
.loop-gallery .flex-direction-nav a.flex-next{
	right:-10px;
}
.loop-gallery:hover .flex-direction-nav a.flex-prev{
	left:20px;
	opacity:1;
}
.loop-gallery:hover .flex-direction-nav a.flex-next{
	right:20px;
	opacity:1;
}
.loop-gallery .flex-control-nav{
	position:absolute;
	z-index:101;
	left:0;
	bottom:-10px;
	width:100%;
	list-style:none;
	margin:0;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.loop-gallery:hover .flex-control-nav{
	bottom:20px;
	opacity:1;
}
.loop-gallery .flex-control-nav li{
	display:inline-block;
	margin:0 6px 0 7px;
	cursor:pointer;
}
.loop-gallery .flex-control-nav li a{
	overflow:hidden;
	display:block;
	width:7px;
	height:7px;
	cursor: pointer;
	text-indent:-999px;
	border-radius:50%;
	box-shadow:0 0 0 4px #fff inset;
}


/* Testimonials */
.eva-testimonials ul{
	margin:0;
	list-style:none;
}
.eva-testimonials.columns ul{
	margin-right:-30px;
}
.testimonial-item{
	position:relative;
	min-height:142px;
	margin-bottom:30px;
	color:#ccc;
	border:1px solid #eee;
}
.eva-testimonials.full_width .testimonial-item{
	padding:19px;
}
.eva-testimonials.columns .testimonial-item{
	float:left;
	width:270px;
	margin-right:30px;
	padding:29px 25px 25px;
	text-align:center;
}
.testimonial-item:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-15px;
	height:15px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/testim-shadow.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.testimonials-avatar{
	overflow:hidden;
	display:inline-block;
	margin:0 auto 23px;
	border-radius:50%;
	border:1px solid #ccc;
}
.eva-testimonials.full_width .testimonials-avatar{
	position:absolute;
	left:19px;
	top:19px;
}
.testimonials-avatar img{
	border-radius:50%;
	border:5px solid #fff;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
}
.testimonial-item:hover .testimonials-avatar img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.eva-testimonials.columns .testimonial-item-content{
	padding-bottom:15px;
	font-weight:400;
	line-height:23px;
	font-size:18px;
	color:#333;
}
.eva-testimonials.full_width .testimonial-content-wrap{
	padding-left:130px;
}
.eva-testimonials.full_width .testimonial-item-content{
	padding-bottom:6px;
	font-weight:400;
	line-height:29px;
	font-size:24px;
	color:#333;
}
.testimonials-name{color:#333;}

.eva-testimonials.flexslider .testimonial-item{
	position:relative;
	padding:49px 100px 47px 268px;
	min-height:230px;
}
.eva-testimonials.flexslider .testimonial-item:after{
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:30px;
	height:30px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/testim_angle.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.eva-testimonials.flexslider .testimonials-avatar{
	overflow:visible;
	position:absolute;
	top:49px;
	left:100px;
}
.eva-testimonials.flexslider .testimonials-avatar:before{
	content:'"';
	position:absolute;
	left:-75px;
	top:50px;
	width:30px;
	height:100px;
	font-weight:700;
	line-height:80px;
	font-size:120px;
}
.eva-testimonials.flexslider .testimonial-item-content{
	padding:8px 0 25px;
	line-height:34px;
	font-size:30px;
	color:#333;
}
.eva-testimonials.flexslider .time-line{
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	height:3px;
	background-color:#eee;
}
.eva-testimonials.flexslider .testimonial-item .time-line span{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:3px;
	transition: all 0s linear 0s;
	-webkit-transition: all 0s linear 0s;
}
.eva-testimonials.flexslider .testimonial-item.flex-active-slide .time-line span{
	width: 100%;
	transition: all 3.5s linear 0.5s;
	-webkit-transition: all 3.5s linear 0.5s;
}


.widgetSearch{
position:absolute;
width: 40%;
height:auto;
padding:10px;
background-color: rgba(153,172,134,0.2);
right:0px;
margin-bottom:20px;
}

.page_contact .bloc_intro, .page_ushocc .bloc_intro{
margin-bottom:80px;
}

.cat_actualite .list-group {
	margin-top:10px;
}

.bloc_intro .pager {
	
	margin-top:40px;
	border:1px solid red;
}

.postDetail {
margin-top:70px;	
}

.wrapper2 {
    width: 600px; /* exemple */
    margin: 0 auto;
    background-color: #f9f9f9;
} 

.slider2 {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    align-items: stretch;
    scroll-snap-type: x mandatory;
}

.slider2::-webkit-scrollbar {
    display: none;
} 

 .slider2 .slide {
    flex-shrink: 0;
    padding: 20px 0 20px 20px;
    scroll-snap-align: center;
}

.slider2 .slide:last-child {
    padding-right: 20px;
	
} 

 .slider2 .slide > div {
    background-color: #ffffff;
    border-radius: 10px;
    width: 300px; /* exemple */
    height: 300px; /* exemple */
    padding: 20px;
} 

.carousel-items .clearfix{
    display: flex;
    overflow-x: scroll;
    padding: 1rem 0;
	scroll-snap-type: x mandatory;
	
}

.clearfix {
	/*border: 1px solid green;*/
}

.carousel-item {
    margin-left: 2rem;
	flex:1 0 150px;
	scroll-snap-align: start;
	display: inline;
	float: left;
}

.carousel-items li{
	list-style: none;
	width: 300px;
	display: inline;
	

}

/*.carousel-items {
	display: flex;
    overflow-x: scroll;
    padding: 1rem 0;
}
*/


.carousel-item img{
max-height:70px;
	width:auto;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
		
}

::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #3d4852;
    border-radius: 3px;
}

.btn_bailleur {
	
	text-align: center;
}
