/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.star-light,
.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
.star-light:after,
.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
.star-light {
  border-color: white;
}
.star-light:after {
  background-color: #81DAF5;
  color: white;
}
.star-primary {
  border-color: #2C3E50;
}
.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
.bloc_erreur {
  text-align: center;
  background: #81DAF5;
  color: white;
}
.bloc_erreur .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.bloc_erreur img {
  display: block;
  margin: 0 auto 20px;
}

.Titre_erreur{
	color:white;
}
.bloc_erreur  .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
 .bloc_erreur .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .bloc_erreur .intro-text .Titre_erreur {
    font-size: 4.75em;
  }
  .bloc_erreur .intro-text .skills {
    font-size: 1.75em;
  }
}
.image_arrondi{

    overflow:hidden;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    width:200px;
    height:200px;

}
