@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

body{
  margin: 0 auto;
  font-family: "Roboto",Open Sans, Calibri, Arial ;
  font-size: 15px;
  color: #424242;
  font-weight: normal;
}


h1 {
  text-align: center;
  color:#d90912;
  font-size: 1.5em;
  font-weight: 500;
}

h2 {
  color:#d90912;
  font-size: 1.2em;
  font-weight: normal;
}

p.qu {
  font-weight: 500;
}

div.contenu_accueil {
  width: 1000px;
  margin: 0 auto;
}


label.radio_bu {
  padding: 1em 2em;
}

div.accueil {
  width: 90%; 
  margin: 3% auto;
}

div.accueil p {
  text-align: justify;
  line-height: 1.5em;
}

div.accueil ul {
  text-align: justify;
}

div.divconsentement {
  background:#e2e2e2;
  padding: 1%;
  font-size: 0.9em;
}


div.pages  {
  width: 70%; 
  margin:  auto;
}

table.echelle {
  width: 90%;
  margin: auto;
  border: 1px solid #e2e2e2;
}

table.echelle td {
  font-weight: 500;
  text-align: center;
}

.question_tableau {
  padding-left: 1%;
}


#tableau_affichage tr {
  height: 45px;
}


#tableau_affichage tr:nth-child(even){background-color: #ddd;}

#tableau_affichage tr:hover {background-color: #a8ccff;}


input[radio] {
  text-align: center;
}
input[type="text"] {
  width: 80%;
  height:3em;
  border: 3px solid #cccccc;
  padding: 5px;
}
input {
    margin-left: 5%;
}
p.hidden {
  display: hidden;
}

fieldset {
  border: none;
}

/*TABLE*/
table {
  width: 100%;
  border-collapse: collapse;
}

td, th {
  border: 1px solid #ddd;
  padding: 10px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4da1d8;
  color: white;
}

td  {
  text-align: center;
}

tr > td:nth-child(1) {
  text-align: left;
}
/*
th.case_one {
  width: 8%;
  background:#B40404;
}

th.case_two {
  width: 8%;
  background:#DF7401;
}
th.case_three {
  width: 8%;
  background:#FFFF00;
  color: #1C1C1C;
}
th.case_four {
  width: 8%;
  background:#40FF00;
}
th.case_five {
  width: 8%;
  background:#088A4B;
}
th.case_six {
  width: 8%;
  background:#E6E6E6;
  color: #1C1C1C;
}
*/

label.lib {
  display: block;
padding: 5px 10px;
margin: 5px 0;
font: 14px;
border-radius: 7px;
background-color: #f2f2f2;
}

label.nc {
  display: block;
padding: 5px 10px;
margin: 5px 0;
font: 14px;
border-radius: 7px;
}

.libelle {
  font-size : 1.2em;
  color:#4da1d8;
  font-weight:600;
}

#formulaire_enquete input[type="submit"]
{
    position: relative;
    display: block;
    padding: 19px 22px ;
    color: white;
    margin: 0 auto;
    background: #d90912;
    font-size: 1.1em;
    text-align: center;
    width: 20%;
    border: 1px solid white;
    margin-bottom: 2em;
    margin-top: 3em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#formulaire_enquete input[type="submit"]:hover
{
    cursor:pointer;
    border: 1px solid #d90912;
    background: white;
    color:#d90912;   
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    }
/*  
     * Rating styles
     */
    .rating {
      width: 226px;
      margin: 0 auto 1em;
      font-size: 45px;
      overflow:hidden;
    }
    .rating input {
      float: right;
      opacity: 0;
      position: absolute;
    }
    .rating a,
    .rating label {
      float:right;
      color: #aaa;
      text-decoration: none;
      -webkit-transition: color .4s;
      -moz-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s;
    }

.rating label:hover ~ label,
.rating input:focus ~ label,
.rating input:checked ~ label,
.rating label:hover,
    .rating a:hover,
    .rating a:hover ~ a,
    .rating a:focus,
    .rating a:focus ~ a  {
      color: orange;
      cursor: pointer;
    }

/*styling forms*/
textarea.styled-textarea {
  width: 80%;
  height: 120px;
  border: 3px solid #cccccc;
  padding: 5px;
}
/*styling forms*/
textarea.styled-textarea2 {
  border: 3px solid #cccccc;
  padding: 5px;
  width: 80%;
  height: 60px;
}

/*footer*/
footer {
  width: 70%;
margin: auto;
height: 3em;
}
/*--------------------------------*/
/*barre de progression (bootstrap)*/
/*--------------------------------*/

 {
  display: inline-block;
  vertical-align: baseline;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 30px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
/*ajouts*/
  width:50%;
  margin:4% auto;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 30px;
  color: white;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
      
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #4da1d8;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}