@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* 
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body 
{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  background: #251145;
}

.container 
{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#container2 
{
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#container2 h1 
{
  display: block;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}

#container2 h2
{
  display: block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

fieldset 
{
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#container2 #suivant
{
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 25px;
}

#container2 #suivant:hover 
{
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#container2 #suivant:active 
{
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright 
{
  text-align: center;
}

#container2 input:focus,
#container2 textarea:focus 
{
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder 
{
  color: #888;
}

:-moz-placeholder 
{
  color: #888;
}

::-moz-placeholder 
{
  color: #888;
}

:-ms-input-placeholder 
{
  color: #888;
}

/* Reset Select */
select 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #FFFFFF;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand 
{
  display: none;
}
/* Custom Select */
.select 
{
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #ccc;
}
select 
{
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
  border: 1px solid #ccc;
}
/* Arrow */
.select::after 
{
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;

}
/* Transition */
.select:hover::after 
{
  color: #f39c12;
}

#imageCHU
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}