   
html{  
	font-family: myriad-arabic, sans-serif;
	font-style: normal;
}

* {
    box-sizing: border-box;
}

body{
	padding: 0px;
	margin: 0px;
	min-width: 900px;	
}

#container{
	background-color: white;
	min-width: 900px;
	width: 100%;
}

.block-homepage{
	width: 100%;
	height: 100vh;
}



/*************MESSAGE de Bienvenue*************/
#welcome-chargement-message{
	position: absolute;
	background-color: black; 
	z-index: 1200;
	font-size: 3em;
	text-align: center;
	line-height: 100vh; /* pour centrer verticalement*/
	color: white;
	display: none;
}

#block-homepage-layer0, #block-homepage-layer1, #block-homepage-layer2{
		min-width: 900px;
	}

#block-homepage-layer0{
	position: absolute;
	background-size: cover; /*pour que límage prenne toute la place*/
	background-position: center;
	background-image: url("/css/homepage/background/1.jpg") ;
}

#block-homepage-layer1{
	display: flex;
	position: relative;
}

#block-homepage-layer2{
	position: absolute;
	display: none; /*none de base*/
}

#block-about , #block-blog, #block-portfolio, #block-portfolio-layer-black{
	position: absolute; 
	top:0;
	z-index: 750;
	width: 80%;
	min-width: 720px;
}

#block-about{
	background-color: black; 
	left: 10%;
	margin: auto;
	background-image: url('/css/homepage/about.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



#block-portfolio{
	left:20%;
	background-image: url('/css/homepage/portfolio/1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#block-portfolio-layer-black{ /*pour que le carrosel ne montre pas le background de base mais un fond noir, il s'active quand mousenter sur le lien*/
	left:20%;
	z-index: 749;
	background-color: black;
}


#block-blog{
	background-color: rgb(0,0,0,0.7);
}
	.block-blog-subdiv{
		display: inline-block;
	}
	
	#block-blog-subdiv-1{
		height: 100vh;
		width:30%;
		background-image: url('/css/homepage/blog/tete.png');
		background-repeat: no-repeat;
		background-position: -20px 70%; 
		background-size: contain;
	}
	
	#block-blog-subdiv-2{
		float: right;
		height: 100vh;
		width:10%;
	}

	#block-blog-subdiv-3{
		float: right;
		height: 100vh;
		width:60%;
		background-image: url('/css/homepage/blog/cloud.png') ;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 20%;
	}

.container-triptyque-layer1{
	height: 100vh;
	width: 33.33%;
	min-width: 300px;
	position: absolute;
	z-index: 800;
}

.triptyque-h1{
	position: absolute;/**pour garder le text-align center du parent**/
	bottom: 10px;
	color: white;
	font-size: 2.8em;
	text-align: center;
	text-shadow: 3px 3px black;
	margin-bottom: 0;
	width: 100%;
}

#container-triptyque-1-layer1{
	right: 66.66%;
}


#container-triptyque-2-layer1{
	right: 33.33%;
}


#container-triptyque-3-layer1 {
	right: 0%;	
}


#panel-1 , #panel-2 , #panel-3{
	z-index: 700; 
	display: block; /*none de base*/
	opacity: 0.8; /*0.1*/
}

#panel-1 {
	background-color: black; 
	right: 66.66%;
}

#panel-2 {
	background-color: grey; 
	right: 33.33%;
}

#panel-3 {
	background-color: black; 
	right: 0%;
}

.panel-vertical{
	color: white;
	font-size: 1.6em;
	writing-mode: vertical-lr;
	position: absolute;
	bottom: 2%;
	right: 4%;
	display: none;
}


/***********************ELEMENT DE BASES *****************/
a:link , a:visited{
	text-decoration: none;
}

.pagination{
	margin-top: 40px;
	list-style-type: none;
	text-align: center;

}

.pagination li{
	display: inline-block;
	border: 1px solid #c1c1c1;
	width: 38px;
	padding: 4px;
	margin: 2px;
	background-color: #eeeeee;
	border-radius: 8px;
}



/*********************CLASSE DE BASES**********************/
.width50{
	width: 50%;
}

.width40{
	width: 40%;
}

.width30{
	width: 30%;
}

.right{
	text-align: right;
}

.uppercase{
	text-transform: uppercase;
}
.center{
	text-align: center;
}

.hidden{
	display: none;
}
.white{
	color: white;
}

.justify{
	 text-align: justify;
}

.font180{
	font-size: 1.7em;
}

