* {
	box-sizing: border-box;
}

*:focus {
	outline: none ! important;
}

html {
	font-size: 62.5%;
}

 .fixedPosition
 {
    position: fixed;
 }
.nav-homepage {
	position: relative;
	background-color: white;
}
body {
	font-size :1.6rem;
	margin: 0 auto;
	background-color: #f7f7f7;
	font-family: 'Rubik', sans-serif;
}

#menu-collapse {
	display: none ! important;
}

.hide {
	display: none;
		transition: all .3s ease-out;
}

.close-modal-mobile {
	display: none;
}

.overlay-suggestion-mobile, .site-logo-homepage-mobile {
	display: none;
}

#proposer-idee {
	padding-top: 30px;
	color: #b5b5b4;
	font-size: 2.2rem;
}

.link-footer-hide {
	display: none;
}

.main-container {
	padding-top: 30px;
}

#accepter-mail-charte {
	font-size: 1.2rem;
	color: #444440;
}

#accepter-mail-charte a {
	font-size: 1.2rem;
	color: #444440;
	text-decoration: underline;
}

#problem-publish {
	color: #444440;
	font-size: 1.6rem;
	padding-top: 30px;
}

#problem-publish a {
	color: #ff0800;
	font-size: 1.6rem;
}
/*HEADER*/

/*Homepage*/

.nav-homepage {

	background-size: cover;
}

.nav-other .navbar-header {
	padding-bottom: 9px;
}

.nav-other .header-buttons {
	margin-top: 15px;
}

.nav-other .header-buttons .btn-inscription, .nav-other .header-buttons .picto-login {
	border:none;
}

.nav-homepage {
	background-position: center;
}

.nav-homepage .navbar-header {
	background:unset;
	padding-top: 25px;
}

.content-header img {
	margin-bottom: 36px;

}
.content-header-homepage img {
	padding-top: 90px;
	} 
.content-header-homepage {
	position: relative;
}

.content-header p {
	padding-bottom: 39px;
	font-weight: 500;
	color: white;
	font-size: 2.4rem;
	line-height: 3rem;
}

.content-header a {
	font-weight: 500;
	color: white;	
	background-color: #ff0800;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 29px;
	font-size: 1.6rem;
	padding-left: 65px;
	padding-right: 65px;
	transition: all .3s ease-out;
}

