/************** Polices ************/
@font-face {
	font-family: 'dakota';
	src:
		url('../../ressources/polices/handwriting-dakota.woff');
}






::-webkit-input-placeholder   {
    color: gray !important;
}

:-ms-input-placeholder {
    color: gray !important;	
}

::-moz-placeholder {
    color: gray !important;		
}

:-moz-placeholder {
    color: gray !important;	
}

/*******************************************/
/*      Style page voirindividu.php       */
/*******************************************/

.flexhspbtw {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-content: center;
	color: #FFF;
	font-size: 1.2vw;
}

#voirnotes {
	width: 48%;
}

#voirnotes p {
	border: 1px solid #FFF;
	background-color: #0B615E;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
	margin-top: 5vh;
	padding-left: 0.6vw;
}

#voirnotes div {
	padding-left: 0.6vw;
	font-size: 1vw;
}

#voirfiche {
	width: 50%;
}

#voirfiche p {
	padding-left: 0.6vw;
}

#voirfiche p:first-child, 
#voirfiche p:nth-child(4),
#voirfiche p:nth-child(8) {
	border: 1px solid #FFF;
	background-color: #0B615E;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
	margin-top: 5vh;
}

#voirfiche p:nth-child(3),
#voirfiche p:nth-child(6),
#voirfiche p:nth-child(7),
#voirfiche p:last-child {
	font-size: 1vw;
}

#voirfiche img {
	float: right;
	padding-right: 0.6vw;
	width: 1.5vw;
}


/*******************************************/
/*   Affichage des notes sur la persoone   */
/*******************************************/
#boxnotes {
	display: none;
	width: 30%;
	position: absolute;
	top: 15%;
	left: 35%;
	right:35%;
	background-color: #008080;
	text-align: center;
	border: 2px solid #FFF;
	/*border: 4px solid #0B615E;*/
    border-radius: 10px;
    padding: 0;
    z-index: 1000;
}

#boxnotes div {
	display: flex;
	flex-direction: column;
}

#boxnotes p {
	text-align: center;
	margin-top: 0.8vw;
	margin-bottom: 0.8vw;
	font-size: 1.2vw;
	color: #FFF;
}

#boxnotes textarea {
	height: 50vh;
	resize: none;
	font-size: 1vw;
	padding: 5px;
	background-color: #FEFFDF;
}

#boxnotes input {
	text-align: center;
	font-size: 1.0vw;
	font-weight: normal;
	border-radius: 10px;
	margin-top: 0.5vw;
	margin-bottom: 0.5vw;
	margin-left: 30%;
	padding-top: 0.3vw;
	padding-bottom: 0.3vw;
	border: 1px solid #778A9D;
	box-shadow: -5px -5px 2px rgba(0, 0, 0, 0.5) inset, 5px 5px 2px
		rgba(255, 255, 255, 0.6) inset;
	position: relative;
	display: inline-block;
	background-color: #F4FA58;
	width: 40%;
}

#boxnotes input:hover {
	cursor: pointer;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5) inset, -5px -5px 2px
		rgba(255, 255, 255, 0.6) inset;
}


/*******************************************/
/*      Style page ficheindividu.php       */
/*******************************************/

.tableIndividu {
	border: 1px solid #FFF;
	border-spacing: 0;
	border-collapse: collapse; /* Pour IE */
	text-align: center;
	font-size: 1.2vw;
	color: #FFF;
	margin-top: 0.5vw;
	width: 100%;
}

.tableIndividu td {
	border: 1px solid #FFF;
	padding-top: 0.8vw;
	padding-bottom: 0.8vw;
}

.tableIndividu tr:first-child {
	background-color: #0B615E;
}

.tableIndividu tr:first-child img {
	float:right;
	padding-right: 16px;
	width: 1.5%;
}


#row1 {
	font-size: 1vw;
}

#row1 td:nth-child(1) {
	width: 10%;
}

