﻿/********************************
        GENERALITES
********************************/

body {
    background: #072952 radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%) 0 0 no-repeat;
    text-align: center;
    margin: auto;
    padding: auto;
    max-width: 1300px;
}

* {
   /* font-family: 'Times New Roman', sans-serif;*/
	font-style:normal;
	
}

h1, h2, h3 {
    margin-bottom: 20px !important;
}

h1, h2 {
    color: darkblue;
}

.row {
   margin-bottom: 0px;
   margin-left:0px;
   margin-right:0px;
   width:100%;
}

.row-titre
{
	color:white;
	background-color:darkblue;
	
}

.row-texte
{
	border : 1px darkblue solid;
	background-color : white;
	color : darkblue;
	font-size : 16px;
	
	
}

/* Formatage du texte */


p {
   
    text-align: justify;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 20px;
	line-height:normal;
}

p a {color:darkred;text-decoration:none;}

/********************************
        HEADER
********************************/

header {
    margin-top: 20px;
}

header button {
    margin-top: 5px;
    margin-bottom: 25px;
}

/* Les Boutons */

button {
    font-size: 1.2em !important;
}

.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 5px 5px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
 /*   -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}

.button-xs {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 5px 5px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
 /*   -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

/* green */
.green {
    color: #fff;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.green:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* blue */
.blue {
    color: #fff;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* red */
.red {
    color: #fff;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

.red:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* orange */
.orange {
    color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.orange:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* white */
.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* rosy */
.rosy {
    color: #fff;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
    background: #ba4b58;
    background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
    background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
    color: #dca4ab;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
    background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* blue-sombre */
.blue-sombre {
    color: #fff;
    border: solid 1px #29538D;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#6A86D6), to(#354c8c));
    background: -moz-linear-gradient(top,  #6A86D6,  #354c8c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A86D6', endColorstr='#354c8c');
}

.blue-sombre:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#354c8c), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#354c8c', endColorstr='#00678e');
}

.blue-sombre:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#354c8c), to(#6A86D6));
    background: -moz-linear-gradient(top,  #354c8c,  #6A86D6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#354c8c', endColorstr='#6A86D6');
}

/********************************
        FIL D'ARIANE
********************************/

.breadcrumb {
  padding: 0px 10px;
  margin: 10px 0 0px 0;
  border: solid #DCDCDC 2px;
  border-radius: 5px;
  background-color: #DCDCDC;
}

.nav>li>a {
    padding: 2px 15px !important;
}

/********************************
        ARTICLE (SECTION)
********************************/

section {
	border: solid white 2px;
    border-radius: 5px;
    background-color:#011937;
	border-color: #fff;
  /*  padding: 10px;*/
    margin-bottom: 20px;
}

.infos {
    color: #00adee;
    font-style: italic;
    margin-bottom: 20px;
}


.spip_documents img {
	position: relative;
	 display: block;
    margin-left: auto;
    margin-right: auto; 
}


.spip_documents img:hover {
/*	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;*/
}

.spip_documents span ~ p {
	float: right;
	color: red;
	border: 2px solid white;
}

/* player vidéo */
.jwplayer {

	margin-left: 10px !important;
		margin-bottom: 20px;
}

/* images dans description */
.parties img {
	border: white solid 1px;
	border-radius: 5px;
	
	height:auto; 
}

/********************************
        ASIDE
********************************/

aside {
    border-radius: 5px;
    border-color: #fff;
    padding: 10px;
    margin-bottom: -30px;
}

/* Les onglets */

.btn-onglet {

    border-radius: 20px 20px 0px 0px;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: -10px;
    height: 40px;
    cursor: pointer;
	/* Ombre du texte : donne effet de contour */
	text-shadow: #000 0.5px 0.5px 1px, #000 -0.5px 0.5px 1px, #000 -0.5px -0.5px 1px, #000 0.5px -0.5px 1px;
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
}

/* Couleur texte de l'onglet */

.nav-tabs {
	border-radius: 50px 50px 0 0;
	padding-right:0px;
	border-bottom:0px solid white;
}

.nav-tabs>li>a {
	color: #fff !important;
}

/* Effet onglet actif */
.nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover {
	border-color: #fff;
	background: #fff;
}

li.btn-onglet.active {
		height:50px;
	top:-10px;
	border:none;
}

li.btn-onglet {
		margin-bottom:-10px;
		height:40px;
			border:none;
			border-bottom:none;
			margin-right:10px;
	
}


li#onglet1 {
	background-image: radial-gradient(circle at top left, white, #8904B1);
	margin-bottom:-10px;
		height:40px;
			border:none;
			border-bottom:none;
			margin-right:5px;
			width:auto;
	
	
}

li#onglet1.active {
		height:50px;
	top:-10px;
	border:none;
	width:auto;
	background: #fff;
	
	
}

li#onglet1.active h4 {
	color:#0a79fe;
	text-shadow:none;
}

li#onglet2 {
	background-image: linear-gradient(to right, blue, white, red);
	margin-bottom:-10px;
		height:40px;
			border:none;
			border-bottom:none;
			margin-right:5px;
			width:auto;
	
	
}

li#onglet2.active {
		height:50px;
	top:-10px;
	border:none;
	width:auto;
	background: #fff;
	
	
}

li#onglet2.active h4 {
	color:#0a79fe;
	text-shadow:none;
}

