body{
    overflow: hidden visible;
    background: fixed no-repeat url(../img/1.jpg);
    background-size: cover;
    display: block;

}

#CONTENT{
    width: 90%;
    min-width: 730px;
    margin: 0 5% 0 5%;
    height: calc(95% - 70px);
    min-height: 600px;
    /*background: #555;*/
}

#left_content{
    width: 50%;
    height: 100%;
    /*background: red;*/
    float: left;
}

.intro{
    width: 100%;
    height: auto;
    /*background: green;*/
    margin-top: 30px;
}

.intro h1{
    color: #efefef;
    font-size: 50px;
    font-family: 'Poiret One';
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #000;


}

.intro h2{
    color: #efefef;
    font-weight: 300;
    font-size: 20px;
    font-family: open_sans;
    text-shadow: 1px 1px 2px #000;
}

.intro h3{
    color: #efefef;
    font-weight: 300;
    color: #fff;
    font-family: open_sans_light;
    text-shadow: 1px 1px 2px #000;
    margin: 0;
}

.intro p{
    margin-top: 10px;
    font-size: 14px;
    color: white;
    font-family: open_sans;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    text-shadow: 1px 1px 1px #000;

}

.intro ul li{
    font-size: 14px;
    color: #fff;
    font-family: open_sans;
    text-shadow: 1px 1px 2px #000;
}

.scrollable {
    height: 6em;
    overflow-y: auto;
    overflow-x: visible;
}

.scrollable p {
    font-size: 12px;
}

#right_content{
    width: 47%;
    /*min-width: 600px;*/
    margin-left: 3%;
    height: 100%;
    /*background: blue;*/
    float: left;
}

#quality{
    width: 99%;
    height: 50%;

    background: transparent;
    float: left;
}

#quality span{
    float: left;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 12px;
    font-family: open_sans_light;
    margin: 6px;
}

.bloc_couleur {
    padding: 5px;
    background-color: #eee;
    background-color: rgba(86,61,124,0);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,0);
}

@media (min-width: 768px) { 
	.bloc_couleur {
		padding: 15px;
	}
}

.bloc_couleur > div {
    /* width: 205px; */
    height: 168px;
    /* float: left; */
    padding: 3px;
    /* margin-left: 10px; */
    /* margin-top: 3px; */
    color: #333;
    text-align: center;
}


.bloc_couleur h1{
    font-size: 30px;
    margin: 2px 0;
    font-family: open_sans;
}

.bloc_couleur h2{
    font-size: 23px;
    font-family: open_sans;
    margin: 3px 0;
}

.bloc_couleur .first{
    border-bottom: 1px solid #333;
    width: 150px;
    margin: auto;
}

.bloc_couleur p:first-child{
    font-size: 15px;
    font-weight: bold;
    font-family: open_sans;
    margin: 10px 0;
}

.bloc_couleur p{
    font-size: 13px;
    font-family: open_sans_light;
    margin: 10px 0;
}

.bloc_couleur .double{
    margin: 0 !important;
    padding-top: 2px;
}

.bloc_couleur1{
    background: #95C4CA;
}

.bloc_couleur2{
    background: #F7EE75;
}

.bloc_couleur3{
    background: #71EE6C;
}

#performances{
    /* width: 100%; */
    /* height: 49%;*/
    min-height: 318px;
    background: transparent;
    /* float: left; */
    margin-top: 1%;
    /*outline: 1px solid #111;*/
}

#title_quality{
    width: calc(100% - 25px);
    height: 40px;
    float: left;
    font-size: 22px;
    padding-left: 25px;
    padding-top: 10px;
    /*background: aqua;*/
}

#title_coverage{
    width: calc(100% - 25px);
    height: 40px;
    float: left;
    font-size: 22px;
    padding-left: 25px;
    padding-top: 10px;
    /*background: aqua;*/
}



#title_performances{
    width: 100%;
    height: 40px;
    /*background: blue;*/
    float: left;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    padding-top: 10px;
    font-family: open_sans_light;
    text-shadow: 1px 1px 2px #000;
}

#performances .onglets {
    width: 130px;
    height: calc(100% - 50px);
    /*background: #8EB4E3;*/
    float: left;
    overflow: hidden;
    font-weight: 300;
    font-family: open_sans_light;
}

#performances .onglets div{
    width: 130px;
    height: 20%;
    text-align: center;
    background: #C61730;
    color: #fff;
    line-height: 350%;
    font-size: 15px;
    cursor: pointer;
    transition: all ease 0.5s;
    border-top: 1px solid black;
}

#performances .onglets div:first-child {
    border-top: none;
}

#performances .onglets div:hover {
    background: #9B1327;
}

#performances .onglets .active {
    background: #9B1327;
}

#right_performances{
    width: calc(100% - 130px);
    height: 264px;
    background: #fff;
    float: left;
	overflow: hidden;
}

#GraphiqueQoS_DebitsDl{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    /*background: purple;*/
    float: left;
    overflow: hidden;
    font-weight: 300;
    font-family: open_sans_light;
    margin-left: 20px;
}

#top_coverage{
    width: calc(100% - 40px);
    margin-left: 20px;
    height: calc(100% - 100px);
    overflow: hidden;
    /*background: blue;*/
}

#bottom_coverage{
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 40px;
    float: left;
    overflow: hidden;
    /*background: blue;*/
}

#bottom_coverage img{
    width: 40px;
    height: 40px;
    margin-left: 10%;
}


.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