.font120{
	font-size: 1.2em;
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.margin0{
	margin-top:0;
	margin-bottom:4px;
	color: #c1c1c1;
	background-color: #c1c1c1;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

.retour-btn{
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-bottom: 15px;

}

.marginAuto{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.btn {
	width: auto;
	height:34px;
	padding: 5px 40px;
	border: 2px solid #c1c1c1;
	border-radius: 8px;
	background-color: #EEEEEE; 
	margin-right: 2%;
}

.p-btn{
	width: 580px;
	display:flex; 
	margin-left: auto;
	margin-right: auto;
}

.btnPositionLeft{
	float: right;
}

.from-projet-delete{
	width: 200px;
}

.inline-block{
	display: inline-block; 
}

.line-through{
	text-decoration: line-through;
}

.absolute{
	position: absolute;
}

.form-center{
	right: 50%;
} 

.message-erreur-h3{
	color: #e30030;
}

.inbody_link{
	font-weight: bold;
	text-decoration: underline;
}
/******************AUTRES PAGES********************************/
.sub_container_index{
	background-color:black; 
}
.sub-container{
	background-color: white; 
	padding-top: 100px; /*POur laisser la place au menu et logo*/
	min-height: 700px;
}
.sub-container a , .p-btn a{
	color: #636363;
}

.sub-container-title{ /*Pour eviter l'espace blanc en debut de page*/
	text-align: center;
	margin-bottom:  5px;
	font-size: 2.4em;
}

.sub-container-title1{ 
	text-align: center;
	margin-bottom:  5px;
	font-size: 2.0em;
}

.sub-container-title2{ /**pour les 2e titres h2***/
	text-align:right;
	font-size: 1.4em;
	margin: 0 0 5px;
	width: 97%;
}
.sub-container-title3{ /**pour les 2e titres h2***/
	text-align:center;
	font-size: 1.2em;
	margin: 0;
	width: 97%;
}

.sub-container-title4{
	margin-bottom: 0;
	margin-top: 0;
}

/*************MASONRY*******************/
.grid{
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

.grid-img{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.grid-sizer, .grid-item { width: 24.9%; }

.grid-item{
	float:left;
	padding: 0px;
	margin: 0px;
	padding-left:0.4%;
	padding-bottom:0.1%;
}

.grid-item-div{
	position: relative;
	overflow-wrap: break-word;
}

.grid-item:hover{

    -webkit- filter: grayscale(100%); 
    filter: grayscale(100%);

}


.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item--gigante {
  width: 50%;
}

.grid-img-info{
	opacity: 1;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 100;
	top:40%;
	text-align: center;
	font-size: 1.2em;
	color: white;
	background-color:rgba(0,0,0,0.6);
	display: block;
}

.grid-img-info2{
	opacity: 1;
	width: 98%;
	position: absolute;
	display: block;
	z-index: 100;
	top:6%;
	text-align: center;
	font-size: 1.2em;
	color: white;
	display: none;
}

.grid-img-info a{
	color: white;
}

.grid-item-edit-option{
	position: absolute;
	bottom:10%;
	margin-top:0;
	margin-bottom: 0;
	padding-left: 10%; 
	text-align: center;

}

.projetsWithoutCover{
	border: 4px dashed red;
	width: 95%;
	margin-bottom: 20px;
}

.projetsWithoutCover ul{
	list-style-type: none;
	margin:0;
	font-weight: bold;
}
/**********************PAGE SHOW PROJET*******************/
.category_listing_a{
	color: black;
	padding: 2px 6px;
	border-radius: 8px;
}
.sub-container-title2-1{
	text-align: center;
	font-size: 1.6em;
	margin-top: 2px;
}
.sub-container-title2 a{
	color: black;
}


.projets_show_presentation_description{
	margin-left: 148px;
	text-align: justify;
	text-justify: inter-word;
	margin-right: 2%;
}
.projets_show_presentation_titre{
	margin-left: 2%;
}


#projets-info{
	margin:0;
	margin-left: 4%;
	border: none;
	font-size: 0.9em;
	font-style: italic;
}

#photo-info{
	margin-left: 4%;
	padding: 10px;
	font-size: 0.9em;
	font-style: italic;
	border: 2px solid #c1c1c1;
	border-radius: 8px;
	width: 40%;
}

.sub-container-lightbox{ /*de base taille 0, opacite 0 z-index0*/
	width: 100%;
	height: 100vh;
	background-color: black;
	opacity: 1;
	z-index: 9999;
	display: none;
	position: absolute;
	top:0;
	left:0;
}


.sub-container-lightbox img{
	position: absolute;
	z-index: 10000;
}
#sub-container-lightbox-gallery-visible{
	position: absolute;	
	z-index: 10000;
	bottom: -25px;
	left:0px;
	height: 180px;
	width: 90vw;
	left: 5vw;
	overflow-y: hidden;
	display: none;
}
.sub-container-lightbox-gallery{
	position:absolute;
	width: 2000px;
	background-color: black;
	display: none;
}
	
	.lightbox-miniatures{
		margin-right: 5px;
		height: 120px;
	}

.sub-container-lightbox-controls{
	position: absolute;
	z-index: 10000;
	height: 40px;
	width: 40px;
	background-size: contain;
	display: none;
	border-radius: 6px;

}

.sub-container-lightbox-controls:hover{
	cursor: pointer;
}

#sub-container-lightbox-controls-right{
	background-image: url('/css/icon/left2.png');
	right: 2%;
	transform: rotate(0.5turn);
}

#sub-container-lightbox-controls-left{
	background-image: url('/css/icon/left2.png');
	left: 2%;
}

