* {
	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: #ffffff;
	font-family: 'Poppins', sans-serif;
}

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

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

.contribution-link,
.le-formulaire-formulaire {
	position: relative;
}
.le-formulaire-formulaire {
	width: fit-content;
}
.contribution-link button,
.le-formulaire-formulaire button {
	position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  width: 100% !important;
  top: 0 !important;
  padding: 0 !important;
}

.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 {
	font-weight: 300 ! important;
	color: #444440;
	font-size: 3rem;
	margin:0 ! important;
	padding-top: 23px;
	padding-bottom: 30px;
}

.headline-basic {
	font-style: italic;
	font-weight: 800 ! important;
	font-size: 45.5px;
	line-height: 57px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #000000;
}


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

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


.content-basic h2 {
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	color: #000000;
}
.content-basic h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}
.content-basic a {
	color: #5C2482;
	text-decoration: underline;
}

.content-basic p {
	font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 30px;
}
.content-basic li {
	font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 30px;
}




.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;
}











/*NEW SITE CONGRES*/




/*nav*/

.nav-homepage {
	background: linear-gradient(to right, #E30000 41%, #FFF2F2 0);
}

.nav-idem {
	padding-top: 40px;
	padding-bottom: 30px;
}

.nav-idem img {
	width: 313px;
	height: auto;
	margin-left: 20px;
}

.nav-autre {
	background-color: #E30000;
}















.tooltipdeux {
  position: relative;
  display: inline-block;
}

.tooltipdeux .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipdeux .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipdeux:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}







#myInput {
	position: absolute;
	left: -5000px;
}

.header-homepage {
	background: linear-gradient(to right, #E30000 41%, #FFF2F2 0);
	padding-bottom: 170px;		
	padding-top: 70px;
}

.header-homepage button {
	border: none;
	background: unset;
}

.ontribution-link-header {
	display: inline-flex ! important;
	position: relative;
top: 8px;
}

.ontribution-link-header a {

padding-left: 5px ! important;
padding-top: 4px ! important;
padding-bottom: 4px ! important;
}

.ontribution-link-header svg {
	width: 38px;
	height: 38px;
}
.header-homepage h2 {
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
}

.header-homepage p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 34px;
	line-height: 52px;
	color: #000000;	
	display: inline;
}

.header-homepage h2 span,
.span-underline {
	text-decoration: underline;
}

/*pourquoi*/

