.header .hs-search .searchform .searchform-input {
	width: 100%;
}

.home-list-col .h-wrapper-mairie {
	border-bottom: 0;
}

.h-wrapper-agenda .h-list-agenda {
	height: 335px;
	padding: 70px 20px 15px;
}

.h-wrapper-agenda .h-list-agenda ul li {
	padding: 0;
}

.h-wrapper-agenda .h-list-agenda ul li a .hla-title {
	margin: 0;
}

.h-wrapper-agenda .h-list-agenda ul li a:after {
	margin-top: -8px;
	top: 50%;
}



/* Template Bulletins Municipaux */
.h-wrapper-bulletin .link-archives {
	text-align: right;
	padding: 1em 40px;
}

.h-wrapper-bulletin .link-archives a {
	color: #009fde;
	font-size: 1.133rem;
	font-weight: 300;
}

.page-template-tpl-bulletins .h-wrapper-bulletin {
	background-size: cover;
}
/* /Template Bulletins Municipaux */



.page-id-355 .form-control[disabled] {
	color: black;
}





/* Template sommaire */
.archive .post-article .post-title {
	border-bottom: 0;
}
/* /Template sommaire */





/* Widget Newsletter */
.widget.WP_Mailjet_Subscribe_Widget {
	background: transparent;
	padding: 0;
}

.widget.WP_Mailjet_Subscribe_Widget .subscribe-form {
	background: #c3c3c3 url('../images/triangle-b.png') 50% 125% no-repeat;
	margin-bottom: 10px;
	padding: 10px 0 30px 0;
}

.widget.WP_Mailjet_Subscribe_Widget .widgettitle {
	background: #004661;
	color: #fff;
	font-family: Roboto;
	font-size: 1.267rem;
	font-weight: 100;
	margin: 0;
	padding: 10px;
	text-align: left !important;
}

.widget.WP_Mailjet_Subscribe_Widget .subscribe-form #email {
	margin-bottom: 0;
}

.widget.WP_Mailjet_Subscribe_Widget .mailjet-subscribe {
	background: none;
	color: white;
	font-size: 1em;
	font-weight: normal;
	height: auto;
	text-transform: uppercase;
	width: auto;
}

.widget.WP_Mailjet_Subscribe_Widget .response {
	/*
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding: .2em;
	*/
	color: #8a6d3b;
	font-size: .9em;
}
/* /Widget Newsletter */



/* Widget Annuaire des Associations */
.widget-association .widget-img-title {
	background: #004661;
	font-weight: 100;
	font-size: 1.267rem;
	font-family: Roboto;
	margin-bottom: 0;
	padding: 10px;
}

.widget-association .widget-img-title,
.widget-association .widget-img-title a {
	color: white;
	text-decoration: none;
}

.widget-association .widget-img {
	height: 112px;
}

.widget-association .widget-img-arrow {
	color: #007daf;
}
/* /Widget Annuaire des Associations */



/* Mediatheque */
.h-wrapper-mediatheque {
	height: auto;
	min-height: 300px;
}
/* /Mediatheque */



/* Panneau électronique */
.h-wrapper-electronique {
	background: transparent url('../images/bg_electronique.jpg') 50% 0 no-repeat;
	height: auto;
	margin-right: -15px;
	margin-left: -10px;
	min-height: 300px;
}

.h-wrapper-electronique .h-electronique-link {
	color: white;
	display: block;
	padding: 60px 100px;
	text-align: center;
}

.h-electronique-title {
	color: #f2b41a;
	font-family: "Bree Serif";
	font-size: 1.933rem;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center !important;
}

.h-electronique-icon {
	background: transparent url('../images/icon-eye.png') 50% 50% no-repeat;
	display: inline-block;
	height: 60px;
	margin-top: 2px;
	width: 60px;
}
/* /Panneau électronique */



/* /Accès rapide */
@media screen and (min-width: 1200px) {
	.intro-acces-rapide {
		background: transparent url('../images/intro-acces-direct.jpg') 0 0 no-repeat;
		min-height: 182px;
		padding-top: 1em;
	}

	.intro-acces-rapide h1,
	.intro-acces-rapide > p {
		padding-right: 15px;
		padding-left: 15px;
	}

	.intro-acces-rapide > p {
		min-height: 100px;
	}
}
/* /Accès rapide */