#sub-container-lightbox-controls-left:hover{
	background-image: url('/css/icon/left2_hover.png');
}

#sub-container-lightbox-controls-right:hover{
	background-image: url('/css/icon/left2_hover.png');
}

#sub-container-lightbox-controls-close, #sub-container-lightbox-controls-close2{
	background-image: url('/css/icon/close.png');
	top: 2%;
	right: 2%;
	height: 30px;
	width: 30px;
}

#sub-container-lightbox-controls-close2{
	z-index:10003; 
}

#sub-container-lightbox-controls-close:hover{
	background-image: url('/css/icon/close_hover.png');
}

#sub-container-instructions{
	position: absolute;
	width:100vw;
	height: 100vh;
	z-index: 10001;
	background-color:rgba(0,0,0,0.6);
	flex-wrap: wrap;
	display: none;
}
.sub-container-lightbox-instructions{
	z-index: 10002;
	height: 50%;
	width: 50%;
	opacity: 0.6;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#sub-container-lightbox-instructions-to-photo{
	background-image: url("/css/lightbox/fr/to-photo.png");
}

#sub-container-lightbox-instructions-arrow{
	background-image: url("/css/lightbox/fr/arrow.png");
}

#sub-container-lightbox-instructions-escape{
	background-image: url("/css/lightbox/fr/escape.png");
}

#sub-container-lightbox-instructions-scroll{
	background-image: url("/css/lightbox/fr/scroll.png");
}

.photo-show-img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 96vw;
	min-width: 900px;
	margin-top: 30px;
}

.photo-show-description{
	padding-left: 25px;
}

.photo-commentaires-grid{
	width: 900px;
}

.photo-commentaires-grid-add-commentaire{
	width: 460px;
	padding-bottom: 10px;
}

.photo-commentaires-grid-all-commentaire{
	width: 460px;
	padding-bottom: 10px;


}

/****************************PAGE ABOUT**************************************************/
.sub-container-div-about{
	margin-left:12px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.img-about{
	width: 36%;
	margin-right: 15px;
	margin: auto;
}

.about-img{
	width: 100%;
}
#descriptive-about{
	width: 60%;
	margin: auto;
}
.about-p{
	
	text-align: justify;
	margin-right: 20px;
	text-indent: 30px;
}

.about-p-last{
	margin-top: 50px;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.9em;
}

/**********************************PAGE CONTACT**************************************/
.formulaire-container-contact{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
	background-image: url('/css/icon/enveloppe.png');
  	background-size: cover;
	background-repeat: no-repeat;
  	height: 627px;
}

.formulaire-container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}

.formulaire-container-contact h3{
	text-align: center;
	padding-top: 100px;
}	

.formulaire-container-vide{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;

}

#reply_soon_contact{

	font-weight: bold;
	font-style: italic;
}

.reseau_links{
	width: 30px;
	height: 30px;
}

#insta_link{
	background-image: url('/css/icon/reseaux/instagram-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#facebook_link{
	background-image: url('/css/icon/reseaux/facebook-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.contact-reseau{
	display: flex;
}

.contact-reseau-child{
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form{
	width: 70%;
}
.formulaire-contact{
	position: relative;
}
.formulaire-contact-info{
	float: right;
	margin-top: 250px;
	width: 30%;
	height: 180px;
	padding-left: 8px; 
	font-size: 0.9em;
	padding-right: 72px;
}

.formulaire-contact-info p{
	text-align: center;
	line-height: 1.4em;
}


.message-send-confirmation, .message-send-confirmation-failed{
	width: 80%;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.5em;
}


#reply-soon-contact{
	text-align: center;
	display: block;
}


#btn-retour-contact-sent{
	position: absolute;
	bottom: 64px;
	right: 17%;
}