.content-header-homepage a {
	position: absolute;
	width: 320px;
left: 0;
right: 0;
margin: 0 auto;
bottom: -94px;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.content-header a:hover {
	background-color:  white;	
	color: #ff0800;
	text-decoration: none;
}

.content-header {
	padding-bottom: 70px;
	text-align: center;
}

.nav-homepage .navbar-brand img {
	max-height: unset;
}

.site-logo-rouge {
	margin-left: 10px;
}

.nav-homepage .site-logo, .site-logo-autre {
	margin-left: 25px;
}

.nav-homepage .site-logo img {
	width: 131px;
	height: auto;
	max-height: auto  ! important;
}

.nav-other .site-logo-rouge img {
	width: 225px;
	height: auto;
	max-height: unset;
}

.site-logo-autre img {
		width: 263px;
	height: auto;
	max-height: auto  ! important;
}

.btn-inscription {
	margin-right: 20px;
	color: white;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
	background-color: #ff0800;
	border-radius: 19px;
	border: 1px solid #ff0800;
	padding-left: 40px;
	padding-right: 40px;
	transition: all .3s ease-out;
	font-family: 'Rubik', sans-serif;
	display: inline;
	border:1px solid white;
}

.btn-validation-suggestion, .btn-profil, .btn-activer-compte, .btn-feedback {
		font-weight: 500;
	background-color: #ff0800;
	font-size: 1.6rem;
	color: white;
		font-family: 'Rubik', sans-serif;
			transition: all .3s ease-out;
}

.btn-feedback {
		border: 1px solid #ff0800;
}

.btn-reaction {
	font-weight: 500;
	background-color: #ff0800;
	font-size: 1.6rem;
	color: white;
	width: 250px;
	padding-top: 9px;
	padding-bottom: 9px;
		font-family: 'Rubik', sans-serif;
					transition: all .3s ease-out;
}

.btn-inscription:hover, .btn-validation-suggestion:hover, .btn-profil:hover, .btn-reaction:hover, .btn-activer-compte:hover, .btn-feedback:hover {
	background-color: white;
	color: #ff0800;
		border: 1px solid white;
}

.header-buttons {
	position: relative;
}

label {
	font-weight: 400;
	color: rgba(68, 68, 64, 0.6);
}

.form-control {
border: solid 1px rgba(68, 68, 64, 0.12);
color: #444440;
}

.menu-homepage-global {
	position: relative;
	float: right;
	margin-right: 10px;
	text-align: right;
}

.menu-homepage-global-design {
	background-color: white;
	width: 270px;
	border-top-left-radius: 20px;
}

.menu-homepage-global img {
	height: 70px;
	width: 70px;
	cursor: pointer;
}

.menu-homepage-global ul {
	position: absolute;
	padding-left: 0;
	right: 0;
	padding-right: 15px;
	padding-top: 30px;
	width: 270px;
	text-align: right;
	background-color: white;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	padding-bottom: 20px;
}

.menu-homepage-global ul li {
	list-style: none;
}

.menu-homepage-global ul li a {
	color: #444440;
	font-size: 2rem;
	line-height: 1.7rem;
	padding-bottom: 2rem;
display: inline-block;
}


.navbar-header .header-buttons {
	padding-top:0;
}

.supporter-nav {
	margin-top: 0;
}

.user-menu {
	margin-top: 20px;
	position: absolute;
	right: 20px;
}

.user-menu-sub {
	background-color: white;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 18px;
	text-align: center;
	padding-left: 22.5px;
	padding-right: 22.5px;
}

.user-menu-sub p {
	margin: 0;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #444440;
	padding-top: 10px;
}

.navbar-toggle img {
    height: 70px;
    width: auto;
}

.user-menu-sub p a {
	text-decoration: underline;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #444440;
}

.user-name-menu img {
height: 25px;
margin-left: 16px;

}

.rotate-image {
	transform: rotate(180deg)! important;
}


.login-button-facebook {
	background-color: #3e63a0;
	color: #ffffff;
	font-size: 1.3rem;
	width: 100px;
	display: inline-block;
	margin-right: 5px;
		padding-right: 10px;
			padding-top: 2px;
}

.login-button-facebook img, .login-button-twitter img {
	height: 30px;
}

.login-button-twitter img {
	margin-right: 5px;
}

.login-button-twitter {
	background-color: #029ad7;
	color: #ffffff;
	font-size: 1.3rem;
	width: 100px;
	display: inline-block;
	margin-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
}

.picto-login {
width: 86px;
height: auto;
border: 1px solid #ff0800;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 15px;
padding-right: 15px;
margin-right: 20px;
border-radius: 19px;
cursor: pointer;
background-color: #ff0800;
	background-image: url(picto-login.png);
	background-position: center;
background-size: 60%;
background-repeat: no-repeat;
border:1px solid white;
}

.open {
	background-color: white ! important;
	border-bottom-right-radius: unset ! important;
	border: 1px solid white ! important;
	background-image: url(login-open.png);
	background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}

.open-modal-mail {
	cursor: pointer;
}

.modal-body-inscription, .modal-body-connexion {
	text-align: center;
	padding-bottom: 36px;
}
.btn-inscription-modal {
	background-color: #ff0800;
	color: white;
	font-weight: 500;
	font-size: 2.2rem;
	border:1px solid #ff0800;	
	border-radius: 34px;
	font-family: 'Rubik', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 320px;
	margin-left: 0 ! important;
	margin-bottom: 3rem;
	transition: all .3s ease-out;
}

.btn-connexion-modal {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
		font-family: 'Rubik', sans-serif;
}

.btn-inscription-modal:hover {
	background-color: white;
	color: #ff0800; 
		border:1px solid #ff0800;
}

.title-model-inscription {
	color: #444440;
	font-size: 2.4rem;
	line-height: 3.3rem;
	margin-bottom: 2.7rem;
}

#user_session_password {
	margin-top: 10px;
	margin-bottom: 15px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-inscription .modal-backdrop, .modal-connexion .modal-backdrop {
	background-image: url(back-modal-image.jpg);
	background-size: cover;
}

#flashModal {
	background-image: url(fond-modal-flash.png);
	background-size: cover;	
}

.btn-modal-share {
	font-weight: 400;
	font-size: 2rem;
}

.share-left img {
	display: block;
	margin-bottom: 20px;
}

.share-left span {
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: block;
	padding-bottom: 15px;
}

.share-left h2 {
	font-size: 3rem;
	line-height: 3.8rem;
}

#flashModal .modal-backdrop {
	background: unset ! important;
}

.modal-inscription .modal-content, .modal-connexion .modal-content {
	border-radius: 20px;
	border:none;
}

.modal-inscription .modal-backdrop.in, .modal-connexion .modal-backdrop.in {
    opacity: 1;
}

#close-inscription-open-connexion, .link-connexion-modal-inscription {
	cursor: pointer;
}

#close-inscription-open-connexion:hover, .link-connexion-modal-inscription:hover {
	color: #444440;
}

.modal-inscription .form-submit, .modal-connexion .form-submit  {
	margin:0;
}
.modal-inscription .form-group {
	margin: 0 auto;
	width: 320px;
	margin-bottom:3rem;
}

