body
{
  background:fixed;
  background-color:white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cs-back
{
  background-image: url(../medias/rayons.png);
  opacity:0.9;
}

.cs-vertical-align{
  vertical-align: middle;
}

.cs-a {
  text-decoration: none; }

.cs-bold {
  font-weight: bold; }

.cs-upper {
  text-transform: uppercase; }

.cs-lower {
  text-transform: lowercase; }

.cs-text-green {
  color: #006600; }

.cs-text-grey {
  color: #4b4b4b; }

  .cs-small-caps{
	font-variant: small-caps;
}

.cs-yellow {
  color: #ffff00; }

.cs-block{
	display: block;
}

.cs-opacity-min {
  opacity: 0.95; }

.cs-flex{
  display: flex;
}

.cs-flex-row{
  flex-direction: row;
}

.cs-flex-column{
  flex-direction: column;
}

.cs-flex-start{
  justify-content: flex-start;
}

.cs-flex-end{
  justify-content: flex-end;
}

.cs-flex-center{
  justify-content: center;
}

.cs-flex-between{
  justify-content: space-between;
}

.cs-flex-around{
  justify-content: space-around;
}

.cs-flex-cross-start{
  align-items: flex-start;
}

.cs-flex-cross-end{
  align-items: flex-end;
}

.cs-flex-cross-center{
  align-items: center;
}

.cs-flex-cross-baseline{
  align-items: baseline;
}

.cs-flex-cross-stretch{
  align-items: stretch;
}

input:focus
{
  box-shadow: 2px 2px 2px #ffffcc;
}

.cs-cursor-pointer
{
  cursor:pointer;
}

.cs-title-round
{
  border-radius: 10px 10px 0px 0px;
}

.cs-round-top
{
  border-radius: 10px 10px 0px 0px;
}

.cs-round-left
{
  border-radius: 10px 0px 0px 10px;
}

.cs-round-topleft
{
  border-radius: 10px 0px 0px 0px;
}

.cs-round-right
{
  border-radius: 0px 10px 10px 0px;
}

.cs-round-topright
{
  border-radius: 0px 10px 0px 0px;
}

.cs-round-top
{
  border-radius: 10px 10px 0px 0px;
}

.cs-round-bottom
{
  border-radius: 0px 0px 10px 10px;
}

.cs-round
{
  border-radius: 10px 10px 10px 10px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.signature
{
  display: none;
}

/*# sourceMappingURL=styles.css.map */
