/* body de la page */
body {
    background-color: #d9d9d9 !important;
}

.container {
    background-color: #FFF !important;
}


legend {
    margin-bottom: 5px
}

.navbar-brand {
    padding: 10px;
}

/***********************************************/
.blankheader {
    width: auto;
    height: 70px;
}

/*@media only screen and (min-width:0px) {
	.blankheader { width:auto;	height:70px; }
}

@media only screen and (min-width:750px) {
	.blankheader { width:auto;	height:140px; }
}

@media only screen and (min-width:970px) {
	.blankheader { width:auto;	height:70px; }
}

@media only screen and (min-width:1170px) {
	.blankheader { width:auto;	height:70px; }
}*/

.cadrephoto {
    margin: 0px 4px 4px 0px;
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #CCC;
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(F, 3, C, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(F, 3, C, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(F, 2, C, 0.6);
    background-color: #FFF;
}

.cadrephoto:hover {
    border: 1px solid #F39;
}

.cadrephoto6 {

    width: 50%;
    height: auto;
    display: block;
}

.news {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.newstitre {
    position: absolute;
    color: #FFF;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 5px;
    font-size: 120%;
    transition: all 0.4s ease-in;
}

.infocenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
    font-size: 20px;
}

.boutoncenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
    font-size: 30px;
}

.navtext {
    color: #FFF;
    margin: 10px;
}

.notification {
    background-color: #F00;
    color: #FFF;
    padding: 3px 6px 3px 6px;
    margin: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.emoicon {
    box-sizing: border-box;
    width: 100%;
    padding: 2px;
    height: auto;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.emoicon li {
    box-sizing: border-box;
    float: left;
    position: relative;
    display: block;
    width: 16.6%;
}

.emoicon li a {
    display: block;
    width: auto;
    height: auto;
}

.emoicon li a img {
    width: 100%;
}

.emoiconnot {
    background-color: #F00;
    color: #FFF;
    padding: 3px 6px 3px 6px;
    margin: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    left: 0;
    position: absolute;
}

.not {
    background-color: #F00;
    color: #FFF;
    padding: 3px 6px 3px 6px;
    margin: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ismaking {
    position: absolute;
    top: 12px;
    left: 25px;
}

/********************************************************/

.miniimg {
    margin-bottom: 10px;
    padding: 4%;
    border: 1px solid #CCC;
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(F, 3, C, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(F, 3, C, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(F, 2, C, 0.6);
}

.img {
    width: 100%;
}

/********************************************************/
.gallery {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.gallery li {
    box-sizing: border-box;
    float: left;
    position: relative;
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 2, C, 0.4);
    transition: all 0.4s ease-in;

}

.gallery li:hover {
    border: 1px solid #F39;
    -webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in;
}

.gallery li:hover .newstitre {
    background: rgba(0, 0, 0, 1);
    z-index: 1;
    padding: 5px 5px 5px 10px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}

.gallery li .imgcolor {
    border: 1px solid #CCC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


@media only screen and (min-width:0px) {
    .gallery .licolor {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .gallery .li2,
    .gallery .li3,
    .gallery .li4,
    .gallery .liitem {
        margin: 0.5%;
        padding: 0.5%;
        width: 48.5%;
    }

    .gallery .li6,
    .gallery .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

@media only screen and (min-width:750px) {
    .gallery .licolor {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .gallery .li2,
    .gallery .liitem {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .gallery .li3,
    .gallery .li4 {
        margin: 0.5%;
        padding: 1%;
        width: 48.5%;
    }

    .gallery .li6,
    .gallery .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

@media only screen and (min-width:970px) {
    .gallery .licolor {
        margin: 0.25%;
        padding: 1%;
        width: 11.9%;
    }

    .gallery .liitem {
        margin: 0.5%;
        padding: 0.5%;
        width: 19%;
    }

    .gallery .li2 {
        margin: 0.4%;
        padding: 1%;
        width: 15.9%;
    }

    .gallery .li3 {
        margin: 0.5%;
        padding: 1%;
        width: 24%;
    }

    .gallery .li4 {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .gallery .li6 {
        margin: 0.5%;
        padding: 1%;
        width: 48.9%;
    }

    .gallery .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

@media only screen and (min-width:1170px) {
    .gallery .licolor {
        margin: 0.25%;
        padding: 1%;
        width: 11.9%;
    }

    .gallery .liitem {
        margin: 0.25%;
        padding: 0.5%;
        width: 19.5%;
    }

    .gallery .li2 {
        margin: 0.33%;
        padding: 1%;
        width: 15.9%;
    }

    .gallery .li3 {
        margin: 0.5%;
        padding: 1%;
        width: 23.9%;
    }

    .gallery .li4 {
        margin: 0.5%;
        padding: 1%;
        width: 32.2%;
    }

    .gallery .li6 {
        margin: 0.5%;
        padding: 0.5%;
        width: 48.9%;
    }

    .gallery .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

/********************************************************/
.list2 {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.list2 li {
    box-sizing: border-box;
    float: left;
    position: relative;
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 2, C, 0.4);
    transition: all 0.4s ease-in;

}

.list2 li:hover {
    box-sizing: border-box;
    border: 1px solid #F39;
    background-color: #A5DCEC;
    -webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in;
}

.list2 li:hover .newstitre {
    background: rgba(0, 0, 0, 1);
    z-index: 1;
    padding: 5px 5px 5px 10px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

@media only screen and (min-width:0px) {

    .list2 .li2,
    .list2 .li3,
    .list2 .li4,
    .list2 .li6,
    .list2.li12 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 48%;
    }
}

@media only screen and (min-width:750px) {
    .list2 .li2 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 31%;
    }

    .list2 .li3,
    .list2 .li4 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 48%;
    }

    .list2 .li6,
    .list2 .li12 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 48%;
    }
}

@media only screen and (min-width:970px) {
    .list2 .li2 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 14%;
    }

    .list2 .li3 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 23%;
    }

    .list2 .li4 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 31%;
    }

    .list2 .li6 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 48%;
    }

    .list2 .li12 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 98%;
    }
}

@media only screen and (min-width:1170px) {
    .list2 .li2 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 14%;
    }

    .list2 .li3 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 23%;
    }

    .list2 .li4 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 31%;
    }

    .list2 .li6 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 48%;
    }

    .list2 .li12 {
        box-sizing: border-box;
        margin: 1%;
        padding: 1%;
        width: 98%;
    }
}

/********************************************************/
.rubrique {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.rubrique .title {
    box-sizing: border-box;
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

.sousrubrique {
    margin-top: 2px;
    margin-bottom: 5px;
}

.titleplugin {
    box-sizing: border-box;
    margin: 15px;
    font-size: 20px;
}

.rubrique .titlennew {
    box-sizing: border-box;
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

.rubrique .billet-elt {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 7px;
    color: #000;
    background-color: #d0e4fe;
    margin-bottom: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.rubrique .billet-content {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 7px;
    color: #000;
    background-color: #d0e4fe;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.rubrique .billet-elt .img {
    box-sizing: border-box;
    width: 20%;
    float: left;
    margin-right: 5px;
    border: 2px solid #ff67ad;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.rubrique .news-elt {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    color: #000;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.rubrique .news-elt .title {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #FFF;
    background-color: #000;
    margin: 0px;
}


.rubrique .news-elt .img {
    box-sizing: border-box;
    width: 100%;
}

/********************************************************/

.menu {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.menu li {
    box-sizing: border-box;
    float: left;
    position: relative;
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 2, C, 0.4);
    transition: all 0.4s ease-in;

}

.menu li:hover {
    border: 1px solid #F39;
    background-color: #A5DCEC;
    -webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in;
}

.menu li:hover .newstitre {
    background: rgba(0, 0, 0, 1);
    z-index: 1;
    padding: 5px 5px 5px 10px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}

@media only screen and (min-width:0px) {

    .menu .li2,
    .menu .li3,
    .menu .li4,
    .menu .li6,
    .menu .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

@media only screen and (min-width:750px) {

    .menu .li2 {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .menu .lixs3,
    .menu .li3,
    .menu .li4 {
        margin: 0.5%;
        padding: 1%;
        width: 48.9%;
    }

    .menu .lixs4,
    .menu .li6,
    .menu .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

@media only screen and (min-width:970px) {
    .menu .li2 {
        margin: 0.4%;
        padding: 1%;
        width: 16%;
    }

    .menu .li3 {
        margin: 0.5%;
        padding: 1%;
        width: 24%;
    }

    .menu .li4 {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .menu .li6 {
        margin: 0.5%;
        padding: 1%;
        width: 48.9%;
    }

    .menu .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

@media only screen and (min-width:1170px) {
    .menu .li2 {
        margin: 0.33%;
        padding: 1%;
        width: 16%;
    }

    .menu .li3 {
        margin: 0.5%;
        padding: 1%;
        width: 24%;
    }

    .menu .li4 {
        margin: 0.5%;
        padding: 1%;
        width: 32.3%;
    }

    .menu .li6 {
        margin: 1%;
        padding: 1%;
        width: 47.9%;
    }

    .menu .li12 {
        margin: 0.4%;
        padding: 1%;
        width: 99.2%;
    }
}

/********************************************************/


.menufixe {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.menufixe li {
    box-sizing: border-box;
    float: left;
    position: relative;
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 3, C, 0.4);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(F, 2, C, 0.4);
    transition: all 0.4s ease-in;

}

.menufixe li:hover {
    border: 1px solid #F39;
    background-color: #A5DCEC;
    -webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in;
}

.menufixe li:hover .newstitre {
    background: rgba(0, 0, 0, 1);
    z-index: 1;
    padding: 5px 5px 5px 10px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}

.menufixe .li2 {
    margin: 0.33%;
    padding: 1%;
    width: 16%;
}

.menufixe .li3 {
    margin: 0.5%;
    padding: 1%;
    width: 24%;
}

.menufixe .li4 {
    margin: 0.5%;
    padding: 1%;
    width: 32.3%;
}

.menufixe .li6 {
    margin: 1%;
    padding: 1%;
    width: 47.9%;
}

.menufixe .li12 {
    margin: 0.4%;
    padding: 1%;
    width: 99.2%;
}

.vignettenews {
    height: 230px;
}

/********************************************************/
.bgblanc {
    background-color: #FFF;
    display: block;
    position: relative;
    moz-box-shadow: 0px 0px 10px #FFF;
    -webkit-box-shadow: 0px 0px 10px #FFF;
    box-shadow: 0px 0px 10px #FFF;
    padding: 6px;
}

/********************************************************/

.productimg {
    position: relative;
    display: block;
}

.productimg .productcolor {
    position: absolute;
    top: 4%;
    left: 4%;
    border: #666 solid thin;
    width: 35%;
    height: 35%;
    padding: 1%;
    display: inline-block;
    background-color: #FFF;
}

.productimg .productcolornews {
    position: absolute;
    top: 4%;
    left: 4%;
    border: #666 solid thin;
    width: 40px;
    height: 40px;
    padding: 1%;
    display: inline-block;
    background-color: #FFF;
}

.notitem {
    color: #FFF;
    background-color: #F00;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10%;
    vertical-align: middle;
    text-align: center;
}

.libproduit {
    height: 45px;
}

/********************************************************/
.comment {
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #CCC;
    display: block;
    width: 100%;
}

/********************************************************/
.imginfo {
    width: 100%;
    display: inline-block;
    background-color: #FFF.
}

.imginfo:hover {
    background-color: #FCC;
}

/********************************************************/
.videocontainer {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.videocontainer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/********************************************************/
.vignettecentre {
    width: 100%;
    height: 263px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin: 5px;
    position: relative;
}

.vignettecentre img {
    position: absolute;
    top: 0;
    width: 100%;
}

/**********************************************************************************/
/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating {
    width: 80px;
    height: 16px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    clear: both;
    position: relative;
    background: url(/image/star-matrix.png) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
    background-position: 0 0
}

.onestar {
    background-position: 0 -16px
}

.one5star {
    background-position: 0 -24px
}

.twostar {
    background-position: 0 -32px
}

.two5star {
    background-position: 0 -40px
}

.threestar {
    background-position: 0 -48px
}

.three5star {
    background-position: 0 -56px
}

.fourstar {
    background-position: 0 -64px
}

.four5star {
    background-position: 0 -74px
}

.fivestar {
    background-position: 0 -80px
}

ul.rating li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated\*/
    float: left;
    /* end hide*/
    text-indent: -999em;
}

ul.rating li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-decoration: none;
    z-index: 200;
}

ul.rating li.one a {
    left: 0
}

ul.rating li.two a {
    left: 16px;
}

ul.rating li.three a {
    left: 32px;
}

ul.rating li.four a {
    left: 48px;
}

ul.rating li.five a {
    left: 64px;
}

ul.rating li a:hover {
    z-index: 2;
    width: 80px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url(/image/star-matrix.png) no-repeat 0 0
}

ul.rating li.one a:hover {
    background-position: 0 -96px;
}

ul.rating li.two a:hover {
    background-position: 0 -112px;
}

ul.rating li.three a:hover {
    background-position: 0 -128px
}

ul.rating li.four a:hover {
    background-position: 0 -144px
}

ul.rating li.five a:hover {
    background-position: 0 -160px
}

/* end rating code */
/********************************************************/
[class^="icontvh-"],
[class*=" icontvh-"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-image: url("/CSS/images/icotvh.png");
    background-position: 22px 22px;
    background-repeat: no-repeat;
    *margin-right: .3em;
}

[class^="icontvh-"]:last-child,
[class*=" icontvh-"]:last-child {
    *margin-left: 0;
}

.icontvh-gear {
    background-position: 0 0;
}

.icontvh-img {
    background-position: -22px 0;
}

.icontvh-hlp {
    background-position: -44px 0;
}

.icontvh-msg {
    background-position: -66px 0;
}

.icontvh-off {
    background-position: -88px 0;
}

.icontvh-clip {
    background-position: -110px 0;
}

.icontvh-coffee {
    background-position: -132px 0;
}

.icontvh-stat {
    background-position: -154px 0;
}

/*-------------------------------------*/
.icontvh-movie {
    background-position: 0 -22px;
}

.icontvh-pencil {
    background-position: -22px -22px;
}

.icontvh-camera {
    background-position: -44px -22px;
}

.icontvh-game {
    background-position: -66px -22px;
}

.icontvh-battle {
    background-position: -88px -22px;
}

.icontvh-news {
    background-position: -110px -22px;
}

.icontvh-concours {
    background-position: -132px -22px;
}

.icontvh-comment {
    background-position: -154px -22px;
}

/*-------------------------------------*/
.icontvh-basket {
    background-position: -0px -44px;
}

.icontvh-shop {
    background-position: -22px -44px;
}

.icontvh-info {
    background-position: -44px -44px;
}

.icontvh-star {
    background-position: -66px -44px;
}

.icontvh-community {
    background-position: -88px -44px;
}

.icontvh-error {
    background-position: -110px -44px;
}

.icontvh-check {
    background-position: -132px -44px;
}

.icontvh-calendar {
    background-position: -154px -44px;
}

/*-------------------------------------*/
.icontvh-resolution {
    background-position: 0 -66px;
}

.icontvh-boxmsg {
    background-position: -22px -66px;
}

.icontvh-board {
    background-position: -44px -66px;
}

.icontvh-heart {
    background-position: -66px -66px;
}

.icontvh-connect {
    background-position: -88px -66px;
}

.icontvh-key {
    background-position: -110px -66px;
}

.icontvh-facebook {
    background-position: -132px -66px;
}

/*********************************************************************/
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

p {
    text-align: justify;
    font-size: 15px;
    margin-top: 10px;
}

.center {
    display: flex;
    text-align: center;
    justify-content: center;
}

.red {
    color: #F00;
}

a:hover {
    text-decoration: none;
}

/******************************************************/
.colordiv {
    display: block;
    background-color: #666;
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 5px;
}

.colordiv-fb {
    background-color: #3b5998;
}

.colordiv-tw {
    background-color: #44ccf6;
}

.colordiv-yt {
    background-color: #ce332d;
}

.colordiv-gp {
    background-color: #d13f2d;
}

/******************************************************/


.titlecontent {
    background: #1a4390 !important;
    color: #FFF !important;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 5px;
    font-size: 18px;
    text-align: center !important;
    border-radius: 10px !important;
}

.titlecontent h1 {
    color: #FFF !important;
    text-align: center !important;
}

.titlecontent small {
    color: #CCC !important;
    font-size: 100%;
}

@media only screen and (min-width:0px) {
    .titlecontent h1 {
        font-size: 130%;
    }
}

@media only screen and (min-width:750px) {
    .titlecontent h1 {
        font-size: 140%;
    }
}

@media only screen and (min-width:970px) {
    .titlecontent h1 {
        font-size: 180%;
    }
}

@media only screen and (min-width:1170px) {
    .titlecontent h1 {
        font-size: 200%;
    }
}

/******************************************************/

.bottomheader {
    background: #aebcbf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 9%, #0a0e0a 12%, #0a0809 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aebcbf), color-stop(9%, #6e7774), color-stop(12%, #0a0e0a), color-stop(100%, #0a0809));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aebcbf 0%, #6e7774 9%, #0a0e0a 12%, #0a0809 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aebcbf 0%, #6e7774 9%, #0a0e0a 12%, #0a0809 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aebcbf 0%, #6e7774 9%, #0a0e0a 12%, #0a0809 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #aebcbf 0%, #6e7774 9%, #0a0e0a 12%, #0a0809 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aebcbf', endColorstr='#0a0809', GradientType=0);
    /* IE6-9 */
    padding: 20px;
    color: #FFF !important;
    margin: 0px;
}

/******************************************************/
.talk {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #fffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.talkleft {
    display: table;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.bubbleleft {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 10px 0px 5px 0px;
    background: #ffade5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bubbleleft:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ffade5 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 5%;
}

.talkright {
    display: table;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

.bubbleright {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px 0px 5px 0px;
    background: #ADB9FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bubbleright:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ADB9FF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    right: 5%;
}

/******************************************************/
.nuancier {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
    background-color: #FFF;
}

.nuancier li {
    float: left;
    position: relative;
    /*border: 1px solid #F39;*/
    text-align: center;
}

.nuancier li .pastille {
    display: block;
    width: 100%;
    color: #FFF;
    border: solid 2px #999;
    border-radius: 46%;
}

.nuancier li span .add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: #999999 1px 1px, #999999 -1px 1px, #999999 -1px -1px, #999999 1px -1px;
}

@media only screen and (min-width:0px) {
    .nuancier li {
        width: 33%;
        padding: 5px;
    }

    .nuancier li .pastille {
        height: 60px;
    }
}

@media only screen and (min-width:750px) {

    .nuancier li {
        width: 10%;
        padding: 5px;
    }

    .nuancier li .pastille {
        height: 50px;
    }
}

@media only screen and (min-width:970px) {
    .nuancier li {
        width: 8%;
        padding: 5px;
    }

    .nuancier li .pastille {
        height: 40px;
    }
}

@media only screen and (min-width:1170px) {
    .nuancier li {
        width: 8%;
        padding: 5px;
    }

    .nuancier li .pastille {
        height: 40px;
    }
}

.note {
    font-size: 25px;
    color: #006cff;
}

.notefinale {
    font-size: 30px;
    color: #ff0090;
}

.linkcadre {
    text-decoration: none;
    color: #000;
}

.linkcadre:hover,
.linkcadrea:focus,
.linkcadrea:active {
    text-decoration: none;
    color: #000;
}

/******************************************************/
.imgbox {
    box-sizing: border-box;
    margin: 1%;
}

.imgbillet {
    box-sizing: border-box;
    border: 2px solid #ff67ad;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 1%;
}

.imgpage {
    box-sizing: border-box;
    width: 96%;
    margin: 2%;
    border: 2px solid #ff67ad;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.poster {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

/******************************************************/
.titrepage {
    border-bottom: 3px solid #3d77c7;
}

/******************************************************/
.titreprincipal {
    background-color: #3366cc;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (min-width:0px) {
    .titreprincipal h1 {
        font-size: 140%;
        border-bottom: 1px solid #FFFFFF;
    }
}

@media only screen and (min-width:750px) {
    .titreprincipal h1 {
        font-size: 140%;
        border-bottom: 2px solid #FFFFFF;
    }
}

@media only screen and (min-width:970px) {
    .titreprincipal h1 {
        font-size: 160%;
        border-bottom: 3px solid #FFFFFF;
    }
}

@media only screen and (min-width:1170px) {
    .titreprincipal h1 {
        font-size: 200%;
    }

    border-bottom: 3px solid #FFFFFF;
}




/******************************************************/
.tgl {
    position: relative;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin: 0 0 5px 0;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl span {
    position: relative;
    display: block;
    height: 1.8em;
    line-height: 1.2em;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    border-radius: 2em;
    padding: 0.2em 1em;
    border: 1px solid #fafafa;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
}

.tgl span:before {
    position: relative;
    display: block;
    line-height: 1.3em;
    padding: 0 0.2em;
    font-size: 1em;
}

.tgl span:after {
    position: absolute;
    display: block;
    content: '';
    border-radius: 2em;
    width: 1.3em;
    height: 1.3em;
    margin-left: -1.45em;
    top: 0.2em;
    background: #FFFFFF;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
}

.tgl input[type="checkbox"] {
    display: none !important;
}

.tgl input[type="checkbox"]:not(:checked)+span {
    background: #de474e;
    color: #FFFFFF;
    padding-left: 1.6em;
    padding-right: 0.4em;
}

.tgl input[type="checkbox"]:not(:checked)+span:before {
    content: attr(data-off);
    color: #FFFFFF;
}

.tgl input[type="checkbox"]:not(:checked)+span:after {
    background: #FFFFFF;
    left: 1.6em;
}

.tgl input[type="checkbox"]:checked+span {
    background: #86d993;
    color: #FFFFFF;
    padding-left: 0.4em;
    padding-right: 1.6em;
}

.tgl input[type="checkbox"]:checked+span:before {
    content: attr(data-on);
}

.tgl input[type="checkbox"]:checked+span:after {
    background: #FFFFFF;
    left: 100%;
}

.tgl input[type="checkbox"]:disabled,
.tgl input[type="checkbox"]:disabled+span,
.tgl input[type="checkbox"]:read-only,
.tgl input[type="checkbox"]:read-only+span {
    cursor: not-allowed;
}

.tgl-gray input[type="checkbox"]:not(:checked)+span {
    background: #e3e3e3;
    color: #999999;
}

.tgl-gray input[type="checkbox"]:not(:checked)+span:before {
    color: #999999;
}

.tgl-gray input[type="checkbox"]:not(:checked)+span:after {
    background: #ffffff;
}

.tgl-inline {
    display: inline-block !important;
    vertical-align: top;
}

.tgl-inline.tgl {
    font-size: 16px;
}

.tgl-inline.tgl span {
    min-width: 50px;
}

.tgl-inline.tgl span:before {
    line-height: 1.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.tgl-inline-label {
    display: inline-block !important;
    vertical-align: top;
    line-height: 26px;
}

.admin {
    color: #F00 !important;
}

.hide {
    display: none
}

.color {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.colorvignette {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.colorselect {
    border: 4px solid red;
    outline: 3px solid white;

    outline-offset: -7px;
    box-sizing: border-box;
}

.mycolor {
    border: 4px solid black;
    outline: 3px solid white;

    outline-offset: -7px;
    box-sizing: border-box;
}


.hidelink {
    text-decoration: none;
}

@media only screen and (min-width:0px) {
    .phonecontainer {
        width: auto;
    }
}

@media only screen and (min-width:900px) {
    .phonecontainer {
        width: 400px;
    }
}

/* cadre regle TVHLAND*/

/* Conteneur avec graduation autour des bords */
.ruled-container {
    width: 98%;
    /* Largeur de la div */
    height: auto;
    /* Hauteur de la div */
    background: white;
    /* Fond blanc */
    border: 1px solid rgba(173, 216, 230, 0.8);
    /* Bordure bleu clair */
    position: relative;
    margin: 5px;
    padding: 20px;
}

/* Graduation horizontale en haut */
.ruled-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    /* Hauteur de la zone graduée */
    background: linear-gradient(to right, rgba(173, 216, 230, 0.8) 1px, transparent 1px);
    background-size: 10px 100%;
    /* Espacement des graduations */
}

/* Graduation horizontale en bas */
.ruled-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    /* Hauteur de la zone graduée */
    background: linear-gradient(to right, rgba(173, 216, 230, 0.8) 1px, transparent 1px);
    background-size: 10px 100%;
    /* Espacement des graduations */
}

/* Graduation verticale à gauche */
.ruled-container .left-ruler {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    /* Largeur de la zone graduée */
    height: 100%;
    background: linear-gradient(to bottom, rgba(173, 216, 230, 0.8) 1px, transparent 1px);
    background-size: 100% 10px;
    /* Espacement des graduations */
}

/* Graduation verticale à droite */
.ruled-container .right-ruler {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    /* Largeur de la zone graduée */
    height: 100%;
    background: linear-gradient(to bottom, rgba(173, 216, 230, 0.8) 1px, transparent 1px);
    background-size: 100% 10px;
    /* Espacement des graduations */
}

/* fin cadre regle TVHLAND*/

/* Cadre BD titre */

.cadre-BD {
    width: 100%;
    /* Largeur de la div */
    height: auto;
    /* Hauteur de la div */
    border-top: 2px solid #000;
    /* Bordure fine en haut */
    border-left: 2px solid #000;
    /* Bordure fine à gauche */
    border-right: 6px solid #000;
    /* Bordure épaisse à droite */
    border-bottom: 6px solid #000;
    /* Bordure épaisse en bas */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    /* Ombre portée légère */
    padding: 10px;
    /* Espace intérieur */
    font-family: Arial, sans-serif;
    /* Police simple */
    margin-top: 10px;
    /* Marge en haut */
    margin-bottom: 10px;
    /* Marge en bas */
}

.cadre-BD-bleu {

    background-color: #87CEEB;
    /* Fond bleu plus foncé (ciel) */
    background-image:
        linear-gradient(to bottom, #87CEEB, #c6f2f8);
    /* Dégradé léger */
    font-family: Arial, sans-serif;
    /* Police simple */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    /* Ombre portée légère */
    padding: 5px;
    /* marge intérieur */
}

.cadre-BD-rose-trame {
    background-image:
        linear-gradient(to bottom, #FFE4E1, #FFFFFF),
        radial-gradient(circle, white 30%, transparent 31%);
    /* Trame de points blancs encore plus gros */
    background-size: cover, 10px 10px;
    /* Taille de la trame de points resserrée */
    background-blend-mode: overlay;
    /* Mélange des fonds pour un meilleur contraste */
}

.cadre-BD-gris-trame {
    background: linear-gradient(to bottom, #D3D3D3, #F5F5F5);
    /* Dégradé gris clair en conservant la même nuance */
    background-image:
        linear-gradient(to bottom, #D3D3D3, #F5F5F5),
        radial-gradient(circle, white 30%, transparent 31%);
    /* Trame de points blancs encore plus gros */
    background-size: cover, 10px 10px;
    /* Taille de la trame de points resserrée */
    background-blend-mode: overlay;
    /* Mélange des fonds pour un meilleur contraste */
    font-family: Arial, sans-serif;
    /* Police simple */
}

/* fin Cadre BD titre */
/* Styles pour la bulle */
/* Styles pour la bulle point en bas */
.bubblebottom {
    width: 100%;
    /* Largeur de la div */
    height: auto;
    /* Hauteur de la div */
    position: relative;
    background-color: #fff;
    /* Fond blanc */
    border: 2px solid #000;
    /* Bordure noire */
    border-radius: 10px;
    /* Coins arrondis */
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    /* Centrer la bulle */
    border-bottom-width: 4px;
    /* Trait en bas plus épais */
    border-right-width: 4px;
    /* Trait à droite plus épais */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    /* Ombre portée légère */
    padding: 5px;
    /* marge intérieur */
}

/* Création de la pointe de la bulle */
.bubblebottom::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /* Position de la queue */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    /* Forme de la queue */
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    /* Couleur de la queue (noire) */
}

/* Styles pour la bulle point à gauche */
.bubbleleft {
    width: 100%;
    /* Largeur de la div */
    height: auto;
    /* Hauteur de la div */
    position: relative;
    background-color: #fff;
    /* Fond blanc */
    border: 2px solid #000;
    /* Bordure noire */
    border-radius: 10px;
    /* Coins arrondis */
    padding: 15px;
    text-align: center;
    margin: 50px auto;
    /* Centrer la bulle */
    border-bottom-width: 4px;
    /* Trait en bas plus épais */
    border-right-width: 4px;
    /* Trait à droite plus épais */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    /* Ombre portée légère */
    padding: 5px;
    /* marge intérieur */
}

/* Création de la queue de la bulle à gauche */
.bubbleleft::after {
    content: '';
    position: absolute;
    left: -10px;
    /* Position de la queue à gauche */
    top: 50%;
    /* Centrer verticalement */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    /* Forme de la queue */
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
    /* Couleur de la queue (noire) */
}

.bubbletop {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    border-bottom-width: 4px;
    border-right-width: 4px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.bubbletop::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
}

.bubbleright {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    border-bottom-width: 4px;
    border-right-width: 4px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.bubbleright::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
}

/* Fin Styles pour la bulle */

.centerall {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100%;
    height: 100%;
}

/* Style pour titre en trame */
.screentonetitle {
    width: 98%;
    /* Largeur du div */
    height: auto;
    /* Hauteur du div */
    border: 3px solid black;
    /* Bordure noire plus épaisse */
    background-color: #FFFFFF;
    /* Couleur de fond par défaut */
    background-image: radial-gradient(circle,
            #e0e0e0 2px,
            /* Taille des points */
            transparent 1px
            /* Espace entre les points */
        );
    background-size: 6px 6px;
    /* Espacement des points réduit (plus serré) */
    border-radius: 50px;
    /* Coins très arrondis */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    /* Ombre portée noire plus prononcée */
    padding: 6px;
    /* Espace intérieur */
    margin-top: 20px;
    /* Marge en haut */
    margin-bottom: 10px;
    /* Marge en bas */
    font-family: Arial, sans-serif;
    text-align: center;
    /* Alignement du texte */
    font-size: 30px;
    color: #00bfff;
    /* Couleur de remplissage */
    font-weight: bold;
    text-shadow:
        -2px -2px 0 black,
        2px -2px 0 black,
        -2px 2px 0 black,
        2px 2px 0 black,
        -3px 0 0 black,
        3px 0 0 black,
        0 -3px 0 black,
        0 3px 0 black;
    /* Aucun flou, contour net et épais */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    /* Ombre portée légère */
}

/* Style pour titre en trame */

.nolink {
    color: inherit;
    text-decoration: none;
}

.article {
    background-color: white;
    /* Couleur de fond par défaut */
    transition: background-color 0.3s, border-color 0.3s;
    /* Transition fluide */
}

.article:hover {
    background-color: lightblue;
    /* Changement de couleur de fond */
    border-color: #ff1774;
    /* Changement de couleur de la bordure */
}

.abscenter {
    display: flex;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    /* Centre verticalement */
}