#btn-retour{
	margin-left: auto;
	margin-right: auto;
}
.message-icon-delete{
	width: 60px;
	display: flex;
	height: 30px;
	position: absolute;
	top:10px;
	right: 0;
}
.contact-reseau{
	padding:0 15px;
}

label{
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

.form-email-input{
	width: 280px;
}

#message_content{
	width: 450px;
	/*height: 300px;*/
}

#form-contact {
	padding-top: 82px;
	padding-left: 17px;

}

#form-contact fieldset{
	border: none;

}

#form-contact legend{
	text-align: center;
	display: block;
  width: 100%;
  font-size: 1.4em;

}

#form-contact #message_email, #form-contact #message_content{
	background-color: #FFF;
}

fieldset {
	 padding: 20px 10px 10px 10px;
	 margin-bottom:10px;
	 border:1px solid #c1c1c1;
 }

 legend {
	 color:#4c4c4c;
	 font-weight:bold
 }

input, textarea, select, option {
 	background-color:#c1c1c1;
 }
input, textarea, select {
	 padding:3px;
	 border:1px solid #2f2f2f;
	 border-radius:5px;
	 box-shadow:1px 1px 2px #6e6e6e inset;
 }

input[type=submit], input[type=reset] {
 	cursor:pointer;
 }

 .submit-sup-icon {
	width: 25px;
	height: 25px;
	cursor:pointer;
	background: url('/css/icon/delete.png');
	background-size: contain;
	box-shadow:none;
	border:none;
	margin-right: 4px;
 }

 .submit-edit-icon {
	width: 25px;
	height: 25px;
	cursor:pointer;
	background: url('/css/icon/edit.png');
	background-size: contain;
	box-shadow:none;
	margin-right: 4px;
	border:none;
 }


.sup-user{
	position: absolute;
	top: 9px;
	right: 3px;
}

.sup-message{
	position: absolute;
	top: 0;
	right: 0;
}

.sup-projet{
	position: absolute;
	top: -50%; /*le block parent est a 60%*/
	right: 0;
}

.edit-projet{
	position: absolute;
	top: -50%; /*le block parent est a 60%*/
	right: 35px;
}
.edit-photo{
	position: absolute;
	top: 0;
	right: 35px;
}

.edit-article{
	position: absolute;
	bottom: 3px;
	right: 32px;	
}

.sup-photo{
	position: absolute;
	top: 0;
	right: 0;
}

.edit-commentaire{
	position: absolute;
	top: 185px;
	right: 80px;
}

.edit-commentaire-label-textarea{
	float: left;
}
.edit-commentaire-textarea{
	margin-left:20px;
}

#form-submit-add-comment{
	width:80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 8px;
}

 /*********************************adm**************************/
 	/*CATEGORIE*/
 	.ul_custom{
 		list-style-type: none;
 		padding: 0;
 	}

 	.ul_li_custom{
 		margin-bottom: 30px;
 		border: 1px dashed #c1c1c1;
 		padding:14px;
 	}

 	.ul_li_custom ul{
 		margin-bottom: 6px;
 	}

/*projet*/
.p-succes-message{
	border: 1px solid black;
	width: 900px;
	padding-left: 20px;
}

.supp-creation-projet{
	width: 68%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}
.grid-projet-edit{
	margin-top: 40px;
}
.hidden-edit-photo{
	position: absolute;
	top: 0;
}

.fieldset-add-info >div{
	margin-right: 1%;
}

/*************************MESSAGE********/

