/* ma feuille de style  */

body{
	margin: 0;
	padding: 0;	
	font-family: Arial;
	background-color: #eaeaea;
}

.entete{
	display: flex;
	justify-content: space-between;
	background-color: white;
}

.div_title{
	display: flex;
    justify-content: center;
    align-items: center;
}

.title{
	color: black;
	font-size: 25px;
}

.title_bold{
	font-size: 20px;
	font-weight: bold;
}



.navbar_style{
	background-color: #2581c4!important;
	color: white;
	font-size: 18px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.navbar_color_text{
	color: white!important;
	/*margin-right: 18px;
	padding: 18px;*/
}

.ligne_top{
	height: 20px;
}

.footer{
	height: 20px;
}

.admin_connect{
	color: white;
	text-decoration: none;
}

.admin_connect a:hover{
	color: white;
	text-decoration: none;
}

.center{
	text-align: center;
}

.flex_center{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.flex_space_arroud{
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}

.div_align{
	display: flex;
	align-items: center;
	justify-content: center;
}

#form-log{
	visibility: hidden;
}

.align_input_font{
	display: flex;
	justify-content: end;
}

.text_area{
	width: 100%;
    height: auto;
    border: 0px;
    margin-left: 30px;
	margin-bottom: 15px;
}

.area_text{
	width: 100%;
    border: 0px;
    margin-left: 30px;
	margin-bottom: 15px;
}


.circle_green{
	position: relative;
	z-index: 1;
	color: green;
	width: 0;
	font-size: 25px;
}

.circle_red{
	position: relative;
	z-index: 1;
	color: red;
	width: 0;
	font-size: 25px;
}

.check-circle{
	position: relative;
	z-index: 1;
	color: green;
	width: 0;
	font-size: 25px;
}

.check-circle-spont{
	position: relative;
	z-index: 1;
	color: orange;
	width: 0;
	font-size: 25px;
}

.pause-circle{
	position: relative;
	z-index: 1;
	color: blue;
	width: 0;
	font-size: 25px;
}

.times-circle{
	position: relative;
	z-index: 1;
	color: red;
	width: 0;
	font-size: 25px;
}

.plus-circle{
	position: relative;
	z-index: 1;
	color: green;
	font-size: 25px;
	margin-right: 10px;
}

.filter{
	visibility: hidden;
	position: relative;
	z-index: 1;
	left: 6px;
	top: 7px;
	color: green;
	width: 0;
	font-size: 25px;
}

/*
.nomPrenom{
	display: none;
}
*/
.filter-wrong{
	visibility: hidden;
	position: relative;
	z-index: 1;
	left: 6px;
	top: 7px;
	color: red;
	width: 0;
	font-size: 25px;
}

.marg_top{
	margin-top: 25px;
}
.member_connect{
	display: flex;
	flex-wrap: wrap;
}

#forgot-password{
	visibility: hidden;
	margin-top: -270px;
}


.filter-pass{
	visibility: hidden;
	position: relative;
	z-index: 1;
	left: 6px;
	top: 7px;
	color: green;
	width: 0;
	  font-size: 25px;
}
  
.filter-wrong-pass{
	visibility: hidden;
	position: relative;
	z-index: 1;
	left: 6px;
	top: 7px;
	color: red;
	width: 0;
	font-size: 25px;
}



.filter-mem{
	visibility: hidden;
	position: relative;
	z-index: 1;
	left: 6px;
	top: 7px;
	color: green;
	width: 0;
	  font-size: 25px;
}
  
.filter-wrong-mem{
	visibility: hidden;
	position: relative;
	z-index: 1;
	left: 6px;
	top: 7px;
	color: red;
	width: 0;
	font-size: 25px;
}

.formCreate{
	display: flex;
	justify-content: start;
}

.margin_create{
	margin-left: 10px;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Choisir";
}



.iphone-check{
	position: relative;
	/*margin: 100px auto;*/
	width: 100px;
	height: 40px;
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #d2d2d2;
}
.iphone-check:hover{
	background-color: #d2d2d2;
}


.btn-checkbox{
	position: absolute;
	width: 100px;
	height: 40px;
	border-radius: 50px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
}

.btn-check{
	position: absolute;
	width: 100px;
	height: 40px;
	background-color: #85cb85;
	border-radius: 50px;
	border: 1px solid #d2d2d2;
	opacity: 0;
}

.btn-checkbox:checked ~ .btn-check {
	opacity: 1;
}

.ball-check{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	top: 5px;
	left: 5px;
	box-shadow: 2px 2px #d2d2d2;
	transition: 0,3s;
}

.btn-checkbox:checked ~ .ball-check {
	left: 60px;
}