.le-pourquoi {
	background: linear-gradient(to right, #FFED00 41%, #FFFDE7 0);
	padding-top: 60px;
	padding-bottom: 90px;		
}

.le-pourquoi h2 {
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0;
}

.le-pourquoi p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

.le-pourquoi p strong {
	font-weight: 700;
}

.le-pourquoi-un {
	padding-bottom: 30px;
}

/*ajouter page*/

.ajouter-date .col-md-5 .div-lien-agenda img {
	height: 48px;
	width: auto;
	margin-right: 20px;
}

.div-lien-agenda:hover {
	text-decoration: underline;
}

.atcb_text {
  display: none;
}

.relatif:hover .div-lien-agenda {
	text-decoration: underline;
}

.atcb_icon {
  display: none;
}

.ajouter-date .col-md-5 .div-lien-agenda {
	font-weight: 400;
	font-size: 16.76px;
	line-height: 25px;
	color: #FFFFFF;
	cursor: pointer;
}

.ajouter-date .col-md-5 .div-lien-agenda:hover {
	text-decoration: underline;
}

.relatif {
	position: relative;
}

.atbc-un {
position: absolute;
top: 0;
left: -15px;
width: 61px;
height: 61px;
}

.atcb_button {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 400px;
  height: 61px;
  background: unset;
  opacity: 0;
  max-width: unset;
}


.ajouter-date {
	background: linear-gradient(to right, #5C2482 41%, #F7ECFF 0);
	padding-top: 57px;
	padding-bottom: 22px;	
}
.ajouter-date h2 {
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	padding-bottom: 30px;
}

.chronologie-date {
	border-left: 1px solid #E2E8F0;
}

.une-date {
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}

.une-date svg {
	position: absolute;
	left: -17px;
}

.une-date h3 {
	margin-bottom: 0;
	padding-bottom: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #5C2482;
	margin-top: 0;
	padding-top: 8px;	
	font-family: 'Poppins', sans-serif;
}

.une-date p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #64748B;	
}

/*partager contribution*/

.partager-contribution {
	background: linear-gradient(to right, #E30000 41%, #FFF2F2 0);	
}

.partager-contribution {
	padding-top: 57px;
	padding-bottom: 70px;
}


.partager-contribution h2 {
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	padding-bottom: 30px;
}

.partager-contribution-un {
	font-weight: 400;
	font-size: 22.5px;
	line-height: 31px;
	margin-bottom: 0;
	color: #000000;
	padding-top: 12px;
	margin-bottom: 0;
}
.partager-contribution-un a,
.le-formulaire-formulaire {
	font-weight: 700;
	text-decoration: underline;
	color: #000000;

}
.le-formulaire-formulaire {
	padding-bottom: 108px;
		font-size: 22.5px;
	line-height: 31px;
}
.partager-contribution-deux {
	margin-bottom: 0;
	font-style: italic;
	font-weight: 400;
	font-size: 17.5px;
	line-height: 31px;

	color: #000000;
}

.img-pre-footer img {
	width: 100%;
	height: auto;
}

/*footer*/

footer {
	display: none;
}

.new-footer {
	background: #E30000;
	padding-bottom: 60px;
	padding-top: 60px;
}

.new-footer .col-md-5 img {
	width: auto;
	height: 212px;
}

.new-footer .col-md-7 {
	display: flex;
	justify-content: end;
	align-items: flex-end;
	height: 212px;
}

.new-footer .col-md-7 a {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #FFFFFF;
	margin-left: 30px;
}

.contribution-link a {
	background: #E9C8FF ! important;
	border-radius: 55px ! important;
	font-size: 20px ! important;
	line-height: 27px ! important;
	font-weight: 700 ! important;
	color: #5C2482 ! important;
	margin-left: 0 ! important;
	display: inherit ! important;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;	
	transition: all 0.3s;
}

.contribution-link svg {
	margin-right: 18px;
}

.bloc-lien-footer {
	display: flex;
	align-items: center;	
}

.contribution-link a:hover {
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
text-decoration: none;
}

.contribution-link {
display: flex;
align-items: center;	
}



.contribution-link a span {
	padding-top: 5px;
}






.link-logo-footer {
	display: none ! important;
}




/*NEW BLOG CONTRIBUTION*/

.img-absolute {
width: 35px;
  height: 35px;
  position: absolute;
  left: 18px;
  top: 24px;
}

.overflow-scroll-contribution {
	height: 100vh;
	overflow: scroll;
	padding-left: 20px;
	padding-right: 20px;
}

.new-card-contribution {
background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-bottom: 18px;
  margin-bottom: 12px;
  padding-left: 77px;
  padding-top: 23px;
  position: relative;
}

.new-card-contribution .new-card-contribution-haut h2 p,
.new-card-contribution .new-card-contribution-haut h2,
.new-card-contribution .new-card-contribution-haut h2 p span {
	margin-bottom: 0;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;	
}

.new-card-contribution .new-card-contribution-haut h3 p,
.new-card-contribution .new-card-contribution-haut h3,
.new-card-contribution .new-card-contribution-haut h3 p span {
	margin-bottom: 0;	
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;		
	padding-bottom: 14px ! important;
}
.new-card-contribution p {
	margin-bottom: 0;	
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #334155;	
}
.new-card-contribution span {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #64748B;	
}
.new-card-contribution .icone-document {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.new-card-contribution .icone-telecharger {
	width: 20px;	
	height: 20px;
}

.new-card-contribution .lien-du-document {
	border: 1px solid #E2E8F0;
	border-radius: 4px;
	margin-bottom: 12px;
	padding: 18px 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 58px;
}

.sous-titre-page-principal {
	font-weight: 700;
	font-size: 20px;
	line-height: 929x;
	text-transform: uppercase;
	color: #D5D5D5;
	margin: 0;
	padding-bottom: 50px;
	padding-left: 20px;
}


.sous-titre-page {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	color: #B3B3B3;	
	margin: 0;
	padding-bottom: 18px;
}

.lien-du-document-flex {
	display: flex;
	align-items: center;
}


.special-span {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #8B5CF6;
	background: #EDE9FE;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 2px;
	padding: 2px 11px;
}

.post-tag {
	display: inline-block;
	font-weight: 400;
	font-size: 14px ! important;	
	line-height: 17px ! important;	
	color: #8B5CF6 ! important;	
	background: #EDE9FE;
	cursor: pointer;
	border-radius: 2px;
	padding: 2px 11px;	
}

.tag-no-lien .post-tag {
	cursor: inherit ! important;
}

.sous-titre-page-bas {
	padding-top: 30px;
}

.div-copier-le-lien-page {
	cursor: pointer;
}

.div-copier-le-lien-page img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.div-copier-le-lien-page span {
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	text-decoration: underline;
	color: #5C2482;	
}


.back-image-button {
	background-image: url(contribuer-type-form.png) ! important;
	background-repeat: no-repeat ! important;
	padding-left: 60px ! important;
	background-size: 20% ! important;
	background-position-x: 3% ! important;
	background-position-y: 31%  ! important;
}


.span-select {
	background: #7822B8 ! important;
	color: #F2F2F2 ! important;
}





.back-image-button-mobile {
	display: none ! important;
}





.position-secial {
	display: inline-block;
  top: -19px;
  position: relative;
}










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


	.header-homepage h2,
	.le-pourquoi h2,
	.ajouter-date h2,
	.partager-contribution h2 {
		font-size: 37px;
		line-height: 54px;
	}



	.new-footer .col-md-5 img {

	    width: 100%;
	    height: auto;

	}

		.ajouter-date .col-md-5 .div-lien-agenda {
			font-size: 14px;
		}



}


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

.col-left-contribution {
	display: none;
}

  .img-absolute {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 4px;
    top: 24px;
  }

.sous-titre-page {
	display: none;
}

.new-card-contribution {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-bottom: 22px;
  margin-bottom: 12px;
  padding-left: 44px;
  padding-top: 23px;
  position: relative;
}

.col-right-contribution div {
	display: inline-block;
}

.col-right-contribution {
	padding-bottom: 15px;
}

.new-card-contribution .lien-du-document {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 18px 8px;
  margin-right: 15px;
}

.back-image-button-mobile {
	display: block ! important;
	position: fixed ! important;
	z-index: 999 ! important;
	bottom: 20px ! important;
	right: 17px ! important;
}

.back-image-button-ordi {
	display: none;
}

.sous-titre-page-bas {
	display: none;
}

.sous-titre-page-principal {
	display: none;
}

.div-copier-le-lien-page {
	display: none ! important;
}

.new-footer .col-md-5 {
	display: none;
}

.new-footer .contribution-link {
	margin-bottom: 30px;
}

.new-footer .col-md-7 {
	display: inherit;
	height: auto;
}

.new-footer .col-md-7 a {
	margin-left: 0;
}

.link-logo-footer {
	display: inherit !important;
}

.link-logo-footer img {
	width: 300px;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.bloc-lien-footer {
	display: inherit;
}
.new-footer {
  background: #E30000;
  padding-bottom: 30px;
  padding-top: 70px;
}

.ajouter-date {
  background: linear-gradient(to bottom, #5C2482 217px, #F7ECFF 0);
  padding-top: 26px;
  padding-bottom: 32px;
}


.ajouter-date h2 {
	padding-bottom: 15px;
}

.ajouter-date .col-md-5 .div-lien-agenda img {
  margin-right: 5px;
}


.relatif {
  position: relative;
  padding-bottom: 40px;
}


.chronologie-date {
	margin-top: 38px;
	margin-left: 35px;
}









.partager-contribution {
  padding-top: 40px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #E30000 244px, #FFF2F2 0);
  margin-bottom: -5px;
}



.partager-contribution-un {
  padding-top: 39px;
}
.le-formulaire-formulaire {
	padding-bottom: 84px;
}


.partager-contribution .contribution-link {
	margin-bottom: 40px;
}
























.nav-idem {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ontribution-link-header a {
  font-size: 17px !important;
  line-height: 23px !important;
}

.header-homepage p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 40px;
  color: #000000;
}

.ontribution-link-header svg {
  width: 26px;
  height: 26px;
}
.ontribution-link-header svg {
  margin-right: 8px;
}
.nav-homepage {
  background: #E30000;
}

.nav-idem img {
  width: 215px;
  height: auto;
  margin-left: 10px;
}

.ontribution-link-header a span {
  padding-top: 1px;
}

.header-homepage {
  background: linear-gradient(to bottom, #E30000 240px, #FFF2F2 0);
  padding-bottom: 60px;
  padding-top: 35px;
}

.header-homepage h2 {
	padding-bottom: 51px;
}


	.header-homepage h2,
	.le-pourquoi h2,
	.ajouter-date h2,
	.partager-contribution h2 {
		font-size: 34px;
		line-height: 44px;
	}



.le-pourquoi-un {
  padding-top: 40px;
}


.le-pourquoi {
  background: linear-gradient(to bottom, #FFED00 200px, #FFFDE7 0);
  padding-top: 32px;
  padding-bottom: 60px;
}

.le-pourquoi h2 {
	padding-bottom: 30px;
}







/*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) {

.les-camarades {
	overflow: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.les-camarades img {
width: 800px;
max-width: unset;
}

.une-date h3 br,
.une-date p br {
	display: none;
}

.img-pre-footer img {
width: auto;
height: 368px;
object-fit: cover;
}


.atcb_button {
	width: 350px;
}

.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%;
}
}