/* Style des pages */
body {
	background-color: #ffffff;
	text-align: center;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight:500;
	/* height: auto; */
	/* width: 85%; */
	margin: 0;
	padding: 20px;
}
h1 {
	color: #b72f01;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 25px;
	font-weight: bold;
	/* text-transform: capitalize; */
	/* text-align: center; */
}
h2 {
	color: #54595f;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* text-transform: capitalize; */
	/* text-align: left; */
}
.Membretete {
	color: #54595f;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}
h3 {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 16px;
	color: #54595f;
	/* text-align: left; */
}
h4 {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px;
	color: #54595f;
	/* text-align: left; */
}
h5 {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 12px;
	color: #54595f;
	/* text-align: left; */
}
hr {
	color:  #800000;
}
p {
	color: #a60202;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;	
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	/*font-weight: bold;*/
	color: #6ec1e4;
}
/* div {
	 width: 100%;
	 overflow: auto;
} */
select {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 16px;
	color: #0772f2;
	width: 20em;
	height: 2.5em;
}
.center-div {
    display:inline-block;
	padding: 1em;
}
/*------bas de page------*/
.bas_de_page {
	background-image: url(../Files/Image/fond_bas_galerie.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 0.1em dashed #000;
}
.form_contact_bas {
	width: 70%;
	padding: 1em;
	display: flex;
}
.sociaux {	
	background-color: lightgrey;
	opacity: 0.6;
	padding: 1em;
}
#env_contact {
	background-color: white;
}
#env_contact fieldset {
	border: 0px;
}
#env_contact input, #env_contact textarea {
	margin-top: 10px;
}
#env_contact h4 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 5em);
}
/* ------style des images-------------*/
.miniature {
	padding: 0.2em;
	background-color: #D3D3D3;
	cursor: pointer;
}
.miniature:hover {
	background-color: green ;
}
.miniature.fullscreen {
	position: fixed;
	top: 1rem;
}
.miniature img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}
/* .miniature img:hover {	
	filter: grayscale(2);
    -webkit-filter: grayscale(2);
    -moz-filter: grayscale(2);
    -o-filter: grayscale(2);
    -ms-filter: grayscale(2);
} */
.liste_miniatures{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
}
.bas {
	display: flex;
	gap: .5em;
	padding: .2em;
}
.bas p {
	flex-grow: 1;
}
/*-----attente ajout des images-----*/
.loader {
position : fixed;
z-index: 9999;
background : url('icon-loader.gif') 50% 50% no-repeat;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
} 
/*-----new table---------------------*/
table {
	width: 100%;
	margin: 2em auto 0 auto;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	float: center;	 
}
table tr {
	border: 1px solid black;
}
table td{
	padding: 0.5em;
	text-align: center;
	word-break: break-word;
}
#tab_modif .folder {
	width:100px;
}
#tab_modif .descr {
	width:250px;
}
.tab_sociaux {
	padding: 0.5em;
	text-align: left;	
}
.table_coment {
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	float: center;
}
.table_coment_td {
	border: 1px solid #6f0a17;
	padding: 0.5em;
	text-align: center;
}
.td_gal {
	background-color: #cac6c6;
	/*border: 1px solid #6f0a17;*/
	padding: 10px;
	text-align: center;	
}
.td_gal1 {
	background-color: #ffff;
	/*border: 1px solid #6f0a17;*/
	padding: 10px;
	text-align: left;	
}
th {
	background-color: #6f0a17;
	color: #fff;
	border-right: 1px solid #48060e !important;
	padding: 0.8em;
}
.frame {
	background-color: #ddf5fd;	
	color: #fff;
	border-right: 1px solid #c8aeb1 !important;
	padding: 0.8em;
	width: 50%;
	text-align: left;
	vertical-align:top;
}
.frame_end {
	background-image: url(../Images/logo-2020-termine.jpg);
	/*webkit-transform: rotate(5deg);*/
	background-repeat: no-repeat;
	 background-position:center;
	background-color: #ddf5fd;
	border-right: 1px solid #c8aeb1 !important;
	padding: 0.8em;
	width: 50%;
	text-align: left;
	vertical-align:top;
}
/*------formulaire--------------------*/
form {
	/*margin-left:1em;
	margin-right:1em;*/
	width:100%;
	border-radius: 1em;
}
input[type=password], input[type=text], input[type=tel], input[type=email], input[type=mail],input[type=date], textarea {
	width: 100%;
	margin-top: 0.5em;
	padding: 1em;  
	border: 0.1em solid #ccc;
	border-radius: 0.5em;
	resize: vertical;
}
input[type=password], input[type=text], input[type=tel], input[type=mail], input[type=email], input[type=date], textarea {
	width: calc(100% - 1em);
}
/*----champ fecha-dans formulaire fiche----*/
#fecha {
	width: 30%;
	font-size: medium;
	align-content: center;
}
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
button[type=submit] {
  background-color: #b72f01;
  color: white;
  margin-top: 0.5em;
  margin-left: 5%;
  padding: 0.5em 0.5em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /* float: right; */
}
button[type=submit]:hover {
  background-color: #d6c722;
}
:required {
	border-color: #88a;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
	-o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
	box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}