/****** ADMIN ********/

.menu_color{
	color: white;
}

.custom-file-input ~ .custom-file-label:lang(fr)::after {
	content: "Choisir...";
}

.filter-ad{
	position: relative;
	z-index: 1;
	left: 94%;
	top: -32px;
	color: green;
	width: 0;
	font-size: 25px;
}
  
.filter-wrong-ad{
	position: relative;
	z-index: 1;
	left: 94%;
	top: -32px;
	color: red;
	width: 0;
	font-size: 25px;
}

.button_right{
	display: flex;
	justify-content: flex-end;
}

.img_member{
	display: block;
}


/****** FIN ADMIN ********/
/****** BLOG ********/
.border{
	border: 1px solid black;
}

a{ 
	text-decoration: none; 
}  

a:link{
	text-decoration: none; 
}

input[type="text"]:focus, textarea:focus{
	outline: none;
}

.div_flex{
	display: flex; 
	justify-content: normal;
}

.group_pad{
	/*padding-left: 15px;*/
}

.create_pub{
	color: black;
	font-weight: bold;
	font-size: 13px;
}

.textarea-subject{
	border: none;
	height: auto;
	width: 100%;
}

.element {
	display: inline-flex;
	align-items: center;
	border-radius: 30px;
	background-color: #f4f4f6;
	padding: 2px;
	padding-right: 20px;
}
i.fa-image {
	margin: 10px;
	cursor: pointer;
	font-size: 25px;
}
i:hover {
	opacity: 0.6;
}
/*
input {
	display: none;
}
*/
.name{
	margin-left: 0px;
}

.image{
	display: none;
}

.caption{
	display: flex;
	justify-content: flex-start;
}

.thumbnail{
	display: block;
	max-width: 140px;
	height: auto;
}

.check_sel{
	display: block;
	width: 20px;
	height: 16px;
	margin-top: 3px;
    margin-right: 3px;
}

.publier{
	display: flex;
	justify-content: center;
	width: 100%;
	
}

.vignette{
	width: 50px;
}

.img-user{
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
}

.img_avatar{
	width: inherit;
	height: inherit;
	border-radius: inherit;
}

.bloc_edit{
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
}


.text_user{
	/*color: #3a5ca9;*/
	font-weight: bold;
	font-size: 13px;
}

.name_user{
	/*padding-left: 23px;*/
}

.text_date{
	font-size: 11px;
	color: #797b7c;
}

.header_subject{
	background-color: white;
	border-bottom: none;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.body_padding{
	padding: 0;
	
}

.card_text{
	padding-left: 10px;
	padding-bottom: 7px;
}

.div_comment{
	padding-top: 12px;
}

.coment{
	display: block;
	background-color: #e9eaee;
	border: hidden;
	border-radius: 17px;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	text-indent: 5px;
}

input.text{
	background : #fff 
}

.div_coment{
	padding-top: 6px;
	padding-left: 15px;
}

.com_show{
	padding-top: 10px;
}

.text_com_name{
	background-color: #e9eaee;
	padding: 10px;
	/*font-size: 14px;*/
	/*border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;*/
	border-radius: 17px;
}

.text_com{
	/*background-color: #f0f1f4;*/
	font-size: 15px;
	/*
	padding: 6px;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;*/
}

.img_com{
	display: none;
}

.img-min{
	width: 20%;
	padding-bottom: 15px;
}

.img-min-format{
	width: 40%;
	padding-bottom: 15px;
}

.publier_com{
	margin-bottom: 15px;
}

.clipClass{ 
	background-size: cover;
	width: 40px;
	height: 40px;
	clip-path: circle(50% at 50% 50%);
}

.delete{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

.del{
	display: none;
	margin-bottom: 10px;
	font-size: 20px;
}

.img_rep{
	display: flex;
	justify-content: start;
	margin-top: 15px;
}

.img_edit_del{
	cursor: pointer;
}

.div_mod{
	display: none;
}
.flex_align{
	display:flex;
}

.ico_supp{
	display: block;
	background: url("../img/delete.png");
	background-repeat:no-repeat;
	border: none;
	margin-top: 9px;
	margin-left: 20px;
	cursor: pointer;
	outline: 0;
}

.ico_trash{
	margin-top: 10px;
	margin-bottom: 10px;
}

.divBtnClose{
	display: none;
}

.div_com_edit{
	display: none;
}

.text_com_edit{
	padding: 0px;
}


/****** FIN BLOG ********/
/****** FIN autre ********/

.add_photos{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.in_photos{
	display: none;
}

.align_album{
	display: flex;
	align-items: center;
}

.succes{
	display: none;
}

.ico_camera{
	font-size: 50px;
	margin-right: 10px;
}

.title_album{
	display: flex;
    justify-content: center;
}

.album_title{
	font-size: 20px;
	font-weight: bold;
}

.bold_red{
	font-weight: bold;
    color: red;
}

.table_fam{
	padding: 10px;
}

.table_fam_color{
	color: black;
}

/****** FIN autre ********/

.candidature{
	color: green;
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
}



#gestion{
	clear: both;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 20px;
}


.erreur_mail{
	text-align: center;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.text_align{
	text-align: center;
}

.text_bold{
	font-weight: bold;
}

.margin_top_bottom{
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin_right{
	margin-right: 10px;
}

.size_img{
	width: 30px;
	 height: 30px;
}

.size_excel{
	size: 5px;
}

#text_vert{
	color: green;
	font-weight: bold;
}

#text_rouge{
	color: red;
	font-weight: bold;
}
	
#text_bleu{
	color: blue;
	font-weight: bold;
}

#text_color{
	color: #3a5ca9;
	font-weight: bold;
	font-size: 15px;
}
#text_color2{
	color: #3a5ca9;
	font-weight: bold;
	font-size: 11px;
}
#text_reponse{
	font-size: 12px;
}
#text_date{
	font-size: 11px;
	color: #797b7c;
}