#row1 td:nth-child(2), #row1 td:nth-child(4), #row1 td:nth-child(6) {
	width: 18%;
	border-right: 0;
	text-align: right;
	padding-right: 1vw;
}

#row1 td:nth-child(3), #row1 td:nth-child(5), #row1 td:nth-child(7) {
	width: 18%;
	border-left: 0;
}

#row1 input {
	display: inline-block;
	font-size: 1em;
	margin-right: 1vw;
}

.row2 {
	font-size: 0.9vw;
	margin-top: 0;
	margin-bottom: 0;
}

.row2 td {
	padding-bottom: 0;
	border-bottom: 0;
	border-top: 0;
	padding-top: 0;
}

.row2 td:nth-child(1) {
	width: 7.5%;
	font-size: 1vw;
	padding-top: 0;
}

.row2 td:nth-child(2), .row2 td:nth-child(4), .row2 td:nth-child(8) {
	width: 5%;
	border-right: 0;
	text-align: right;
	padding-right: 1vw;
}

.row2 td:nth-child(6) {
	width: 10%;
	border-right: 0;
	text-align: right;
	padding-right: 1vw;
}

.row2 td:nth-child(3) {
	width: 5%;
	text-align: left;
	border-left: 0;
}

.row2 td:nth-child(5) {
	width: 14%;
	padding-right: 1vw;
	border-left: 0;
}

.row2 td:nth-child(7) {
	width: 19%;
	padding-right: 1vw;
	border-left: 0;
}

.row2 td:nth-child(9) {
	width: 19%;
	padding-right: 1vw;
	border-left: 0;
}

.row2 td:nth-child(10) {
	padding: 0;
}

.row2 label>img {
	width: 1.9vw;
}

.row2 img {
	width: 1.9vw;
}


.row2 input {
	font-size: 1em;
	margin-right: 1vw;
	text-align: center;
	width: 7vw;
	height:2vw;
}

.row2 select {
	font-size: 0.9vw;
	width: 100%;
	height: 2vw;
}


.row3 td {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 1vw;
	text-align: right;
	border-top: 0;
}

.row3 {
	height: 1.5vw;
}

.row3 img {
	width: 1.2vw;
}

.row3 td:nth-child(odd) {
	border-left: 0;
}

.row3 td:nth-child(even) {
	border-right: 0;
}

.row3 td:last-child {
	padding-right: 5px;
}

.row4 {
	height: 1.5vw;
}

.row4 td {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom:0;
}

.row4 img {
	width: 1.2vw;
}


#individubuttons {
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*height: 6vh;*/
	padding-top: 4vh;
}

#individubuttons input {
	width: 18%;
	height: 10vh;
	font-size: 1vw;
	font-weight: bold;
	font-family: "Arial";
	border-radius: 20px;
}

#individubuttons input:first-child {
	background-color: #00FF40;
}

#individubuttons input:nth-child(2) {
	background-color: #F4FA58;
}

#individubuttons input:nth-child(3) {
	background-color: lightgrey;
}

#individubuttons input:nth-child(4) {
	background-color: #FE2E2E;
}



.row0 {
	display: inline-flex;
}

#individu0 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#individu0 p {
	display: flex;
	justify-content: center;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 1.2vw;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

#individu0 p:first-child {
	border-top: 1px solid #FFF;
}

#identite0 {
	width: 12%;
	display: inline-flex;
	justify-content: center;
	font-size: 1vw;
	color: #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	align-items: center;
	padding-top: 2vh;
	padding-bottom: 2vh;
	/*text-align: center;*/
}

#identite1 {
	width: 88%;
	display: inline-flex;
	/*align-items: center;*/
	justify-content: center;
	font-size: 1vmax;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

#identite1 div {
	display: flex;
	align-items: center;
	width: 33.3%;
}

#identite1 label {
	width: 32%;
	text-align: right;
	margin-right: 0.5vw;
}

#identite1 input {
	font-size: 1em;
	margin-right: 0.5vw;
	width: 56%;
}

