@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
* {box-sizing: border-box;}
body {
	font-family: 'Source Sans Pro', sans-serif;  font-weight: 300;
	
  background-image: url('car_blanc.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 150px;
  background-repeat: repeat;  
  background-blend-mode: normal;
}


.header {
	width:100%;
	color: white;
	text-align: right;
	opacity:0.9;
	
	line-height:25px;

}

.header #titre {
    font-size: 40px;
	
	  vertical-align:middle;
}.header #titre2 {
    font-size: 15px;
	text-align: center;
	font-family:Microsoft Yi Baiti;
	
}








.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}

.ailegauche > .material-icons{
	font-size:60px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;height:40px;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;height:40px;
  font-size:14pt;
  font-family: 'Source Sans Pro', sans-serif;font-weight: 700;
  
}

.input-field:focus {
  border: 2px solid dodgerblue;
}


button {
    /* background-image:linear-gradient(30deg,#0690fb, #fb0657); */
	/* background-repeat:no-repeat; */
	/* background-size:100%; */
	background-color: #0b141b;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
	font-size:1.2em;
}

button:hover {
    opacity: 0.8;
}
.contenu {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}




/* Text Elements */

span.text-element span.text-text-1 {
  color: #fdfafa;
}

/* Layout Elements */

.container.container-2 {
  /* position: -webkit-sticky; */
  /* position:         sticky; */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display:    -moz-box; */
  /* display: -ms-flexbox; */
  /* display:         flex; */
  /* -webkit-flex-direction: row; */
      /* -ms-flex-direction: row; */
          /* flex-direction: row; */
  /* -ms-flex-align: center; */
  width: 500px;
  height:110px;
  

  /* -webkit-box-align: center; */
 /* -webkit-align-items: center; */
    /* -moz-box-align: center; */
         /* align-items: center; */
 /* -webkit-box-orient: horizontal; */
 /* -webkit-box-direction: normal; */
    /* -moz-box-orient: horizontal; */
    /* -moz-box-direction: normal; */
	display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    clear: none;
    -ms-flex-align: center;
    vertical-align: middle;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    justify-self: last-baseline;
    grid-area: elementArea;
    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
}

.flex-flyer{
display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    clear: none;
    -ms-flex-align: center;
    vertical-align: middle;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    justify-self: last-baseline;
    grid-area: elementArea;
    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
}

.container.entete {
 
  background-color: transparent;
  /* background-color: #0b141b; */
  /* box-shadow: rgba(0, 0, 0, .5) 2px 2px 10px 1px; */
width:500px;
height:100px;
text-align:center;
  display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    clear: none;
    -ms-flex-align: center;
    vertical-align: middle;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    justify-self: last-baseline;
    grid-area: elementArea;
    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
}

div.responsive-picture.picture-2 {
  max-width: 35px;
}



@media only screen and (max-width: 64rem) {
  /* Layout Elements */

  .container.container-2 {
    width: 100%;
  }
  
  
  .container #photo{
		max-width:50px;
	}
	  
  .container.container-4 {
    position: -webkit-sticky;
  position:         sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  min-height: 0;
  max-width:500px;
  margin-top:10px;
  width: 100%;
  height: auto;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  }

  
  
  .container.ailegauche {
    position: relative;
  display: block;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
  width: 95%;
  border: .125rem solid #0a0a0a;
  border-radius: 5px;
  background-color: #ccc;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  }
  .container #zgauche {
    position: relative;
  display: block;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
  width: 95%;
  border: .125rem solid #0a0a0a;
  border-radius: 5px;
  background-color: #fffeff;
padding:25px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  }
  
  
  
  
  .container.entete {
   margin-top:0;
  }

}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  span.text-element span.text-text-1 {
    color: #fff6f6;
  }

  /* Layout Elements */

  body.corps {
    z-index: -39;
    background-color: #eeeded;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    opacity: 1;

    background-blend-mode: normal;
  }

  .container.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    width: 100%;

   -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
  }

  

  .container.container-4 {
    position: -webkit-sticky;
  position:         sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  min-height: 0;
  max-width: 500px;
  height: auto;
  margin-top:10px;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  }


  .container.ailegauche {
    position: relative;
  display: block;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
  width: 95%;
  border: .125rem solid #0a0a0a;
  border-radius: 5px;
  background-color: #ddd;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  }
.container #zgauche {
    position: relative;
  display: block;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
  width: 95%;
  border: .125rem solid #0a0a0a;
  border-radius: 5px;
  background-color: #fffeff;
  padding:25px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  }
.container #photo{
	max-width:90px;
}


  .container.entete {
    display: block;
    -ms-flex-order: 0;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    padding-top: 7px;
    padding-bottom: 0;
    max-width: none;
    max-height: none;
    /* background-color: transparent; */
  background: rgba(103, 45, 74, 0.85);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    /*box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 1px 1px;*/
    
	margin-top:5px;

    -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  background-blend-mode: normal;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  }

  

  div.responsive-picture.picture-2 {
    max-width: 55px;
  }

}















.error{
text-decoration: none;
font-family: Century Gothic;
font-size: 1.01em;
color: #FFFFFF;
background-color: #ff0000;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding-left:7px;
padding-right:7px;

}



.warning{
text-decoration: none;
font-family: Century Gothic;
font-size: 1.1em;
color: #000;
background-color: #fade42;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding-left:7px;
padding-right:7px;

}



.done{
text-decoration: none;
font-family: Century Gothic;
font-size: 1.1em;
color: #333333;
background: transparent;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding-left:7px;
padding-right:7px;
}