.message-grid-div{
	width: 900px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.message_div{
	position: relative;
	width: 90%;
	border: 2px solid #c1c1c1;
	padding-left:20px; 
	background-color: #e7e7e7;
	border-radius: 12px;
	margin-bottom: 10px; 

}

.message-info{
	font-size: 0.9em;
	font-style: italic;
}

.message-content{
	width: 95%;
	margin: 0px auto 15px auto;
	padding: 6px 0px 6px 15px; 
	border-radius: 6px;
 	box-shadow:2px 2px 2px #6e6e6e;
	background-color: #b9cbff;

}

.users-div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.users-item{
	width: 300px;
	border:2px dashed green;
	margin-bottom: 10px;
	margin-left: 10px;
}

.users-item-detail{
	position: relative;
}
.users-item-number{
	background-color: #c1c1c1;
	height: 100%;
	width: 25px;
	text-align: center;
	border-right: 2px dashed green;
}

.verticalText{
	font-size: 1.5em;
	width:1px;
    word-wrap: break-word;
    font-weight: bold;
    font-family: monospace; /* this is just for good looks */
}


.users-item-detail{
	padding-left: 36px;
}
.label-adm{
	width: 45px;
}

/*************COMMENTAIRES********************/

.commentaire-width{
	width:460px;
}

.sub-container-commentaire{
	width: 700px;
	display: block;
}
.commentaire-grid-item{
	width: 630px;
}

.commentaire-photo-index{
	margin-left:170px;
}

.auth_link{
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}

 /****************************PARTIE BLOG*************************************************/
	/***************VERSION 1*****************************/
	.sub-container-blog{
		background-color: #fff;
		padding-top: 80px;
		min-width: 900px;
		max-width: 1340px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}


	 .articles-index-left{
	 	width: 80%;
	 }

	 .articles-index-right{
	 	width: 18%;
	 	margin-right: 10px;
	 	float: right;
	 }

	.articles-grid{
		min-width: 720px;
		display: flex;
		flex-wrap: wrap;
	}

	.article-item-info a, .article-item-description a, .articles-index-right a, .blog-show-articles-details a, .a-mdp-oublie {
		color: black;
		font-weight: bold;
	}
	.articles-item{
		margin-bottom: 30px;
		min-width: 240px;
		max-width:350px;
		width: 31%;
		min-height:300px;
		transition: 1.5s;
		position: relative;
	}

	.articles-item:hover{
		transform: scale(1.05);
		box-shadow: 0px -2px 0px #999, 0px 2px 0px #999;
	}

	.articles-item-img{
		width: 100%;
		height: 200px;
		background-size: cover; 
		background-repeat: no-repeat;
		background-position: center center;
	}

	.blog-index-title{
		width: 100%;
		position: relative;
		display: flex;
		height: 100%;
	}
	.article-item-title{
		background-color: rgba(0,0,0,0.7);
		text-align: center;
		font-size: 1.6em;
		color: white;
		display: block;
		margin:auto;
	}

	.article-item-info{
		font-size: 0.9em;
		font-style: italic;
		padding: 2px 8px 8px 8px;
		text-align: center;
	}

	.article-item-description{
		padding: 0px 18px 8px 18px;
		text-align: justify;
	} 	

/**************DIAPO CSS*************************/
.articles-index-diapo, .articles-index-diapo-slide, .articles-diapo-img{
	height: 300px;
}
.articles-index-diapo{
	width: 900px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	overflow: hidden; 
	box-shadow: 8px 8px 5px #b1b1b1;
}

.articles-index-diapo-slide{
	width: 4500px; /*900x5*/
	left:0px;
	position: absolute;

}

	.articles-diapo-img{
		width: 20%;
		position: absolute;
		background-size: cover;
		background-position:  center center;
		box-shadow: 8px 8px 5px #b1b1b1;
		display: block;
	}


	.articles-diapo-titre{
		position: absolute;
		top: 1%;
		display: block;
		font-size: 2em;
		background-color: rgba(0,0,0,0.5);
		padding:2px 8px;
		color: white;
	}


	.diapo-img0, .diapo-img0-title{
		left: 0%;
	}
		
	.diapo-img1, .diapo-img1-title{
		left:20%;
	}
		

	.diapo-img2, .diapo-img2-title{
		left:40%;
	}
		

	.diapo-img3, .diapo-img3-title{
		left:60%;
	}
		
	.diapo-img4, .diapo-img4-title{
		left:80%;
	}

/**les points de nav*/

.diapo-dot-container{
	width: 200px;
	height: 20px;
	z-index: 1000;
	position: absolute;
	bottom: 4px;
	display: flex;
	left: 45%; 
}

.diapo-dot{
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 6px;
	margin-left: 5px;
	border:2px solid grey;
}

.diapo-dot:hover{
	cursor: pointer;
}

.diapo-dot0{
	background-color: black;
}

.diapo-controls-div{
	z-index: 1000;
	height: 40px;
	position: absolute;
	width: 100%;
	top: 43%;
}

.diapo-controls{
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url('/css/icon/left2.png');
	background-size: contain;
	border-radius: 5px;
}

.diapo-controls:hover{
	background-image: url('/css/icon/left2_hover.png');
	cursor: pointer;

}
#diapo-controls-right{
	right: 10px;
	transform: rotate(0.5turn);
}

#diapo-controls-left{
left: 10px;
}


/**********************PAGE SHOW************************/

.blog-show-articles-details{
	font-size: 0.9em;
	margin: 8px 0px 0px 20px;
}

.article-show-cover{
	display: block;
	width: 98%;
}

.article-corps{
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}

.blog-article-edit-section1, .blog-article-edit-section2{
	position: relative;
	padding-left: 20px;
}
.blog-article-edit-billet{
	border: 4px dashed orange;
	padding-left: 15px;
}