li#onglet3 {
	background-image: linear-gradient(to right, #0B3B0B, #58FA58);
	margin-bottom:-10px;
		height:40px;
			border:none;
			border-bottom:none;
			margin-right:5px;
			width:auto;
	
	
}

li#onglet3.active {
		height:50px;
	top:-10px;
	border:none;
	width:auto;
	background: #fff;
	
	
}

li#onglet3.active h4 {
	color:#0a79fe;
	text-shadow:none;	
}

li#onglet4 {
	background-image: radial-gradient(circle at center, white, orange);
	margin-bottom:-10px;
		height:40px;
			border:none;
			border-bottom:none;
			margin-right:5px;
			width:auto;
	
	
}

li#onglet4.active {
		height:50px;
	top:-10px;
	border:none;
	width:auto;
	background: #fff;
	
	
}

li#onglet4.active h4 {
	color:#0a79fe;
	text-shadow:none;	
}

li#onglet5 {
	background-image: linear-gradient(to top, white, blue);
	margin-bottom:-10px;
		height:40px;
			border:none;
			border-bottom:none;
			margin-right:5px;
			width:auto;
	
	
}

li#onglet5.active {
		height:50px;
	top:-10px;
	border:none;
	width:auto;
	background: #fff;
	
	
}

li#onglet5.active h4 {
	color:#0a79fe;
	text-shadow:none;	
}

@media screen and (max-device-width:480px) {
/** ici les styles qui vont bien **/
li.btn-onglet {
		margin-bottom:-10px;
		height:65px;
		border:none;
		border-bottom:none;
	
}

li.btn-onglet.active {
		height:75px;
	top:-10px;
	border:none;
}

li#onglet1 {
	background-image: radial-gradient(circle at top left, white, #8904B1);
	margin-bottom:-10px;
		height:65px;
			border:none;
			border-bottom:none;
			margin-right:10px;
			width:100%;
	
	
}

li#onglet1.active {
		height:75px;
	top:-10px;
	border:none;
	width:100%;
	background: #fff;
	
	
}

li#onglet2 {
	background-image: linear-gradient(to right, blue, white, red);
	margin-bottom:-10px;
		height:65px;
			border:none;
			border-bottom:none;
			margin-right:10px;
			width:100%;
	
	
}

li#onglet2.active {
		height:75px;
	top:-10px;
	border:none;
	width:100%;
	background: #fff;
	
	
}

li#onglet3 {
	background-image: linear-gradient(to right, #0B3B0B, #58FA58);
	margin-bottom:-10px;
		height:65px;
			border:none;
			border-bottom:none;
			margin-right:10px;
			width:100%;
	
	
}

li#onglet3.active {
		height:75px;
	top:-10px;
	border:none;
	width:100%;
	background: #fff;
	
	
}

li#onglet4 {
	background-image: radial-gradient(circle at center, white, orange);
	margin-bottom:-10px;
		height:65px;
			border:none;
			border-bottom:none;
			margin-right:10px;
			width:100%;
	
	
}

li#onglet4.active {
		height:75px;
	top:-10px;
	border:none;
	width:100%;
	background: #fff;
	
	
}

li#onglet5 {
	background-image: linear-gradient(to top, white, blue);
	margin-bottom:-10px;
		height:65px;
			border:none;
			border-bottom:none;
			margin-right:10px;
			width:100%;
	
	
}

li#onglet5.active {
		height:75px;
	top:-10px;
	border:none;
	width:100%;
	background: #fff;
	
	
}





}

