/*** tt_content */
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-above DIV.csc-textpic-imagerow,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagerow,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    max-width: 100%;
    height: auto;
}
/***/

div.csc-textpic.csc-textpic-center.csc-textpic-above figure.csc-textpic-image {
	text-align: center;
	display: block;
}

div.csc-textpic.csc-textpic-center.csc-textpic-above figure.csc-textpic-image img {
	display: inline-block;
}

#main object, #main iframe, #main .tx-mediaoembed {
    max-width: 100%;
}

.ce-uploads li {
    overflow: hidden;
}

/*** bxslider  */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background-image: url('../images/main/bxslider/controls.png');
    z-index: 999 !important;
}
.bx-wrapper .bx-loading {
    background-image: url("../images/main/bxslider/bx_loader.gif");
}
/***/
/*** Powermail */
.form-control {
    background: #ebebeb;
    border-color: #c2c1c3;
    border-radius: 2px;
}

.tx-srfreecap-pi1-cant-read {
    display: inline-block;
}

div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a {
    cursor: help;
    text-decoration: none;
}

div.tx_powermail_pi1_fieldwrap_html label a img.icon_info,
div.tx_powermail_pi1_fieldwrap_html p a img.icon_info,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a img.icon_info,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a img.icon_info {
    margin-left: 4px;
}

div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn {
    /* Description */
    display: none;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    width: auto;
    padding: 3px 10px 5px 10px;
    background-color: #ebebeb;
    border: 1px solid #e32118;
    font-size: 11px;
    color: #333;
    white-space: normal;
    /* CSS3 spicing for mozilla and webkit */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
}

div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn {
    /* Description on mouseover */
    display: block;
}
/***/

/*** fe-login */
.tx-felogin-pi1 form fieldset legend {
    display: none;
}
/***/

/*** h2Box */
.h2Box {
    margin-bottom: 20px;
}

.h2Box h2 {
    font-size: 30px;
    font-weight: normal;
    color: #e32118;
    border-bottom: 1px solid #c3c3c3;
    text-transform: none;
}

.h2Box h3 {
    font-size: 30px;
    font-weight: normal;
    color: #e32118;
    border-bottom: 1px solid #c3c3c3;
    text-transform: none;
}

.h2Box h2 span {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 1px solid #e32118;
    margin-left: 10px;
    margin-bottom: -1px;
}

.h2Box h3 span {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 1px solid #e32118;
    margin-left: 10px;
    margin-bottom: -1px;
}

.h2Box .content {
    background: #FFF;
    padding: 10px 15px;
    font-size: 13px;
}

.h2Box .content h3 {
    font-size: 16px;
    font-weight: bold;
}

.h2Box .content h4 {
    font-size: 14px;
    font-weight: bold;
}
/***/

/*** howToBuy */
.howToBuy {
    margin-bottom: 20px;
    background: #e32118;
    border-left: 3px solid #373737;
    box-shadow: 1px 1px 1px #CCC;
}

.howToBuy p {
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: normal;
    padding: 18px 0 18px 60px;
    margin: 0;
    background: url('../images/main/howToBuy/bg_h2.png') no-repeat 20px center;
}

.howToBuy .content {
    padding: 10px 15px;
    font-size: 13px;
}

.howToBuy .content a {
    color: #FFF !important;
    text-decoration: none !important;
}

.howToBuy .content a:hover {
    text-decoration: underline !important;
}

.howToBuy .content ul {
    margin-left: 35px;
}

.howToBuy .content ul li {
    margin-bottom: 10px;
}

.howToBuy .content ul li:before {
    content: ">" !important;
    color: #373737 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
/***/

/*** searchFilter */
.searchFilter {
    margin-bottom: 20px;
    background: #373737;
    border-left: 3px solid #e32118;
    box-shadow: 1px 1px 1px #CCC;
}

.searchFilter p {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    padding: 18px 0 18px 60px;
    margin: 0;
    background: url('../images/main/searchFilter/bg_h2.png') no-repeat 20px center;
}

.searchFilter .content {
    padding: 10px 15px;
    font-size: 13px;
}

.searchFilter .content span {
    font-size: 13px !important;
    color: #FFF !important;
    font-weight: normal !important;
    margin-bottom: 10px;
}
/***/

/*** select-style */
.select-style {
    position: relative;
    margin-bottom: 20px;
    height: 32px;
}

.select-style > ul {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    cursor: pointer;
}
.select-style > ul:hover {
    z-index: 20;
}

.select-style > ul:hover li {
    display: block;
}

.select-style > ul li {
    display: none;
    background: rgba(255,255,255,0.9);
    font-size: 13px;
}
.select-style > ul li:before {
    display: none;
}

.select-style > ul li:first-child {
    display: block;
    position: relative;
    height: 32px;
    padding: 7px 15px 6px 15px;
    font-size: 12px;
    color: #959595;
    background: #FFF;
    box-shadow: 0px 1px 2px #666;
    z-index: 10;
}
.select-style > ul li:first-child:after {
    content: url('../images/header/langue/select.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 32px;
    padding-top: 10px;
    background: #ebebeb;
    border: none;
    border-left: 1px solid #d8d8d8;
    text-align: center;
}

.select-style > ul li.showAll {
    border-top: 1px solid #555555;
}

.select-style > ul li a {
    position: relative;
    display: block;
    padding: 7px 15px 6px 15px;
    color: #000 !important;
    text-decoration: none !important;
}

.select-style > ul li a:hover {
    text-decoration: underline !important;
}

.select-style > ul li a span {
    margin-right: 5px;
}
/***/

/*** submitBtn */
.submitBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #e32118;
    border: none;
    color: #FFF;
    line-height: 34px;
    box-shadow: 1px 1px 3px #333;
}
/***/

/*** accordion-list */
.accordion-list {}
.accordion-list .accordion-item {
    border-left: 3px solid #b7b7b7;
    border-bottom: 1px solid #dedede;
    background: #fff;
    padding: 12px 35px;
    position: relative;
}
.accordion-list .accordion-item.item-active {
    border-left-color: #e32118;
    background: #FFF url('../images/main/accordion_item-active.png') no-repeat 0 center;
}
.accordion-list .accordion-item > h2, .accordion-list .accordion-item > h3 {
    list-style: outside none none;
    margin: 0 !important;
    width: 100%;
    color: #b7b7b7 !important;
    font-size: 16px !important;
    padding-right: 100px;
}
.accordion-list .accordion-item.item-active > h2, .accordion-list .accordion-item.item-active > h3 {
    color: #e32118 !important;
}
.accordion-list .accordion-item h2:hover, .accordion-list .accordion-item h3:hover {
    cursor: pointer;
}
.accordion-list .accordion-item .accordion-item-container {
    display: none;
    margin-top: 20px;
}
.accordion-list .accordion-item:first-child .accordion-item-container {
    display: block;
}
/***/

/*** btn-link */
.btn-link {
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    line-height: 18px;
    background: #e32118;
    color: #FFF !important;
    text-decoration: none !important;
}
.btn-link:hover {
    background: #e21918;
    text-decoration: underline !important;
}
.btn-link-more {
    display: inline-block;
    position: relative;
    background: #e32118;
    color: #fff !important;
    font-size: 13px;
    font-style: italic;
    padding: 8px 25px 8px 50px;
    margin-top: 15px;
    text-decoration: none !important;
}
.btn-link-more:before {
    color: #fff;
    content: "+";
    font-size: 36px;
    font-style: normal;
    left: 15px;
    line-height: 36px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
}
/***/

/*** carrousel-home */
.carrousel {}

.carrousel .bx-wrapper {
    margin-bottom: 40px;
    z-index: 0;
}

.carrousel .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
    transform: none;
    background: none;
}