/* Encart section */
.encart-section {
	background: #009fde url('../images/texture-2.png') 100% 50% no-repeat;
	min-height: 325px;
	padding: 1.5em;
	text-align: left;
}

.encart-section--2 {
	background-image: url('../images/texture.png');
}

.encart-section h3 {
	color: white;
	border-bottom: 1px solid white;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-bottom: .5em;
	text-transform: uppercase;
}

.encart-section img {
	display: inline-block;
	margin-right: .5em;
}

.encart-section ul,
.encart-section li {
	margin: 0;
	padding: 0;
}

.encart-section li {
	list-style: none !important;
	margin-bottom: .25em;
}

.encart-section,
.encart-section a {
	color: white;
}

.encart-section .fa-caret-right,
.encart-section a:hover {
	color: black;
}
/* /Encart section */





/* Alert Item */
@-moz-keyframes changeColor {
  0% {
    color: #ffb400;
  }

  50% {
    color: #121212;
  }

  100% {
    color: #ffb400;
  }
}
@-webkit-keyframes changeColor {
  0% {
    color: #ffb400;
  }

  50% {
    color: #121212;
  }

  100% {
    color: #ffb400;
  }
}
@keyframes changeColor {
  0% {
    color: #ffb400;
  }

  50% {
    color: #121212;
  }

  100% {
    color: #ffb400;
  }
}

.menu-item-alert .fa-exclamation-triangle {
	-moz-animation: changeColor 1s ease-out infinite;
	-webkit-animation: changeColor 1s ease-out infinite;
	animation: changeColor 1s ease-out infinite;
	font-size: 1.2em;
	margin-right: .2em;
}

.menu-item-alert a {
	background-color: #fff5d7;
	padding: .3em .5em;
}

.header .header-wrapper .h-secondary ul li a {
	line-height: 1;
}
/* /Alert Item */





/* Accueil : galerie photos */
.gallery-wrapper {
	padding-top: 10px;
}

.gallery-wrapper .link-archives {
	margin-top: 1em;
	text-align: right;
}
/* /Accueil : galerie photos */





/* Agenda header */
.category-a-la-une .main-container {
	background-image: url('../images/banners/a-la-une.jpg') !important;
}

.category-animations .main-container {
	background-image: url('../images/banners/animations.jpg') !important;
}

.category-manifestations-sportives .main-container {
	background-image: url('../images/banners/manifestations-sportives.jpg') !important;
}

.category-evenements-education-jeunesse .main-container {
	background-image: url('../images/banners/evenements-education-jeunesse.jpg') !important;
}

.category-autres .main-container {
	background-image: url('../images/banners/autres.jpg') !important;
}

.category-economie .main-container {
	background-image: url('../images/banners/economie.jpg') !important;
}

.category-culture .main-container {
	background-image: url('../images/banners/culture.jpg') !important;
}
/* /Agenda header */


/* WIDGETS LOGOS */
.textwidget{
	text-align: center;
	font-size: 12px;
}

.textwidget img{
	max-width: 80%;
	vertical-align: middle;
	margin: 0 10px;
}
/* /WIDGETS LOGOS */



/* HOMEPAGE SLIDER MEDIA QUERY */
@media screen and (max-width:1200px){
	.sln-image{
		width: 40% !important;
	}

	.sln-content{
		width: 60% !important;
	}
}

@media screen and (max-width:850px){
	.sln-image{
		width: 100% !important;
		display: block !important;
		float: none !important;
		position: relative !important;
		height: 200px !important;
	}

	.sln-content{
		width: 100% !important;
		overflow: hidden;
		float: none !important;
	}

	.sln-content h2{
		margin: 0 -15px !important;
	}
}
/* /HOMEPAGE SLIDER MEDIA QUERY */


/* BUTTON SIDEBAR */
.sidebar .btn {
 display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 15px;
    width: 150px;
    margin-left: 15px;
    background: #f5f5f5;
    padding-bottom: 15px;
}