.etatciv0 {
	width: 88%;
	display: inline-flex;
	/*align-items: center;*/
	justify-content: center;
	font-size: 1vmax;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.etatciv0 div {
	display: flex;
	align-items: center;
}

.etatciv0 label {
	/*width: 32%;*/
	text-align: right;
	margin-right: 0.5vw;
	margin-left: 0.5vw;
}

.etatciv0 img:nth-child(1) {
	width: 35%;
	margin-left: 0.4vw;
	margin-right: 0.2vw;
}

.etatciv0 img:nth-child(2) {
	width: 35%;
	margin-left: 0.2vw;
	margin-right: 0.4vw;
}

.etatciv0 div:nth-child(1) {
	width: 15%;
}

.etatciv0 div:nth-child(2) {
	width: 20%;
}

.etatciv0 div:nth-child(3) {
	width: 31%;
}

.etatciv0 div:nth-child(4) {
	width: 26%;
	padding-right: 1vw;
}

.etatciv0 div:nth-child(5) {
	width: 8%;
	justify-content: center;
	border-left: 1px solid #FFF;
	margin-top: -2vh;
	margin-bottom: -2vh;
}

.etatciv0 div:nth-child(4) label {
	padding-left: 1vw;
}

.etatciv0 input {
	font-size: 1em;
	margin-right: 0.5vw;
	width: 58%;
	text-align: center;
}

.etatciv0 select {
	font-size: 1em;
	width: 100%;
	height: 34px;
}




#indivsec1 {
	border: 1px solid #FFF;
	display: flex;
	flex-direction: column;
	color: #FFF;
	width: 12%;
	min-width: 180px;
	text-align: center;
}

#indivsec1 p {
	/*text-align: center;*/
	/*border-top: 1px solid #FFF;*/
	border-bottom: 1px solid #FFF;
	padding: 4px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2vw;
}

#individu div {
	text-align: left;
}

#individu input, #individu label {
	margin-left: 10px;
	margin-right: 10px;
	width: 80%;
}

#individu label {
	padding-top: 10px;
	font-size: 1vw;
}

#date_N {
	width: 60%;
	text-align: center;
}

#naissance {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 5px;
}

#naissance div:nth-child(2) {
	text-align: right;
}

#paysdptville {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 5px;
}

#paysdptville div:nth-child(2) {
	text-align: right;
	width: 57%;
}

#paysdptville input {
	width: 85%;
}

.real {
	padding: 0;
	margin: 0;
	width: 30%;
}

/*******************************************/
/*        Style page carte.php         */
/*******************************************/

#map {
	width: 100%;
	height: 75vh;
}

/*******************************************/
/*        Style page arbrepage.php         */
/*******************************************/

.hbloc {
	display: flex;
	width: 100%;
	align-items: center;
}

.hbloc input:first-child {
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 4px;
}

.blank {
	height: 25px;
	color: #FFF;
	text-align: left;
	font-size: 0.8vw;
}

.barre {
	display: flex;
	justify-content: space-between;
	height: 25px;
	padding-top: 4px;
	padding-right: 4px;
	color: #FFF;
}

.barre img {
	width: 1.2vw;
	min-width: 15px;
}

.barre img:hover {
	cursor: pointer;
}

.barre span {
	font-size: 0.8vw;
}

#frame {
	width: 100%;
	text-align: center;
	border-spacing: 0;
}

#frame tr {
	height: 40px;
}




#navigat {
	border: 1px solid #FFF;
	overflow: auto;
}

#titreprevisual {
	color: #FFF;
	vertical-align: bottom;
}

#conteneur {
	display: flex; 
	/*border: 1px solid yellow; */
	overflow: scroll; 
	height: 180px;
	white-space:nowrap;
	font-size: 10px;
	background-color: #005348;
}

.navcolonne {
	/*border: 1px solid red; */
	width: 60px;
	min-width: 50px; 
	display: inline-block;
}

#conteneur input {
	width: 40px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #FFF;
	display: block;
	margin: 3px;
	padding: 3px;
}