#text_orange{
	color: orange;
	font-weight: bold;
}
	
#text_gras_25{
	font-weight: bold;
	font-size: 35px;
}

#mois_gras{
	font-weight: bold;
}
#td_gras{
	font-weight: bold;
}



/* ---------------------------------------*/
.button_v { line-height:20px; width: auto; border:0px solid #fff; padding:5px; text-align:center; 
font-size:12px; font-weight:600; border-radius:3px; cursor:pointer; 
background: #3a5ca9; display:table; margin:right; color:#fff; 
}

.button_lien { line-height:20px; width: auto; border:0px solid #fff; padding:5px; text-align:center; 
font-size:12px; font-weight:600; border-radius:3px; cursor:pointer; 
background: #3a5ca9; display:table; margin:right; color:#fff; text-decoration: none;
}

.button_liste { line-height:10px; width: auto; border:0px solid #fff; padding:5px; text-align:center; 
font-size:12px; font-weight:600; border-radius:3px; cursor:pointer; 
background: #3a5ca9; display:table; margin:right; color:#fff; text-decoration: none;
}

.button_supp { line-height:20px; width: auto; border:0px solid #fff; padding:5px; text-align:center; 
font-size:12px; font-weight:600; border-radius:3px; cursor:pointer; 
background: red; display:table; margin:right; color:#fff; 
}

.smiley{float: left; cursor: pointer; width: 25px;}

/* ---------------------------------------*/

#d1 {
		display: none; 
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		width: 250px;
		height: 150px;
		background-color: #E5E4E3;
		text-align: center;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	textarea{
		/*border-radius: 40px 40px 40px 40px;*/
		width: 400px;
		height: 200px;
	}

#imput_lib{
	border-radius: 40px 40px 40px 40px;
	text-align: center;
	width: 100px;
}
/*---- le Menu déroulant --------------
 */
/*pour IE */
#menu {
 height:50px;
 }
 /*	text area*/
#ta_small{
	width: 500px;
	height: 50px;
}
#ta_big{
	width: 500px;
	height: 150px;
} 
#ta_area{
	width: 415px;
	height: 75px;
	border : 0px;
	FONT-SIZE: 12pt;
}   

textarea {
  resize: none;
}

/*-------------------------*/
  
#menu ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 text-align: center;
	}
	
#menu li {
	 float: left;
	 margin: auto;
	 padding: 0;
	 background-color: #2581c4;
	 }
	 
#menu li a {
	 display: block;
	 width: 150px;
	 color: white;
	 text-decoration: none;
	 padding: 5px;
	 }
	 
#menu li a:hover {
	 color: #FFD700;
	 }
	 
#menu ul li ul {
 display: none;
 }
 
 #menu ul li:hover ul {
 display: block;
 }
 
#menu li:hover ul li {
 float: none;
 }
 #menu li ul {
 position: absolute;
 }


/*------------------------------------------*/
label.radio{
  color:  black;
}

label.radio > input{
 display:none; 
}

label.radio.bleu > input:checked + span {
background: blue; 
padding: 10px;
color: yellow;
}

label.radio.vert > input:checked + span {
background: green; 
padding: 10px;
color: yellow;
}

label.radio.rouge > input:checked + span {
background: red; 
padding: 10px;
color: #fff;
}

label.radio.jaune > input:checked + span {
background: orange; 
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
}


/*******************************/