.form-error {
	color: red;
}
.alerte {
	font-family: Poppins-Regular;
    font-size: 2em;
	text-align: center;
	color: red;
}
p.success {
	font-family: Poppins-Regular;
    font-size: 0.5em;
	text-align: center;
	color: green;
}
/*----pages----	*/
/*-----corp du texte de l index-----*/
.corp_index {
	border-top: thin none;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
}
.corp_index_droit {	
	position: relative; right: 1px; top:1px; 
	border-top: thin none;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin none;
}
.connect {
	background-color: #a3e3f8;
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 10px;
}
.connect div {
	display: flex;
	align-items: center;
	gap: 20px;
}
.connect h2 {
	margin: 0;
}
/*---- pour le login----*/
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;  
  width: 50%;
  margin: auto;
}
/*------new style main courente---------------*/
.fiche {
	background-color: #f2f2f2;
	padding: 20px;  
	width: 75%;
	margin: auto;
}
#admin h1 {
	background-color: #0a6f15;
	text-align: center;
	/*padding: 20px;*/
	color: #fff;
	/*margin-bottom: 30px;*/
}
#admin a {
	color: #a60202;
}
.wrap {
	height: 20px;
	width: 300px;
	/*font-size: 25px;*/
	max-width: 1200px;
	margin: 100 auto;
	padding: 10px 20px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    /*width: 6em*/
}
.wrap_admin {
	margin: 1px;
	padding: inherit;
	text-align: left;
	padding: 0;
	box-sizing: border-box;
}
.logo {
  width: 20%;
  padding: 0.1em;
  display: inline-block;
  vertical-align: middle
}
.logo1 {
  width: 75%;
  padding: 0.1em;
  display: inline-block;
  vertical-align: middle
}
.logo_gal{
  width: 10%;
  padding: 0.5em;
  background-color: #cac6c6;
  background-image:url(../Files/Image/logo70.png);
  background-repeat: no-repeat;
  background-position:center;
}
.back-top {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 2em;
	background-color: #ff3b3b;
}
.back-top:hover {
	background-color: #0a6f15;
}
.reponse {
	position: relative;
	margin: 0.5em;
	border: 1px solid gray;
	border-radius: 5px;
	width: 75em;
	max-width: 100%;
	padding: 0.5em;
}
/* Tous les enfants directs qui n'ont pas la classe 'repon' */
.reponse > *:not(.repon) {
	margin-left: 1em;
}
.repon {
	background-color: #ddf5fd;
	margin-top: 0;
	padding: 0.5em;
	border-radius: 5px;
}
/*pour les reponses*/
#boxes {
	content: "";
	display: table;
	clear: both;
	border: 1px solid gray;
	border-radius: 10px;
	width: 99%;
  }
