
#grapheBlog{
    width: 800px;
	height: 400px;
}

path.linePath {
    stroke-width: 3px;
}

.pointsLabelGroup text {
    fill: transparent;
}

#infoBulleGenerale {
    display: none;
    position: absolute;
    padding: 8px 10px 15px 8px;
    border: 1px solid #333333;
    border-radius: 10px;
    background-color: #333333;
    color: #ffffff;
    z-index: 999;
    margin-left: 6px;
}

#infoBulleGenerale b {
    color: #B3B3B3;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
}

#infoBulleGenerale:after {
    width: 27px;
    height: 14px;
    content: '';
    display: block;
    margin: 0px auto -24px auto;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAOCAYAAADez2d9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3wQNDgoZvEwXBwAAAGZJREFUOMu907sRwCAMA1BrJu8/gmZKKnI5gvEngDpV71QIqnrJoUBE5ARIEmhlJ0gSz7KdYIM+2GrwDQ2xVWAPmdhfcARNsSpoQS6WBWdQCIuCHhTGPDACpTALjEJprAczUDnVW9yqozM+Is9/rAAAAABJRU5ErkJggg==') no-repeat center bottom;
}

#infoBulleGenerale p {
    margin: 4px 0px 0px 0px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 13px;
}

#infoBulleGenerale strong {
    display: inline-block;
    font-size: 18px;
    width: 100px;
}

.pastilleCoouleurBulle:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 7px;
}

.pastilleMobile {
    color: #14A0CC;
}

.pastilleMobile:before {
    background-color: #14A0CC;
}

.pastilleNonMobile {
    color: #EB4C78;
}

.pastilleNonMobile:before {
    background-color: #EB4C78;
}

#infoBulleLigne {
    stroke: #777777;
    stroke-width: 2
}

#legendeGraph div {
    display: inline-block;
    width: 80px;
    height: 5px;
}

#legendeGraph div:nth-of-type(1) {
    background-color: #14A0CC;
}

#legendeGraph div:nth-of-type(2) {
    background-color: #EB4C78;
}

#legendeGraph div:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    margin: -5px 0px 0px 35px;
}

#legendeGraph div:nth-of-type(1):before {
    background-color: #14A0CC;
}

#legendeGraph div:nth-of-type(2):before {
    background-color: #EB4C78;
}

#legendeGraph p {
    display: inline-block;
    margin: 10px 30px 0px 5px;
}



#barometreSeoMobile{
    width: 400px;
    margin: 0px auto;
}

#barometreSeoMobile h2{
    text-align: center;
}

#barometreSeoMobile li{
    display: inline-block;
    margin: 0px;
    padding: 10px 0px 25px 0px;

}
#barometreSeoMobile li p{
    text-align: center;
    color: #ffffff;
}
#barometreSeoMobile li strong{
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
#barometreSeoMobile li b{
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 32px;
}

#barometreSeoMobile li:nth-of-type(1){
    background-color: #14A0CC;
    width: 155px;
}
#barometreSeoMobile li:nth-of-type(2){
    width: 80px;
}
#barometreSeoMobile li:nth-of-type(2) b{
    color: #333333;
}
#barometreSeoMobile li:nth-of-type(3){
    background-color: #EB4C78;
    width: 155px;
}

#barometreSeoMobile span{
    text-align: center;
    font-size: 15px;
    display: block;
}

#grapheScoreMobile h3{
    text-align: center;
    margin: 50px 0px -13px 0px;
}

.x-axis g line{
    stroke: transparent !important;
}