

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background-color:#c02e2a;
    color:white;
}


.navbar
{
    height: 140px;
    opacity: 0.8;
    background-color: black;
}
.navbar-brand>img {
    height: 140px;
    padding-bottom: 19px; /* firefox bug fix */
    width: 100px;
}




.nav-item{
    font-family: 'Merriweather', serif;
    margin-top:9%;
    font-size: 24px;
    color: white;
}
.aled
{
    margin-top: 11%;
}

img#bgvid {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background-size: cover;

}

video#bgvid {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url(polina.jpg) no-repeat;
    background-size: cover;


}

.encart1
 {
     font-family: 'Merriweather', serif;
     font-size: 19px;
     opacity: 0.8;
     background-color: black;
     border:0px;
     color: white;
     margin-top: 10px;
 }

.encart1bis
{
    font-family: 'Merriweather', serif;
    font-size: 19px;
    opacity: 0.7;
    background-color: black;
    border:0px;
    color: white;
    margin-top: 10px;

}


.encart2
{
    font-family: 'Merriweather', serif;
    font-size: 15px;
    opacity: 0.8;
    background-color: black;
    border:0px;
    color: white;
    margin-top: 10px;

}

.encart2mb
{

    margin-bottom: 70px;

}


.encart3
{
    font-family: 'Merriweather', serif;
    font-size: 15px;
    opacity: 0.8;
    background-color: black;
    border:0px;
    color: white;
    margin-top: 20px;
}

.encart4
{
    font-family: 'Merriweather', serif;
    font-size: 15px;
    opacity: 0.8;
    background-color: black;
    border:0px;
    color: white;
    margin-top: 5px;
}
.encart5
{
    font-family: 'Merriweather', serif;
    font-size: 15px;
    opacity: 0.8;
    background-color: black;
    border:0px;
    color: white;
    margin-top: 50px;


}

.encart6
{
    font-family: 'Merriweather', serif;
    font-size: 15px;
    opacity: 0.8;
    background-color: black;
    border:0px;
    color: white;
    border-radius: 8px;
    height: 50px;


}

.collapse
{
    height: 200px;
    overflow-y: scroll;
}



.panel-heading
{
    font-family: 'Merriweather', serif;
    font-size: 35px;
}
 .nav-pills li:hover, a:hover
{

    color:red;
}

.pillables
{

    color:#c02e2a;
}

audio
{
    width:200px;

}

.titleMus
{
    margin-top: 40px;
    margin-left:40px;
}

.nameMus
{
    margin-top: 5px;
    width: 220px;
    font-size: 17px;
}

.textda{
    font-size:16px;
}

.textdat{
    font-size:16px;
    background-color: white;
    color: black;

}
.textdat:hover{
    font-size:16px;
    background-color:#c02e2a;
}

/*------------------------------------------------------tarifs------------------------------------------------*/