#conteneur input:enabled:hover {
	cursor: pointer;
}



#menuarbre {
	color: #FFF;
	text-align: left;
	vertical-align: top;
	width: 20%;
	border: 1px solid #FFF;
	/*padding-left: 5px;
	padding-right: 5px;*/
	background-color: #005348;
}

#menuarbre label {
	display: inline-block;
	width: 18%;
	font-size: 0.8vw;
	margin-left: 2px;
}

#menuarbre select {
	margin-top: 5px;
	width: 79%;
	height: 3vh;
	font-size: 0.8vw;
}

#menuarbre div:first-child {
	text-align: center;
	font-size: 0.8vw;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}

#menuarbre div:nth-child(3) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.8vw;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 40px;
}

#menuarbre div:nth-child(3):hover {
	cursor: pointer;
	background-color: #40A497;
}

#menuarbre div:nth-child(3) div {
	margin-right: 5px;
	width: 18%;
}

#menuarbre div:nth-child(4) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.8vw;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 40px;
}

#menuarbre div:nth-child(4):hover {
	cursor: pointer;
	background-color: #40A497;
}

#menuarbre div:nth-child(4) div {
	margin-right: 5px;
	width: 18%;
}





.col2-5 {
	width: 2.5%;
}

.col2-5 img {
	width: 90%;
	margin: 4px;
	cursor: pointer;
}

.col2-5N {
	width: 2.5%;
	border-top: 1px solid #FFF;
}

.col2-5NE {
	width: 2.5%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.col2-5E {
	width: 2.5%;
	border-right: 1px solid #FFF;
}

.col2-5SE {
	width: 2.5%;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.col2-5S {
	width: 2.5%;
	border-bottom: 1px solid #FFF;
}

.col2-5SW {
	width: 2.5%;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.col2-5W {
	width: 2.5%;
	border-left: 1px solid #FFF;
}

.col2-5NW {
	width: 2.5%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.col20-0 {
	width: 300px;
	max-width: 300px;
	/*border: 1px solid red;*/
}

.col20-0 input {
	width: 100%;
	font-size: 0.8vw;
	color: #000;
}


 
/*******************************************/
/*        Style page placepage.php         */
/*******************************************/
.divtabpays {
	width: 18%;
	/*height: 530px;*/
}

#tablepays {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #FFF;
	background-color: #11314F;
}

#tablepays th {
	height: 5vh;/*40px;*/
	background-color: #11314F;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 1.2vw;
}

#tablepays tbody
{
	display: block;
	height: 50vh;
	overflow-y: scroll;
	border-top: 1px solid #FFF;
}

#tablepays tbody tr {
	height: 5vh;
	display:table;
    width:100%;
    table-layout:fixed;
}

#tablepays tbody td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 1vw;
}

#tablepays thead {
	display:table;
	table-layout:fixed;
	width: calc( 100% - 12px );
}

#tablepays tr:nth-child(odd) {
	background-color: #73C2FB;
}

#tablepays tr:nth-child(even) {
	background-color: #CCFFFF;
}

#tablepays th:last-child, #tablepays td:last-child {
	display: none;
}


#tabledpt {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #FFF;
	background-color: #11314F;
}

#tabledpt th {
	height: 5vh;/*40px;*/
	background-color: #11314F;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 1.2vw;
}

#tabledpt tbody
{
	display: block;
	height: 50vh;
	overflow-y: scroll;
	border-top: 1px solid #FFF;
}

#tabledpt tbody tr {
	height: 5vh;
	display:table;
    width:100%;
    table-layout:fixed;
}

#tabledpt tbody td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 1vw;
}

#tabledpt thead {
	display:table;
	table-layout:fixed;
	width: calc( 100% - 12px );
}

#tabledpt tr:nth-child(odd) {
	background-color: #73C2FB;
}

#tabledpt tr:nth-child(even) {
	background-color: #CCFFFF;
}

#tabledpt th:nth-child(2), #tabledpt th:last-child, #tabledpt td:nth-child(2), #tabledpt td:last-child {
	display: none;
}

