

.wysiwig
{
    float: left;
    width: 400px;
    border: solid 1px #F0F0F0;
    overflow: hidden;
    height: 43px;
}

.wysiwig .glyphicon
{
    font-size: 17px;
}

.wysiwig .iconbloc
{
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 10px;
}

.wysiwig .iconbloc:hover
{
    background-color: #e5e5e5;
}

.carousel-control
{
    background-color: #000000;
    position: static;
    color: #120303;
}

.wysiwigcontainer .form-control
{
    border-radius: 0px;
    height: 50px;
}

.prixing-block
{
    float: left;
    font-size: 22px;
    padding-right: 15px;
    padding-left: 15px;
}

.prixing-block .btn, .prixing-block .btn-default
{
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #605959;
    border-radius: 0px;
    margin-right: -6px;
    margin-left: 0px;
    font-weight: bold;
    min-height: 50px;
    line-height: 50px;
}

.prixing .glyphicon
{
    font-size: 30px;
    margin-right: 10px;
    color: #bdb6b6;
    vertical-align: middle;
    margin-top: -5px;
}

.profil-moyenne
{
    padding: 10px;
    background-color: #29849d;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
}

.red
{
    background-color: #c10a0a;
}

.profil-level
{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    border: solid 1px #cbc1c1;
}

.profil-level-name, h3.profil-level-name
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.profil-level-nickname
{
    text-align: center;
    color: #4a9bd1;
    margin-top: 0px;
    margin-bottom: 30px;
}

h3.Profil-description, .Profil-description
{
    font-weight: bold;
}

.profile-line-one
{
    background-color: #f9f7f7;
}

.profile-line2
{
    border-top: solid 1px #cbc1c1;
    padding-bottom: 15px;
    padding-top: 15px;
}

.gc-animateback
{
    background-image: url('../images/BANN.jpg');
    min-height: 350px;
}

.wizard-placeholder-img
{
    text-align: center;
    padding: 15px;
}

.wizard-placeholder-img p
{
    font-size: 12px;
    font-weight: normal;
}

.rating a
{
    float: right;
    color: #aaa;
    text-decoration: none;
    font-size: 3em;
    transition: color .4s;
}

.rating a:hover,
.rating a:focus,
.rating a:hover ~ a,
.rating a:focus ~ a
{
    color: orange;
    cursor: pointer;
}

.rating
{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.gc-animated-button1 {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.gc-animated-button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.gc-animated-button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.gc-animated-button1:hover span {
  padding-right: 25px;
}

.gc-animated-button1:hover span:after {
  opacity: 1;
  right: 0;
}