.carrousel .bx-wrapper .bx-viewport > div.bxslider {position: static !important;}

.carrousel div.bxslider .carrousel-home-item {
    text-align: center;
    left: 0;
    bottom: 0;
    /*background: #373737;*/
}

.carrousel div.bxslider .carrousel-home-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
body.home .carrousel div.bxslider .carrousel-home-item img {
    width: 100%;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 50px;
    height: 32px;
    text-align: left;
    color: #FFF;
    background: rgba(0,0,0,0.7);
}
body.home .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend {
    /*padding: 30px 70px;*/
    padding: 30px 30px;
    top: 0;
    left: 10%;
    width: 25%;
    height: 100%;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend span.category {
    margin: 0 !important;
    font-size: 14px !important;
    color: #FFF !important;
    font-weight: bold;
    text-transform: uppercase;
}
body.home .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend span.category {
    font-size: 20px;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend a {
    color: #FFF !important;
    text-decoration: none !important;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend a:hover {
    text-decoration: underline !important;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend p {
    padding: 5px 0 0 0;
    font-size: 18px;
}
body.home .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend p {
    padding: 10px 0 0 0;
    font-size: 30px;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend a.more {
    background: #e32118;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 50px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

.carrousel div.bxslider .carrousel-home-item .carrousel-item-legend a.more:before {
    color: #fff;
    content: "+";
    font-size: 36px;
    font-style: normal;
    left: 15px;
    line-height: 34px;
    position: absolute;
}

.carrousel .bx-wrapper .bx-pager {
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 10px 15px 5px;
    width: auto;
    background: #474747;
}

.carrousel .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c7c7c7;
}

.carrousel .bx-wrapper .bx-pager.bx-default-pager a:hover, .carrousel .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e32118;
}
/***/

/*** revendeurs-list */
.revendeurs-list {}

.revendeurs-list form {
    margin: 20px 0;
}
.revendeurs-list form input[type=text] {
    width: 100%;
    border: 6px solid #555555;
    line-height: 38px;
    height: 50px;
    font-size: 16px;
    padding: 0 40px 0 20px;
    background: #FFF url('../images/header/search.png') no-repeat 98% center;
}
.revendeurs-list form button[type=submit] {
    width: 100%;
    height: 50px;
    background: #e21918 url('../images/main/revendeurs/bg_search.png') no-repeat 6% center;
    padding-left: 50px;
    border: none;
    color: #FFF;
    font-size: 17px;
    text-decoration: underline;
}
.revendeurs-list form button[type=submit]:hover {
    text-decoration: none;
}

.revendeurs-list #gmap {
    max-width: 100%;
    height: auto;
}

.revendeurs-list #gmap img {
    max-width: inherit;
}

.revendeurs-list .gmap-legend {
    margin: 15px 0;
    font-size: 12px;
}

.revendeurs-list .gmap-legend img {
    margin-right: 5px;
}

.revendeurs-list #gmap h3 {
    font-size: 16px;
    margin: 0;
}

.revendeurs-list #gmap ul.gmap-popup {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    margin-top: 15px;
    padding: 0;
}

.revendeurs-list #gmap ul.gmap-popup li {
    display: table-cell;
    text-align: center;
    font-size: 12px;
    color: #353535;
}
.revendeurs-list #gmap ul.gmap-popup li:before {
    display: none;
}

.revendeurs-list #gmap dl {
    margin-right: 0;
}

.revendeurs-list .accordion-list .accordion-item .type {
    position: absolute;
    top: 10px;
    right: 10px;
}

.revendeurs-list .accordion-list .accordion-item .certifications {
    position: absolute;
    text-align: right;
    top: 10px;
    right: 50px;
}
.revendeurs-list .accordion-list .accordion-item .certifications ul {
    margin: 0;
    padding: 0;
}

.revendeurs-list .accordion-list .accordion-item .certifications ul li {
    display: inline-block;
}
.revendeurs-list .accordion-list .accordion-item .certifications ul li:before {
    display: none;
}

.revendeurs-list .accordion-list .accordion-item .description {
    margin-bottom: 20px;
}

.revendeurs-list .accordion-list .accordion-item .description .logo img {
    max-width: 100%;
    height: auto;
}

.revendeurs-list .accordion-list .accordion-item .description dl {
    margin-bottom: 0;
}

.revendeurs-list .accordion-list .accordion-item .description ul {
    margin: 0;
    padding: 0;
}