.pricing {
    background: #c02e2a;
    color:white;;
    width: 250px;
    padding: 40px 0 20px;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.pricing .thumbnail {
    background: #fff;
    /* IE Fall */
    background: rgba(255, 255, 255, 0.2);
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 36px;
    line-height: 90px;
    text-align: center;
}
.pricing .title, .title1, .title2 {
    cursor: pointer;
    background:  #e38582;
    margin: 40px 0 0;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.pricing .content .sub-title {
    background: #eee;
    padding: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.pricing .content ul {
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
}
.pricing .content ul li {
    padding: 10px 20px;
}
.pricing .content ul li:nth-child(2n) {
    background: #f3f3f3;
}
.pricing .content ul li .fa {
    width: 16px;
    margin-right: 10px;
    text-align: center;
}
.pricing .content ul li .fa-check {
    color: #2ecc71;
}
.pricing .content ul li .fa-close {
    color: #e74c3c;
}
.pricing .content button {
    display: block;
    background: #e38582;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.pricing .content button:hover {
    background: #34495e;
    /* IE Fallback */
    background: rgba(52, 73, 94, 0.7);
}

.pricing .content1 .sub-title {
    background: #eee;
    padding: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.pricing .content1 ul {
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
}
.pricing .content1 ul li {
    padding: 10px 20px;
}
.pricing .content1 ul li:nth-child(2n) {
    background: #f3f3f3;
}
.pricing .content1 ul li .fa {
    width: 16px;
    margin-right: 10px;
    text-align: center;
}
.pricing .content1 ul li .fa-check {
    color: #2ecc71;
}
.pricing .content1 ul li .fa-close {
    color: #e74c3c;
}
.pricing .content1 button {
    display: block;
    background: #e38582;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.pricing .content1 button:hover {
    background: #34495e;
    /* IE Fallback */
    background: rgba(52, 73, 94, 0.7);
}

.pricing .content2 .sub-title {
    background: #eee;
    padding: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.pricing .content2 ul {
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
}
.pricing .content2 ul li {
    padding: 10px 20px;
}
.pricing .content2 ul li:nth-child(2n) {
    background: #f3f3f3;
}
.pricing .content2 ul li .fa {
    width: 16px;
    margin-right: 10px;
    text-align: center;
}
.pricing .content2 ul li .fa-check {
    color: #2ecc71;
}
.pricing .content2 ul li .fa-close {
    color: #e74c3c;
}
.pricing .content2 button {
    display: block;
    background: #e38582;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.pricing .content2 button:hover {
    background: #34495e;
    /* IE Fallback */
    background: rgba(52, 73, 94, 0.7);
}
.clickMe {
    background: #fff;
    /* IE Fallback */
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 180px;
    left: -60px;
    padding: 5px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;)
    color: #3498db;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
}
.clickMe:before {
    content: "";
    position: absolute;
    top: 6px;
    right: -5px;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5 solid #fffff;
    /* IE Fallback */
    border-left: 5px solid rgba(255, 255, 255, 0.8);
}

.modal-header, .modal-footer, .modal-body{
    background-color: black;
    color:white;
    border:0px black solid;

}
.close
{
    color:white;
}

.close:hover
{
    color:#e38582;
}

.modal-content
{
    opacity: 0.8;
    border:2px solid white;
}

.titlemod{
    font-family: 'Merriweather', serif;
}

.btn-danger
{
    background-color:#e38582 ;
}

.sizelow
{
    font-size: 25px;
}

.compil
{
    font-size: 20px;
}

.list-group a:hover
{
    background-color: #e38582;
    color :white;
}
.list-group a
{
    background-color: black;
    color: white;
    border: 2px solid #e38582;
}

.musamb
{
    font-size: 20px;
}



.encart1 .btn-default {
      width: 130px;
      color: black;
      font-size: 17px;
    margin-left: 35%;
  }

.encart1 .btn-default:hover {
    background-color: #E38582;
    color: white;
}

footer {

    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: black;
    font-family: 'Merriweather', serif;
    white-space: nowrap;
    margin-top: 70px;
}

.footer
{
    clear: both;
}



.pager a
{
    font-size: 17px;
    background-color: #e38582 !important;
    color :white;
    font-family: 'Merriweather', serif;
}

.pager a:hover
{
    background-color: black !important;
    color: white!important;
    font-family: 'Merriweather', serif;
}

.label
{
    float: right;
    font-size: 17px;
}

.az
{
    font-size: 60px;
    color: white;
}

.aze{
    color: white;
    font-size: 20px;
}

.encart7
{
    opacity: 0.8;
    background-color: black;
    border:0px;
    color: white;
    margin-top: 10px;
    width:60px !important;


}

.mute{
    font-size: 30px;
    font-family: 'Merriweather', serif;
    color: white;
}
.mute, .mute:visited{
    font-size: 30px;
    font-family: 'Merriweather', serif;
    color: white;
}

.navbar-header button
{
    margin-top: 50px;
}

@media screen and (max-width: 767px) {

    .nav-item {
        font-family: 'Merriweather', serif;
        margin-top: 0%;
        font-size: 24px;
        color: white;
    }

    .collapse {
        margin-top: 30px;
        background-color: black;
    }

    .reducMob {

        overflow-y: scroll;

    }
}

    /* ---------------------Cadres------------------- */

}