.promote-list {
	display: none;
}

@media (max-width: 767px) {
	h1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	h2 {
	    font-size: 20px !important;
	    line-height: 30px !important;
	    margin-bottom: 10px !important;
	}
}

/* SMALL USER MENU ICONS */
#header .nav-utils a {
	width: 50px !important;
	font-size: 18px !important;
}

/* MEDIUM LOGO */
#header .logo-horizontal {
	padding: 0px !important;
}

#header .logo-horizontal img {
	height: 59px !important;
	max-height: 60px;
}

.Idea.vignette {
	min-height: unset;
    max-height: 320px;
}
.Idea.vignette .Avatar {
	height: 186.75px !important;
    text-align: center !important;
}
.Idea.vignette .Avatar img {
	max-height: 186.75px !important;
	padding: 0 10px !important;
	width: auto !important;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Idea.vignette .Title {
	line-height: 20px;
}

#IdeasPage .Cover ul.slides > li {
	height: 400px;
	position: relative;
}
#IdeasPage .Cover ul.slides > li img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#CommunityHomePage .map-holder, .CommunityHomePage .map-holder {
	padding: 0 !important;
}

.typography h2 {
    border-bottom: 1px solid #ddd !important;
}

/* [JD-2020.07.01] #2625 Display socials */
#IdeasPage .SocialLinks {
	position: relative;
	left: unset;
	width: unset;
}
#IdeasPage .SocialLinks a {
	display: inline-block;
	border-radius: 4px;
}

#IdeasPage .CommunityMember.vignette .SocialReason {
	display: none;
}

/* Cookies bar on bottom */
#very-top-bar {
    bottom: 0;
    top: unset !important;
    background-color: #00637c !important;
}

/*[LDC-2022.01.11] #3987 display all title */
#MembersPage .Idea.vignette .Title {
	-webkit-line-clamp: unset;
	overflow: unset;
}

/*[LDC-2022.01.11] #3987 heigher vignette member in structure detail page */
#IdeasPage .CommunityMember.vignette {
	min-height: 280px;
	max-height: 280px;
}

#IdeasPage .CommunityMember.vignette .Name {
	margin-bottom: 12px;
}

/*#3987 use css to fix height because CommunityMember.AvatarVignette doesnt find resample vignette for some images*/
.CommunityMember.vignette .Avatar > img {
    height: 184.75px;
    object-fit: cover;
}

/*[LDC-2022.02.14] #4145 hide choose btn for images in event create form*/
#CalendarPage #EventSubmissionForm_EventSubmissionForm_Image_Holder .upload-label {
	display: none !important;
}

#CalendarPage #EventSubmissionForm_EventSubmissionForm_Image_Holder input {
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	width: 100% !important;
	max-width : 100% !important;
}

/*[LDC-2022.02.16]#4186*/
#header .logo-horizontal img {
	max-height: 100%;
	margin: 9px;
}

/*[LDC-2022.05.18] #4480*/
#CalendarPage .event-tools .event-share {
	display: none;
}

/* TODO pour les ideas de types structures, rendre parametrable l'apparition de l'onglet "event" et "news" dans mon compte / ma structure */
#AccountIdeasPage .tab.event {
	display: none;
}

#AccountIdeasPage .tab.news {
	display: none;
}