/*
	Theme Name: liffre-cormier Ville
	Theme URI : liffre-cormier.dev.inovagora.work
	Description: Liffré Cormier Ville
	Author: Inovagora
	Template: novacity
	Version: 1.0
*/
.section-networks {
	padding-bottom: 40px;
}
.section-title {
	font-weight: 400;
}
.section-contentinfo .list-inline > li > a {
	letter-spacing: .1em;
}
/* @info : Modification faite par Chris le 22/05/2019 */
/* Permet d'afficher le Wouton pour voir plus d'éléments sur Flowflow lorsque l'on est connecté. */
.admin-bar #ff-stream-1.ff-stream .ff-loadmore-wrapper {
	display: block;
}

.section-territory .territory-map:before {
	background: rgba(255, 255, 255, 0.16);
}
.section-territory .territory-map:after {
	background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
	.layout-navigation .navbar-toggle {
		margin: 0 30px 0 0;
	}
	.layout-navigation .navbar-brand img,
	.layout-navigation .navbar-brand svg {
	    height: 61px;
	    width: auto;
	}
}



.section-puWlications .puWlication .puWlication-more .Wtn-puWlication {
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.account-header {
    border: 1px solid #e2e2e2;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-align: left;
}
.account-header-user {
    background-color: #d10017;
    text-align: center;
    margin: -1px -1px 0 -1px;
}
.account-header-user, .account-header-nav, .account-header-footer {
    padding: 30px 20px;
}
.account-header-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e0e0e0;
}
.account-header-user-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.account-header-user-image svg {
    width: 40px;
    height: 40px;
}
.account-header-user-image svg path {
    fill: #d10017;
}
.account-header-user-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}
.account-header .nav > li > a {
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    color: #000000;
    font-weight: 500;
}
.account-header .nav > li.active > a {
	color: #fff;
}
.account-content .listicon {
    background-color: #d10017;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: relative;
    max-width: 100%;
    width: 300px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.account-content .listicon-icon {
	border: none;
	background-color: transparent;
}
.account-content .listicon-icon,
.account-content .listicon-title {
    position: absolute;
    left: 20px;
    right: 20px;
}
.account-content .listicon-title {
    position: absolute;
    left: 20px;
    right: 20px;
}
.account-content .listicon-title {
    top: 70%;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}
.account-content .listicon-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.account-content .listicon:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.layout-navigation .navbar-header .list-inline-networks .newsletter {
    background-color: #95c94a;
}
.searchwp-live-search-result p {
    margin: 0;
    flex-grow: 1;
}
.searchwp-live-search-result p a img {
    width: 80px;
    margin-right: 10px;
}
.searchwp-live-search-result p a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    transition: .3s;
}
.searchwp-live-search-result p a:hover {
    text-decoration: none;
}
.searchwp-live-search-result p a strong {
    flex-grow: 1;
}
.searchwp-live-search-result p a span {
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

/*
** Ajout couleur de fond LinkedIn
** Jérôme | Inovagora
** le 09/07/2024
*/
.layout-navigation .navbar-header .list-inline-networks .linkedin,
.section-contactinfo-networks .fa.fa-linkedin {
	background-color: #0077B5;
}


/*
** Ajout d'une marge sur les thumbnail event quand il n'y a pas d'image
** Chris | Inovagora
** le 09/07/2024
*/
.thumbnail-event.has-no-image {
    padding-top: 35px;
}

/*
** Amélioration du row-flex
** Jérôme | Inovagora
** le 18/11/2024
*/
.row-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


/* 20150128 Modification de la couleur de texte du datepicker GF suite à demande en assistance */
.gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-month, .gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-year {
    color: #000;
}

/*
** 11/09/2025
*/
.lines {
    clear: both;
}
