body {
	background-color: #c7ccd4;
	font-family: system-ui;
    color: #111;
    margin: 0;
}
.maintenance-panel {
    top: 50%;
    left: 50%;
}
.theSummary {
    background-color:#787f82;
    width: 600px;
    border-radius: 10px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    padding-left: 15px;
    font-weight: bold;
}
#honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    display: none;
}
#allpage {
	
	width: 100%;
	margin: 0 auto;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 4px 3px 5px gray;
}

#entete {
	height: 150px;
	background-color: #898989;
	background-image: url("images/green_nature.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 4em;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;
  font-family: Arial;
	color: rgba(0,0,0,0.6);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);

}

#entete img { 
	position: absolute;
	max-width: 140px;
	width: 100%; 
	float: left;
	top: 5px;
	left: 5px;
} 

#nav_menu {
	background-color: #404040;
	color: #AAA;
	height: 40px;
	background:  linear-gradient(0deg, #6f7173, #a5a7a8, #6f7173);
	z-index: 1000;
	position: absolute;
	margin-bottom: 40px;
	width: 100%;
}

#corp {
	min-height: calc(100vh - 230px);
	margin-top: 41px;
}

#pied {
	height: 40px;
	background-color: #898989;
	border-bottom-right-radius: 6px;1
	border-bottom-left-radius: 6px;
}

.menu_rub { 
	position: relative;
	padding-left: 15px; 
	/*border:  1px solid black; */
	font-weight: bold;	
	top: 10px;
}

.menu_rub:hover { 
	color: #ffda27;
}

#mob_nav {
	background-color: #404040;
	display: none;
}

.menu_rub a {
	color: #19191a;
	text-decoration: none;
}

.menu_rub a:hover {
	color: #ebab34;
}


fieldset {
	border-radius: 7px;
	margin: 5px;
}

#warning {
	width: 100%;
	height: 50px;
	background-color: #cc2900;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: none;
	position: relative;

}

#warning img {
	width: 40px;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
}

#warning p {
	color: white;
	font-weight: bold;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#success_registration {
	width: 100%;
	height: 50px;
	background-color: #8af39d;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #016011;
	position: relative;
	display: none;
}
#success_registration img {
	width: 40px;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
}
#success_registration span {
	position: absolute;
	left: 20%;
	top: 30%;
}
#failed_registration {
	width: 100%;
	height: 50px;
	background-color: #fc847c;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #610d07;
	position: relative;
	display: none;
}
#failed_registration span {
	position: absolute;
	left: 20%;
	top: 30%;
}

#failed_registration img {
	width: 40px;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
}
#article {
	text-align: justify;
	padding: 15px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 44px;
	width: 90%;
}

.fistletter {
	font-size: 2.3em;
}
#message_content {
display: inline-block;
width: 95%;
height: 100px;
margin-top: 15px;
margin-left: 8px;
border:  1px solid white;
border-radius: 7px;
}
#deconnectionBN {
	float: right;
	margin-right: 10px;

}


.account_person_info {
	margin-top: 30px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background:  linear-gradient(45deg, #00679B, #CAEDFF, #00679B);
	border-radius: 7px;

}

.account_person_info p {

	padding: 10px;

}

.my_acc_side_menu {

	max-width: 300px;
	min-height: calc(100vh - 240px);
	background: linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	padding-top: 10px;
	float: left;
}

.link_side_menu {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	
}
.link_side_menu:hover {
	color: #ebab34;
}


#user_modify_psd {
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background:  linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#Assemble_generalRapport {
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background:  linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
.show_msg_not_paid_m {
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background:  linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	max-width: 400px;
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
}

.payments_options {
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background:  linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom:  20px;
	min-height: 200px;
	padding-bottom: 15px;
}

#warning_psd_change {
	width: 100%;
	height: 50px;
	background-color: #cc2900;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: none;
  vertical-align: middle;
}

.pay_button {
	margin-top: 15px;
	width: 70%;
	height: 40px;
	background-color: #c49316;
	border: 0px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	text-shadow: 2px 2px 5px black;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background:  linear-gradient(0deg, #c49316, #fff48c, #c49316);
}

.pay_button_paid {
	margin-top: 15px;
	width: 70%;
	height: 40px;
	background-color: #8af39d;
	color: #FFF;
	border: 0px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	text-shadow: 2px 2px 5px black;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	
}

#warning_psd_change img {
	width: 40px;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
}

#warning_psd_change p {
	color: white;
	font-weight: bold;
	position: relative;
	text-align: center;
	height: 100%;
	
}

.user_pass_modify {
display:  block;
	width: 100%;
}

.user_pass_modify span{
	display: block;
	font-weight: bold;
}

.user_pass_modify input{
	display: block;
	width: 90%;
	height: 30px;
	border-radius: 7px;
	border: 1px solid gray;
}

.user_menu_opions {

		display: none;

}


#visitors {
	display: block;
    width: 92%;
    height: 30px;
    border-radius: 7px;
    border: 1px solid gray;
}
.delete_visitor {
	text-decoration: none;
	color:  #111;
	background-color: #de6e68;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.selectyear {
	display: block;
    width: 30%;
    height: 30px;
    border-radius: 7px;
    border: 1px solid gray;
}
.notPaidStat {
	width: 60%;
	background-color: #de6e68;
	border-radius: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	text-align: left;

}

.PaidStat {
	width:  60%;
	background-color: #32a852;
	border-radius: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	text-align: left;

}

.person_row1 {
background-color: #adadad;
}