.modal-connexion .form-group {
	margin: 0 auto;
	width: 320px;
}

.modal-connexion .password-modal {
	margin-bottom: 15px;
}

.modal-connexion .password-modal a {
	color: #444440;
	font-size: 1.4rem;
}

.modal-connexion .checkbox {
	margin: 0 auto;
	width: 320px;
}

.modal-inscription span, .modal-connexion span {
	font-size: 1.4rem;
	color: #444440;
	display: block;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.modal-inscription .modal-header, .modal-connexion .modal-header {
	height: 220px;
	padding: 0;
		background-image: url(fond-header.png);
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	position: relative;
}

.modal-inscription .modal-header img, .modal-connexion .modal-header img{
	width: 320px;
	position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}

.link-connexion-modal-inscription {
	color: #444440;
	text-decoration: underline;
	font-size: 1.4rem;
}

.inscription-modal-facebook {
	background-color: #3e63a0;
	height: 46px;
	display: inline-block;
	width: 153px;
	margin-right: 7px;
	color: white;
}

.inscription-modal-twitter {
	background-color: #029ad7;
		height: 46px;
	display: inline-block;
	width: 153px;
		margin-left: 7px;
	color: white;
}

.inscription-modal-facebook img, .inscription-modal-twitter img {
	height: 46px;
	margin-right: 12px;
	margin-left: -10px;
}

.inscription-modal-facebook img {
	margin-left: -10px;

}

.lien-modal-cadre-blanc {
	cursor: pointer;
}

.close-modal {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 76px;
	cursor: pointer;
}

.user-name-menu {
	margin: 0;
	color: white;
	font-size: 2.2rem;
	font-weight: 500;
	background-color: #ff0800;
	border-radius: 19px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 15px;
	margin-right: 20px;
	border: 1px solid white;
}

.nav-other .user-name-menu {
	border:none;
}

#supporter-nav-collapse {
	right: 20px;
	margin-top: 60px;
}

#supporter-nav-collapse .navbar-nav > li > a {
	color: #444440;
font-size: 2rem;
line-height: 1.7rem;
	padding-bottom: 2rem;
	font-weight: 400;

}

#supporter-nav-collapse .navbar-nav > li > a:hover {
	text-decoration: underline;
}

#supporter-nav-collapse .navbar-nav {
	width: 250px;
	padding-top: 25px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.content-basic ul li {
	color: #444440;
	font-size: 18px;
line-height: 27px;
}

/*HOMEPAGE*/

/*intro*/

.container-fluid-intro-homepage {
	background-color: white;
	padding-top: 44px;
}

.intro-homepage {
	background-color: white;
	border-radius: 20px;
	text-align: left;
	padding:0;
	margin-bottom: 60px;
	margin-left: 27px;
	margin-right: 14px;
	margin-top: 40px;
}



.div-fabien-roussel {
	display: inline-block;
	margin:0;
	color: white;
	font-weight: 500;
	background-color: #ff0800;
		border-top-right-radius: 11.5px;
	border-top-left-radius:11.5px;
	border-bottom-left-radius:11.5px;
	padding-left: 10px;
padding-right: 10px;
margin-right: 5px;
vertical-align: middle;
font-size: 1.6rem;
padding-top: 2px;
padding-bottom: 2px;
}

.intro-homepage h2 {
	color: #444440;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 4.4rem;
	display: inline;
	vertical-align: middle;
}

.intro-homepage-content {
	padding-bottom: 22px;
	padding-top: 20px;
}

.intro-homepage-content-paragraphe {
	color: #444440;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 3rem;
	padding-top: 20px;
	padding-bottom: 29px;
}

#intro-homepage-back {
	background-image: url(fabien-roussel.png);
	background-size: cover;
}

#intro-homepage-back-deux {
	background-image: url(projet-pcf.jpg);
	background-size: cover;
}

.intro-homepage a {
	color: #ff0800;
	font-size: 1.6rem;
	font-weight: 500;
}

/*Suggestion*/

.boiteSuggestionHome {
  border-radius: 20px;
  background-color: #ffffff;
}

.ombre-suggestion {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  height: 310px;	
  border-radius: 20px;
  transition: all .3s ease-out;
}

.exterior-widget-suggHP {
	margin-top: 0;
}

.boiteSuggestionHome .back-suggestion {
	margin-bottom: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-size: cover;
	height: 310px;
	  transition: all .3s ease-out;
}

.boiteSuggestionHome:hover {
	text-decoration: none! important;
}