.nav-tabs>li.active>a {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li>a {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li.active>a:hover {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li>a:hover {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li.active>a:active {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li>a:active {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li.active>a:visited {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li>a:visited {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li.active>a:link {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

.nav-tabs>li>a:link {
    border-radius: 20px 20px 0 0 !important;
	background-color:transparent;
	border: 0px solid black;
}

/* La div des onglets */

.onglets {
    border-radius: 5px;
    border-color: #fff;
    margin-bottom: 20px;
}

/* Les vignettes */

/*img.adapt-img.spip_logos {
	
	margin:auto;
	 border: 1px solid #ccc;
	
} */

html img.img-adapt{
	
	opacity:10;
	
}
.adapt-img-wrapper { border-radius:5px;border: 2px solid white; opacity:1;margin-top:5px;margin-bottom:5px;}

.adapt-img-wrapper:hover { border-radius:5px;border: 2px solid red;opacity:0.65;filter: alpha(opacity=65);
  /*  -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;*/
	color: #00adee;
	text-decoration: underline;
	/*z-index:10;*/
	position:relative;margin-top:5px;margin-bottom:5px;
	}

.spip_logos {
    border: 1px solid #ccc;
  /*  max-width:195px;
    margin: 10px;
    padding: 0px;*/
}

.vignette img {
  /*  border: 1px solid white;*/
    border-radius: 5px;
	/*z-index:0;*/
}

.vignette:hover img, .vignette:hover .mini-titre {
 /*   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;*/
	color: #00adee;
	text-decoration: underline;
	/*z-index:10;*/
	position:relative;
/*	border: 2px solid white;*/
}


.vignette .mini-titre {
	color: white;
	font-size: 12px;
	text-align: center;
	margin-top: -15px;
	width: auto;
}

.tab-content{
/*	padding-left:0px;*/
	border:2px white solid;
	border-radius:0px 5px 5px 5px;
	padding-top:20px;
}
	
/*.tab-pane{padding-right:25px;}*/

/* Pagination */

#pagination_derniers_articles1 {
    background-color:transparent;
    border:0px;
}

#pagination_derniers_articles2, #pagination_derniers_articles3, #pagination_derniers_articles4, #pagination_derniers_articles5 {
    background-color:transparent;
    border:0px;
}

#pagination_articles2 {
    background-color:transparent;
    border:0px;
}

/********************************
        FOOTER
********************************/

footer {
    color: #fff;
    width: 100%;
}

footer .footer-above {
    background-color: #2c3e50;
}

footer .footer-below {
    padding: 5px 0;
    background-color: #233140;
}

footer .footer-col {
    margin-top: 1%;
    margin-bottom: 1%;
}

footer .row {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer-below {
    background-color: transparent !important;
}

footer .btn {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/********************************
       PAGE CONTACT
********************************/

label.label_contact
{float:left;}

label {
	font-weight : 500;
	margin-bottom: -5px;
}

/********************************
       PAGE SONDAGE
********************************/

.spip_forms .spip_form_label label,
.spip_forms .spip_form_label .label {
	color:#fff !important;
}

.spip_forms {border-left:0px solid white !important; }

/********************************
       RECHERCHE
********************************/

.result_recherche {
	list-style: none;
	color: white;
	text-align: left;
}

ul {
	list-style: none;
}

/********************************
       SONDAGE
********************************/

.sondage {
	max-width: 90%;
	color: white;
	text-align: left;
	float: left;
}

.sondage label {
	text-decoration: none;
	font-size:20px;
	font-weight: 200 !important;
}

.sondage input {
	border-radius: 5px;
}

sondage textarea {
	max-width: 50%;
	float: left;
}
	
.sondage select {
	border-radius: 5px;
}

/********************************
       INUTILE
********************************/

.navbar {
    z-index: -1;
    margin-top: 60px;
}

.lien, .lien:hover {
    color: white !important;
    text-decoration: none;
}

/* Partage FB */

.fa {
	font-size: 25px;
}

.menu button {
    margin-bottom: 5px;
	margin-right:10px;
}

.logo-agglo {
    margin-bottom: 10px;
}

/* Scrollbar */

/*modifier l'apparence des scrollbars de tout le forum*/
body ::-webkit-scrollbar {
  width: 10px; /*largeur de la scrollbar verticale*/
  height: 10px; /*hauteur de la scrollbar horizontale*/
  background-color: darkblue;
  scrollbar-base-color : darkblue; }
  
 
body ::-webkit-scrollbar-track {
  background-color: #FFFFFF; /*couleur du fond de la scrollbar*/}
 
body ::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend*/
  background-color: #00adee; /*couleur de l'ascenseur*/}
  
  html {
    ::-webkit-scrollbar {height:1em;width:1.2em;background:GhostWhite;} /**/
::-webkit-scrollbar-thumb {background:#0B614B;-webkit-box-shadow: 0 0 5px #888; } /*ascenseur*/
::-webkit-scrollbar-thumb:hover {background:purple;}
::-webkit-scrollbar-button {background:#0B6121;-webkit-box-shadow: inset 0 0 0 .0625em rgb(79,79,79), inset 0 0 0 .375em rgb(102,102,102);} /*bouton bas et haut*/
}

/*modifier l'apparence des scrollbars de tout le forum*/
body {
    scrollbar-face-color:#990000;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#cccccc;
    scrollbar-shadow-color:#fbb000;
    scrollbar-highlight-color:#ff55ff;
    scrollbar-3dlight-color:#3399ff;
    scrollbar-darkshadow-color:#000000;
}