  #list2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;
  }

  #list3 {
    float: right;
  }

#cert:hover{
text-decoration: underline;
color:#95a5a6;
}

  #list3 a {
    display: block;
    color: #7f8c8d;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
  }

  #list3 a:hover {
    background-color: none;
  }
  #playlist {
      display:table;
  }
  #playlist{
      cursor:pointer;
      padding:8px;
  }

  #playlist:hover{
      color:#95a5a6;
      text-decoration: underline;
  }
  #chapter ul{
    color:black !important;
  }
  #playlist a{
    color:black;
  }
  #list4 {
    float: left;
    padding: 16px;
  }
  .voir-plus {
    background-color: #2980b9;
    border: none;
    color: white;
    /* padding: 2px 4px; */
  	  padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* margin: 4px 4px; */
    cursor: pointer;
  	border-radius:3px;
  	/* margin-right:200px; */
  }
  .voir-plus:hover {
    background-color:#E4007D;
    color: white;
  }

   #zoomIt{
    transition: all 200ms ease-out;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
    #zoomIt:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* background-color: red;*/
  }

    #conversion{
    width: 400px;
    padding: 10px;
    border: 1px solid gray;
    margin: 0;
    }
    .errorTxt1 , .errorTxt2, .errorTxt3, .errorTxt4, .errorTxt5, .errorTxt6{
      color:#e74c3c !important;
      font-weight:bold;
    }

        .alert {
          padding: 20px;
          background-color: #f44336;
          color: white;
          border-color: white;
        }

        .closebtn {
          margin-left: 15px;
          color: white;
          font-weight: bold;
          float: right;
          font-size: 22px;
          line-height: 20px;
          cursor: pointer;
          transition: 0.3s;
        }

        .closebtn:hover {
          color: black;
        }

        .commencer {
          background-color:#E4007D;
          border: none;
          color: white;
          /* padding: 2px 4px; */
        	  padding: 8px 16px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 10px;
          /* margin: 4px 4px; */
          cursor: pointer;
        	border-radius:3px;
        	/* margin-right:200px; */
        }
        .commencer:hover {
          background-color:#7f8c8d;
          color: white;
        }
        .voir-plus2 {
          background-color: #2980b9;
          border: none;
          color: white;
          /* padding: 2px 4px; */
            padding: 8px 16px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 10px;
          /* margin: 4px 4px; */
          cursor: pointer;
          border-radius:3px;
          /* margin-right:200px; */
        }
        .voir-plus2:hover {
          background-color:#7f8c8d;
          color: white;
        }
/***************************/
		.wrapper {
				width: 395px;
			}

			.progress-bar {
				width: 100%;
				background-color: #e0e0e0;
				padding: 3px;
				border-radius: 3px;
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
			}

			.progress-bar-fill {
				display: block;
				height: 25px;
				background-color: #3498db;
				border-radius:3px;

				transition: width 500ms ease-in-out;
			}

      .progress-bar-mobile {
				width: 100%;
				background-color: #e0e0e0;
				padding: 3px;
				border-radius: 3px;
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
			}

			.progress-bar-fill-mobile {
				display: block;
				height: 22px;
				background-color: #3498db;
				border-radius: 2px;

				transition: width 500ms ease-in-out;
			}
      #privacy {
        width: 520px;
        padding: 10px;
        border: 1px solid gray;
        margin: 0;
      }


  .flashy {
    font-family: "Source Sans", Arial, sans-serif;
    padding: 11px 30px;
    border-radius: 4px;
    font-weight: 400;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
}
.flashy--success {
    background-color:#27ae60 !important;
    color: #fff;
}


  #tr:hover{
    text-decoration: underline;
    color:#34495e !important;
  }

  #iMenu{
    color:#7f8c8d !important;
  }
