.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;
}


/*HELPSLIDE*/
 .helpslide {
     padding-left: 0px;
     padding-right: 0px;
     background-color: #f5efef;
}
 .helpslide h1 {
     font-weight: normal;
     text-shadow: 0px 1px #FFFFFF;
     text-align: left;
}
 .helpslide .panel-default {
     border: none;
     background-color: transparent;
     margin-bottom: 0px;
     margin-top: 0px;
}
 .helpslide .panel-body {
     font-size: 12px;
     text-shadow: 0px 1px #FFFFFF;
}

.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;
}

 .takeoff h1 {
     font-size: 5em;
}
 .takeoff h2 {
     font-weight: bold;
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 4em;
}
 .takeoff h3 {
     margin-top: 0px;
     margin-bottom: 0px;
}
 .lovin h1 {
     display: inline-block;
     width: auto;
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 5em;
}
 .lovin h2 {
     display: inline-block;
     width: auto;
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 3em;
}
 .lovin h3 {
     display: inline-block;
     width: auto;
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 3em;
}
 .lovin h4 {
     display: inline-block;
     width: auto;
}


 .error2 {
     background-color: #FD0002;
     color: #ffffff;
     padding: 0px;
     margin-top: 0px;
     font-size: 18px;
     line-height: 100%;
     margin-bottom: 0px;
     position: fixed;
     bottom: 15px;
     z-index: 3000;
     width: 400px;
     right: 15px;
     border: none;
}
 .error2 .event {
     color: #ffffff;
     padding: 15px;
     font-size: 18px;
     line-height: 100%;
     margin-bottom: 0px;
     width: 100p%;
     border-bottom: 1px solid #E1E1E1;
}
 .error2 .event.add {
     background-color: #e7a1a1;
     color: #ffffff;
     padding: 30px;
     font-size: 18px;
     line-height: 100%;
     margin-bottom: 0px;
}
 .error2 .event.infos {
     background-color: #ffffff;
     color: #0a0101;
     padding: 30px;
     font-size: 14px;
     line-height: 100%;
     margin-bottom: 0px;

}
 .error2 .event.remove {
     background-color: #b1acac;
     color: #ffffff;
     padding: 30px;
     font-size: 18px;
     line-height: 100%;
     margin-bottom: 0px;
}

/*NEWSTICKER*/

.newsticker_1 .ticker {
     display: inline-block;
     background-color: #000001;
     padding-top: 15px;
     padding-bottom: 15px;
     width: 100%;
}
 .newsticker_1 .ticker p {
     color: white;
     margin-bottom: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 0px;
     font-size: 18px;
}
 .ticker-live {
     width: 100%;
     display: inline-block;
     background-color: #c34040;
     color: #ffffff;
     padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 5px;
     font-size: 1em;
     font-weight: bold;
}
 .tickersecondplace {
     color: #fff9f9;
     margin-left: 15px;
     font-size: 18px;
}
 
 
 /*widget*/
 
 .profileslide {
     padding-bottom: 30px;
     padding-top: 30px;
}
 .profileslide ul li {
     font-size: 1em;
     margin-top: 0px;
     margin-bottom: 0px;
     line-height: 1.2em;
     list-style-type: none;
     text-align: center;
     list-style-position: inside;
     padding-left: 0px;
     margin-left: 0px;
}
 .profileimg {
     width: 200px;
     height: 200px;
     overflow: hidden;
     margin-left: auto;
     margin-right: auto;
     border-radius: 200px;
}