#column1 {
	float: left;
	border: 1px solid gray;
	border-radius: 10px;
   	width:60%;
    padding:0.5em;
}
#column2 {
	float: right;
	border: 1px solid gray;
	border-radius: 10px;
    width:30%;
    padding: 0.5em;
}
/*/pour page modif \main courrente/*/
#liste_images_projet table {
align-items: inherit;
}
#liste_images_projet table td {
	text-align: left;
}
/*page fiche folder*/
.tab_folder {
	border: 10px solid #fff;
	width: 80%;
}
#bouton {
	align-content: end;
}
#middle {
	text-align: left;
}

/*------form journal-----*/
#env_journal {
	width: 70%;
	padding: 1em;
	display: flex;
	align-items: flex-end;
}
#env_journal fieldset {
	align-self: stretch;
}

/*------form cr-----*/
#env_cr {
	/*width: 75%;*/
	padding: 1em;
	display: flex;
	align-items: flex-end;
}
#env_cr fieldset {
	align-self: stretch;
}
/*----- pour les membres---*/
.container_form { 
  background-color: #f2f2f2;
  padding: 20px;  
  width: 70%;
  margin: auto;
}
/* .container_Membre {
  border-radius: 5px;
  background-color: #eeeeee;
  padding: 20px;
  margin: auto;
}
.container_Membre summary {
	padding: 4px;
	width: 200px;
	background-color: #eeeeee;
	border: 50px;
	box-shadow: 1px 1px 1px 1px #bbbbbb;
	cursor: pointer;

  } */
/* #membres form {
	margin-left:1em;
	width:100%;
	border-radius: 1em;
} */
.membres label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.membres input[type=text] {
	width: 50em;
	margin-top: 0.5em;	
	padding: 1em;  
	border: 0.1em solid #ccc;
	border-radius: 0.5em;
	resize: vertical;
}
/* #membres input[type=text]{
	width: calc(100% - 20em);
} */
.membres input[type=text]#nom {
	width: 30em;
	margin-left: 2em;
}
.membres input[type=tel]#tel {
	width: 30em;
}
.membres input[type=email]#mail {
	width: 30em;
	margin-left: 2em;
}
/*----- pour les followers---*/
.sympatisants {
	background-color: #f2f2f2;
	padding: 20px;  
	width: 60%;
	margin: auto;
}
/*----- pour les profils---*/
.profil_container  {
	display: flex;
      /* align-items: center; Utilisez d’autres valeurs pour voir le résultat */
      width: 98%;
      background-color: lightgrey;
	
	}
.profil_left {
	width: 49%;
	padding: 5px 0;
	margin: 5px;
	background-color: white;
	text-align: left;
	font-size: 25px;
}
.profil_right {
	width: 49%;
	padding: 5px 10px;
	margin: 5px;
	background-color: grey;
	text-align: left;
	font-size: 25px;
}