#dptnodiv {
	display: flex;
	justify-content: space-between;
	margin-top: 1vh;
}

#dptnodiv input {
	width: 25%;
	text-align: center;
}


#tableville {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #FFF;
	background-color: #11314F;
}

#tableville th {
	height: 5vh;/*40px;*/
	background-color: #11314F;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 1.2vw;
}

#tableville tbody
{
	display: block;
	height: 50vh;
	overflow-y: scroll;
	border-top: 1px solid #FFF;
}

#tableville tbody tr {
	height: 5vh;
	display:table;
    width:100%;
    table-layout:fixed;
}

#tableville tbody td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 1vw;
}

#tableville thead {
	display:table;
	table-layout:fixed;
	width: calc( 100% - 12px );
}

#tableville tr:nth-child(odd) {
	background-color: #73C2FB;
}

#tableville tr:nth-child(even) {
	background-color: #CCFFFF;
}

#tableville th:nth-child(2),
#tableville th:nth-child(3), 
#tableville th:last-child,
#tableville td:nth-child(2),
#tableville td:nth-child(3),
#tableville td:last-child {
	display: none;
}

#villecoorddiv {
	display: flex;
	justify-content: space-between;
	margin-top: 1vh;
}

#villecoorddiv input {
	width: 35%;
	text-align: center;
}

#villecoorddiv span {
	
}


/*******************************************/
/*        Style page familypage.php        */
/*******************************************/

.bodyscroll {
	height: 461px;
	overflow-y: scroll;
	border: 1px solid #FFF;
	border-top: 0;
}

.mytable_header {
	width: calc( 100% - var(--scrollbarWidth) );
	display: table;
  	table-layout: fixed;
  	color: #FFF;
	border: 0;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
	border-spacing: 0;
}

.mytable_header tr th {
	height: 46px;
	box-sizing: border-box;
}

.mytable_body {
	width: 100%;
	display: table;
  	table-layout: fixed;
  	color: #000;
	background: #11314F;
	border: 0;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
	border-spacing: 0;
}

.mytable_body tr td {
	height: 46px;
	box-sizing: border-box;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
}

.mytable_body tr:nth-child(odd) td {
	background-color: #CCFFFF;
}

.mytable_body tr:nth-child(even) td {
	background-color: #73C2FB;
}

#tablefamily_head {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #FFF;
	background-color: #11314F;
}

#tablefamily_head thead {
	display:table;
	table-layout:fixed;
	width: calc( 100% - var(--scrollbarWidth) );
}

#tablefamily_head th {
	height: 5vh;/*40px;*/
	background-color: #11314F;
	color: #FFF;
	/*border-right: 1px solid #FFF;*/
	font-size: 1.2vw;
}

#tablefamily_body tbody
{
	height: 460px;
	overflow-y: scroll;
	border: 1px solid #FFF;
	background-color: #BABABA;
	box-sizing: border-box;
}

#tablefamily_body tbody tr {
	height: 5vh; /*40px;*/
	display:table;
    width:100%;
    table-layout:fixed;
}

#tablefamily_body tbody td {
	/*border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;*/
	font-size: 1vw;
	box-sizing: border-box;
}

#tablefamily_body tr:nth-child(odd) {
	background-color: #73C2FB;

}

#tablefamily_body tr:nth-child(even) {
	background-color: #CCFFFF;
}

.divtabfamily {
	width: 25%;
	height: 630px;
}

.cadre_family {
	border: 1px solid #FFF;
	background-color: #BABABA;
	text-align: left;
	padding-left: 9%;
	padding-right: 9%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	font-size: 1vw;
}

.cadre_family input {
	font-size: 1vw;
	border: none;
	height: 3vh;
	width: 100%;
	margin-top: 0.7vh;
	margin-bottom: 1vh;
}

.enligne {
	display: flex;
	line-height: 3.5vh;
}