.boiteSuggestionHome .back-suggestion .overlay-redBG  {
	position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
background-color: rgba(68, 68, 64, 0.4);
border-right: 7px solid #ff0800;
}
.content-boite-suggestion-redBD {
border-left: 7px solid #ff0800;
}
.content-boite-suggestion-greenBD {
		 border-left: 7px solid #3bd871;
}
.content-boite-suggestion-yellowBD {
	 border-left: 7px solid #ffd12a;	
}
.content-boite-suggestion-blueBD {
		 border-left: 7px solid #3e63a0;
}
.content-boite-suggestion-purpleBD {
		border-left: 7px solid #dea7ff;
}
.boiteSuggestionHome .back-suggestion .overlay-greenBG  {
	position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	 background-color: rgba(68, 68, 64, 0.4);
	 border-right: 7px solid #3bd871;
}

.overlay-suggestion {
		position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
	 background-color: rgba(68, 68, 64, 0.4);
}
.boiteSuggestionHome .back-suggestion .overlay-blueBG  {
	position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	 background-color: rgba(68, 68, 64, 0.4);
	 border-right: 7px solid #3e63a0;
}
.boiteSuggestionHome .back-suggestion .overlay-yellowBG  {
	position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	 background-color: rgba(68, 68, 64, 0.4);
	 border-right: 7px solid #ffd12a;
}
.boiteSuggestionHome .back-suggestion .overlay-purpleBG  {
	position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgba(68, 68, 64, 0.4);
	border-right: 7px solid #dea7ff;
}

.boiteSuggestionHome .content-boite-suggestion {
	padding-left:0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.content-boite-suggestion {
	position: relative;
}

.boiteSuggestionHome h2 {
	color: white;
	font-weight: 700;
	font-size: 3.8rem;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 5px;
	margin:0;
	padding-top: 20px;
	z-index: 100;
	position: inherit;
	line-height: 4.2rem;
		padding-right: 70px;
			text-transform: uppercase;
}

.back-suggestion h3 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 3rem;
	color: white;
		z-index: 100;
	position: inherit;
	padding-right: 70px;
}
.content-boite-suggestion h3 {
	color: #696966;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin:0;
	display: inline;
	vertical-align: middle;
}

.author-suggestion {
	text-transform: uppercase;
	font-size: 1.6rem;
	color: white;
	display: inline-block;
	margin:0;
	border-top-right-radius: 11.5px;
	border-top-left-radius:11.5px;;
	border-bottom-left-radius:11.5px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-right: 10px;
	font-weight: 500;
}

.boiteSuggestionHome-green .author-suggestion {
	background-color: #3bd871;	
}

.boiteSuggestionHome-red .author-suggestion {
	background-color: #ff0800;	
}

.boiteSuggestionHome-blue .author-suggestion {
	background-color: #3e63a0;	
}

.boiteSuggestionHome-yellow .author-suggestion {
	background-color: #ffd12a;	
}

.boiteSuggestionHome-purple .author-suggestion {
	background-color: #dea7ff;	
}


.exterior-widget-suggHP .interior-widget {
	text-align: left;
}

.content-intro-suggestion strong, .content-intro-suggestion h1, .content-intro-suggestion em, .content-intro-suggestion h2, .content-intro-suggestion p, .content-intro-suggestion h3 {
	font-size: 1.4rem! important;
	line-height: 1.9rem! important;
	text-decoration: none! important;
	color: #9b9b9b! important;
	font-weight: 400 ! important;
	padding: 0 ! important;
	margin: 0 ! important;
	font-style: normal ! important;
}

.content-intro-suggestion {
	padding-top: 5px;
}

.suggestion-one .encar-suggestion-unique {
	padding-bottom: 15px;
	padding-top: 15px;
}

.suggestion-three .encar-suggestion-unique {
	padding-top: 15px;
	padding-bottom: 15px;
}

.suggestion-two .encar-suggestion-unique {
	padding-top: 14px;
	padding-bottom: 14px;
}

.overlay-encar {
	position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.9);
z-index: 200;
transition: all .3s ease-out;
flex-direction: column;
justify-content: space-around;
display: flex;
padding-top: 15px;
padding-bottom: 15px;
  visibility: hidden;
  opacity: 0;
}

.overlay-encar-flex {
  visibility: visible;
  opacity: 1;
}

.overlay-encar p {
	display: inline-block;
	margin: 0 auto;
	color: #444440;
	border-radius: 29px;
	width: 269px;
	text-align: center;
	font-size: 1.6rem;
	padding-top: 14px;
padding-bottom: 14px;
border:1px solid #444440;
}

.suggestion-two {
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.encar-suggestion-unique {
	padding-left: 30px;
	padding-right: 30px;
	height: 85px;
}

.suggestion-three {
	position: relative;
}

.suggestion-three .overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #ffffff 65%);
border-radius: 20px;
}