.m_miniature {
padding: 0.1em;
background-color: #E39898;
width: 40%;
text-align: center;
}
img.m_miniature {
	max-width: 90px;
    max-height: 120px;
	min-height: 90px;
    margin: auto;
}
.wrap-login100 {
	width:500px;
	margin: auto;
	border-radius:10px;
	overflow: hidden;
	padding: 55px 55px 37px;
	background: #b72f01;
	background: -webkit-linear-gradient(top,#7579ff,#b224ef);
    background: -o-linear-gradient(top,#7579ff,#b224ef);
    background: -moz-linear-gradient(top,#7579ff,#b224ef);
    background: linear-gradient(top,#7579ff,#b224ef)
}
.login100-form {
    width: 100%;
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login100-form-title {
    font-family: Poppins-Medium;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.p-b-34 {
    padding-bottom: 34px;
}
.p-t-27 {
    padding-top: 27px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,.24);
    margin-bottom: 30px;
}
.input100 {
    font-family: Poppins-Regular;
    font-size: 18pt;
    color: #ffff;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 0 5px 0 38px;
}
.label100 {
    font-family: Poppins-Regular;
    font-size: 2em;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px 0 38px;
}
.col-25 {
	/* float: left; */
	width: 50%;
	/* margin-top: 6px; */
    display: inline-block;
}
.col-75 {
	/* float: left; */
	width: 35%;
	/* margin-top: 6px; */
    display: inline-block;
}
.row {
	padding-top: 20px;
}
.alerte {
	color: red;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom,#7579ff,#b224ef);
    background: -o-linear-gradient(bottom,#7579ff,#b224ef);
    background: -moz-linear-gradient(bottom,#7579ff,#b224ef);
    background: linear-gradient(bottom,#7579ff,#b224ef);
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
img.trombi {
	max-width: 90px;
    max-height: 120px;
	min-height: 90px;
    margin: auto;
}
/*-----pour l'entete----*/
.entete {
	background-color: transparent;
	/*color: #b72f01;*/
	width: 99%;
	font-family: "Open Sans",Arial,sans-serif;
	/*font-size: 45px;*/
	font-weight: bold;
	text-align: center;	
	padding: 0.01em;
}
.entete1 h2{
	color: #54595f;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* text-transform: capitalize; */
	text-align: left;
}
/*---page comites--*/
#comites {
	background-color: #f2f2f2;
	padding: 20px;  
	width: 60%;
	margin: auto;

}
.title {
	font-size: 4rem;
	margin-top: 0px;
	text-align: center;
}
.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #EDEDED;
}
.flex-container div {
	width: 50%;
	overflow: visible;
  }
  .flex-container p {
	font-size: 16px;
	padding: 5px;
	margin: 10px;
	line-height: 200%;
  }

.flex-container1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #EDEDED;
	padding-left: 10px;
  }
  .flex-container1 div {
	width: 50%;
	overflow: visible;
  }
  .flex-container1 p {
	font-size: 16px;
	padding: 5px;
	margin: 10px;
	line-height: 200%;
  }

  .liste_zone {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
  }
  .liste_zone ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
  }
  .liste_zone ul li {
	width: 50%;
	padding: 10px;
	align-items: flex-start !important;
	flex-direction: column;
  }
  .zone-text {
	margin: 10px;
  }

  /*---visioneusse----*/
/*.d1 {
	width: 576px;
	height: 432px;
	margin:50px auto;
	box-shadow: 0px 15px 10px -5px #777;
	background-color: #EDEDED;
	background-size: contain;
	animation: fondu 15s ease-in-out infinite both;
}
.conteneur {
	max-width: 575px;
	margin: 50px auto;
}
/*.d2 {
	width: 620px;
	height: 877px;
	/*padding-top: 80%*/
	/*margin:0.5em auto;
	box-shadow: 1px 1px 1px 10px #f2c6c3;
	background-color: #EDEDED;
	background-size: contain;
	animation: fondu 25s ease-in-out infinite both;
}*/
/*@keyframes fondu {
	0%{background-image: url("../Images/journnal-2020-1Trim-v21.jpg");}
	33.33%{background-image: url("../Images/journnal-2020-1Trim-v22.jpg");}
	66.67%{background-image: url("../Images/journnal-2020-3Trim-v41.jpg");}
	100%{background-image: url("../Images/journnal-2020-3Trim-v42.jpg");}
}*/
/*-----pour la page jounaux----*/
#journaux {
	display: grid;
	grid-template-columns: 15em auto;
	grid-template-rows: auto;
	grid-template-areas:
		"header header"
		"gauche centre";
	/*background-color:#D3D3D3;*/
}
#header {
	grid-area: header;
	/*background-color: #99CCCC;*/
}
#gauche {
	grid-area: gauche;	
	/*position: relative;*/
	background-color:#2f40d473;
	padding:0.5em;
	
}
#centre {
	grid-area: centre;
	/*background-color:#9999CC;*/
	height: 700px;
}
/*-----pour la page compte rendus-----*/
#conteneur_cr {
	display: grid;
	grid-template-columns: 15em auto;
	grid-template-rows: auto;
	grid-template-areas:
		"header header"
		"gauche centre";
}
#header_cr {
	grid-area: header;
}
#centre_cr {
	grid-area: centre;
	/*height: 100%;
	border: 1rem solid rgba(0,0,0,.1);*/
}
#gauche_cr {	
	grid-area: gauche;
	background-color:#3bc4f5;
	padding:0.5em;
}
/*--------pour la nouvelle page document qui remplace journaux et compte rendues----*/
#field_doc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 2em;
}
#env {
	position: sticky;
	left: 90%;
}
#conteneur_doc {
	display: grid;
	grid-template-columns: 15em auto;
	grid-template-rows: auto;
	grid-template-areas:
		"header header"
		"gauche centre";
}
#header_doc {
	grid-area: header;
}
#centre_doc {
	grid-area: centre;
	/*height: 100%;
	border: 1rem solid rgba(0,0,0,.1);*/
}
#gauche_doc {	
	grid-area: gauche;
	background-color:#3bc4f5;
	padding:0.5em;
}

