@import url(http://fonts.googleapis.com/css?family=Playfair+Display);

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.label1 {
    cursor: default;
	font-size: large;
	color: white;
	background-color: #8ba23a;
}

.modal {
  display: none;
  background: #8ba23a;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 800px;
  min-height: 300px;
  background-color: #8ba23a;
  color: white;
  padding: 9px 25px;
  display: inline-block;
  font-size: 24px;
}


.ferme {
  font-size: small;
}

.tableau {
  background: #8ba23a;
}
/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