.bandeau-bottom {
	display: flex;
	justify-content:center; 
	opacity: 0.5; 
	padding-top: 10px;
	transition: all .3s ease-out;
	padding-bottom: 10px
}

.bandeau-bottom:hover {
	text-decoration: none ! important;
}

.bandeau-bottom div {
	text-align: center;
}

.bandeau-bottom-div-center {
	padding-left: 50px;
	padding-right: 50px;
}

.bandeau-bottom p {
	text-align: center;
	color: #444440;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}

.bandeau-bottom img {
	height: 40px;
	width: 40px;
}

/*Participation*/

.title-homepage {
	font-size: 7.8rem;
	line-height: 8.8rem;
	color: #444440;
	font-family: 'Rubik', sans-serif;
	text-align: center;
	font-weight: 700;
}

#comment-participer {
	color: #444440;
	text-align: center;
	padding-top: 100px;
}

#comment-participer h2 {
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-weight: 500;
	padding-bottom: 50px;
}

#comment-participer img {
	width: auto;
	height: 280px;
}

#comment-participer h3 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 3rem;
}

#comment-participer p {
	font-size: 1.8rem;
}

#comment-participer a {
	
}

.footer-inscription {
	background-color: #ffd12a;
	border-radius: 19px;
	color: white;
	font-weight: 500;
	font-size: 1.6rem ! important;
	display: inline-block;
	cursor: pointer;
	line-height: 1.5;
	width: 170px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 22px;
			transition: all .3s ease-out;
		opacity: 1;
}

.footer-publication {
	background-color: #95f0b4;
	border-radius: 19px;
	color: white;
	font-weight: 500;
	font-size: 1.6rem;
	display: inline-block;
	width: 170px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 22px;
		transition: all .3s ease-out;
		opacity: 1;
}

.footer-information {
	background-color: #4d98fb;
	border-radius: 19px;
	color: white;
	font-weight: 500;
	font-size: 1.6rem ! important;
	display: inline-block;
	width: 170px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 22px;
		transition: all .3s ease-out;
			opacity: 1;
}

.footer-information:hover, .footer-publication:hover, .footer-inscription:hover {
	text-decoration: none;
	color: white;
	opacity: 0.6;
}

.btn-inscription-footer {
	font-family: 'Rubik', sans-serif;
	font-size: 1.6rem;
	background-color: #ff0800;
	border-radius: 0 ! important;
	border-top-right-radius: 4px ! important;
	border-bottom-right-radius:4px ! important;
	font-weight: 500;
	margin-left: -5px ! important;
	color: white;
}

/*THEMAQTIQUE SUGGESTION*/ 

.nav-pills > li.active > a {
	background-color: #8b8b88;
	transition: all .3s ease-out;
}

.nav-pills > li.active > a:hover {
	background-color: #ff0800;;	
}

.back-thematique-suggestion {
	background-color: white;
}

.link-vers-suggestion:hover {
	text-decoration: none ! important;
}

.back-gris {
	background-color: #f7f7f7;
	padding-bottom: 80px;
}

.tag-list > li > a {
	color: #8b8b88; 
	font-size: 1.2rem ! important;
	font-weight: 500;
}

.tag-list > li > a > h6 {
	color: #8b8b88; 
	font-size: 1.2rem ! important;
	font-weight: 500;
}

.tag-list > li.active > a > h6 {
	color: white; 
	font-size: 1.2rem ! important;
	font-weight: 500;
}

.suggestion-page-thematique {
	background-color: white;
	border-radius: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	padding-bottom: 100px;
	padding-top: 20px;
	transition: all .3s ease-out;
}

.suggestion-page-thematique:hover {
	background-color: #ff0800;
	text-decoration: none ! important;
}

.suggestion-page-thematique p, .suggestion-page-thematique h2 {
	margin:0;
		transition: all .3s ease-out;
}

.suggestion-page-thematique div {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

.suggestion-page-thematique img {
	width: 15px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.4;
	transition: all .3s ease-out;
}

.suggestion-page-thematique h2 {
	color: #444440;
	font-size: 2.2rem;
	line-height: 3rem;
	padding-top: 20px;
	text-decoration: none ! important;
}

.suggestion-page-thematique span {
	color: #444440;
	font-size: 1.2rem;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
		transition: all .3s ease-out;
}

.suggestion-page-thematique p {
	font-weight: 500;
	font-size: 1.6rem;
	color: white;
	background-color:#ff0800;
	display: inline-block;
	border-top-right-radius: 11.5px;
border-top-left-radius: 11.5px;
border-bottom-left-radius: 11.5px;
    padding-left: 15px;
    padding-right: 15px;
}

}

.col-suggestion a:hover, .suggestion-page-thematique h2:hover {
	text-decoration: none ! important;
}

.content-pages-show-suggestion-box {
	padding-top: 48px;
	padding-bottom: 48px;
}

