/* GENERAL */

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.bd1 {
    border-top: 2px solid #fff;
    width: 100px;
    height: 100px;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.blur {
    filter: blur(4px);
}

.brightness {
    filter: brightness(250%);
}

.contrast {
    filter: contrast(180%);
}

.blanc {
    color: #ffffff;
    text-decoration: none;
}
.grayscale {
    width: 100%;
    height: 100% filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Firefox 39 (and above? Don´t know) */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(100%);
}

.huerotate {
    filter: hue-rotate(180deg);
}

.invert {
    filter: invert(100%);
}

.opacity {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter: opacity(50%);
}

.saturate {
    filter: saturate(7);
}

.sepia {
    filter: sepia(100%);
}

.shadow {
    filter: drop-shadow(8px 8px 10px green);
}

section {
    padding: 45px 0 80px 0;
}

section .heading {
    text-align: center;
    padding-bottom: 40px;
}

section .heading h2 {
    text-transform: uppercase;
}

.red-divider {
    width: 100px;
    height: 2px;
    background: #d82c2e;
    margin: 0 auto;
    display: table;
}

.black-divider {
    width: 200px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: table;
}

.white-divider {
    width: 250px;
    height: 0.5px;
    background: #fff;
    margin: 0 auto;
    display: table;
}

.button2 {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top: 20px;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
    background: transparent;
}

.playlist{
    position: relative;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.button2:hover {
    background: white;
    color: #d82c2e;
    text-decoration: none;
}

.button3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #d82c2e;
    border: 1px solid #d82c2e;
    display: inline-block;
    margin-top: 20px;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
    background: transparent;
}

.button3:hover {
    background: #d82c2e;
    color: #ffffff;
    text-decoration: none;
}


/* MENU*/

.navbar {
    background: #d82c2e;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar li a {
    color: #fff !important;
}

.navbar li a:hover,
.navbar li.active a {
    color: #d82c2e !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    background-color: #fff !important;
}

 h1 {
  font-size: 46px;
}
/* home */

#home {
    padding-top: 20px;
    background: #d82c2e;
}

.profile-picture {
    text-align: center;
    margin: 0 auto;
    float: none;
    /* annule le float de la grille bootstrap */
}

#home .heading h1 {
    color: #fff;
    text-transform: uppercase;
}

#home .heading h3 {
    color: #000;
}

.button1 {
    font-weight: bold;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top: 20px;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
}

.button1:hover {
    background: white;
    color: #d82c2e;
    text-decoration: none;
}
/* count */

#count {
    background: #fff;
}

#count .heading h2 {
    color: #d82c2e;
}


.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

.section-heading h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .js .to-animate, .js .to-animate-2, .js .to-animate-3, .js .single-animate {
    opacity: 0;
  }
  .aba-counters {
    padding: 0em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
  .aba-counters .counter-wrap {
    border: 1px solid red !important;
  }
  .aba-counters .aba-counter {
    font-size: 54px;
    display: block;
    color: #fff;
    font-family: "PT Sans", Arial, serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em;
  }
  .aba-counters .aba-counter-label {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 2em;
    display: block;
  }
 


/* new */

#new {
    background: #fff;
}

#new .heading h2 {
    color: #d82c2e;
}

#new .progress {
    height: 100%;
    margin: 30px 20px;
    backface-visibility: #ddd;
}

#new .progress-bar {
    background: #d82c2e;
    ;
}

#new .progress h5 {
    text-shadow: 1px 1px 1px #000;
}


/* social */

#social {
    background: #0a8e4b;
}

#social .heading h2 {
    color: #fff;
}

.timeline {
    padding: 30px 10px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #333;
    left: 50%;
    margin-left: -2.5px;
}

.timeline>li
/* parent direct*/

{
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:after {
    clear: both;
    /* netoie le float */
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline li .timeline-badge {
    color: #d82c2e;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #ddd;
    border-radius: 50%;
}

.timeline-panel-container {
    width: 50%;
    float: left;
}

.timeline-panel-container-inverted {
    width: 50%;
    float: right;
}

.timeline-panel {
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background: #fff;
}

.timeline-panel-container-inverted .timeline-panel {
    float: left;
    margin-left: 40px;
}

.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-panel-container-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-heading h3 {
    margin-top: 5px;
    font-size: 20px;
}

.timeline-heading h4 {
    color: #d82c2e;
}


/* musics */

#musics {
    background: #fff;
}

#musics .heading h2 {
    color: #d82c2e;
}

.musics-block {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
}

.musics-block h5 {
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}

.musics-block .glyphicon {
    font-size: 40px;
}

.musics-block h3 {
    color: #d82c2e;
}

.musics-block h4 {
    margin-bottom: 20px;
}

.musics-block p {
    font-weight: bold;
}

.musics-block .red-divider {
    margin-bottom: 20px;
}
.musics-block .black-divider {
    margin-bottom: 10px;
}


/* photos */

#photos {
    background: #d82c2e;
}

#photos .heading h2 {
    color: #fff;
}

#musics .thumbnail img {
    width: 100%;
    height: 100% filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Firefox 39 (and above? Don´t know) */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(100%);
    border: 0px solid #fff !important;
}

#musics .thumbnail img:hover {
    filter: none;
    -webkit-filter: none;
    border: 0px solid #fff !important;
}


/* RECOMANDATIONS */

#biography {
    background: #fff;
}

#biography .heading h2 {
    color: #d82c2e;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #d82c2e;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    border-color: #d82c2e;
}

.carousel-indicators li.active {
    background-color: #d82c2e;
}

#myCarousel .item {
    padding: 40px 30px;
}

#myCarousel .item h3 {
    color: #d82c2e;
    font-style: italic;
}


/* FOOTER */

footer {
    background: #333;
    padding: 20px 0 40px;
}

footer .glyphicon {
    font-size: 25px;
    margin: 20px;
    color: #ffff00;
    height: 30px;
}

footer .glyphicon:hover {
    font-size: 27px;
}

footer h5 {
    color: #fff;
    font-weight: normal;
}


/* CONTACT*/

#contact {
    background: #d82c2e;
}

#contact .heading h2 {
    color: #fff;
}

#contact-form {
    font-size: 20px;
    color: #fff;
}

.form-control {
    height: 50px;
    font-size: 18px;
}

#contact-form input[type=submit] {
    margin: 40px auto 0px;
    display: block;
}

#contact-form .comments {
    font-style: italic;
    font-size: 18px;
    color: #fff;
    height: 25px
}

#contact-form .thank-you {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

div.HeaderText div.HeaderSecondaryContent span.FollowerCountText {
    color: #000000 !important;
    line-height: 14px;
    font-size: 17px !important;
    font-weight: bolder !important;
}