.show-articles-links-div{
	width: 100%;
	/*background-color:green;*/
	/*padding-left: 10px;*/
	display: flex;
}
.show-articles-links{
	/*display: inline-block;*/
	vertical-align: top;
	/*background-color: #555;*/
  	min-width: 445px; /*taille de la miniature dans le controller*/
  	/*max-width: 600px;*/
  	width: 49%;
  	margin: 0 auto;
  	border-right: 1px solid white;
	border-left: 1px solid white;
}

.show-articles-link-next, .show-articles-link-previous{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
	


.show-articles-links-title{
	background-color: #000;
	color: white;
	display: block;
	font-size: 1.4em;
	text-align: center;
	padding: 4px 0px;
}

.show-articles-links-info{
	margin-top: 4px;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	color: black;
	border-bottom: 1px solid black;
}

.show-articles-links-description{
	margin: 10px;
	text-align: justify;
	padding: 0px 4px;
	font-style: italic;
}
/***********************PAGE EDIT*******************************/
.blog-article-edit-section2 ul {
	list-style-type: none;
	padding-left:0;
}

.edit-textarea{
	width: 98%;
	height: 60%;
	display: block;
	min-height: 30em;
}

.edit-textarea-mini{
	width: 70%;
	height: 20%;
	display: block;
	min-height: 5em;
}
.edit-text{
	width: 70%;
}

.articleH2{
	text-indent: 30px;
}

.articleH3 {
	padding-left: 50px;
}

.article-show-img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}

.article-pic-width50{
	width: 50%;
}

.article-show-img-right{ 
	float: right;
	width: 50%
}

.article-show-img-left{
	float: left;
	width: 50%;
}


.article-corps img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.article-corps p{
	text-indent: 30px;
	font-size: 1.1em;
    font-style: italic;
    font-family: serif;
}

.article-p:first-child{
	text-indent: 0;
}

.article-p:first-child::first-letter{
    font-size: 4em;
    float: left;
    font-weight: bold;
    margin-right: 6px;
    vertical-align: top;
    line-height: .7;
    padding-top: 4px;
}

.article-corps h2{
	font-style: italic;
    font-family: serif;
}

.article-p-citation{
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
}
.p-blog-signature{
	text-align: right;
	padding-right: 10vw;
	margin-top: 50px;
}

.blog_dialogue{
    display: inline-block;
    width: 90%;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 14px;
}
.article-p-for-float-right-img{
	margin-right: 52%;
	
}

.article-p-for-float-left-img{
	margin-left: 52%;
}

.article-edit-info{
	/*position: absolute;
	right: 7%;
	bottom: 11%;
	list-style-type:none;
	background-color: #DDD;
	padding: 0 15px 20px 15px;*/

	/*display: inline-block;*/
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	list-style-type: none;
	background-color:#EEE;
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
}

.article-create-info{
	position: absolute;
	right: 10%;
	bottom: 0%;
	list-style-type:none;
	padding: 0 ;
	font-size: 0.8em;
}

.articles-img-selection{
	position: relative;
}

.sup-img-article{
	position: absolute;
	top:23px;
}

.sup-article{
	position: absolute;
	bottom: 4px;
	right: 2px;
}

.articles-hidden-status{
	margin-left: 40px;
	font-weight: bold;
	color: green;
	text-transform: uppercase;  
	text-align: center;
	display: block;
}

.offline{
	color: red;

}
.articles-index-edit{
	width: 100%;
}

.lien-lire-la-suite{
	background-color: #b7d5fa;
	border-radius: 8px;
	padding-left: 6px;
	padding-right: 6px;
	width: 110px;
	margin-top: 8px;
	padding: 6px;
	text-align: center;
}

.postPopulaires{
	font-size: 1.2em;
	text-align: right;
}

.populars{
	margin-top: 8px;
	box-shadow: 2px 2px 2px #b1b1b1;
}

.blog_menu_title{
	text-align: center;
	display: block;
	font-size: 0.9em;
	padding-top: 4px;
	text-transform: uppercase; 
	letter-spacing: -0.5px;
	background: black;
	color: white;
	margin-top: 20px
}

#blog_menu_title_tous{
	margin-bottom: 10px;
	width: 95%;
}

.blog_menu_list{
	list-style-type: circle;
	padding-left:36px;
}



/********************ICI pour le lightbox miniature********************************/

.miniature-selected{
	border:4px dashed white;
}

.sub-container-lightbox-gallery{
	display: flex;
	flex-wrap: nowrap;
}

.gallery-img-div{
	z-index: 10001;
}