#decalage {
	font-size: 0.7vw;
	border: 1px solid lightgrey;
}

#decalage input[type="radio"] {
	width: 1.5vh;
	display: inline-flex;
	align-items: center;
	justify-items: center;
	margin:  2px;
	margin-right: 0.4vw;
	margin-left: 0.4vw;
}

/*******************************************/
/*        Style page userpage.php          */
/*******************************************/

#tableuser_head {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #FFF;
	background-color: #11314F;
}

#tableuser_head thead {
	display:table;
	table-layout:fixed;
	width: calc( 100% - var(--scrollbarWidth) );
}

#tableuser_head th {
	height: 5vh;
	background-color: #11314F;
	color: #FFF;
	font-size: 0.8vw;
	border-right: 1px solid #FFF;
}

#tableuser_body {
	border: 0px;
}

#tableuser_body tbody
{
	height: 460px;
	overflow-y: scroll;
	/*border: 1px solid #FFF;*/
	background-color: #BABABA;
	box-sizing: border-box;
}

#tableuser_body tbody tr {
	height: 40px; /*5vh;*/
	display:table;
    width:100%;
    table-layout:fixed;
}

#tableuser_body tbody td {
	border: 0px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 1vw;
}


#tableuser_head th:first-child, #tableuser_body td:first-child {
	width: 20%;
}

#tableuser_head th:nth-child(2), #tableuser_body td:nth-child(2) {
	width: 20%;
}

#tableuser_head th:nth-child(3), #tableuser_body td:nth-child(3) {
	width: 10%;
}

#tableuser_head th:nth-child(4), #tableuser_body td:nth-child(4) {
	width: 20%;
}

#tableuser_head th:nth-child(5), #tableuser_body td:nth-child(5) {
	width: 12%;
}

#tableuser_head th:nth-child(6), #tableuser_body td:nth-child(6) {
	border-right: 0px;
}


#tableuser_head th:last-child, #tableuser_body td:last-child {
	display: none;
}


#radiouserpage {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #FFF;
	font-size: 0.9vw;
	margin-bottom: 1vh;
}

#radiouserpage input {
	margin:1%;
	width: 5%;
}

#userbuttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6vh;
}

#userbuttons input:first-child {
	background-color: yellow;
}

#userbuttons input:nth-child(2) {
	background-color: lightgrey;
}

#userbuttons input:nth-child(3) {
	background-color: red;
}

#userbuttons1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6vh;
}

#userbuttons1 input:first-child {
	background-color: yellow;
	width: 45%;
}

#userbuttons1 input:nth-child(2) {
	background-color: lightgrey;
	width: 45%;
}



/*******************************************/
/*        Style page adminpage.php         */
/*******************************************/
#admindiv1 {
	display: flex;
	justify-content: space-around;
	margin-top: 14vh;
}

#admindiv1 input {
	width: 25%;
	min-height: 16vh;
	font-family: 'dakota';
	font-size: 1.5vw;
	font-weight: bold;
	color: #444;
	border-radius: 4vh;
	border: 1px solid #254061;
	background-color: #EBEBEB;
	text-align: center;
	box-shadow: -5px -5px 2px rgba(0, 0, 0, 0.5) inset, 5px 5px 2px
		rgba(255, 255, 255, 0.6) inset;
}

#admindiv1 input:hover {
	cursor: pointer;
}



/******************************************/
/*          Style page index.php          */
/******************************************/
.login_title {
	color: white;
	font-family: 'dakota';
	font-size: 5vw;
	text-shadow: 0.05em 0.05em 0.1em;
	text-align: center;
	margin: auto;
}

.login_form {
	text-align: center;
	margin-top: 6vh;
}

.login_form input {
	width: 12%;
	min-height: 2.5vw;
	font-size: 1.2vw;
	margin-left: 2vw;
	margin-right: 2vw;
}