.revendeurs-list .accordion-list .accordion-item .description ul li {
    margin-bottom: 5px;
}
.revendeurs-list .accordion-list .accordion-item .description ul li:before {
    display: none;
}

.revendeurs-list .accordion-list .accordion-item .btn-link {
    width: 220px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 0;
    margin-right: 10px;
}

.revendeurs-list .accordion-list .accordion-item .write {background-image: url('../images/quickLinks/tel.png');}
.revendeurs-list .accordion-list .accordion-item .essai {background-image: url('../images/quickLinks/essai.png');}
/***/

/*** Annonces */
.divider hr {
    color: #e32118;
    border-top: 1px solid #e32118;
    margin-top: 40px;
    margin-bottom: 40px;
}

/***/

/*** blocOnglets */
.blocOnglets {
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px #CCC;
}

.blocOnglets ul.onglets {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.blocOnglets ul.onglets li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-top: 5px solid #dedede;
    padding: 0 10px;
    cursor: pointer;
}
.blocOnglets ul.onglets li:last-child {
    border-right: none;
}

.blocOnglets ul.onglets li.act {
    border-bottom-color: #FFF;
    border-top-color: #e32118;
    background: url('../images/main/blocOnglet_item-active.png') no-repeat center top;
}

.blocOnglets ul.onglets li:before {
    display: none;
}

.blocOnglets ul.onglets li a {
    text-decoration: none !important;
    text-transform: uppercase;
    color: #808080 !important;
    font-size: 14px;
    outline: none;
}

.blocOnglets .conteneurOnglets {
    padding: 30px 45px;
}

/*** product-list */
.product-list {

}

.product-list-mini {
    margin-top: 30px;
}

.product-list .product-item {
    margin-bottom: 40px;
    width: 100%;
    /*display: table;*/
    position: relative;
    overflow: hidden;
}
.product-list-home .product-item {
    margin-bottom: 30px;
    display: table;
}
.product-list-mini .product-item {
    margin-bottom: 10px;
    display: table;
}

.product-list .product-item:after {
    content: " ";
    display: table;
    clear: both;
}

.product-list .product-item h2, .product-list .product-item span {
    background-repeat: no-repeat;
    background-position: center 20px;
    background-color: #e32118;
    /*display: table-cell;*/
    float: left;
    width: 28%;
    height: 180px;
    text-align: center;
    font-size: 18px !important;
    color: #FFF !important;
    vertical-align: bottom;
    margin: 0;
    padding: 150px 0 0;
    background-size: 125px auto;
}
.blocOnglets .conteneurOnglets.item-active .product-list .product-item h2 {
    color: #FFF !important;
}

.product-list.product-list-home .product-item h2, .product-list.product-list-home .product-item h3 {
    width: 100%;
    display: table-cell;
    float: none;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-color: #e32118;
    height: 180px;
    text-align: center;
    font-size: 18px !important;
    color: #FFF !important;
    vertical-align: bottom;
    margin: 0;
    padding: 0 0 10px;
    background-size: 125px auto;
}

.product-list.product-list-mini .product-item span {
    display: table-cell;
    float: none;
    font-size: 14px !important;
    width: 100%;
    height: 70px;
    background-size: auto 80%;
    background-position: 20px center;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 100px;
}

.product-list > .product-item:nth-child(odd) h2,
.product-list > .product-item:nth-child(odd) span,
.product-list-home > div:nth-child(odd) .product-item h2, .product-list-home > div:nth-child(odd) .product-item h3,
.product-list-mini > div:nth-child(odd) .product-item span {
    background-color: #373737;
}

.product-list-home:nth-child(odd) .product-item h2, .product-list-home:nth-child(odd) .product-item h3 {
    background-color: #373737;
}
.product-list-home:nth-child(odd) > div:nth-child(odd) .product-item h2, .product-list-home:nth-child(odd) > div:nth-child(odd) .product-item h3 {
    background-color: #e32118;
}

.product-list .product-item .product-img {
    /*display: table-cell;*/
    float: left;
    position: relative;
    width: 72%;
}

.product-list.product-list-home .product-item .product-img, .product-list.product-list-mini .product-item .product-img {
    display: table-cell;
    float: none;
}

.product-list .product-item .product-img img {
    position: absolute;
    top: 0;
    display: block;
    height: 100% !important;
    min-height: 180px;
    width: auto;
    max-width: none;
}

.product-list .product-item .product-logo {
    position: absolute;
    left: 28%;
    top: 0;
}

.product-list .product-item .product-description {
    display: none;
    position: absolute;
    color: #FFF;
    top: 0;
    right: 0;
    margin-left: 28%;
    height: 100%;
    width: 72%;
    background-color: rgba(227,33,24,0.7);
    padding: 20px 50px;
}
.product-list .product-item:nth-child(odd) .product-description {
    background-color: rgba(55,55,55,0.7);
}

.product-list .product-item:hover .product-description {
    display: block;
}

.product-list .product-item .product-description h3 {
    color: #FFF !important;
    font-size: 21px !important;
}

.product-list .product-item a.more {
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -10000em;
    font-size: 0;
    zoom: 1;
}

.product-list-mini .product-item a.more:after {
    content: url('../images/main/product-list-mini_whiteArrow.png');
    width: 13px;
    height: 25px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -12.5px;
}
/***/

/*** secteur-list */
.secteur-list {

}

.secteur-list .secteur-item {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-left: 5px solid #cacaca;
}
.secteur-list .secteur-item:hover {
    border-left-color: #e32118;
}

.secteur-list .secteur-item h2 {
    position: absolute;
    z-index: 10;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 30px;
    line-height: 30px;
    margin-left: 45px;
    margin-top: -28px !important;
    top: 50%;
    padding: 12px 15px;
}

.secteur-list .secteur-item img {
    max-width: inherit;
}