.tag-list-suggestion {
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}

.tag-list-suggestion li {
	display: inline-block;
	float: unset;
	    margin-right: 20px;
    margin-left: 20px;
    width: 156px;
}

.content-header-suggestion h1 {
	font-size: 7.8rem;
	line-height: 8.8rem;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

.content-header-suggestion h2 {
	font-size: 3rem;
	line-height: 4.2rem;
	color: white;

}

.content-header-suggestion {
	padding-bottom: 5rem;
}

.content-pages-show-suggestion-box {
	color: #444440;
}

.connexion-inscription-suggestion-box {
	text-align: center;
	color: #444440;
	font-size: 2.4rem;
	line-height: 3.2rem;
}

.connexion-inscription-suggestion-box span {
	font-weight: 500;
	color: #ff0800;
	cursor: pointer;
}


/*PAGE FEEDBACK*/

.content-pages-show-feedback .headline {
	font-weight: 300 !important;
color: #444440;
font-size: 3rem;
}

.content-pages-show-feedback #content, .content-pages-show-feedback h4 {
	color: #444440;
}

.content-pages-show-feedback .checkbox input[type="checkbox"]:checked {
	background-image: url(soutiens.png);
	background-color: #ff0800;
	border: 1px solid #ff0800;
	background-size: 22px;
}

/*PAGE SUGGESTION UNIQUE*/ 

.activity-stream-card {
	padding-left: 18px;
}

.activity-stream-card .activity-time {
	display: none;
}

.activity-stream-card .page_tag {
	display: none;
}

.activity-stream-card a {
	display: none;
}

.activity-stream-card .linked-signup-name {
	display: inline-block;
}

.page-pages-show-suggestion {
	background-color: white;
}

.back-thematique {
	color: #444440;
	font-size: 1.6rem;
	opacity: 0.6

}

.back-thematique:hover {
	color: #444440;
	opacity: 0.6;
}

.back-thematique img {
	height: 14px;
	width: auto;
	margin-right: 10px;
}

.headline-suggestion, .headline-basic {
	font-weight: 300 ! important;
	color: #444440;
	font-size: 3rem;
	margin:0 ! important;
	padding-top: 23px;
	padding-bottom: 30px;
}

.content-suggestion p, .content-basic p, .content-basic h3 {
	color: #444440;
}

.content-basic img, .content-suggestion img {
	height: auto;
}

.author-suggestion-unique {
	text-align: center;
}
.author-suggestion-unique h6 {
	margin:0 !important;
	color: #444440;
	opacity: 0.5;
	font-size: 1rem;
	font-weight: 400;
}

.author-suggestion-unique h5, .author-suggestion-unique h5 a {
	color: #444440;
	font-weight: 500;
	font-size: 1.8rem;
}

.bloc-sticky-absolute {
	position: sticky;
	top: 30%;
}

