.thumbnailSwiper .title {
    font-size: 22px !important;
    color: white !important;
    font-family: sans-serif;
}



.bookmark_caption {
	font-size: 12px;
	color: #ffffff
}

.grayShadow {
    display: none !important;
    opacity: 0;
}

.tableofcontent_form {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.tableofcontent_form * {
    color: inherit;
}

.tableofcontent_form .item {
    transition: all 0.5s;
    color: #ffffff;
    border-left: 4px solid transparent;
    margin-left: 5px;
}
.tableofcontent_form .item:hover {
    border-color: transparent!important;
    color: white !important;
}
/**1 DÉBUT BLOCK LIEN SOMMAIRE **/ 
.tableofcontent_form .item:nth-child(1) {
    border-color: #c6e8f8;
}
.tableofcontent_form .item:nth-child(1):hover {
    background: #c6e8f8 !important;
}
/** 2DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(2) {
    border-color: #004188;
}
.tableofcontent_form .item:nth-child(2):hover {
    background: #004188 !important;
}
/** FIN BLOCK LIEN SOMMAIRE **/
/** 3DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(3) {
    border-color: #6ab591;
}
.tableofcontent_form .item:nth-child(3):hover {
    background: #6ab591 !important;
}
/** FIN BLOCK LIEN SOMMAIRE **/

.tableofcontent_form .item:nth-child(4) {
    border-color: #97bf0d;
}
.tableofcontent_form .item:nth-child(4):hover {
    background: #97bf0d !important;
}

/** FIN BLOCK LIEN SOMMAIRE **/

.tableofcontent_form .item:nth-child(5) {
    border-color: #008b9c;
}
.tableofcontent_form .item:nth-child(5):hover {
    background: #008b9c !important;
}
/** FIN BLOCK LIEN SOMMAIRE **/

.tableofcontent_form .item:nth-child(6) {
    border-color: #a7096f;
}
.tableofcontent_form .item:nth-child(6):hover {
    background: #a7096f !important;
}/** FIN BLOCK LIEN SOMMAIRE **/

.tableofcontent_form .item:nth-child(7) {
    border-color: #e2261c;
}
.tableofcontent_form .item:nth-child(7):hover {
    background: #e2261c !important;
}/** FIN BLOCK LIEN SOMMAIRE **/

.tableofcontent_form .item:nth-child(8) {
    border-color: #ff9900;
}
.tableofcontent_form .item:nth-child(8):hover {
    background: #ff9900 !important;
}/** FIN BLOCK LIEN SOMMAIRE **/

.tableofcontent_form .item:nth-child(9) {
    border-color: #00aecf;
}
.tableofcontent_form .item:nth-child(9):hover {
    background: #00aecf !important;
}