.secteur-list .secteur-item .secteur-layout {
    background: rgba(55,55,55,0.5);
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.secteur-list .secteur-item:hover .secteur-layout {
    background: none;
}

.secteur-list .secteur-item a.more {
    display: block;
    font-size: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-indent: -10000em;
    z-index: 15;
}
.secteur-list .secteur-item a.more:hover:after {
    content: " ";
    width: 12%;
    height: 100%;
    background: #3c3c3c url('../images/main/secteur-list_hover.png') no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}
/***/

/** press_releases-list */
.press_releases-list {}

.press_releases-item {
    position: relative;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px #CCC;
}

.press_releases-item-image {
    text-align: center;
}

.press_releases-item-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.press_releases-item .press_releases-item-date {
    position: relative;
    background: #e32118;
    color: #FFF;
    padding-left: 50px;
    font-size: 13px;
    font-style: italic;
    line-height: 40px;
    height: 40px;
}

.press_releases-item .press_releases-item-date:before {
    content: "+";
    position: absolute;
    left: 15px;
    font-size: 36px;
    line-height: 40px;
    color: #FFF;
    font-style: normal;
}

.press_releases-item h2 {
    font-size: 20px !important;
}

.press_releases-item .press_releases-item-content {
    padding: 20px;
    font-size: 12px;
}

.press_releases-item .press_releases-item-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -10000em;
    text-align: center;
}

.press_releases-item .press_releases-item-more:hover {
    background: rgba(227,33,24,0.8) url('../images/main/press_releases/press_releases-more.png') no-repeat center center;
    text-indent: 0;
    color: #FFF !important;
    font-size: 18px;
    text-decoration: none;
}

.press_releases-item .press_releases-item-more > span {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    padding-top: 40px;
}

.press_releases-list .ias-spinner {
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    text-align: center;
    width: 100%;
}
/***/

/*** press_releases-latest */
.press_releases-latest {

}

.press_releases-latest .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
    transform: none;
    background: none;
}

.press_releases-latest .bx-wrapper {
    margin-bottom: 40px;
}

.press_releases-latest .bx-wrapper .bx-pager {
    display: none;
}

.press_releases-latest-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px #CCC;
}

.press_releases-latest-item-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
.press_releases-latest-item-image:after {
    content: url('../images/main/press_releases/bg-latest_press_releases.png');
    position: absolute;
    top: 0;
    right: 0;
}

.press_releases-latest-item .press_releases-latest-item-date {
    position: relative;
    background: #e32118;
    color: #FFF;
    padding-left: 50px;
    font-size: 13px;
    font-style: italic;
    line-height: 40px;
    height: 40px;
}

.press_releases-latest-item .press_releases-latest-item-date:before {
    content: "+";
    position: absolute;
    left: 15px;
    font-size: 36px;
    line-height: 40px;
    color: #FFF;
    font-style: normal;
}

.press_releases-latest-item h2 {
    font-size: 20px !important;
    margin-top: 0;
}

.press_releases-latest-item .press_releases-latest-item-content {
    padding: 20px;
    font-size: 12px;
}

.press_releases-latest-item .press_releases-latest-item-content p {
    margin-bottom: 0;
}

.press_releases-latest-item .press_releases-latest-item-content span.keywords {
    margin-right: 5px;
}

.press_releases-latest-item .press_releases-latest-item-more a {
    float: left;
    font-size: 13px;
    color: #FFF !important;
    background: #e32118;
    font-style: normal;
    padding: 5px 20px;
    margin: 0;
}
.press_releases-latest-item .press_releases-latest-item-more:after {
    content: " ";
    display: table;
    clear: both;
}

.press_releases-latest .bx-wrapper .bx-controls-direction a {
    top: inherit;
    bottom: 0;
    width: 33px;
    height: 33px;
}

.press_releases-latest .bx-wrapper .bx-prev {
    left: inherit;
    right: 34px;
    background-image: url('../images/main/press_releases/press_releases-prev.png');
    background-position: 0 0;
}
.press_releases-latest .bx-wrapper .bx-prev:hover {
    background-image: url('../images/main/press_releases/press_releases-prev_hover.png');
    background-position: 0 0;
}

.press_releases-latest .bx-wrapper .bx-next {
    right: 0;
    background-image: url('../images/main/press_releases/press_releases-next.png');
    background-position: 0 0;
}
.press_releases-latest .bx-wrapper .bx-next:hover {
    background-image: url('../images/main/press_releases/press_releases-next_hover.png');
    background-position: 0 0;
}
/***/

/** press_releases-single */
.news-single .article {
    margin: 0 100px;
}
.press_releases-single-date {
    position: absolute;
    left: 31px;
    top: 0;
    background: #e32118;
    color: #FFF;
    font-style: italic;
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    width: 140px;
    text-align: center;
}

.press_releases_teaser {
    font-style: italic;
}

.press_releases_teaser:after {
    content: " ";
    display: table;
    clear: both;
}

.press_releases-single-img-wrap {
    background: #373737;
}

.press_releases-single-img-wrap .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
    transform: none;
    background: none;
}

.press_releases-single-img-wrap ul {

}

.press_releases-single-img-wrap ul li {
    text-align: center;
    left: 0;
}

.press_releases-single-img-wrap ul li:before {
    display: none;
}

.press_releases-single-img-wrap ul li img {
    display: inline-block;
    height: auto;
}

.press_releases-single-img-caption {
    font-size: 12px;
    color: #e32118;
    font-style: italic;
    margin: 5px 6px;
}

.press_releases-single-video {
    clear: both;
    margin-bottom: 10px;
}

.press_releases-single-video iframe {
    max-width: 100%;
}

.press_releases-single-backlink.backlinkTop {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    display: inline-block;
}

.press_releases-single-backlink {

}
.press_releases-single-backlink:after {
    content: " ";
    display: table;
    clear: both;
}

.press_releases-single-backlink a {
    float: right;
    font-size: 13px;
    color: #FFF !important;
    background: #e32118;
    font-style: normal;
    padding: 5px 20px;
    margin: 15px 0 0 0;
}

.press_releases-single-social {
    position: absolute;
    left: 175px;
    top: 0;
}

.press_releases-single-social .facebook, .press_releases-single-social .twitter, .press_releases-single-social .linkedin {
    display: inline-block;
    vertical-align: top;
}

.press_releases-single-social .facebook a, .press_releases-single-social .twitter a, .press_releases-single-social .linkedin a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -10000em;
    font-size: 0;
}