.login_form input[id=entrer_btn] {

	font-family: 'dakota';
	font-size: 1.5vw;
	color: #444;
	border-radius: 1vh;
	border: 1px solid #254061;
	background-color: #EBEBEB;
	text-align: center;
	box-shadow: -5px -5px 2px rgba(0, 0, 0, 0.5) inset, 5px 5px 2px
		rgba(255, 255, 255, 0.6) inset;
	height: 8vh;
}


#indexheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	height: 100px;
	margin-bottom: 20vh;
}

#indexheader>img {
	width: 120px;
}



/******************************************/
/*           Style toutes pages           */
/******************************************/
.headeradmin {
	display: flex;
	justify-content: space-between;
	min-width: 500px;
}

.headeradmin>img {
	width: 60px;
	height: 60px;
}

.headeradmin p {
	color: white;
	font-family: 'dakota';
	font-size: 2em;
	text-shadow: 0.05em 0.05em 0.1em;
	margin: auto;
}
.headeradmin a img {
	height: 60px;
}

.admincontact {
	width: 100%;
	margin-top: 2vh;
	margin-bottom: 2vh;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #FFF;
}

 .admincontact img {
 	width: 30px;
 }

 .admincontact a {
 	color: #FFF;
 	margin-left: 5px;
 }

.familyname {
	width:50%;
	color: #FFF;
	font-size: 1.5vw;
}

.familyname1 {
	width:100%;
	color: #FFF;
	font-size: 1.5vw;
	text-align: center;
}

#familylist {
	width:100%;
	font-size: 1vw;
	margin-top: 0.7vh;	
	margin-bottom: 1vh;
	color: lightgrey;
	background-color: #FFF;
	height: 3.6vh;
}

#familylist option {
	color: red;
}

.col_20b {
	width: 20%;
}

.col_90f {
	display: inline-flex;
	justify-content: space-between;
	width: 90%;
	margin-left: 5%;
	min-width: 500px;
}

.col_92f {
	display: inline-flex;
	justify-content: space-between;
	width: 92%;
	margin-left: 4%;
	min-width: 500px;
}

.col_90fv {
	width: 90%;
	margin-left: 5%;
	min-width: 500px;
}


.divtab {
	width: 75%;
	height: 630px;
}

.form_right {
	text-align: center;
}

.form_right form {
	font-size: 1vw;
}

.title_form_right{
	font-size: 1.2vw;
	color: #FFF;
	border: 1px solid #FFF;
}

.title_form_right p {
	margin-bottom: 1vh;
	margin-top: 1vh;
}

.cadre_form_right {
	border: 1px solid #FFF;
	background-color: #BABABA;
	text-align: left;
	padding-left: 9%;
	padding-right: 9%;
}

.cadre_form_right form {
	margin-top: 1vh;
	padding-bottom: 1vh;
}

.cadre_form_right input {
	font-size: 1vw;
	margin-bottom: 1vh;
	border: none;
	height: 3vh;
	width: 100%;
}

.cadre_form_right select {
	width: 100%;
	height: 3.5vh;
	margin-bottom: 1vh;
	font-size: 0.8vw;
}

.button {
	text-align: center;
	margin: 0;
	font-family: 'dakota';
	color: #444;
	font-size: 0.8vw;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #778A9D;
	box-shadow: -5px -5px 2px rgba(0, 0, 0, 0.5) inset, 5px 5px 2px
		rgba(255, 255, 255, 0.6) inset;
	position: relative;
	display: inline-block;
	height: 4vh;
	width: 30%;
}

.button:hover {
	cursor: pointer;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5) inset, -5px -5px 2px
		rgba(255, 255, 255, 0.6) inset;
}


#shadowing1 {
	/*display : none;*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #008080;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=50);
	text-align: center;
}

#shadowing1 img {
	margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}






/******************************************/
/*           Boîtes de messages           */
/******************************************/
#shadowing {
	display : none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10;
	opacity: 0.7;
	filter: alpha(opacity=50);
}

#box {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%;
	width: 16%;
	height: 160px;
	min-width: 250px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}

#boxcontent {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 88px;
	display: flex;
}