/*----page modif dossier----*/
.modif_dossier {
	margin-left: 10%;
	margin-right: 10%;
	}
/*----- menu en page d'entete-----*/
nav{
	width:100%;
	margin:0 auto;
	background-color:#ff3b3b;
	position: -webkit-sticky;
	position: sticky;
	top: -5px;
}
nav ul{
	list-style-type:none;
}
nav ul li{
	float:left;
	width: 15%;
	text-align:center;
	position: relative;
	font-size: 12px;
}
nav ul li button {
	background-color: transparent;
	color:white;
	padding: 0.5em 0.5em;
	font-size: 16px;
	border: 0;
}
nav ul li button:hover {
	 background-color: #26bff4;
	color: white;
	padding: 0.5em 0.5em;
	font-size: 16px;
	border: 0;
}
nav ul::after{
	content:"";
	display:table;
	clear:both;
}
nav a{
	display: block;
	text-decoration:none;
	color:black;
	border-bottom: 2px solid transparent;
	padding:10px 0px;
}
nav a:hover{
	color:orange;
	border-bottom: 2px solid gold;
}
.sous{
	display:none;
	box-shadow:0px 1px 2px #ccc;
	background-color:#ff3b3b;
	position:absolute;
	width: 75%;
	z-index: 1000;
}
nav > ul li:hover .sous{
	display:block;
}
.sous li {
	float:none;
	width:100%;
	text-align:left;
	color:white;
}
.sous a{
	padding:5px 5px;
	border-bottom:none;
}
.sous a:hover{
	border-bottom:none;
	background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
	content:"";
	font-size:12px;
}
.ulbutton {
	 background-color: transparent;
	color:red;
	padding: 0.5em 0.5em;
	font-size: 16px;
	border: 0;
	
}
.ulbutton:hover {
	 background-color: #26bff4;
	color: white;
	padding: 0.5em 0.5em;
	font-size: 16px;
	border: 0;
	
}
/*-----menu en page menu1-----*/
ul#menu_horizontal1 {
	padding: 1em;
	background-color: #0A6F15;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
}
/* Je s�lectionne les <li> du menu horizontal 1*/
ul#menu_horizontal1 button {
	color: white;
	padding: 0.1em 0.5em;
	font-size: 18px;
	text-transform: uppercase;
}
ul#menu_horizontal1 button.vert, ul#menu_horizontal1 button:hover {
	background-color: white;
	color: #0A6F15;
}
ul#menu_horizontal1 button.vert:hover {
	background-color: unset;
	color: white;
}
/*gestion des boutons*/
button {
	background-color: transparent;
	color: gray;
	padding: 0.5em 0.5em;
	border: 0.1em solid grey;
	font-size: 12px;
	cursor: pointer;
}
button:hover {
	background-color: #0a6f15;
	color: white;
  }
button.vert {
	background-color: #0a6f15;
	color: white;
}
button.vert:hover {
	background-color: transparent;
	color: gray;;
}
.bp_modif{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #33FF00;
	text-decoration: blink;
	border: medium outset #3300FF;
	background-color: #FFFFFF;
}