/*****************************LOGIN************************************/
#div_login{
	width: 300px;
	position: absolute;
	z-index: 1001;
	top: 100px;
	left: -265px; /*egale au login_form width*/
	color: white;
}

.blanc{
	color: white;
}

#login_form, #logged_div{
	width:270px;
	border-right: 6px solid black;
	max-height: 400px;
	background-color: rgba(0, 0, 0, 0.6);
}

#ligin_form{
	overflow-y: hidden;
}

#logged_div{
	overflow-y: scroll;
}

#login_icon{
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	background-image: url('/css/icon/fleche2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;

}



#login_icon_mob{
	display:none;
}


.form-body{
	position:relative;
}

.form-body-header{
	margin-bottom: 10px;
	padding-top: 6px;
	text-align: center;
}

.form-body-header-choice, .form-body-header-choice-slit{
	display: inline-block; 
}

.form-body-header-choice{
	padding: 4px;
	cursor: pointer;
	font-size: 1.1em;
	text-transform: uppercase;
}

.form-body-header-choice-slit{
	padding: 4px;
}
#form-body-header-choice1{
	border-bottom: 4px solid #fff;
}

.fieldset-login-window{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
	border: 0;
}

.legend-login-window{
	margin-left: 38%;
	color: white;
	display: none;
}
.input-login-window{
	width: 98%;
	background: #FFF;
	padding:4px;
}

.form-group{
	margin-bottom: 8px;
}

.form-group label{
	width: inherit;
}
.label-login-window{
	margin-bottom: 4px;
	text-align: left;
	width: 100%;
	margin-left: 4px;
}

.form-body-footer{
	padding-bottom: 25px;
	margin-top: 20px;
}

.btn-form-body-footer{
	width: 80%;
	margin: auto;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
}

.logout-btn{
	margin: -6px auto 10px;
	display: block;
	width: 50%;
	height: inherit;
	padding: 2px 0px;
	text-align: center;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

.a-mdp-oublie{
	text-align: right;
	display: block;
	margin-right: 15px;
	margin-top: 0;
	color: white;
	padding-bottom: 20px;
}

#login-window{
	display: block;
}

#register-window{
	display: none; 
}

.authenticated_user_section1_activity {
	padding: 0 6px;
}
.authenticated_user_section1_activity img{
	margin-top: 4px;
	margin-bottom: 4px; 
	width: 100%;
}
.authenticated_user_section1_activity ul{
	list-style-type: none;
	text-indent: 0;
	padding-left: 2px;
	margin-top: 0px;
}
.comment_div{
	background: #333;
	margin-top: 6px;
	margin-bottom: 8px;
	border-radius: 8px;
}



/*************FLASH MESSAGE*************/
.alert{
	width: 50%;
	background: white;
	display: block;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	top:12px;
	left: 0;
	right: 0;
	z-index: 1200;
	font-size: 1.2em;	
	font-weight: bold;
	border-radius: 8px;
	border: 2px solid black;
	padding: 6px;
	text-align: center;
}

.alert ul{
	margin: 8px; 
}

.form-reset-password{
	width: 600px;
}

.form-reset-password-input{
	width: 500px;
	padding-top: 10px;
}

.form-reset-password-input-1{
	width: 450px;
	padding-top: 10px;
}

.form-reset-password-submit{
	width: 260px;
	float: right;
	margin-right: -10px;
}



#back_btn_reset_password{
	text-align: left;
	margin-top: 19px;
  	margin-left: 200px;
}

#back_btn_reset_password_mail_sent{
	width: 200px;
	margin: 100px auto;
	text-align: center;
}

.formLabelNewPass{
	width: 200px;
}

/************footer***************/
.container_footer{
	background: black;
	text-align: center;
}

.container_footer p{
	margin: 0;
	color: white;
	font-weight: bold;
}

/********************User activity******************/
.activities_grid{
	padding-bottom: 40px;
}
.activities_grid_window{
	width: 100%;
	overflow-x: scroll;
}


.activities_grid_title{
	position: relative;
}