.person_row2 {
background-color: #ededed;
}
.msg_background {
	background-color: #888;
}

.msg_background td {
	text-align: center;
}
.msg_background td a{
	text-decoration: none;
	color: #111;
}

.tab_messages {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.tab_news {
	margin-top: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#delete_cover, #change_paystatus_cover {
position: fixed;
width: 100%;
height: 200%;
margin: 0;
padding: 0;
background: rgba(46, 48, 46, 0.7);
top: 0px;
display: flex;
justify-content: center;
align-items: flex-start;
display: none;
}
.delete_dialog {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 400px;
	background-color: #a9ada8;
	border-radius: 7px;
	height: 150px;
	margin-top: 100px;
   box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

}

.buttondlg_cancel_sr, .buttondlg_confirm_delete, .buttondlg, .buttondlg_confirm_paid, .buttondlg_cancel_paid{
padding: 5px;
padding-left: 25px;
padding-right: 25px;
border-radius: 7px;
border: 0px;
cursor: pointer;
}

.buttondlg_msg {
font-size: 1.2em;	
padding: 5px;
padding-left: 25px;
padding-right: 25px;
border-radius: 7px;
border: 0px;

}
.delt {
cursor: pointer;
padding-left: 5px;
padding-right: 5px;
border-radius: 7px;
}

.msgdelete {
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 7px;
background-color: #a9ada8;
height: 150px;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
background:  linear-gradient(0deg, #a84a32, #fa9f98, #a84a32);

}
.bt1 {
	background-color: #a84a32;
	text-decoration: none;
	color: black;
}

.bt2 {
	background-color: #3a7531;
	cursor: pointer;
}
.news_line {
	width: 100%;
	height: 40px;
	background-color: #F27437;
	margin-top: 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
.title_info {
	display: inline-block;
	min-width: 50px;
	height: 40px;
	text-align: center;
	font-weight: bold;
   color: white;
	text-shadow: 2px 4px 4px rgba(0,0,0,0.2),
                 0px -5px 10px rgba(255,255,255,0.15);
}
.themarqueecontent {
	display: inline-block;
	width: 90%;
	height: 30px;
   box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
   background-color: white;
   border-radius: 7PX;
   margin-left: 10PX;
   margin-top: 5PX;
}
.themarqueecontent marquee {
	width: 98%;
	margin-left: 10px;
}

#bn_addmessage {
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
	background-color: #c49316;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	text-shadow: 2px 2px 5px black;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background:  linear-gradient(0deg, #c49316, #fff48c, #c49316);
	border: 0px;
	border-radius: 7px;
	margin-left: 32%;
}

#addmessage_cover, #Send_message_cover {
position: fixed;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: rgba(46, 48, 46, 0.7);
top: 0px;
justify-content: center;
align-items: center;
display: none;
}

.addmessage_dialog {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	max-width: 500px;
	background-color: #a9ada8;
	border-radius: 7px;
   box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

}

.EMaIL {
	cursor: pointer;
}
.text_message {
	min-width: 380px;
	min-height: 150px;
}

.msg_bt1 {
	cursor: pointer;
	color: black;
	background:  linear-gradient(0deg, #a84a32, #fa9f98, #a84a32);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.msg_bt2 {
	cursor: pointer;
	background:  linear-gradient(0deg, #3a7531, #98fa9d, #3a7531);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.login_container {
	
	display: block;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	/*margin-top: 50px;*/
	border-radius: 7px;
	background-color: #84adf0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background:  linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	padding-bottom: 3px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 20px;
}

.index_boxes_arrangement {
	max-width: 1000px;
}

.content_box {
    width: 99%;
    min-height: 100px;
    background-color: white;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    border-radius: 7px;
}

.content_box p{
    text-align: justify; 
    padding: 10px;
}


@media screen and (max-width: 1000px) {
    
.tab_messages {
	width: 95%;
}
.news_line {
margin-top: 0px;
}
.title_info {
	display: none;
}
.themarqueecontent {
	margin-top: 5PX;
	width: 98%;
	border-radius: 7PX;
	margin-left: 6PX;
}
#user_modify_psd {
	margin-right: 10px;
}
.account_person_info { 
			width: 90%;
}

#deconnectionBN span{
	display: none;
	
}

#deconnectionBN {
	margin-right: 0px;

}
#allpage {
	width: 100%;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 0px 0px 0px gray;
}

#warning  {
	top: -7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#success_registration {
	top: -7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#success_registration span {
	left: 20%;
	top: 30%;
}
#mob_nav{
	display: block;
	background:  linear-gradient(0deg, #6f7173, #a5a7a8, #6f7173);
}

#nav_menu {
   display: none;

}


.menu_rub {
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
	background-color: #404040;
	padding: 0px;
	color: #AAA;
	height: 35px;
	background:  linear-gradient(45deg, #6f7173,  #eee);
}
.menu_rub a {	
	margin-left: 3px;
}

#entete {
	height: 150px;
	line-height: 80px;
	font-size: 0%;
}

#entete img{
	left: calc(50vw - 70px);
}
#pied {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#corp {
	min-height: calc(100vh - 165px);
	margin-top: 0px;
}

.my_acc_side_menu {
	display: none;
}


#user_modify_psd {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.user_menu_opions {
	width: 100%;
	display: block;
}
.user_menu_opions .menu_options {

	background:  linear-gradient(45deg,  #6f7173, #a5a7a8, #6f7173);
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 100%;
	text-align: center;
}



.notPaidStat {
	width: 50%;
}
.PaidStat {
	width: 50%;
}
}