.thumbnailSwiper .title {
    font-size: 22px !important;
    color: white !important;
    font-family: sans-serif;
}


.bookmark_caption {
    font-size: 12px;
}

.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: #666666;
    border-left: 4px solid transparent;
    margin-left: 5px;
}
.tableofcontent_form .item:hover {
	border-color: transparent!important;
	color: #000000 !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(1) {
    border-color: #f6b59c;
}
.tableofcontent_form .item:nth-child(1):hover {
    background: #f6b59c !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(2) {
    border-color: #7d849d;
}
.tableofcontent_form .item:nth-child(2):hover {
    background: #7d849d !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(3) {
    border-color: #d4ab66;
}
.tableofcontent_form .item:nth-child(3):hover {
    background: #d4ab66 !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(4) {
    border-color: #054a50;
}
.tableofcontent_form .item:nth-child(4):hover {
    background: #054a50 !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(5) {
    border-color: #b58a52;
}
.tableofcontent_form .item:nth-child(5):hover {
    background: #b58a52 !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(6) {
    border-color: #b51c2f;
}
.tableofcontent_form .item:nth-child(6):hover {
    background: #b51c2f !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(7) {
    border-color: #b56149;
}
.tableofcontent_form .item:nth-child(7):hover {
    background: #b56149 !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(8) {
    border-color: #f2efef;
}
.tableofcontent_form .item:nth-child(8):hover {
    background: #f2efef !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(9) {
    border-color: #a8deea;
}
.tableofcontent_form .item:nth-child(9):hover {
    background: #a8deea !important;
}
/** DÉBUT BLOCK LIEN SOMMAIRE **/
.tableofcontent_form .item:nth-child(10) {
    border-color: #f6b59c;
}
.tableofcontent_form .item:nth-child(10):hover {
    background: #f6b59c !important;
}
