.ajaxbloc > .row-container {
	height:600px;
	overflow: hidden;
}
.ajaxbloc .grid-container {
	height: calc(100% - 30px);
	height:-moz-calc(100% - 30px);
	height:-webkit-calc(100% - 30px);
	overflow: auto!important;
}
.grid-container-eval {
	padding:0 30px 0 0;
	background: white;
}
.grid-item-projet-inner {
	position: relative;
	display: block;
	min-height: 18vw;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index:1;
	padding: 20px;
}
.c25 .grid-item-projet-inner {
	min-height: 13vw;
}
.grid-item-projet-gradient {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-image: linear-gradient(0deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.8) 100%);
	transition: opacity ease 200ms;
}
.grid-item-projet-info {
	z-index:3;
}
.grid-item-projet-inner .grid-item-h2 {
	font-size: 24px;
	/*display: inline-block;
	padding-top: 10px;*/
	font-weight: 500;
}
.grid-item-projet-inner .grid-item-h3 {
	font-size: 18px;
	font-weight: 500;
}
.grid-item-projet-inner .grid-item-h4 {
	font-size: 14px;
	font-weight: 300;
}
.grid-item-projet-inner:hover {
	color:#fff;
	cursor: pointer;
}
.grid-item-projet-inner:hover .grid-item-projet-gradient {
	opacity: 1;
	/*background-image: linear-gradient(0deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.8) 100%);*/
}
.grid-item-projet-liste,
.grid-item-projet-view {
	border-radius: 5px;
	overflow:auto;
	z-index: 2;
}
.grid-item-scroll {
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow:auto;
}
.grid-item-projet-edition {
	position: relative;
	border:1px solid #eee;
	border-radius: 27px 0 0 27px;
}
.grid-item-projet-view {
	overflow: auto;
	/*background-color:rgba(72,61,139,1);*/
}
.grid-item-projet-view-inner {
	padding:0;
}
.image-responsive {
	width:100%;
	height: auto;
}
.grid-titre-projet {
	font-size: 24px;
	font-weight: 700;
}
.grid-items-liste {
	color:white;
	border-radius: 15px;
	padding: 5px 10px;
	font-size: 12px;
	box-shadow:inset 10px 10px 20px rgba(0,0,0,.25);	
}
.erreur_message {
	display: inline-block;
	margin-bottom:5px;
}
.editer_mot_auteur select {
	width: 100%;
	font-size: 14px;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius:5px;
}
.editer_objectifs_vus .select2 {
	width:100%;
	padding: 0!important;	
}
.editer_objectifs_vus .select2 span {
	font-size:16px;
	border: 0;
}
.saisie_choix_grille  {
	border:0;
	padding: 0;
	margin: 0;
}
.saisie_choix_grille table {
	/*text-align: center;*/
    border-spacing:0!important;
	border:0!important;
}
.saisie_choix_grille table tr > th:first-child,
.saisie_choix_grille table tr > td:first-child {
	width: 250px!important;
}
.saisie_choix_grille table tr:first-child > th {
	border-top:0!important;
}
.saisie_choix_grille table tr:last-child > th,
.saisie_choix_grille table tr:last-child > td {
	border-bottom:0!important;
}
.saisie_choix_grille table tr > th,
.saisie_choix_grille table tr > td {
	text-align: left;
	font-size: 14px;
	padding:10px!important;
	width: auto!important;
}
.saisie_choix_grille tr:nth-child(even) {
	background: #eee;
}
.grid-container-projet {
	border-right: 1px solid #ccc;
	padding-right:30px;
	background-size: cover;
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-color: #fff;
}
.grid-container-projet:hover .grid-container-projet-desc {
	opacity:0;
}
.grid-container-projet-desc {
	padding:20px;
	color:white;
	transition: opacity ease 100ms;
	-moz-transition: opacity ease 100ms;
	-webkit-transition: opacity ease 100ms;
	padding-bottom: 200px;
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 75%);
}
.bouton_modifier,
.bouton_modifier:hover {
	font-size:14px;
	display: inline-block;
	color:white!important;
	background-color:rgba(72,61,139,1);
	padding: 7px 14px;
	border-radius: 15px;
}
.fupldoad {
	padding: 20px;
	background-color:rgba(72,61,139,.1);
	border-radius:10px;
}
a.icone_lien_ecrire svg {
	fill:crimson;
}
a.icone_lien_edition svg,
a.icone_lien_public svg {
	fill:#777;
}
a.icone_lien_ecrire:hover svg,
a.icone_lien_edition:hover svg,
a.icone_lien_public:hover svg {
	fill:rgba(72,61,139,1);
}