.bloc-sticky {
	position: absolute;
	right: 0;
	background-color: #f7f7f7;
	border-top-left-radius: 12px;
	border-bottom-left-radius:12px;
	text-align: center;
	padding-top: 16px;
	width: 90px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.bloc-sticky .sharetable {
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(68, 68, 64, 0.2) ;
}

.content-pages-show-basic .bloc-sticky .sharetable {
	border-bottom: none ;
}

.content-basic a {
	color: #ff0800;
}

.content-basic a:hover {
	color: #ff0800;	
}

.bloc-sticky .sharetable img {
height: 14px;
width: auto;
margin-left: 8px;
margin-right: 8px;
transition: all .3s ease-out;
}

.bloc-sticky .sharetable img:hover {
	opacity: 0.5;
}

.bloc-sticky .sharetable p, .suivre-idee-div p {
	font-weight: 500;
	font-size: 0.7rem;
	color: #444440;
	margin: 0;
}

.bloc-sticky .delete {
	background:none;
}

.reaction-wrap {
	background:#f7f7f7;
	padding-top: 0;
}

.div-comment-suggestion {
	text-align: center;
}

.label-suggestion {
	margin-right: 0 ! important;
	color: #444440 ! important;
	font-size: 1.8rem ! important;
	padding: 0 ! important;
	background-color: unset ! important;
	font-weight: 400 ! important;
	margin-bottom: 0 ! important;
	margin-left: 15px ! important;
}
.tag-page h6 {
	color: #444440;
	font-size:2rem;
	font-weight: 500;
	text-transform: none;
	padding-bottom: 5px;
	padding-top: 24px;
}

.suggestion-tag-list {
	padding-bottom: 20px;
}

.tag-list-soutien input[type="checkbox"] {
    height: 28px;
    width: 28px;
  border-radius: 1.3px;
  border: 0.6px solid #ff0800;
  background-color: #ffffff;
    opacity: 1 ! important;
}

.tag-list-soutien input[type="checkbox"]:checked {
	background-image: url(soutiens.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
  background-color: #ff0800;
}





.suivre-idee {
	background-color: unset;
	padding: 0;

}

.suivre-idee-div {
	padding-top: 14px;
		padding-bottom: 16px;
}

.suivre-idee-div img {
	width: 23px;
	max-width: 23px;
	height: auto;
	left: 0;
right: 0;
margin: 0 auto;
position: absolute;
}

.suivre-idee-div a {
	margin:0 auto;
}

.reaction-aux-suggestions .activity-stream-card {
padding: 0;
min-height: unset;
margin-bottom: unset;
padding-bottom: 20px;
}

.reaction-aux-suggestions .activity-stream-card .activity-content {
	margin-top: 10px;
	border-radius: 20px;
	border-top-left-radius: unset;
 	background-color: #f7f7f7;
 	font-size: 1.5rem;
 	padding-top: 15px;
 	padding-bottom: 15px;
 	padding-left: 20px;
 	padding-right: 20px;
}

.reaction-aux-suggestions .activity-stream-card:hover {
	box-shadow: none;
}

.reaction-aux-suggestions .activity-stream-card .activity {
	font-size:1.8rem ! important;
	color: #444440;
}

.reaction-aux-suggestions .activity-stream-card .linked-signup-name, .name-commentaire {
		color: #444440;
		font-weight: 500;
}

.name-commentaire {
	float: left;
	padding-right: 5px;
}

.name-commentaire em {
	font-style: normal;
}

.activity .linked-signup-name {
	display: none;
}

.empty {
	display: none ! important; 
}

.empty-text {
	visibility: hidden;
}

/*FOOTER*/
footer {
	background: #444440;
	color: #ffffff;
	padding-top: 66px
}

footer .footer-text p {
	font-size:1.8rem;
	line-height: 2.7rem;
}

footer .footer-text a {
	font-size:1.8rem;
	line-height: 2.7rem;
	color: #ffffff;
	font-weight: 500;
	text-decoration: underline;
}

footer .links-footer p, footer .links-footer a {
	color: #ffffff;
	font-size: 1.3rem;
}

footer .links-footer p a {
text-decoration: underline;
}

/*FLASH MODAL*/

.flash-share .modal-body .share-left {
	background:#ff0800;
}

.flash-share .modal-content {
	border-radius: 20px;
}

.flash-share .modal-body .share-left {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
}

@media all and (max-width: 992px) {

/*HOMEPAGE*/
.intro-homepage {
margin-left: 13px;
}
.boiteSuggestionHome {
	height: unset;
}
.bloc-sticky-absolute {
	z-index: 200;
}

#intro-homepage-back, #intro-homepage-back-deux {
	margin-left: 15px;
	margin-right: 15px;
	height: 310px;
}

.overlay-redBG, .overlay-greenBG, .overlay-purpleBG, .overlay-blueBG,.overlay-yellowBG, .boiteSuggestionHome .back-suggestion  {
border-bottom-left-radius: 0 ! important;
border-top-right-radius: 20px;
border-right: none ! important;
}
.boiteSuggestionHome .back-suggestion {
min-height: 310px;
height: 100%;
}
.content-boite-suggestion-blueBD, .content-boite-suggestion-redBD, .content-boite-suggestion-greenBD, .content-boite-suggestion-purpleBD, .content-boite-suggestion-yellowBD {
	border-left: none ! important;
}

.encar-suggestion-unique {
	height: 100px;
}
.ombre-suggestion {
	height: unset;
}

.intro-homepage-content {
    padding-left: 30px;
    padding-right: 30px;
}

.title-homepage {
	font-size: 5.8rem;
	line-height: 6.8rem;
}

}

@media all and (max-width: 768px) {

.title-homepage {
	font-size: 3rem;
	line-height: 4rem;
}
/*MENU MOBILE*/

.navbar-nav-mobile {
	text-align: right;
	padding-right: 23px;
}

.menu-homepage-global {
	display: none;
}

.menu-perso-mobile {
	padding-bottom: 20px;
	padding-top: 20px;
}

.menu-perso-mobile a {
	font-size: 1.8rem !important;
font-weight: 400 !important;
color: #444440 !important;
}

.user-name-menu-mobile {
	margin-right: 0;
	border:none;
	display: inline-block;
}

.link-menu-dur a {
	font-size: 2.6rem ! important;
	font-weight: 400 ! important;
	color: #444440 ! important;
	padding-right: 0 ! important;
}

.menu-perso-mobile > li:nth-child(2) {
display: inline-block;
padding-top: 10px;
padding-bottom: 10px;
}

.navbar-fixed-top {
	position: unset;
}

.navbar-fixed-top .navbar-collapse {
	max-height: unset;
}


.navbar-collapse-mobile {
	background-color: white;
}


.link-menu-dur-no {
	display: inline-block ! important;
	font-size: 1.9rem;
	  border-radius: 22.8px;
color: white;
  background-color: #ff0800;
  width: 192px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;

}

.link-menu-dur-no-connexion {
	margin-top: 20px;
	margin-bottom: 20px;
}











.modal-dialog {
	width: 95%;
	margin:0;
}

.modal-inscription span, .modal-connexion span {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.btn-inscription-modal {
	margin-bottom: 1.5rem;
}

.modal-inscription .modal-header img, .modal-connexion .modal-header img {
	width: 258px;
}

.inscription-modal-twitter, .inscription-modal-facebook {
	width: 120px;
}

.title-model-inscription {
	margin-bottom: 2rem;
}

.inscription-modal-facebook img, .inscription-modal-twitter img {
	margin-right: 1px;
}

.title-model-inscription {
	font-size: 2rem;
	line-height: 3.3rem;
}
.btn-inscription-modal, .modal-inscription .form-group, .modal-connexion .form-group {
	width: 95%;
}

.modal-inscription .modal-header, .modal-connexion .modal-header {
	height: 140px;
}

.intro-homepage {
	margin-right: 0;
	margin-left: 0;
}
.nav-homepage .navbar-header { 
	padding-top: 0;
}



#menu-collapse {
	display: block ! important;
	position: absolute;
width: 100%;
z-index: 999;
}

.tag-list-suggestion li {
margin-right: 10px;
margin-left: 10px;
width: 130px;
}

.supporter-nav {
	display: none;
}

.close-modal {
	display: none;
}

.close-modal-mobile {
	display: block;
	text-align: center;
font-size: 1.6rem;
color: white;
font-weight: 500;
padding-top: 20px;
}

.boiteSuggestionHome h2 {
	font-size: 3.4rem;
	padding-right: 10px;
}

.navbar-toggle {
	margin-top: 10px;
}

.bandeau-bottom {
	display: none;
}

.site-logo-homepage-mobile {
	display: block;
}

.site-logo-homepage-ordi {
	display: none;
}

.ombre-suggestion {
	height: unset;
}
.site-logo-autre {
	padding-top: 10px;
	padding-left: 10px;
}

.nav-homepage .site-logo, .site-logo-autre {
	margin-left: 0;
}

.site-logo-autre img {
	background-color: #ff0800;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	opacity: 0.8;
	height: 70px;
	width: auto;
}

.site-logo-homepage-mobile img {
	height: 70px ! important;
	width: auto ! important;
	margin-top: 10px;
	margin-left: 10px;
}

.nav-fill {
	display: none;
}

/*HOMEPAGE*/

.overlay-encar {
	display: none ! important;
}

.suggestion-three .overlay {
	display: none;
}

.content-header {
	position: relative;
}

.content-header a {
position: absolute;
left: 0;
right: 0;
width: 320px;
margin: 0 auto;
bottom: -119px;
}
.encar-suggestion-unique {
    padding-left: 15px;
    padding-right: 15px;
   }


.content-boite-suggestion h3 {
	font-size:1.5rem;
	line-height: 2.2rem;
}

.author-suggestion {
	font-size: 1.3rem;
}

.back-suggestion h3 {
	padding-right: 10px;
	font-size: 2rem;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.suggestion-three .overlay-suggestion-mobile {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #444440;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
display: block;
}

.bandeau-bottom-div-center-mobile {
	padding-left: 30px;
	padding-right: 30px;
}

.suggestion-three .overlay-suggestion-mobile {
	display: flex;
	justify-content: center;
}

.overlay-suggestion-mobile div {
	opacity: 0.5;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}
.overlay-suggestion-mobile div p {
	font-weight: 500;
	color: #f7f7f7;
	font-size: 1rem;
}

.overlay-suggestion-mobile div img {
	height: 40px;
	width: auto;
}


#comment-participer h2 {
	font-size: 2.4rem;
	line-height: 3.4rem;
}

/*PAGE THEMATIQUE*/
.content-header-suggestion h1 {
	font-size: 3.8rem;
	line-height: 4.8rem;
	padding-top: 30px;
}

.content-header-suggestion h2 {
	font-size: 2.8rem;
	line-height: 4rem;
}

/*PAGE THEMATIQUE UNIQUE*/
.content-pages-show-suggestion, .content-pages-show-basic {
	padding-top: 80px;

}

.content-suggestion #intro p {
	font-size: 1.8rem;
	line-height: 2.6rem;
}

.site-logo-rouge {
	margin-top: 10px;
}

.bloc-sticky-absolute {
	top: 70%;
}
}