#boxtitle {
	left: 0%;
	width: 100%;
	height: 36px;
	padding: 0;
	padding-top: 6px;
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#boxheader {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#boxfooter {
	display: flex;
	justify-content: flex-end;
	height: 36px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#boxfooter input {
	font-family: 'dakota';
	font-weight: bold;
	margin-right: 8px;
	height: 30px;
}

#iconmsgbox {
	width: 40px;
	margin: auto;
}

#contenticon {
	height: 74px;
	width: 74px;
	margin: auto;
	display: flex;
}

#boxmsg {
	text-align: center;
	width: 80%;
	margin: auto;
	margin-right: 18px;
	white-space: pre-wrap;
}


/***************************/
/*     Boîte 'Confirm'     */
/***************************/

#boxconfirm {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%;
	width: 16%;
	height: 160px;
	min-width: 250px;
	border: 2px solid silver;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}


#boxtitleconfirm {
	left: 0%;
	width: 100%;
	height: 36px; 
	padding: 0;
	padding-top: 6px;
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#boxheaderconfirm {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: silver;
}

#boxcontentconfirm {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 88px;
	display: flex;
	vertical-align: middle;
}

#contenticonconfirm {
	height: 74px;
	width: 74px;
	text-align: center;
}

#iconmsgboxconfirm {
	width: 40px;
	margin-top: 17px;
}

#boxmsgconfirm {
	text-align: center;
	width: 80%;
	margin: auto;
	margin-right: 18px;
	white-space: pre-wrap;
	/*word-wrap: normal;*/
}


/***************************/
/*      Boîte 'Input'      */
/***************************/

#inputbox {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%;
	width: 16%;
	height: 160px;
	min-width: 250px;
	border: 2px solid silver;
	border-radius: 10px;
	background-color: #F2F2F2;
	z-index: 100;
}

#inputboxtitle {
	left: 0%;
	width: 100%;
	height: 36px; 
	padding: 0;
	padding-top: 6px;
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#inputboxheader {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: silver;
}

#inputboxcontent {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#iplabel0 {
	display: inline-block;
	text-align: right;
}

#iplabel1 {
	display: inline-block;
	text-align: right;
}

#iplabel2 {
	display: inline-block;
	text-align: right;
}

#inputboxtext0 {
	display: inline-block;
}

#inputboxtext1 {
	display: inline-block;
}

#inputboxtext2 {
	display: inline-block;
}


#map {
    width : 100%;
    height : 70vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    border: 2px solid white;
}

#titrecarte {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 3vh;
}

#titrecarte span:nth-child(2) {
	font-size: 2vh;
	font-family: verdana, sans-serif;
	color: white;
	border: 1px solid red;
	border-radius: 0.5vh;
	border-color: white;
	padding: 1vh;
}

.spanvide {
	display:  inline-block;
	width:  35%;
}

.spanvide img {
	width: 5%;
	vertical-align: middle;
}

#titrecarte span:nth-child(3) {
	font-size: 1.5vh;
	font-family: verdana, sans-serif;
	color: white;
	/*border: 1px solid red;
	border-radius: 0.5vh;
	margin: auto;*/
	line-height: 4vh;
}


#eventSel {
	font-size: 1vw;
	font-family: verdana, sans-serif;
	color: white;
	padding-top: 5vh;
	text-align: center;
}

#eventSel div {
	width: 45%;
}

#eventSel div div {
	padding-bottom:  2vh;
	width:  100%;
}


#sectioninfo {
	width: 100%;
	margin-top: 3vh;
	border: 2px solid #FFF;
	border-radius: 10px;
	font-size: 1vw;
}

#sectioninfo pre {
	margin-top: 0.6vh;
	margin-bottom: 0.6vh;
}


#listeclicmark {
	font-size: 0.8vw;
	font-family: verdana, sans-serif;
	color: white;
	min-height: 42vh;
	text-align: left;
	padding-left: 1vw;
	padding-right: 1vw;
}

.inparbre {
	color: red;
}