.press_releases-single-social .facebook a {
    background: url('../images/main/press_releases/facebook.png') no-repeat 0 0;
}

.press_releases-single-social .twitter a {
    background: url('../images/main/press_releases/twitter.png') no-repeat 0 0;
}

.press_releases-single-social .linkedin a {
    background: url('../images/main/press_releases/linkedin.png') no-repeat 0 0;
}


.press_releases-single-backlink.backlinkTop a {
    margin: 0;
}
/***/

/** successes-list */
.successes-list {

}

.successes-list-item {
    height: 150px;
    position: relative;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.successes-list-item .successes-list-item-img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    height: 150px;
}

.successes-list-item img {

}

.successes-list-item .successes-list-item-title {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 0;
}

.successes-list-item:hover .successes-list-item-title {
    display: table;
    background: rgba(227,33,24,0.83);
}

.successes-list-item .successes-list-item-title h3 {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #FFF !important;
    margin: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    padding: 0 10px;
}

.successes-list-item .successes-list-item-title h3 span {

}

.successes-list-item a.more {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000em;
    display: block;
    width: 100%;
    height: 100%;
}
/***/

/*** successes-single */
.successes-single-logo {
    float: left;
    margin: 0 20px 20px 0;
}

.successes-single-social {
    left: 34px;
}
/***/

/*** partners-category */
.partners-category {}

.partners-category ul {
    padding-left: 50px;
}

.partners-category ul li {
    margin-bottom: 10px;
}
.partners-category ul li:before {
    display: none;
}

.partners-category ul li.act {
    padding-left: 10px;
    color: #FFF;
}
.partners-category ul li.act:before {
    display: block;
    content: url('../images/main/searchFilter/partners_act.png') !important;
}

