body{
  font-family: 'Fira Sans Condensed', sans-serif;
}
.row{
  margin: 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

footer{
    background: #482684;
    color: #fff;
    height: 10px;
  }

  .parallax{
      background: #482684 url("../img/parallax.jpg") no-repeat center bottom fixed;
  }

.video-img{
  width:100%;
}

.title{
  text-align: center;
}

section{
  padding: 30px 0;
}

.section2 h3{
  margin-top:10px;
}


  .section3, #container_questions{
    background: #e8f7fd;
  }


  h1{
    font-size: 26px;
    line-height: 40px;
    margin: auto;
  }

 .bold{
    font-size: 45px;    
  }

  h4{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
  }

.border {
    border-bottom: 2px solid #fff;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    width: 30%;
}

header a, .section3 a, .qst_btn_span{
  margin: auto;
  padding: 5px 50px;
  background-color: #f39400;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header a:hover, .section3 a:hover, .qst_btn_span:hover{
  background-color: #482684;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.video-description{
  margin-top : 30px;
}

header{
  padding-bottom: 10px;
  color: #fff;
  overflow: hidden; 
}

header article{
  text-align: center;
  width: 250px;
  margin: auto;
}

header p{
  margin: 30px auto;
}
.bouton3{
  margin: 30px auto 10px 
}

.icon-player{
  display: block;
  width: 78px;
  height: 56px;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
}

.icon-icon-youtube, .icon-icon-question{
    display: block;
    font-size: 30px;
    color: #482684;
  }

.section-titles{
  display: block;
  margin-left: 55px;
}

.section2 p span{
  color: #482684;
}

.video{
  background: #222;
}



footer ul{
  list-style-type: none;
  text-align: center;
  height: 25px;
  line-height: 50px;  
} 

footer ul li{
  font-size: 20px;
  margin: 0 5px;
  display: inline-block;
} 

.balisage{
  text-align: center;
  font-size: 12px;
  color: #777;
  font-weight: 100;
  margin: 10px 0px;
}

.violet{
  color: #482684;
}

.light{
  font-weight: 300;
  font-size: 25px;
}

.number{
  font-size: 60px;
  font-weight: 600;
  color: #f39400;
  padding-left: 70px;
}


.lastest-videos{
  margin-top: 30px;
}

.lastest-videos p{
  background-color: #482684;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 0;
}

.logo{
  font-size:12px;
  text-align: center;
  padding: 10px 0;
}

.logos{
  padding-top: 10px;
  padding-bottom: 0px;
}

.right{
  text-align: right;  
}
.left{
  text-align: left;
}

.logo span{
  margin-right:10px;
  line-height: 25px;
  display: block;
}

#header-img{
  text-align: center;  
}

#header-img img{
  width: 80%;
}

.rep{
  
      width: 100%;
  
      height: 0;
  
      overflow: hidden;
  
      margin-top: 20px;
  }

.auteur{
    font-size: 11px;
    margin-bottom: 2px;
}

  .references h2{
    font-size: 10px;
  }
  .references p{
    font-size: 9px;
    margin-bottom: 2px;
  }
  .references p a{
    color:#000;
    text-decoration: underline;
  }
  .references p a:hover{
    color:#482684;
  }
  #overlaid{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(232,232,232,0.5);
    z-index: 10;
  }
  .box-movie{
    position: fixed;
      z-index: 20;
  }
  .box-skin{
    width: 616px;
      height: 440px;
      border: solid #ffffff 14px;
      border-radius: 5px;
      position: relative;
  }
  #frame-movie{
    width: 100%;
    height: 100%;
  }
  .close-movie{
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 200;
    cursor: pointer;
  }
  @media screen and (max-width: 767px) {
    #vjs_video_3{ width: 315px !important; height: 178px !important; }
}
  