.activities_grid_title h4{
	background: #000;
	padding: 6px 0;
	text-indent: 20px;
	text-transform: uppercase;
	margin: 6px;
	color: white;
}
.activities_icon{
	height: 24px;
	width: 24px;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	background-image: url('/css/icon/fleche1-blanc2.png'); 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.comment_div_page{
	background-color: #DDD;
	width: 24%;
	margin: 4px;
	border-radius: 16px;
	padding: 0;
}
.comment_div_page a{
	margin:0;
	padding: 0;
}
.comment_div_page img{
	border-radius: 16px 16px 0 0;
	width: 100%;
}
.p-date{
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	margin: 2px 0 8px;
}
.p-comment{
	font-style: italic;
	text-align: justify;
	margin: 8px;
}

.p-comment-modal{
	text-align: justify;
	padding: 0px 10px;
}

/*********************PARTIE I18N**********************************/
	#lang_choice_div{
		margin-right: 10px;
		margin-top: 8px;
		height:30px;
		z-index: 2000;
	}

	#lang_choice_div form{
		width:30px;
		margin-bottom: 3px;
	}
	
	.lang_choice_flag{
		width:30px; 
		height:30px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		border:0;
		border-radius: 0;
		box-shadow: none;
		background-color: transparent;
	}

	#lang_choice_eng{
		background-image: url('/css/i18n/choice/eng.png');
	}

	#lang_choice_fr{
		background-image: url('/css/i18n/choice/fr.png');
	}

	#lang_choice_cn{
		background-image: url('/css/i18n/choice/cn.png');
		display:none;
	}

/***SHOW USER************************************************************/
.user_div{
	padding-left: 40px;
}

.personal_info_user_show{
	list-style-type: none;
	text-indent: 0;
	width: 100%;
	text-align: center;
	padding: 0;
}

/**************ERROR*********************/
.error-no-result{
	width: 80%;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.p-btn-center, .text-center{
	text-align: center;
}

.btn-center{
	margin-right: auto;
	margin-left: auto;

}

.projet_edit_inline_btn{
	display: inline-flex;
	text-align: right;
	width: 90%;
	margin-left: 10%;
}

.projet_edit_nb_photos{
	text-align:center;
	font-size: 1.2em;
	margin: 0;
}

/*****grid****/

.grid-img-info{
	display: block;
}

/**page login********************/

#login-page-div, #register-page-div{
	width: 70%;
	border-radius: 10px;
	margin-top: 30px;
}

#register-page-div fieldset, #login-page-div fieldset {
	margin-bottom: 20px;
}
.input-login-page{
	width: 60%;
}

.label-login-page{
	width: 30%;
	float: left;
	text-align: right;
}

.form-group-page{
	padding-bottom: 8px;
}

.form-group-page-checkbox label{
	width: inherit;
	float: inherit;
}

.form-group-page-checkbox{
	padding-top: 20px;
	text-align: center;
}



/*******************************VErsion sans JS*******/
	/****accueil****/
		#div_login{
			display: none;
		}

		.nav-sans-js-icon{
			width: 45px;
			height: 45px;
			background-size: contain;
			background-repeat: no-repeat;
			margin-right: auto;
			margin-left: auto;
		}

		#nav-sans-js-icon-gallery{
			background-image: url("/css/icon/sans-js/project.png");
			display: none;
		}

		#nav-sans-js-icon-about{
			background-image: url("/css/icon/sans-js/about.png");
			display: none;
		}

		#nav-sans-js-icon-blog{
			display: none;
			background-image: url("/css/icon/sans-js/blog.png");
		}

		#nav-sans-js-icon-contact{
			display: none;
			background-image: url("/css/icon/sans-js/contact.png");
		}

		#nav-sans-js-icon-login, #nav-sans-js-icon-login-nav{
			background-image: url("/css/icon/sans-js/login-icon.png");
			width: 35px;
			height: 35px;
			background-color: white;

		}

		#nav-sans-js-icon-login-nav{
			margin-right: 12px;
			border-radius: 6px;
		}

		#nav-sans-js-icon-register, #nav-sans-js-icon-register-nav{
			background-image: url("/css/icon/sans-js/register-icon.png");
			width: 35px;
			height: 35px;

		}

		#login-register-icon-div-nav{
			flex: inherit;
			position: absolute;
			left: 250px;
			top: 1%;
			display: flex;
			
		}

	/*********LOGIN REGISTER ICONS*******/	
		#login-register-icon-div{
			background-color: black;
			width: 100%;
			text-align: center;
			display: flex;
			justify-content: space-between;
			border-bottom: 4px solid black;
			display: none;
		}

		#login-register-icon-div a {
			width: 49.5%;
			background-color: white;
		}



#email_sent {
	text-align: center;
	margin-top: 70px;
}

#form-commentaire-photo, #for-blog-commentaire{
	text-align: center;
}


#commentaire_body{
	width: 95%;
}


.update-commentaire{
	float: right;
  	margin-top: 14px;
}

.message_div_adm{
	min-height: 120px;
	
}

.btn-update{
	float: right;
}

.pagination-bottom .relative{
	font-weight: bold;
	width: 150px;
	display: inline-block;
	background-color: #b6d6ff;
	margin-bottom: 20px;
	height: 1.4em;


}