.partners-category ul li a:before {
    content: url('../images/main/searchFilter/partners.png') !important;
    font-size: 20px;
    left: -15px;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.partners-category ul li a:hover:before {
    content: url('../images/main/searchFilter/partners_act.png') !important;
}

.partners-category ul li a {
    color: #FFF !important;
    padding-left: 10px;
    text-decoration: none !important;
}

.partners-category .showAll {
    text-align: center;
    margin: 30px 0 10px;
}

.partners-category .showAll a {
    background: #e32118;
    padding: 8px 50px;
    color: #FFF !important;
    text-decoration: none !important;
}
.partners-category .showAll a:hover {
    text-decoration: underline !important;
}
/***/

/** history-box */
.history-box {
    margin: 15px 0;
}

.history-box ul {
    padding: 0;
    margin: 0 -5px;
}

.history-box ul li {
    display: table;
    float: left;
    width: 20%;
    margin: 0 0 10px;
    padding: 0 5px;
}
.history-box ul li:before {
    display: none;
}

.history-box ul li:hover {
    cursor: pointer;
}

.history-box ul li .bloc {
    height: 150px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.history-box ul li:nth-child(odd) .bloc {
    background: #E32118;
}

.history-box ul li:nth-child(even) .bloc {
    background: #EBEBEB;
}

.history-box ul li:hover .bloc {
    background: #474747;
}

.history-box ul li .bloc span {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
}

.history-box ul li .bloc .date {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}

.history-box ul li:nth-child(odd) .bloc .date {
    color: #FFF;
}

.history-box ul li .bloc .description {
    display: none;
    max-height: 100%;
    overflow: hidden;
}

.history-box ul li:hover .bloc .description {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
}
.history-box ul li:hover .bloc .date {
    display: none;
}
/***/

/** support-box */
.support-box {

}

.support-box .support-item {
    margin: 0 0 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 8px 10px;
    box-shadow: 0px 0px 3px #AAA;

}

.support-box .support-item:nth-child(even) {
    background: #e32118;
}

.support-box .support-item .support-img {
    display: table-cell;
    width: 15%;
    padding: 0 15px;
    text-align: center;
}

.support-box .support-item .support-title {
    border-right: 1px dotted #373737;
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    padding: 0 15px;
}
.support-box .support-item:nth-child(even) .support-title {
    border-right: 1px dotted #FFF;
    color: #FFF;
}

.support-box .support-item .support-desc {
    color: #e21918;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px;
}
.support-box .support-item:nth-child(even) .support-desc {
    color: #FFF;
}
.support-box .support-item:nth-child(even) .support-desc a {
    color: #FFF !important;
}
/***/

/** infos-box */
.infos-box {}

.infos-box .infos-box-item {
    display: table;
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
}

.infos-box .infos-box-item .titre, .infos-box .infos-box-item .image, .infos-box .infos-box-item .infos {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 8px;
}

.infos-box .infos-box-item .titre {
    font-size: 44px;
    font-weight: bold;
}

.infos-box .infos-box-item .image {
    opacity: 0.4;
}

.infos-box .infos-box-item .infos {
    color: #626262;
}
/***/

/** link-box */
.link-box {
    margin-bottom: 20px;
    position: relative;
}

.link-box-full {
    line-height: 16px;
    box-shadow: 1px 1px 1px #ccc;
}

.link-box.link-box-red {background-color: #e32118;}
.link-box.link-box-grey {background-color: #404040;}
.link-box.link-box-white {background-color: #FFF;}

.link-box-border {
    line-height: 16px;
    box-shadow: 1px 1px 1px #ccc;
    border-bottom-width: 6px;
    border-bottom-style: solid;
}
.link-box-border:after {
    content: " ";
    position: absolute;
    width: 18px;
    height: 9px;
    left: 50%;
    bottom: 0;
    margin-left: -9px;
}
.link-box-border.link-box-grey:after, .link-box-border.link-box-white:after {background: url('../images/main/linkBox/bg-red_link-box-border.png') no-repeat 0 0;}
.link-box-border.link-box-red:after {background: url('../images/main/linkBox/bg-grey_link-box-border.png') no-repeat 0 0;}

.link-box a, .link-box span {
    display: block;
    background-size: 10% auto;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.link-box a, .link-box span {
    padding: 15px 10px 15px 60px;
}

.link-box.link-box-red a, .link-box.link-box-grey a, .link-box.link-box-red span, .link-box.link-box-grey span {
    color: #FFF !important;
    text-decoration: none !important;
}

.link-box.link-box-white a, .link-box.link-box-white span {
    color: #464646 !important;
    text-decoration: none !important;
}

.link-box-border.link-box-white, .link-box-border.link-box-grey {
    border-bottom-color: #e32118;
}

.link-box-border.link-box-red {
    border-bottom-color: #404040;
}

.link-box.link-box-red a.ico-newsletter,
.link-box.link-box-red span.ico-newsletter,
.link-box.link-box-grey a.ico-newsletter,
.link-box.link-box-grey span.ico-newsletter {
    background-image: url('../images/main/picto/ico-newsletter-blanc.png');
}
.link-box.link-box-white a.ico-newsletter,
.link-box.link-box-white span.ico-newsletter {
    background-image: url('../images/main/picto/ico-newsletter-gris.png');
}

.link-box.link-box-red a.ico-acheter,
.link-box.link-box-red span.ico-acheter,
.link-box.link-box-grey a.ico-acheter,
.link-box.link-box-grey span.ico-acheter {
    background-image: url('../images/main/picto/ico-acheter-blanc.png');
    background-size: 38px auto;
    background-position: 15px center;
}
.link-box.link-box-white a.ico-acheter,
.link-box.link-box-white span.ico-acheter {
    background-image: url('../images/main/picto/ico-acheter-gris.png');
    background-size: 38px auto;
    background-position: 15px center;
}

.link-box.link-box-red a.ico-cv,
.link-box.link-box-red span.ico-cv,
.link-box.link-box-grey a.ico-cv,
.link-box.link-box-grey span.ico-cv {
    background-image: url('../images/main/picto/ico-CV-blanc.png');
    background-size: 38px auto;
    background-position: 15px center;
}
.link-box.link-box-white a.ico-cv,
.link-box.link-box-white span.ico-cv {
    background-image: url('../images/main/picto/ico-CV-gris.png');
    background-size: 38px auto;
    background-position: 15px center;
}

.link-box.link-box-red a.ico-depotCV,
.link-box.link-box-red span.ico-depotCV,
.link-box.link-box-grey a.ico-depotCV,
.link-box.link-box-grey span.ico-depotCV {
    background-image: url('../images/main/picto/ico-depotcv-blanc.png');
    background-size: 44px auto;
    background-position: 8px center;
}
.link-box.link-box-white a.ico-depotCV,
.link-box.link-box-white span.ico-depotCV {
    background-image: url('../images/main/picto/ico-depotcv-gris.png');
    background-size: 44px auto;
    background-position: 8px center;
}

.link-box.link-box-red a.ico-planning,
.link-box.link-box-red span.ico-planning,
.link-box.link-box-grey a.ico-planning,
.link-box.link-box-grey span.ico-planning {
    background-image: url('../images/main/picto/ico-planning-blanc.png');
    background-size: 55px auto;
    background-position: 4px center;
}
.link-box.link-box-white a.ico-planning,
.link-box.link-box-white span.ico-planning {
    background-image: url('../images/main/picto/ico-planning-gris.png');
    background-size: 55px auto;
    background-position: 4px center;
}

.link-box.link-box-red a.ico-CA,
.link-box.link-box-red span.ico-CA,
.link-box.link-box-grey a.ico-CA,
.link-box.link-box-grey span.ico-CA {
    background-image: url('../images/main/picto/ico-ca-blanc.png');
    background-size: 44px auto;
    background-position: 10px center;
}
.link-box.link-box-white a.ico-CA,
.link-box.link-box-white span.ico-CA {
    background-image: url('../images/main/picto/ico-ca-gris.png');
    background-size: 44px auto;
    background-position: 10px center;
}

.link-box.link-box-red a.ico-contact,
.link-box.link-box-red span.ico-contact,
.link-box.link-box-grey a.ico-contact,
.link-box.link-box-grey span.ico-contact {
    background-image: url('../images/main/picto/ico-contact-blanc.png');
    background-size: 44px auto;
    background-position: 10px center;
}
.link-box.link-box-white a.ico-contact,
.link-box.link-box-white span.ico-contact {
    background-image: url('../images/main/picto/ico-contact-gris.png');
    background-size: 44px auto;
    background-position: 10px center;
}

.link-box.link-box-red a.ico-devis,
.link-box.link-box-red span.ico-devis,
.link-box.link-box-grey a.ico-devis,
.link-box.link-box-grey span.ico-devis {
    background-image: url('../images/main/picto/ico-devis-blanc.png');
    background-size: 38px auto;
    background-position: 14px center;
}
.link-box.link-box-white a.ico-devis,
.link-box.link-box-white span.ico-devis {
    background-image: url('../images/main/picto/ico-devis-gris.png');
    background-size: 38px auto;
    background-position: 14px center;
}

.link-box.link-box-red a.ico-effectifs,
.link-box.link-box-red span.ico-effectifs,
.link-box.link-box-grey a.ico-effectifs,
.link-box.link-box-grey span.ico-effectifs {
    background-image: url('../images/main/picto/ico-effectifs-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-effectifs,
.link-box.link-box-white span.ico-effectifs {
    background-image: url('../images/main/picto/ico-effectifs-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-essai,
 .link-box.link-box-red span.ico-essai,
 .link-box.link-box-grey a.ico-essai,
 .link-box.link-box-grey span.ico-essai {
     background-image: url('../images/main/picto/ico-essai-blanc.png');
     background-size: 38px auto;
     background-position: 12px center;
 }
.link-box.link-box-white a.ico-essai,
.link-box.link-box-white span.ico-essai {
    background-image: url('../images/main/picto/ico-essai-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-filtre,
.link-box.link-box-red span.ico-filtre,
.link-box.link-box-grey a.ico-filtre,
.link-box.link-box-grey span.ico-filtre {
    background-image: url('../images/main/picto/ico-filtre-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-filtre,
.link-box.link-box-white span.ico-filtre {
    background-image: url('../images/main/picto/ico-filtre-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-histoire,
.link-box.link-box-red span.ico-histoire,
.link-box.link-box-grey a.ico-histoire,
.link-box.link-box-grey span.ico-histoire {
    background-image: url('../images/main/picto/ico-histoire-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-histoire,
.link-box.link-box-white span.ico-histoire {
    background-image: url('../images/main/picto/ico-histoire-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-home,
.link-box.link-box-red span.ico-home,
.link-box.link-box-grey a.ico-home,
.link-box.link-box-grey span.ico-home {
    background-image: url('../images/main/picto/ico-home-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-home,
.link-box.link-box-white span.ico-home {
    background-image: url('../images/main/picto/ico-home-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-licences,
.link-box.link-box-red span.ico-licences,
.link-box.link-box-grey a.ico-licences,
.link-box.link-box-grey span.ico-licences {
    background-image: url('../images/main/picto/ico-licences-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-licences,
.link-box.link-box-white span.ico-licences {
    background-image: url('../images/main/picto/ico-licences-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-note,
.link-box.link-box-red span.ico-note,
.link-box.link-box-grey a.ico-note,
.link-box.link-box-grey span.ico-note {
    background-image: url('../images/main/picto/ico-note-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-note,
.link-box.link-box-white span.ico-note {
    background-image: url('../images/main/picto/ico-note-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-recherche,
.link-box.link-box-red span.ico-recherche,
.link-box.link-box-grey a.ico-recherche,
.link-box.link-box-grey span.ico-recherche {
    background-image: url('../images/main/picto/ico-recherche-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-recherche,
.link-box.link-box-white span.ico-recherche {
    background-image: url('../images/main/picto/ico-recherche-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}

.link-box.link-box-red a.ico-spot,
.link-box.link-box-red span.ico-spot,
.link-box.link-box-grey a.ico-spot,
.link-box.link-box-grey span.ico-spot {
    background-image: url('../images/main/picto/ico-spot-blanc.png');
    background-size: 38px auto;
    background-position: 12px center;
}
.link-box.link-box-white a.ico-spot,
.link-box.link-box-white span.ico-spot {
    background-image: url('../images/main/picto/ico-spot-gris.png');
    background-size: 38px auto;
    background-position: 12px center;
}
/***/

/** documentation-list */
.documentation-list {

}

.documentation-list .documentation-list-item {
    margin-bottom: 30px;
    text-align: center;
}

.documentation-list .documentation-list-item:nth-child(5n) {
    clear: both;
}
/***/

/*** training-box */
.training-box {}


.training-box > h2 {
    font-size: 18px !important;
    color: #FFF !important;
    font-weight: normal;
    padding: 10px 15px 10px 60px;
    background: #e32118 url('../images/main/picto/ico-note-blanc.png') no-repeat 15px center;
    background-size: 38px auto;
    text-transform: none;
    margin: 0;
}

.training-box .accordion-item h2 {
    font-weight: normal;
}
/***/

#cookieChoiceInfo {
    background-color: rgba(71,71,71,0.8) !important;
    color: #fff;
    font-weight: bold;
    margin: 0 -15px;
    padding: 10px 0 !important;
    position: absolute;
    width: 100%;
    z-index: 999;
}

#cookieChoiceInfo a {
    background-color: #303030;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
}

/*** datamints label fields */
.tx-datamintsfeuser-pi1 label {
    width: 200px !important;
}

/*** label jobs */

.label-topsolid {
    background-color: #e21918;
    font-size: 100%;
}

.label-topsolid a {
    text-decoration: none !important;
    color: white !important;
}

/** tx-indexedsearch */
.tx-indexedsearch {}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {width: 100%;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {width: inherit;}

.tx-indexedsearch-searchbox {}
.tx-indexedsearch-searchbox form {}
.tx-indexedsearch-searchbox form legend { display: none; }
.tx-indexedsearch-searchbox form .tx-indexedsearch-form {
    display: table;
    width: 100%;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-form label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-form input{ display: table-cell; margin: 8px 3%;width: 94% !important;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-for {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-for label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-for select { display: table-cell; margin: 8px 3%; width: 43.5%;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-in {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-in label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-in select { display: table-cell; margin: 8px 3%; width: 43.5%;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-section {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-section label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-section select { display: table-cell; margin: 8px 3%; width: 94%;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-freeindexuid {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-freeindexuid label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-freeindexuid select { display: table-cell; margin: 8px 3%; width: 94%;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-order {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-order label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-order select { display: table-cell; margin: 8px 3%; width: 94%;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-results {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-results label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-results select { display: table-cell; margin: 8px 3%; width: 94%;}

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-group {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-group label{ display: table-cell; padding: 8px 15px; text-align: left;border-right: 1px solid #b7b7b7;width: 30%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-group select { display: table-cell; margin: 8px 3%; width: 94%;}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-select-group input { margin-left: 3%; }

.tx-indexedsearch-searchbox form .tx-indexedsearch-search-submit{ margin-left: 30%; padding-top: 10px; }
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button { margin-left: 3%; }

.tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {padding: 0;}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {display: inline-block; margin-right: 5px;}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {display: none;}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {text-decoration: none !important;}

.tx-indexedsearch-res {
    color: #808080;
    margin-bottom: 30px;
}
.tx-indexedsearch-res h3 {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    font-size: 16px !important;
    margin-bottom: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-title {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    margin-left: 5%;
    display: inline-block;
    padding: 8px 15px;
    width: 86%;
}

.tx-indexedsearch-res .tx-indexedsearch-percent {
    display: inline-block;
    padding: 8px 15px;
    width: 8%;
    color: #808080 !important;
    font-size: 14px !important;
}

.tx-indexedsearch-res .tx-indexedsearch-description {
    margin: 0;
    padding: 8px 15px;
    font-style: italic;
}

.tx-indexedsearch-res .tx-indexedsearch-description strong {
    color: red;
}

.tx-indexedsearch-res .tx-indexedsearch-info {
    background: #eeeeee;
    border-top: 1px solid #b7b7b7;
    padding: 8px 15px;
}
/**/

/** topSolidShow-latest */
ul.topSolidShow-latest {margin-bottom: 20px;}
ul.topSolidShow-latest li {margin-bottom: 8px;}
ul.topSolidShow-latest li:last-child {margin-bottom: 0;}
/**/

/** tab-reservation */
table.tab-reservation {

}

table.tab-reservation td {
    padding: 12px 15px !important;
	text-align: center;
}

table.tab-reservation td:last-child {
    position: relative;
    padding-right: 150px !important;
	text-align: left;
}

table.tab-reservation td a.btn-link-more {
    position: absolute;
    top:4px;
    right: 0;
    margin-top: 0;
}

table.tab-reservation .statut {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 20px;
    vertical-align: middle;
}
table.tab-reservation .statut.off {background-color: #d20024;}
table.tab-reservation .statut.soon {background-color: #ff0;}
table.tab-reservation .statut.ok {background-color: #419641;}
/**/

/** Desktop large */
@media (min-width: 1200px) {
    .product-list .product-item .product-description {
        padding: 30px 70px;
    }
}

/** Tablettes */
@media (max-width: 991px) {
    .tx-mediaoembed {width: 100%; max-width: 100%;}
    .tx-mediaoembed iframe {
        max-width: 100%;
        height: auto;
    }

    body.home .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend {
        width: 50%;
    }

    body.home .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend p {
        font-size: 22px;
    }

    .product-list.product-list-home .product-item h2 {
        font-size: 16px !important;
        height: 150px;
        background-size: auto 65%;
    }

    .secteur-list .secteur-item a.more:hover:after {
        width: 14%;
    }

    .infos-box .infos-box-item .titre {
        font-size: 36px;
    }

    .history-box ul li.active {
        cursor: pointer;
    }

    .history-box ul li.active .bloc {
        background: #474747;
    }

    .history-box ul li.active .bloc .description {
        display: inline-block;
        color: #FFF;
        font-size: 13px;
    }
    .history-box ul li.active .bloc .date {
        display: none;
    }

    .news-single .article {
        margin: 0;
        padding: 0;
    }
    .tx-indexedsearch-res .tx-indexedsearch-title {
        display: none;
    }
}


/** Mobiles */
@media (max-width: 767px) {
    /*** tt_content */
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        float: none;
        margin: 0;
        text-align: center;
    }
    div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
        display: inline-block;
    }
    .csc-textpic-intext-right-nowrap-260 .csc-textpic-text,
    .csc-textpic-intext-right-nowrap .csc-textpic-text,
    .csc-textpic-intext-left-nowrap .csc-textpic-text {
        margin: 0;
    }
    /***/

    .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend {
        position: static;
        width: 100% !important;
        padding: 20px 50px !important;
    }

    .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend a {
        font-size: 12px;
    }

    body.home .carrousel div.bxslider .carrousel-home-item .carrousel-item-legend p {
        font-size: 18px;
    }

    .carrousel .bx-wrapper .bx-pager {
        width: 100%;
        bottom: -32px;
        background: none;
    }

    /*** accordion-list */
    .blocOnglets {}

    .blocOnglets ul.onglets {
        display: none;
    }

    .blocOnglets .conteneurOnglets {
        border-left: 3px solid #b7b7b7;
        border-bottom: 1px solid #dedede;
        background: #fff;
        padding: 12px 35px;
        position: relative;
    }
    .blocOnglets .conteneurOnglets.item-active {
        border-left-color: #e32118;
        background: #FFF url('../images/main/accordion_item-active.png') no-repeat 0 center;
    }
    .blocOnglets .conteneurOnglets h2 {
        list-style: outside none none;
        margin: 0;
        width: 100%;
        color: #b7b7b7 !important;
        font-size: 16px !important;
    }
    .blocOnglets .conteneurOnglets.item-active h2 {
        color: #e32118 !important;
    }
    .blocOnglets .conteneurOnglets h2:hover {
        cursor: pointer;
    }
    .blocOnglets .conteneurOnglets .contentOnglet {
        display: none;
        margin-top: 20px;
    }
    .blocOnglets .conteneurOnglets.item-active .contentOnglet {
        display: block;
    }
    /***/

    .product-list .product-item {
        display: table;
    }

    .product-list.product-list-home .product-item h2, .product-list .product-item h2 {
        display: table-cell;
        float: none;
        font-size: 14px !important;
        height: 70px;
        background-size: auto 80%;
        background-position: 20px center;
        vertical-align: middle;
        text-align: left;
        padding: 0 0 0 100px;
        width: 100%;
    }

    .product-list.product-list-home .product-item, .product-list .product-item {
        margin-bottom: 10px;
    }

    .product-list-home:nth-child(odd) .product-item h2 {
        background-color: #e32118;
    }
    .product-list-home:nth-child(odd) > div:nth-child(odd) .product-item h2 {
        background-color: #373737;
    }

    .secteur-list .secteur-item img {
        margin-left: -50%;
    }

    .blocOnglets .conteneurOnglets .contentOnglet .successes-list-item .successes-list-item-title h2 {
        color: #FFF !important;
    }

    .history-box ul li {
        width: 100%;
    }

    .history-box ul li .bloc {
        height: 100px;
    }

    .successes-single-logo {
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }

    .support-box .support-item {
        display: block;
    }

    .support-box .support-item .support-img {
        display: block;
        width: 100%;
    }

    .support-box .support-item .support-img img {
        margin-bottom: 10px;
    }

    .support-box .support-item .support-title {
        padding-left: 0;
        text-align: center;
    }

    .support-box .support-item .support-desc {
        padding-right: 0;
    }

    .revendeurs-list form button[type="submit"] {
        background-position: 8% center;
    }

    .revendeurs-list .accordion-list .accordion-item .description {
        margin-bottom: 15px;
    }

    .revendeurs-list .accordion-list .accordion-item .description > div {
        margin-bottom: 15px;
    }

    .revendeurs-list .accordion-list .accordion-item .btn-link {
        margin-bottom: 10px;
    }

    .infos-box .infos-box-item .titre {
        font-size: 30px;
    }

    .documentation-list .documentation-list-item:nth-child(2n+1) {
        clear: both !important;
    }
    .documentation-list .documentation-list-item:nth-child(5n) {
        clear: none;
    }
}