@charset "UTF-8";
body {
    font-size: 14px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

#editMode {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#editMode a {
    background-color: #000000;
    border-radius: 0 0 8px 0;
    display: block;
    padding: 10px 12px;
    opacity: 0.6;
    color: #FFFFFF;
    z-index: 1000;
}

#editMode a:hover {
    opacity: 0.8;
    color: #FFFFFF;
    text-decoration: none;
}

/* b-lazy */
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1;
}

/* Slider */
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.center {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.midcenter {
    max-width: 754px;
    padding: 0px 15px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .center {
        width: 100%;
    }
}

#header {
    background: #ffffff;
    padding-bottom: 0px;
    position: fixed;
    z-index: 120;
    width: 100%;
    height: 0px;
}

#logo {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    position: relative;
    z-index: 10000;
}

#logo img {
    height: 72px;
    width: 253px;
}

/***** Navigation Top Left *****/
#navigation {
    float: left;
    padding-top: 19px;
    position: absolute;
}

#navigation .flexnav li a::after {
    visibility: hidden !important;
}

#navigation .flexnav li.item-with-ul a::after {
    visibility: visible !important;
}

.menu-button {
    float: right;
    margin-top: 27px;
    border: none;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #ff2e00;
    font-size: 35px;
    margin-left: 16px;
}

.menu-button .navicon {
    display: none;
}

.rightMenu {
    float: right;
    text-align: right;
    padding-top: 19px;
    position: absolute;
    right: 0px;
}

.language {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

.language:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 10px;
    width: 15px;
    background: url("../../images/scaime/down.svg") no-repeat top right;
}

#zone_lang {
    text-align: left;
    display: inline-block;
    position: relative;
    vertical-align: text-top;
}

#zone_lang:hover {
    color: #ff002e;
}

/*#zone_lang:after {*/
/*content: attr(data-background-icon);*/
/*position: absolute;*/
/*font-family: FontAwesome;*/
/*font-style: normal;*/
/*right: 4px;*/
/*top: -11px;*/
/*bottom: 0;*/
/*margin: auto 0;*/
/*height: 10px;*/
/*width: 15px;*/
/*z-index: -10;*/
/*}*/
#zone_lang a:after {
    content: attr(data-background-icon);
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    right: 4px;
    top: -6px;
    bottom: 0;
    margin: auto 0;
    height: 10px;
    width: 15px;
    z-index: 0;
}

/*span.lg:after {*/
/*position: absolute;*/
/*content: '';*/
/*right: 4px;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto 0;*/
/*height: 10px;*/
/*width: 15px;*/
/*z-index: -10;*/
/*background: url("../../images/scaime/down.svg") no-repeat top right;*/
/*}*/
#zone_lang > a {
    display: block;
    height: 20px;
    text-align: left;
    color: #000000;
}

#zone_lang img {
    margin-right: 30px;
}

#zone_lang .dropdown-menu {
    min-width: 50px;
    z-index: 6000;
    margin: 2px 0 0 -21px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#zone_lang .dropdown-menu a {
    color: #000000;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.anglais {
    background: url("../../images/scaime/anglais.svg") no-repeat top center;
    height: 12px;
    width: 22px;
    margin-right: 28px;
    display: inline-block;
}

.francais {
    background: url("../../images/scaime/francais.svg") no-repeat top center;
    height: 12px;
    width: 22px;
    margin-right: 28px;
    display: inline-block;
}

.language li {
    list-style-type: none;
}

.rightMenu a {
    display: inline-block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.connexion, .recherche {
    padding: 6px 22px 0px 57px;
    position: relative;
}

.rightMenu a:hover {
    color: #ff002e !important;
    text-decoration: none;
}

.connexion {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.logo {
    text-align: center;
}

.tel {
    color: #ababab !important;
    font-size: 18px;
    position: absolute;
    right: -201px;
    bottom: 18px;
    padding-left: 28px;
}

.tel:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 22px;
    width: 35px;
    background: url("../../images/scaime/tel.svg") no-repeat top left;
}

.connexion:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 26px;
    width: 28px;
    background: url("../../images/scaime/connexion.svg") no-repeat top left;
}

.btn-search {
    position: absolute;
    content: '';
    right: -10px;
    bottom: 15px;
    margin: auto 0;
    height: 26px;
    width: 28px;
    background: url(../../images/scaime/recherche.svg) no-repeat top left;
    font-size: 0;
    border: 0;
}

.search-download-form {
    margin-bottom: 40px;
}

.search-download-form .btn-search {
    top: -1px;
}

@media all and (min-width: 641px) {
    .search {
        position: relative;
        padding-right: 40px;
    }
}

.result {
    margin-bottom: 40px;
}

.result #form_search {
    width: 100%;
}

.result .form-group {
    margin-bottom: 10px;
}

.result input[type=submit] {
    float: right;
    width: 12%;
}

.form-group {
    margin-bottom: 0;
}

.search #form_product {
    margin-top: 15px;
}

/***** Résultat de la recherche *****/
.result #products-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 25px 0;
}

.result #products-result-number {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ff002e;
    margin: 0 15px;
}

.result .bt_result_ancre {
    color: white;
    background-color: #ff002e;
    border-color: #ff002e;
    border: 1px solid;
    padding: 6px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    display: block;
    min-width: 160px;
    margin: 0 15px;
    line-height: 26px;
    vertical-align: middle;
}

.result .bt_result_ancre:hover, .result .bt_result_ancre:focus, .result .bt_result_ancre:active {
    color: #ff002e;
    background: white;
    text-decoration: none;
}

/***** FIN - Résultat de la recherche *****/
.top {
    padding-bottom: 7px;
    background-color: white;
}

.bottom {
    text-align: center;
    color: #FFFFFF;
    background-color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-shadow: 0 16px 20px -7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 16px 20px -7px rgba(0, 0, 0, 0.25);
    height: 62px;
}

.bottom ul li {
    color: #ffffff;
    padding: 20px 0;
    text-decoration: none;
    list-style-type: none;
}

.bottom ul li a {
    color: #ffffff;
    text-decoration: none;
}

.bottom ul li li {
    padding: 0;
}

.bottom .pesage {
    background: #ff002e;
    position: relative;
    display: block;
    height: 72px;
}

.onglets .flexnav > li:nth-of-type(1):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #ff002f transparent transparent transparent;
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    opacity: 0;
    text-decoration: none;
    z-index: 1111;
}

.menuOnglets {
    padding: 0;
}

.onglets {
    /*box-shadow: 0px 0px 66px -12px rgba(0, 0, 0, 0.37);*/
    /*box-shadow: 0 5px 20px 5px rgba(0,0,0,0.5);*/
}

.onglets .flexnav ul {
    /*box-shadow: 0px 0px 66px -12px rgba(0, 0, 0, 0.37);*/
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5);
}

.onglets .flexnav ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.onglets .flexnav > li:nth-of-type(1) {
    background: #333333;
}

.onglets .flexnav > li:nth-of-type(1).home-nav-selected {
    background: #ff002e;
}

.onglets .flexnav > li:nth-of-type(1):hover {
    background: rgba(51, 51, 51, 0.9);
}

.onglets .flexnav > li:nth-of-type(2) {
    background: #595959;
}

.onglets .flexnav > li:nth-of-type(2).home-nav-selected {
    background: #ff002e;
}

.onglets .flexnav > li:nth-of-type(2):hover {
    background: rgba(89, 89, 89, 0.9);
}

.onglets .flexnav > li:nth-of-type(3) {
    background: #333333;
}

.onglets .flexnav > li:nth-of-type(3).home-nav-selected {
    background: #ff002e;
}

.onglets .flexnav > li:nth-of-type(3):hover {
    background: rgba(51, 51, 51, 0.9);
}

.onglets .flexnav li {
    width: 33.33333333%;
    float: left;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 0px #ffffff;
    box-shadow: inset 0 0 0 0px #ffffff;
}

.onglets .flexnav > li {
    -webkit-box-shadow: inset 0 0 0 0px #ffffff;
    box-shadow: inset 0 0 0 0px #ffffff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.onglets .flexnav > li:hover {
    -webkit-box-shadow: inset 0 0 0 10px #FF002E;
    box-shadow: inset 0 0 0 7px #FF002E;
}

.pesage:hover:after, .pesage.active:after {
    opacity: 1;
    text-decoration: none;
}

.onglets .flexnav li li a {
    color: #ff002e;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    cursor: context-menu;
}

.onglets .flexnav li li li a {
    color: #000000;
    text-transform: none;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    cursor: pointer;
}

.onglets ul ul ul a:before {
    position: absolute;
    left: 0;
    content: '\f0da';
    width: 3px;
    height: 18px;
    font-family: FontAwesome;
    color: #c4c4c4;
}

.onglets ul ul ul a:hover {
    font-weight: 700;
}

.onglets ul ul ul a:hover:before {
    font-weight: 700;
    color: #ff002e;
}

.onglets .flexnav {
    overflow: visible;
    position: relative;
}

.onglets .flexnav li {
    width: 33.33333333%;
    float: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
}

.onglets .flexnav > li.selected {
    background: #ff002e;
}

.onglets .flexnav li a {
    position: relative;
    font-size: 16px;
    display: inline-block;
    z-index: 2;
    width: 100%;
}

.onglets .flexnav li:hover > ul {
    display: block;
}

.onglets .flexnav li > ul {
    background-clip: padding-box;
    background-color: #fff;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 160px;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 63px;
    z-index: 1000;
    display: none;
    width: 100%;
}

.onglets .flexnav li ul li {
    font-size: 100%;
    position: relative;
    background: #ffffff none repeat scroll 0 0;
    padding: 0 15px;
}

.onglets .flexnav li ul li ul {
    display: block;
    position: relative;
    top: 0;
    padding: 14px 0;
}

.onglets .flexnav li > ul > li {
    float: left;
    display: block;
    width: 30%;
    padding-bottom: 15px;
}

.onglets .flexnav ul li ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 5px 0;
}

.onglets .flexnav ul ul ul {
    padding: 7px 0px 7px 20px !important;
}

.onglets .flexnav li li li li a {
    color: #595959;
}

.bottom .mesures {
    background: #595959;
    height: 72px;
}

.mesures:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #595959 transparent transparent transparent;
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    opacity: 0;
    text-decoration: none;
}

.mesures:hover:after, .mesures.active:after {
    opacity: 1;
    text-decoration: none;
}

.bottom .fibre {
    background: #333333;
    height: 72px;
}

.fibre:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    opacity: 0;
    text-decoration: none;
}

.fibre:hover:after, .fibre.active:after {
    opacity: 1;
    text-decoration: none;
}

.onglets {
    padding: 0;
    margin-bottom: 0;
}

.nos-marches {
    float: right;
    /*-webkit-box-shadow: 0px 0px 66px -12px rgba(0, 0, 0, 0.37);*/
    /*-moz-box-shadow: 0px 0px 66px -12px rgba(0, 0, 0, 0.37);*/
    /*box-shadow: 0px 0px 66px -12px rgba(0, 0, 0, 0.37);*/
    /*box-shadow: 0 16px 20px -7px rgba(0,0,0,0.35);*/
    text-align: right;
    padding: 0 !important;
}

.nos-marches:hover {
    float: right;
    padding: 16px 0 10px 0;
    text-align: right;
}

.nos-marches .flexnav {
    overflow: visible;
    position: relative;
}

.nos-marches .flexnav li {
    float: left;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
    padding: 20px 0;
    line-height: 18px;
}

.nos-marches .flexnav li:hover {
    -webkit-box-shadow: inset 0 0 0 7px #FF002E;
    box-shadow: inset 0 0 0 7px #FF002E;
}

.nos-marches .flexnav li li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nos-marches .flexnav li a {
    color: black;
    line-height: 18px;
}

.nos-marches ul ul {
    display: none;
    position: absolute;
    text-align: left;
    padding-left: 40px;
    position: relative;
    background-color: white;
    top: 63px;
}

.nos-marches .flexnav ul li {
    padding: 0;
}

.nos-marches ul li:hover ul {
    display: block;
    position: absolute;
    padding: 40px;
    background-color: white;
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5);
}

.nos-marches ul li li a {
    color: #000000;
    text-transform: none;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    cursor: pointer;
}

.nos-marches ul li li a:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: '\f0da';
    width: 3px;
    height: 18px;
    font-family: FontAwesome;
    color: #c4c4c4;
}

.nos-marches ul li li a:hover:before {
    font-weight: 700;
    color: #ff002e;
}

.bottom .nos-marches li {
    /*padding: 0;*/
    text-align: center;
}

.bottom .nos-marches li li {
    text-align: left;
}

.nos-marches a {
    color: #000000 !important;
    position: relative;
    /*margin-right: 47px;*/
    /*padding: 0 42px 0 0;*/
    vertical-align: sub;
}

.nos-marches a:hover {
    /*color: #ff002e !important;*/
    font-weight: 700;
}

.zDesinscription {
    margin-top: 25px;
    border-top: 1px solid #ff002e;
    padding-top: 25px;
}

/*.nos-marches a:after {*/
/*position: absolute;*/
/*content: '';*/
/*right: 15px;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto 0;*/
/*height: 10px;*/
/*width: 15px;*/
/*background: url("../../images/scaime/down.svg") no-repeat top right;*/
/*}*/
/*.nos-marches a:hover:after {*/
/*background: url("../../images/scaime/down-menu.svg") no-repeat top right;*/
/*}*/
@media screen and (max-width: 767px) {
    #navigation {
        float: none;
        top: 81px;
        padding: 0 !important;
    }
}

.footerpages .flexnav {
    display: inline-block;
    padding-left: 20px;
}

.footerpages .flexnav a, .footerpages .copyright {
    color: #777777;
    font-size: 11px;
}

.copyright {
    display: inline-block;
    color: #333333;
    font-size: 11px;
}

#footer {
    background: #F2f2f2;
    border-top: 7px solid #e6e6e6;
}

#logo_footer {
    display: block;
    height: 120px;
    float: left;
}

#logo_footer img {
    height: 100%;
    width: auto;
}

#logo-nav {
    display: none;
}

#logo-nav img {
    width: 70%;
    margin-top: 7px;
}

#footer .address {
    color: #818183;
    display: inline-block;
    font-size: 16px;
    padding: 40px;
}

#footer .contact {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 40px;
}

.social {
    background: #ff002e;
    color: #ffffff;
    padding: 24px 15px;
}

.fa-youtube {
    font-size: 38px;
    color: #ffffff;
}

.fa-youtube:hover {
    color: #333333;
}

.social b {
    text-transform: uppercase;
}

.texteSocial {
    float: right;
}

#footer .footerpages {
    float: left;
    background: #333333;
    padding: 34px 0 23px 34px;
}

#footer .footerpages ul li {
    display: inline-block;
    list-style: none;
}

.footermenu ul li a {
    color: #ff002e;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
    display: block;
}

.footermenu ul li li a {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
}

.footermenu ul li {
    list-style-type: none;
}

.footermenu ul {
    padding-left: 0;
}

.footermenu {
    padding: 50px 0;
}

#footer .footerpages ul li:before {
    content: '- ';
}

#footer .footerpages ul li:first-child:before {
    display: none;
}

textarea {
    resize: vertical;
}

h1 {
    font-size: 45px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0;
    margin-top: 0;
}

h1 b {
    color: #ff002e;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}

.news_teaser h3 {
    color: #ff002e;
    font-size: 25px;
    text-align: left;
    font-weight: 700;
}

.title_one {
    padding-bottom: 30px;
}

.title {
    padding-bottom: 15px;
}

.introduction {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}

.bt_learn_more,
.bt_learn_more:visited {
    display: inline-block;
    float: left;
    padding: 12px 45px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 270px;
    text-decoration: none;
}

.bt_learn_more:hover,
.bt_learn_more:focus {
    background: #595959;
    color: #fff;
    text-decoration: none;
}

.rubrique .bt_learn_more, .block_entete .bt_learn_more, .block_title .bt_learn_more {
    background: transparent;
    border: 1px solid #ff002e;
    color: #ff002e;
    float: left;
}

.rubrique .bt_learn_more:hover,
.rubrique .bt_learn_more:focus,
.block_entete .bt_learn_more:hover,
.block_entete .bt_learn_more:focus,
.block_title .bt_learn_more:hover,
.block_title .bt_learn_more:focus {
    background: #ff002e;
    color: #fff;
    text-decoration: none;
}

.block_title .bt_learn_more {
    float: none;
    margin-top: 18px;
}

.zone {
    position: relative;
    margin-bottom: 15px !important;
}

/*.zone.full .col {*/
/*padding-left: 0px;*/
/*padding-right: 0px;*/
/*}*/
/***** Fiche produit description *****/
.catalog_view .gray {
    background: #333333;
    color: #ffffff !important;
    padding: 30px 0;
}

.catalog_view .gray h2,
.catalog_view .gray .title,
.catalog_view .gray .body,
.catalog_view .gray p,
.catalog_view .gray .body p {
    color: #ffffff !important;
}

.catalog_view .light-gray {
    background: #e5e5e5;
    color: black !important;
    padding: 30px 0;
}

.catalog_view .light-gray h2,
.catalog_view .light-gray .title,
.catalog_view .light-gray .body,
.catalog_view .light-gray p,
.catalog_view .light-gray .body p {
    color: black !important;
}

.catalog_view .white {
    background: #ffffff;
    color: #333333 !important;
    padding: 30px 0;
}

.catalog_view .white h2,
.catalog_view .white .title,
.catalog_view .white .body,
.catalog_view .white p,
.catalog_view .white .body p {
    color: #333333 !important;
}

/***** FIN - Fiche produit description *****/
.gris {
    background: #333333;
    color: #ffffff !important;
    padding: 30px 0;
}

.gris .content,
.gris .content .body,
.gris .content .body p {
    color: white !important;
}

.gris-clair {
    background: #e5e5e5;
    color: white !important;
    padding: 30px 0;
}

.gris h2, .gris .introduction, .gris .body {
    color: #ffffff !important;
}

.gris-clair h2, .gris-clair .introduction, .gris-clair .body {
    color: black !important;
}

.zone.rubriques {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.zone.rubriques .col.slick-rubriques {
    padding: 0px;
    margin: 0px;
}

.slick-rubrique {
    float: left;
    overflow: hidden;
    text-align: center;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
}

#login-front {
    width: 320px;
    margin: 50px auto;
}

#map_canvas {
    width: 100%;
    height: 500px;
}

#map_canvas .info_content h5 {
    margin: 0px;
    font-size: 14px;
}

.result-title {
    color: #1a0dab;
    font-family: arial, sans-serif;
    line-height: 1.2;
    text-align: left;
    font-size: 18px;
}

.result-url {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #006621;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.result-description {
    color: #545454;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
}

#destinationForm {
    padding: 15px;
    background-color: #F6F6F6;
}

.block_entete {
    position: relative;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
}

#tpl_cms .block_entete:first-child {
    height: 450px;
    max-height: 450px;
}

.block_entete_background {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.banners {
    position: relative;
}

.banners_liste .slick-list {
    overflow: hidden;
    position: relative;
    padding: 45px;
}

.slick-prev {
    background: url("../../images/scaime/arrow-left.svg") no-repeat top center;
    border: none;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 30px;
    font-size: 0;
    z-index: 10;
}

.liens .slick-prev {
    left: -37px;
    top: -88px;
}

.slick-next {
    background: url("../../images/scaime/arrow-right.svg") no-repeat top center;
    border: none;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 30px;
    font-size: 0;
    z-index: 10;
}

.liens .slick-next {
    right: -37px;
    top: -88px;
}

.banniere img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.banniere img:HOVER {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.rubriques {
    position: relative;
}

.rubrique {
    position: relative;
}

.block_media {
    position: relative;
}

.rubriques .visual_container, .block_media .visual_container {
    position: relative;
    text-align: center;
}

.home-rubrique-image {
    background-size: cover !important;
    height: 450px !important;
}

.catalog_teaser_cas .visual_container img {
    width: 100%;
}

.masque {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background: url("../../images/scaime/masque.png") no-repeat left center;
    z-index: 1;
}

.zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background: url("../../images/scaime/zoom.png") no-repeat center #ff002e;
    z-index: 2;
    opacity: 0;
}

.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 47, 0.3);
    z-index: 2;
    opacity: 0;
}

.zoom:hover, .link:hover {
    opacity: 0.8;
}

.rubriques .detail, .block_media .detail, .block_entete .detail {
    position: absolute;
    left: 137px;
    top: 0;
    height: 70%;
    text-align: left;
    bottom: 0;
    margin: auto 0;
    z-index: 3;
}

.rubriques h2, .block_media h2, .block_entete h2 {
    color: #333333;
    font-size: 50px;
    font-weight: 700;
}

.rubriques .introduction, .block_media .introduction, .block_entete .introduction {
    color: #595959;
    font-size: 20px;
    font-weight: 700;
}

.rubriques .body, .block_media .body, .block_entete .body {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0;
}

.plus {
    background: url(../../images/scaime/plus.png) no-repeat top 0 center;
    height: 26px;
    width: 26px;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
}

.plus:hover {
    background: url(../../images/scaime/plus.png) no-repeat top -26px center;
}

.detail {
    padding: 0 20px;
    text-align: left;
}

.body {
    font-size: 16px;
    color: #000000;
    margin: 0;
}

a {
    color: #ff002e;
    text-decoration: none;
    font-size: 16px;
}

a:focus, a:hover {
    color: #333333;
}

.news_teaser a {
    text-decoration: underline;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #333333;
    content: ">";
}

.breadcrumb a, .breadcrumb > li {
    font-size: 13px;
    color: #333333;
}

.breadcrumb > .active {
    color: #ff002e;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 12px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    display: inline-block;
}

.update {
    float: right;
    display: inline-block;
    text-align: right;
    color: #333333;
    font-size: 13px;
    font-style: italic;
}

ul.flexnav {
    padding-left: 0;
}

a.facebook, a.google, a.linkedin {
    float: right;
    color: #ffffff;
    padding-right: 19px;
}

a.facebook:hover, a.google:hover, a.linkedin:hover {
    color: #ff002e;
}

.fa-facebook, .fa-google-plus, .fa-linkedin {
    font-size: 30px;
}

.contrat {
    text-transform: uppercase;
}

.job {
    border-bottom: 1px solid rgba(255, 0, 46, 0.3);
    padding: 25px 0px;
}

.job:last-child {
    border-bottom: none;
}

.btn-primary {
    color: #fff;
    background-color: #ff002e;
    border-color: #ff002e;
}

.btn-primary:hover {
    color: #ff002e;
    background-color: #ffffff;
    border-color: #ff002e;
}

.jobs .detail {
    padding: 10px 0;
}

/*Module liens*/
/*.lien a {*/
/*color: #ff002e;*/
/*font-size: 18px;*/
/*font-weight: 700;*/
/*}*/
/*.lien a {*/
/*display: block;*/
/*background: #ff002e;*/
/*color: #FFFFFF;*/
/*font-size: 12px;*/
/*font-weight: 700;*/
/*text-transform: uppercase;*/
/*border-bottom-right-radius: 20px;*/
/*border-bottom-left-radius: 20px;*/
/*position: relative;*/
/*text-align: left;*/
/*padding: 12px 0 13px 22px;*/
/*cursor: pointer;*/
/*}*/
.lien a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff002e;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    cursor: pointer;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    padding: 10px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
}

.liens {
    margin: 0 auto;
    padding: 0;
}

.summary {
    padding: 0 20px;
}

.liens .slick-list {
    overflow: hidden;
    padding-top: 2px;
}

.listing_liens h2 {
    font-size: 30px;
    text-align: center;
    padding: 22px 0;
}

.listing_liens {
    padding: 0;
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
}

.home-liste-liens .listing_liens {
    padding: 0 15px;
    margin-top: 40px;
}

.lien {
    position: relative;
    margin-bottom: 30px;
    list-style-type: none;
}

.lien img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

/*Module Catalog*/
.zone_teasers {
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.catalog_count_product {
    background: #ff002e;
    border-radius: 20px;
    color: #ffffff;
    height: 330px;
}

.counter {
    z-index: 11;
    height: 330px;
}

.catalog_count_product h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 28px 0;
}

.catalog_count_product span {
    font-size: 70px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.count {
    line-height: 23px;
    padding: 15px 0;
}

.catalog_count_product a {
    color: #ffffff;
    font-size: 60px;
    cursor: pointer;
}

.catalog_count_product a:hover {
    color: #333333;
    text-decoration: none;
}

.titreCas {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    top: 33px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.cas {
    position: relative;
    margin-bottom: 30px;
    float: left;
}

.zone_teasers .cas a:after {
    display: none;
}

.zone_teasers .cas a {
    padding-right: 46px;
}

.zone_teasers .cas {
    padding: 0;
    height: 330px;
    margin: 0 10px 0 10px;
}

.cas img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.cas a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff002e;
    color: #FFFFFF;
    font-size: 12px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    cursor: pointer;
    min-height: 82px;
    max-height: 82px;
    overflow: hidden;
    padding: 10px 10px 10px 12px;
    line-height: 17px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.cas a:after {
    /*position: absolute;*/
    /*content: '';*/
    /*right: 25px;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto 0;*/
    /*height: 19px;*/
    /*width: 35px;*/
    /*background: url(../../images/scaime/fleche.svg) no-repeat top right 7px;*/
    display: none;
}

.cas a:hover:after {
    background: url(../../images/scaime/fleche.svg) no-repeat top right 0px;
}

.zone_teasers {
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -73px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

/*.zone_teasers:after {*/
/*content: attr(data-icon);*/
/*font-family: FontAwesome;*/
/*width: 20px;*/
/*color: #b8b8b8;*/
/*position: absolute;*/
/*bottom: 45px;*/
/*left: 0;*/
/*right: 0;*/
/*margin: 0 auto;*/
/*}*/
.catalog_teaser {
    padding: 0;
    margin: 0 8px;
    z-index: 11;
    overflow: hidden;
    height: 330px;
}

.catalog_teaser .slick-list {
    overflow: hidden;
}

.page {
    position: relative;
    margin-bottom: 30px;
}

.page img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

/*.page a {*/
/*display: block;*/
/*background: #ff002e;*/
/*color: #FFFFFF;*/
/*font-size: 12px;*/
/*font-weight: 700;*/
/*text-transform: uppercase;*/
/*border-bottom-right-radius: 20px;*/
/*border-bottom-left-radius: 20px;*/
/*position: relative;*/
/*text-align: left;*/
/*padding: 12px 0 13px 12px;*/
/*cursor: pointer;*/
/*}*/
.page .details a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff002e;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    cursor: pointer;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    padding: 10px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    /*box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);*/
}

/*.summaryPages{
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 30px 77px 30px;
}*/
.summaryPages {
    position: relative;
}

.summary .slick-list {
    overflow: hidden;
}

.date {
    margin-top: 27px;
    margin-bottom: 14px;
}

.news_view .bt_learn_more, .news_index .bt_learn_more {
    color: #333333;
    border: 1px solid #333333;
    float: left;
}

.news_view .bt_learn_more:hover, .news_index .bt_learn_more:hover {
    color: #ffffff;
    border: 1px solid #333333;
    float: left;
}

.news_view {
    padding-top: 30px;
}

.new {
    padding: 35px 0;
    border-bottom: 1px rgba(128, 128, 128, 0.25) solid;
}

.home-news-filet {
    border-bottom: 1px solid #e6e6e6;
}

/*Teaser de cas*/
.catalog_teaser_cas {
    overflow: hidden;
    height: 350px;
    padding: 0;
}

.catalog_teaser_cas .shadow {
    max-width: 255px;
}

.catalog_teaser_cas .slick-list {
    overflow: visible;
}

.new_cas {
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 26px -2px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0px 0px 26px -2px rgba(0, 0, 0, 0.17);
    padding: 0;
    display: inline-block;
    margin: 0 18px;
    height: 330px;
    overflow: hidden;
}

.new_cas .visual_container {
    padding: 0;
    height: 75%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.new_cas .visual_container img {
    width: 100%;
}

.detail_cas {
    padding: 0;
    background-color: rgba(240, 240, 240, 0.9);
    position: relative;
    min-height: 400px;
    top: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.detail_cas:hover {
    top: -175px;
    min-height: 400px;
}

.detail_cas:hover .body_cas {
    color: black;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.body_cas {
    color: rgba(0, 0, 0, 0);
    text-align: left;
    font-size: 14px;
}

.teaser-cas-sliding-container {
    padding: 30px;
    padding-top: 15px;
}

.new_cas h3, .product h3 {
    color: #ff002e;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.news_teaser_cas {
    z-index: 11;
    overflow: hidden;
    height: 345px;
}

.news_teaser_cas .slick-list {
    overflow: hidden;
}

.news_teaser_cas .slick-prev, .catalog_teaser .slick-prev, .catalog_teaser_cas .slick-prev {
    right: 60px;
    top: auto;
    bottom: 33px;
    height: 20px;
    width: 12px;
    left: auto;
}

.news_teaser_cas .slick-next, .catalog_teaser .slick-next, .catalog_teaser_cas .slick-next {
    right: 40px;
    top: auto;
    bottom: 33px;
    height: 20px;
    width: 11px;
}

.new_cas .bt_learn_more {
    color: #ff002e;
    border: 2px solid #ff002e;
    width: 200px;
    float: left;
    margin: 27px 0 0 0;
}

.new_cas .bt_learn_more:hover {
    color: #ffffff;
    border: 2px solid #ff002e;
    background: #ff002e;
}

.product .intro {
    color: #333333;
    text-align: center;
    padding: 0 10px;
}

.product h3 {
    text-align: center;
}

.product {
    background: #ffffff;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 10px;
}

.plyr__video-embed iframe {
    top: -50%;
    height: 200%;
}

.catalog_index_products .product {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.catalog_index_products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog_index_cas .titreCas {
    text-align: center;
    padding: 0 20px;
}

.catalog_view_cas h1 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #ff002e;
}

.catalog_view_cas .cas-intro h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.catalog_view_cas h4 {
    line-height: 1.3em;
}

.catalog_view_cas .cas-intro .visual_container.slick-slider {
    padding-bottom: 72px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius: 20px;
    background-color: #f0f0f0;
}

.catalog_view_cas .cas-intro .visual_container.slick-slider.visual_container_solo {
    padding-bottom: 0px;
}

.catalog_view_cas .cas-intro .detail {
    padding-left: 35px;
}

.productsIn .slick-list {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px 0;
}

.productsIn {
    position: relative;
}

.productsIn .product {
    margin-bottom: 30px;
}

/*Distributeur*/
.info_content a, .info_distributeur a {
    color: #ff002e;
    text-decoration: none;
    font-size: 13px;
}

#legend {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    font-size: 15px;
}

#legend div {
    display: inline-block;
    padding: 0 10px;
}

#legend h4 {
    text-align: center;
}

.listeDistributeurs .menuDistrib {
    padding: 0px;
    margin: 0px;
}

.listeDistributeurs .menuDistrib li {
    display: inline-block;
    vertical-align: text-top;
    padding: 15px 25px;
    background: #595959;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.listeDistributeurs .menuDistrib li:hover,
.listeDistributeurs .menuDistrib li.selected {
    background: #ff002e;
}

.listeDistributeurs .menuDistrib li:last-child {
    background: none;
    padding: 0;
    color: #000000;
}

.listeDistributeurs .menuDistrib li.list-dpt {
    display: block;
    margin-top: 4px;
    text-align: left;
}

.listeDistributeurs #dpt {
    padding: 14px;
    display: none;
}

.zoneDistrib .distrib {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    position: relative;
}

.zoneDistrib .distrib:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #838485 transparent transparent transparent;
    position: absolute;
    top: 25px;
    right: 25px;
}

.zoneDistrib .distrib:hover:after {
    border-color: #ff002e transparent transparent transparent;
}

.zoneDistrib .distrib.open:after {
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #838485;
}

.zoneDistrib .distrib h5 {
    font-weight: 700;
    padding-left: 30px;
    padding-right: 40px;
    height: 31px;
    padding-top: 0;
}

.zoneDistrib .distrib h5 .distributeur-name {
    font-weight: 400;
}

.zoneDistrib .distrib h5.fonction_1 {
    background: url(../../images/scaime/agent.png) no-repeat left center;
}

.zoneDistrib .distrib h5.fonction_2 {
    background: url(../../images/scaime/distributeur.png) no-repeat left center;
}

.zoneDistrib .distrib h5.fonction_3 {
    background: url(../../images/scaime/prestataire.png) no-repeat left center;
}

.zoneDistrib .distrib .d {
    display: none;
}

.zoneDistrib .distrib.open .d {
    display: block;
}

.zoneDistrib {
    display: none;
}

/***** Fiche produit *****/
.catalog_view h2, .catalog_view .product-h2-cms, .catalog_view .egalement h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: normal;
}

.plan {
    background: url(../../images/scaime/plan.png) no-repeat top center;
    padding: 46px 25px 0px 25px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.documentation {
    background: url(../../images/scaime/documentation.png) no-repeat top center;
    display: inline-block;
    padding: 46px 0px 0 0px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.pictoTop {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.headerProduct {
    border-top: 3px solid #ff002e;
    -webkit-box-shadow: inset 0px -73px 90px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -73px 90px 1px rgba(0, 0, 0, 0.05);
    padding-bottom: 64px;
}

.introProduct {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.product_view {
    padding-top: 50px !important;
}

.headerProduct h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ff002e;
}

.mesureProduct {
    color: #000000;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.bodyProduct {
    font-size: 16px;
    color: #000000;
}

.pointFort {
    display: inline-block;
    color: #ff002e;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 24px;
}

.pointFort:hover {
    color: #ff002e;
    text-decoration: none;
}

.pointsForts {
    text-align: center;
    padding: 35px 0;
}

.pointFort img {
    padding-bottom: 11px;
}

.certifications {
    -webkit-box-shadow: inset 0px 31px 37px 2px rgba(0, 0, 0, 0.05), inset 0px -31px 37px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 31px 37px 2px rgba(0, 0, 0, 0.05), inset 0px -31px 37px 2px rgba(0, 0, 0, 0.05);
    padding: 35px 0;
    text-align: center;
}

.certification {
    display: inline-block;
    padding: 0 20px;
}

.midcenter h2, .accessoires h2, .egalement h2 {
    font-size: 30px;
    text-align: center;
    color: #ff002e;
    font-weight: 700;
    margin-bottom: 40px;
}

.product-h2-cms {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    font-family: "Open Sans", sans-serif;
}

.midcenter h2 {
    margin-top: 50px;
}

#documentation {
    padding-top: 30px;
    padding-bottom: 30px;
}

#documentation.documentation_by_types {
    padding-top: 5px;
    padding-bottom: 5px;
}

.files-container {
    display: none;
}

.categorie {
    background: #ffffff;
    color: #ff002e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 11px;
    position: relative;
    border: 1px solid #ff002e;
    cursor: pointer;
}

.categorie.actif {
    background: #ff002e;
    color: #ffffff;
}

.opend {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../../images/scaime/open.png) no-repeat top center;
    height: 9px;
    width: 10px;
    padding: 0 17px;
}

.categ.actif .opend {
    background: url(../../images/scaime/close.png) no-repeat top center;
    height: 8px;
    width: 8px;
    z-index: 1111;
    padding: 0 17px;
}

.doc {
    display: none;
    margin: 28px 0;
}

.files {
    display: block;
}

.typefile {
    margin-bottom: 5px;
}

.typefile .doc {
    display: none;
}

.typefile .doc.show {
    display: block;
}

.documentations h2 {
    margin-bottom: 0px;
}

.categ {
    margin-bottom: 15px;
}

.download {
    background: url(../../images/scaime/file.svg) no-repeat left center;
    color: #000000;
    font-size: 12px;
    padding-left: 24px;
    font-style: italic;
    cursor: pointer;
}

/* Mise en page 1 fichier à DL (action 1 fichier à télécharger dans block) */
.documentation_file .download {
    background: url(../../images/scaime/file.svg) no-repeat left center;
    color: #555555;
    font-size: 12px;
    font-weight: 700;
    border: none !important;
}

.documentation_file .file {
    padding: 0;
    margin: 0;
    padding-left: 23px;
}

.documentation_file .file:hover {
    text-decoration: underline;
}

.documentation_file .file-languages {
    font-size: 12px;
    padding-left: 24px;
}

.desc {
    font-size: 12px;
    padding-left: 24px;
    font-weight: 700;
}

.desc .download {
    font-weight: normal;
}

.langues {
    font-size: 12px;
    padding-left: 39px;
}

.accessoires {
    border-top: 3px solid #ff002e;
    padding-top: 15px;
}

.accessoires img {
    margin-bottom: 10px;
}

.ombre {
    -webkit-box-shadow: inset 0px 31px 37px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 31px 37px 2px rgba(0, 0, 0, 0.05);
    padding-top: 70px;
    padding-bottom: 45px;
}

.titreGris {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bodyGris {
    color: #ffffff;
    font-size: 16px;
}

.visual_container {
    text-align: center;
    overflow: hidden;
}

.news_teaser .visual_container {
    display: none;
}

.arg {
    padding: 89px 0;
}

.crossover {
    position: relative;
}

.crossover .slick-list {
    overflow: hidden;
    padding: 0 15px;
    padding-top: 2px;
}

.crossover .titreCas {
    padding: 0 26px;
}

.egalement {
    border-top: 3px solid #ff002e;
    padding-top: 15px;
}

.egalement .cas a:after {
    display: none;
}

.texteProduct {
    padding: 0 35px;
}

.product_view .visual_container {
    padding: 0 0 72px 0;
}

.visual_container .slick-next {
    bottom: 0;
    top: auto;
    right: 38%;
    width: 18px;
}

.visual_container .slick-prev {
    bottom: 0;
    top: auto;
    left: 38%;
    width: 18px;
}

.lienOmbre {
    -webkit-box-shadow: inset 0px 0px 26px -2px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0px 0px 26px -2px rgba(0, 0, 0, 0.17);
    border-radius: 16px;
}

.filet {
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    height: 4px;
    width: 100%;
    background: #ff002e;
}

/***** Formulaire de contact *****/
.contact_view .form-group {
    margin-top: 15px;
}

.contact_view legend {
    margin-top: 20px;
    margin-bottom: 0;
}

.contact_view fieldset {
    margin-bottom: 20px;
}

.contact_view input.btn-primary {
    margin-top: 15px;
}

/***** END - Formulaire de contact *****/
/*Account*/
#login .form-group {
    margin-bottom: 14px;
}

.form-inscription .form-group {
    margin-bottom: 14px;
}

.contact_thanks {
    padding-top: 30px;
}

#recoverAccountForm {
    padding-top: 15px;
}

.contact-popup {
    position: fixed;
    right: -333px;
    z-index: 1111;
    top: 0;
    bottom: 0;
    height: 195px;
    margin: auto 0;
    background: #ffffff;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

.contactus {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    left: -78px;
    top: 85px;
    font-size: 18px;
    text-transform: uppercase;
    width: 186px;
}

.cliquable a {
    color: #ffffff;
}

.infoPopup {
    width: 330px;
    border-bottom: 17px solid #9fc44b;
    border-top: 17px solid #9fc44b;
    background: #004a99;
}

.titreContactPopup {
    font-size: 18px;
    color: #9fc44b;
    padding: 36px 0 30px;
    text-align: center;
}

.textContactPopup {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 0 54px 21px 54px;
}

/***** TABLE *****/
table {
    font-size: 13px;
    color: #808080;
    border: none;
}

/* Entete */
table thead {
    background-color: #e5e5e5 !important;
}

table thead tr {
    background-color: #ff002e !important;
    border: none !important;
}

table thead tr td, table thead tr td h3 {
    background-color: #ff002e !important;
    color: #FFF !important;
    font-size: 18px !important;
    border: none !important;
    padding: 10px 0 !important;
    font-weight: inherit;
}

/* Cellule d'Entete */
table tbody th {
    background-color: #f0f0f0 !important;
    color: #333333 !important;
    font-size: 18px !important;
    padding: 6px !important;
    font-weight: inherit;
}

/* Body */
table tbody {
    border: none !important;
}

table tbody tr {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: none !important;
    padding: 10px 0 !important;
    height: 40px !important;
}

table tbody td {
    border: none !important;
}

/** TABLE WITH VERTICAL BORDER **/
.vertical-border table tbody td {
    border: 1px solid #e0e0e0 !important;
}

/***** END - TABLE *****/
/***** Page de recherche produits filtrés  *****/
/*** Search Bar ***/
.search-bar {
    background: white;
    -webkit-box-shadow: 0 16px 20px -7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 16px 20px -7px rgba(0, 0, 0, 0.25);
    z-index: 100;
}

#searchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    height: 100px;
    background: yellow;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1140px;
}

#searchForm .form-group {
    width: 35%;
}

#searchForm .form-group {
    width: 35%;
    padding: 25px;
    border-left: 1px solid #e5e5e5;
    background-color: white;
}

#searchForm .form-group:first-child {
    border: none;
}

#searchForm .form-group label {
    color: #ff002e;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}

#searchForm .form-group select {
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

#searchForm .form-group:last-child {
    width: 30%;
}

#searchForm .form-group:last-child button#searchForm_save {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    color: #ff002e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

/*** Form Left Filters ***/
form[name=searchCompleteForm] .form-group label.control-label, .catalog_search_complete #form-filter .form-group label.control-label {
    display: block;
    color: #ff002e;
    position: relative;
    padding: 10px 0 10px;
}

form[name=searchCompleteForm] .form-group label.control-label.form-accordeon, .catalog_search_complete #form-filter .form-group label.control-label.form-accordeon {
    cursor: pointer;
}

form[name=searchCompleteForm] .form-group label.control-label::before, .catalog_search_complete #form-filter .form-group label.control-label::before {
    content: "";
    background-color: #ff002e;
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
}

form[name=searchCompleteForm] .form-group label.control-label.form-accordeon::after, .catalog_search_complete #form-filter .form-group label.control-label.form-accordeon::after {
    content: "";
    background: url("../../images/scaime/open-icon.png") no-repeat;
    text-transform: none;
    position: absolute;
    right: 0;
    height: 9px;
    width: 9px;
}

form[name=searchCompleteForm] .form-group label.control-label.form-accordeon.form-accordeon-close::after, .catalog_search_complete #form-filter .form-group label.control-label.form-accordeon.form-accordeon-close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

form[name=searchCompleteForm] input.bt_valider, .catalog_search_complete #form-filter input.bt_valider {
    color: #ff002e;
    background: white;
    border: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 10px;
}

form[name=searchCompleteForm] input.bt_valider:hover, .catalog_search_complete #form-filter input.bt_valider:hover {
    background-color: #e6e6e6;
}

/*** Form Content ***/
.form-content {
    background: white;
    z-index: 50;
    margin: 80px auto 0 auto;
    max-width: 1140px;
}

.form-content .product-list .shadow {
    width: 100%;
}

.form-content .product-list .shadow .visual_container {
    width: 100%;
    height: 180px;
}

/*** Form Content ***/
.product-list .product {
    padding-top: 10px;
}

/***** END - Page de recherche produits filtrés *****/
/***** Page de résultat de recherche (produits ET cas) *****/
.product-result {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-result .shadow {
    min-height: 269px;
}

.product-result .visual_container, .cass .visual_container {
    width: 225px;
    height: 180px;
}

/***** END - Page de résultat de recherche (produits ET cas) *****/
/***** Zone Accès rapide *****/
.cliquable {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-align: center;
    color: #fff;
    background: #ff002e;
    font-size: 17px;
    padding: 17px 5px 10px 5px;
    cursor: pointer;
    width: 60px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#text-search-link {
    font-size: 28px !important;
}

.cliquable #text-search-link:hover {
    text-decoration: none !important;
}

.fa-envelope-o {
    display: block;
    font-size: 28px;
    padding: 15px 0;
}

.cliquable .right-menu-link:hover {
    text-decoration: none !important;
}

.cliquable .fa-map-marker {
    display: block;
    font-size: 28px;
    padding: 5px 0;
}

.cliquable .fa-download {
    display: block;
    font-size: 28px;
    padding: 10px 0;
}

.cliquable .right-menu-link:hover {
    text-decoration: none !important;
}

/***** END - Zone Accès rapide *****/
/***** Liste de blocks (produit, cas d'application, listing de page) *****/
.shadow {
    /* Conteneur de block générique avec ombre */
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    /*border-bottom-left-radius: 20px;*/
    border-radius: 20px;
    /*border-bottom-right-radius: 20px;*/
}

.shadow.block-list {
    /* Conteneur de block générique avec ombre */
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

/***** Liste de produits et résultat produits filtrés (block produit)  *****/
.product.block-list, .product-list .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
}

.product-list .products .product {
    /***** Pour les produits filtrés padding bottom supérieur pour affichage de l'ombre sur firefox *****/
    padding-bottom: 15px !important;
}

.product.product-result {
    padding-bottom: 0 !important;
    margin-bottom: 30px;
}

.product.block-list .shadow, .product-list .products .product .shadow {
    height: 265px;
    max-height: 265px;
    min-height: 265px;
    width: 225px;
    max-width: 225px;
    min-width: 225px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.product.block-list .shadow .visual_container, .product-list .products .product .shadow .visual_container {
    height: 190px;
}

.product.block-list .shadow .details, .product-list .products .product .shadow .details {
    height: 75px;
    padding-top: 8px;
}

.product.block-list .shadow .details a, .product-list .products .product .shadow .details a {
    display: block;
}

.product.block-list .shadow .details h3, .product-list .products .product .shadow .details h3 {
    margin: 0 0 5px 0;
    color: #ff002e;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.product.block-list .shadow .details .intro, .product-list .products .product .shadow .details .intro {
    color: #333333;
    text-align: center;
}

/***** END - Liste de produits (block produit) *****/
/***** Liste de cas (block cas) *****/
.cas.block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cas.block-list .shadow {
    height: 265px;
    max-height: 265px;
    min-height: 265px;
    width: 225px;
    max-width: 225px;
    min-width: 225px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.cas.block-list .shadow .visual_container {
    height: 210px;
}

.cas.block-list .shadow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff002e;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    cursor: pointer;
    text-transform: none;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    padding: 10px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    z-index: 100;
}

.cas.block-list .shadow .details a .content {
    display: block;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}

/***** END - Liste de cas (block cas) *****/
/***** Liste de liens (block liens) *****/
.summary .slick-list {
    padding-top: 2px;
}

.lien.block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lien.block-list .shadow {
    height: 265px;
    max-height: 265px;
    min-height: 265px;
    width: 225px;
    max-width: 225px;
    min-width: 225px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.lien.block-list .shadow .visual_container {
    height: 210px;
}

.lien.block-list .shadow .placeholder-scaime {
    max-height: 210px;
}

.lien.block-list .shadow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff002e;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    cursor: pointer;
    text-transform: none;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    padding: 10px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
}

.lien.block-list .shadow .details a .content {
    display: block;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}

/***** END - Liste de liens (block liens) *****/
/***** Fiche d'un cas d'application *****/
.catalog_view_cas .cas-zone.row, .catalog_view_cas .cas-zone.row.gris {
    margin: 15px 0;
    padding: 10px 0;
}

/***** Titre H2 *****/
.catalog_view_cas h2, .catalog_view_cas .title, .catalog_view_cas .cas-h2-title {
    font-size: 30px !important;
    color: #333 !important;
    text-align: left !important;
    font-weight: 400 !important;
}

/***** Titre H2 *****/
.catalog_view_cas .gris h2, .catalog_view_cas .gris .title, .catalog_view_cas .gris .cas-h2-title {
    color: #fff !important;
}

/***** intro et texte *****/
.catalog_view_cas .cas-introduction {
    font-size: 18px !important;
    color: #333 !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.catalog_view_cas .body {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    text-align: justify !important;
}

.catalog_view_cas .body p {
    text-align: justify !important;
}

/***** intro et texte fond gris *****/
.catalog_view_cas .gris .cas-introduction {
    color: #fff !important;
}

.catalog_view_cas .gris .body {
    color: #fff !important;
}

/***** alignement des images *****/
.catalog_view_cas .visual_container.text-right {
    text-align: right !important;
}

.catalog_view_cas .visual_container.text-left {
    text-align: left !important;
}

.catalog_view_cas .visual_container.text-center {
    text-align: center !important;
}

.catalog_view_cas .visual_container.img-full-width img {
    width: 100%;
    height: auto;
}

/***** END - Fiche d'un cas d'application *****/
/***** Fiche produit *****/
.tracepart-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tracepart-link-container .bt_learn_more:hover, .tracepart-link-container .bt_learn_more:focus {
    background: #595959;
    color: #fff;
    text-decoration: none;
}

.tracepart-link-container .bt_learn_more, .tracepart-link-container .bt_learn_more:visited {
    display: inline-block;
    float: left;
    padding: 12px 45px;
    background: transparent;
    border: 1px solid #333333;
    color: #333333;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 270px;
    text-decoration: none;
}

/***** END - Fiche produit *****/
/***** Fiche d'une actualité *****/
.news.news_view h1 {
    margin-bottom: 30px;
}

.news.news_view .visual_container {
    text-align: left;
}

.news.news_view .visual_container img {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
}

.news.news_view .detail {
    padding: 0;
}

.news.news_view .detail .introduction {
    padding: 0;
}

.news.news_view .detail .body {
    margin: 15px 0 30px 0;
}

.news.news_view .detail .news-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/***** END - Fiche d'une actualité *****/
.text-search-lightcase {
    border: 2px solid red;
}

body .ui-autocomplete {
    z-index: 3000 !important;
}

@media all and (max-width: 1568px) {
    .zone_teasers {
        margin-top: -55px;
    }
}

@media all and (max-width: 1199px) {
    #navigation .flexnav li a {
        font-size: 13px;
        padding: 5px 21px 5px 5px;
    }

    .connexion, .recherche {
        padding: 6px 15px 0px 37px;
    }

    .rightMenu a {
        font-size: 10px;
    }

    #navigation {
        padding: 23px 0 0 15px;
    }

    #navigation .flexnav li a:after {
        right: 5px;
        height: 6px;
        width: 10px;
    }

    .connexion:before {
        left: 11px;
        height: 20px;
        width: 21px;
    }

    .btn-search {
        height: 26px;
        width: 21px;
    }

    .bottom ul li a {
        font-size: 15px;
    }

    #breadcrumb {
        padding: 0 15px;
    }

    .new_cas h3, .product h3 {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .body_cas {
        font-size: 13px;
    }

    .titreCas {
        font-size: 18px;
        top: 28px;
    }

    .new_cas .bt_learn_more {
        width: 176px;
        margin: 21px 0 0 0;
        padding: 7px 32px;
    }

    .zone_teasers .cas a {
        padding-right: 48px;
    }

    .product .intro {
        font-size: 13px;
    }
}

@media all and (max-width: 991px) {
    .bottom ul li a {
        font-size: 12px;
    }

    .onglets .flexnav li a {
        font-size: 12px;
    }

    .nos-marches {
        text-align: center;
        padding: 11px 0 6px 0;
    }

    .nos-marches a {
        padding: 0 19px 0 0;
    }

    .nos-marches a:after {
        height: 8px;
        width: 13px;
        right: 0;
    }

    .bottom ul li {
        padding: 15px 0;
    }

    .rubriques .detail, .block_media .detail, .block_entete .detail {
        left: 33px;
        height: 91%;
    }

    .rubriques h2, .block_media h2, .block_entete h1 {
        font-size: 54px;
    }

    .block_entete {
        height: 250px;
    }

    .visual_container a {
        display: inline-block;
        position: relative;
    }

    .rubriques .visual_container, .block_media .visual_container {
        position: relative;
        text-align: center;
    }

    .block_media {
        margin-bottom: 25px;
    }

    .texteSocial {
        float: none;
    }

    .social {
        text-align: center;
    }

    .fa-youtube {
        margin-bottom: 14px;
    }

    #footer .footerpages {
        text-align: center;
    }

    .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .rightMenu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #logo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    #tpl_cms {
        padding-top: 244px;
    }

    .onglets .flexnav li > ul {
        top: 52px;
    }

    .product_view .visual_container {
        margin: 0 auto 43px auto;
        max-width: 450px;
    }

    .bodyGris {
        margin-bottom: 30px;
    }

    .cas img {
        width: 100%;
    }

    .news_index .visual_container {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 641px) {
    .search-form .btn-search {
        right: 0px;
        top: 140px;
        background: url(../../images/scaime/recherche.svg) no-repeat 3px 3px #ffffff;
        border-radius: 3px;
        width: 40px;
        height: 36px;
    }
}

@media all and (max-width: 767px) {
    #zone_lang .dropdown-menu {
        min-width: none !important;
        z-index: 6000;
        margin: 2px 0 0 -21px;
    }

    #zone_lang .dropdown-menu {
        max-width: 50px !important;
    }

    #zone_lang .dropdown-menu a {
        color: #000000;
        display: block !important;
        padding: 0px 5px;
    }

    #zone_lang .dropdown-menu a img {
        width: 70% !important;
        max-width: 70% !important;
    }

    .rubriques h2, .block_media h2, .block_entete h1 {
        font-size: 30px;
    }

    h1 {
        font-size: 30px;
    }

    .body {
        text-align: justify;
    }

    #footer .footerpages {
        padding: 22px 0 22px 0;
    }

    .footerpages .flexnav {
        padding-left: 0;
        width: 100%;
    }

    .rd:before, .rd:after {
        display: none;
    }

    .news_teaser h3 {
        font-size: 21px;
    }

    .rd {
        padding: 20px 0px;
        border-top: 1px solid #474747;
        border-bottom: 1px solid #474747;
    }

    .poles .col-md-4 {
        margin: 15px 0;
    }

    .rubriques .detail, .block_media .detail, .block_entete .detail {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
    }

    .masque {
        display: none;
    }

    .chiffre1, .chiffre2, .chiffre3, .chiffre4 {
        font-size: 42px;
    }

    .distribution {
        font-size: 15px;
        padding: 18px 0;
    }

    a.facebook, a.google {
        float: none;
    }

    .tel {
        display: none;
    }

    #logo {
        padding-top: 5px;
    }

    .texteProduct {
        padding: 0 12px;
    }

    .introProduct {
        font-size: 15px;
    }

    .headerProduct h1 {
        font-size: 38px;
    }

    .mesureProduct {
        font-size: 16px;
    }

    .bodyProduct {
        font-size: 13px;
    }

    .pointFort {
        font-size: 16px;
        padding: 8px 14px;
    }

    .certification {
        padding: 7px 20px;
        width: 100%;
    }

    .titreGris {
        font-size: 22px;
    }

    .bodyGris {
        color: #ffffff;
        font-size: 12px;
    }

    .arg {
        padding: 50px 0;
    }

    .midcenter h2, .accessoires h2, .egalement h2 {
        font-size: 22px;
    }

    a.facebook, a.google, a.linkedin {
        float: none;
    }

    #navigation .flexnav li a {
        padding: 10px 21px 10px 30px;
        border-bottom: 1px solid #d9d9d9;
        border-right: none;
    }

    #navigation .flexnav .touch-button {
        background: transparent;
    }

    #navigation .flexnav li a:after {
        display: none;
    }

    #logo img {
        height: 65px;
        width: 212px;
    }

    .top {
        padding-bottom: 15px;
    }

    .news_view .bt_learn_more, .news_index .bt_learn_more {
        width: 200px;
    }

    .search #form_product::-webkit-input-placeholder,
    .search #form_search::-webkit-input-placeholder {
        color: #555;
    }

    .search #form_product:-ms-input-placeholder,
    .search #form_search:-ms-input-placeholder {
        color: #555;
    }

    .search #form_product::-ms-input-placeholder,
    .search #form_search::-ms-input-placeholder {
        color: #555;
    }

    .search #form_product::placeholder,
    .search #form_search::placeholder {
        color: #555;
    }
}

/* Reveal */
.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}

*:focus {
    outline: none;
}

#responsive-header {
    display: none;
}

.bt_learn_more_second_link {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    background: #ff002e;
    color: #fff;
    text-decoration: none;
    padding: 12px 45px;
    border: 1px solid #ff002e;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 270px;
}

.bt_learn_more_second_link:hover,
.bt_learn_more_second_link:focus {
    text-decoration: none;
    background: transparent;
    color: #ff002e;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#tpl_cms .block_entete.with-second-link:first-child {
    height: 500px;
    max-height: 500px;
}

#tpl_home .rubriques .detail.with-second-link {
    top: -100px;
}

.w-100 {
    width: 100%;
    display: inline-block;
}

@media all and (max-width: 1140px) {

    #tpl_home .rubrique .visual_container {
        min-height: 400px !important;
    }
}

@media all and (max-width: 991px) {
    .w-100 {
        margin: 0 auto;
        width: 100%;
        display: block;
    }

    #tpl_cms .block_entete_content .w-100 a {
        float: unset !important;
        margin: 15px auto;
        display: block;
    }
}

@media all and (max-width: 768px) {

    #tpl_home .rubrique .visual_container {
        min-height: 160px !important;
    }

    #tpl_cms .block_entete.with-second-link:first-child {
        margin-top: 300px !important;
    }

    #tpl_cms .block.block_entete .block_entete_content {
        margin-top: -280px !important;
    }
}


@media all and (max-width: 500px) {
    #tpl_home .detail.with-second-link .bt_learn_more {
        top: -80px !important;
        margin-left: -110px !important;
    }

    #tpl_home .detail.with-second-link .bt_learn_more_second_link:hover,
    #tpl_home .detail.with-second-link .bt_learn_more_second_link:focus {
        background: #fff;
    }

    #tpl_home .detail.with-second-link .bt_learn_more_second_link {
        position: absolute;
        top: -36px;
        left: 50%;
        border-radius: 20px;
        border: 2px solid #ff002e;
        margin-left: -110px;
        width: 220px;
    }

    #tpl_cms .block_entete.with-second-link:first-child {
        height: 280px !important;
        max-height: 280px !important;
        margin-top: 300px !important;
    }

    #tpl_cms .block.block_entete .block_entete_content {
        margin-top: -300px !important;
    }
}

@media all and (max-width: 1200px) {
    #slide-logo {
        display: none;
    }
}

@media all and (max-width: 991px) {
    #header #desktop-header {
        display: none;
    }

    #header #navigation.desktop {
        display: none !important;
    }

    #header .logo.desktop {
        display: none;
    }

    #header .bottom.desktop {
        display: none;
    }

    #header #responsive-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        position: absolute;
        top: 0;
        width: 100%;
        background: white;
        height: 80px;
        -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    }

    #header #responsive-header .responsive-nav-container .menu-button-responsive {
        background: transparent;
        border: none;
    }

    #header #responsive-header .responsive-nav-container .menu-button-responsive .glyphicon {
        color: #ff002e;
        font-size: 35px;
    }

    #header #responsive-header .responsive-nav-container .menu-button-responsive .touch-button {
        display: none;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav {
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        max-height: 2000px;
        width: 100%;
        background: #ffffff;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav.flexnav-show {
        display: block;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #555555;
        display: list-item;
        font-size: 14px;
        line-height: 20px;
        list-style: none !important;
        overflow: hidden;
        text-align: left;
        position: relative;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul a {
        padding: 10px 21px 10px 30px;
        border-bottom: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        z-index: 2;
        color: #000000;
        text-decoration: none;
        border-right: 1px solid #d9d9d9;
        width: 100%;
        text-transform: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li a:hover, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul a:hover {
        color: #ff020e;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li .touch-button, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul .touch-button {
        display: block;
        float: right;
        height: 33px;
        text-align: center;
        vertical-align: top;
        width: 50px;
        z-index: 999;
        top: 0;
        right: 0;
        position: absolute;
        list-style-type: none;
        cursor: pointer;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li .touch-button .navicon, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul .touch-button .navicon {
        position: relative;
        top: 20%;
        font-size: 12px;
        color: #666;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul li, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul li ul, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul li ul li, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul li, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul li ul, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul li ul li {
        list-style: none !important;
    }

    #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul li a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul li ul a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li ul li ul li a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul li a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul li ul a, #header #responsive-header .responsive-nav-container .flexnav-navigation ul.flexnav li.item-with-ul ul li ul li a {
        text-transform: none;
    }

    #header #responsive-header .logo-container #logo-responsive {
        height: 42px;
        width: auto;
    }

    #header #responsive-header .tools-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 180px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header #responsive-header .tools-menu .responsive-tools-item {
        padding: 0 10px;
    }

    #header #responsive-header .tools-menu .responsive-tools-item.fa-sign-in, #header #responsive-header .tools-menu .responsive-tools-item.fa-sign-out, #header #responsive-header .tools-menu .responsive-tools-item.fa-phone {
        color: #333;
        text-decoration: none;
        font-size: 23px !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #header #responsive-header .tools-menu .responsive-tools-item.fa-sign-in:hover, #header #responsive-header .tools-menu .responsive-tools-item.fa-sign-out:hover, #header #responsive-header .tools-menu .responsive-tools-item.fa-phone:hover {
        color: #ff002e;
    }

    #header #responsive-header .tools-menu .responsive-tools-item.fa-sign-in:before, #header #responsive-header .tools-menu .responsive-tools-item.fa-sign-out:before, #header #responsive-header .tools-menu .responsive-tools-item.fa-phone:before {
        background: none;
    }

    #header #responsive-header .tools-menu .responsive-tools-item.fa-search {
        color: #333;
        text-decoration: none;
        font-size: 23px !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #header #responsive-header .tools-menu .responsive-tools-item.fa-search:hover {
        color: #ff002e;
    }

    #header #responsive-header .tools-menu .responsive-tools-item#zone_lang {
        margin-top: -5px;
    }

    #header #responsive-header .tools-menu .responsive-tools-item#zone_lang a:after {
        right: 15px;
        pointer-events: none;
    }

    #header #responsive-header .tools-menu .responsive-tools-item#zone_lang .dropdown-menu {
        min-width: 35px;
        max-width: 35px;
        z-index: 6000;
        margin: 2px 0 0 0px;
    }

    #header #responsive-header .tools-menu .responsive-tools-item#zone_lang .dropdown-menu li {
        text-align: center;
    }

    #header #responsive-header .tools-menu .responsive-tools-item#zone_lang .dropdown-menu li a {
        display: inline-block;
        padding: 7px 0px;
    }

    #header #responsive-header .tools-menu .responsive-tools-item#zone_lang .dropdown-menu li a img {
        margin: 0;
    }
}

@media all and (max-width: 450px) {
    #header #responsive-header {
        height: 60px;
        padding: 5px;
    }

    #header #responsive-header .responsive-nav-container .menu-button-responsive .glyphicon {
        font-size: 25px !important;
    }

    #header #responsive-header .responsive-nav-container #navigation-responsive ul.flexnav {
        top: 60px;
    }

    #header #responsive-header .logo-container #logo-responsive {
        height: 30px;
    }

    #header #responsive-header .tools-menu {
        min-width: auto;
    }

    #header #responsive-header .tools-menu .responsive-tools-item {
        padding: 0 7px;
    }
}

#recaptcha-container {
    margin: 30px 0;
}

@media all and (max-width: 991px) {
    .contact-popup {
        display: none;
    }
}

.catalog.catalog_index_cas .liens.cas-list button.slick-prev.slick-arrow {
    left: -8px;
    top: -30px;
}

.catalog.catalog_index_cas .liens.cas-list button.slick-next.slick-arrow {
    right: -8px;
    top: -30px;
}

@media all and (max-width: 1140px) {
    .catalog.catalog_index_cas .liens.cas-list button.slick-prev.slick-arrow {
        left: -2px;
        top: -3px;
    }

    .catalog.catalog_index_cas .liens.cas-list button.slick-next.slick-arrow {
        right: -2px;
        top: -3px;
    }
}

@media all and (max-width: 768px) {
    .catalog.catalog_index_cas .liens.cas-list button.slick-prev.slick-arrow {
        left: 20px;
        top: -3px;
    }

    .catalog.catalog_index_cas .liens.cas-list button.slick-next.slick-arrow {
        right: 20px;
        top: -3px;
    }
}

.catalog.catalog_index.catalog_index_products {
    padding: 0 0 40px 0;
}

.catalog.catalog_index.catalog_index_products .form-content {
    margin: 0 auto 0 auto;
}

.catalog.catalog_index.catalog_index_products .form-content .catalog_search_complete #form-filter input.bt_valider {
    color: #ffffff;
    background-color: #ff002e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ff002e;
    border-radius: 20px;
}

.catalog.catalog_index.catalog_index_products .form-content .catalog_search_complete #form-filter input.bt_valider:hover {
    color: #ff002e;
    background-color: #ffffff;
    border: 1px solid #ff002e;
}

.catalog.catalog_index_products .products button.slick-prev.slick-arrow {
    left: -30px;
    top: -45px;
}

.catalog.catalog_index_products .products button.slick-next.slick-arrow {
    right: -30px;
    top: -45px;
}

.zone.full .catalog.catalog_index_products .products button.slick-prev.slick-arrow {
    left: -7px;
    top: -45px;
}

.zone.full .catalog.catalog_index_products .products button.slick-next.slick-arrow {
    right: -7px;
    top: -45px;
}

@media all and (max-width: 1140px) {
    .catalog.catalog_index_products .products button.slick-prev.slick-arrow {
        left: -30px;
        top: -45px;
    }

    .catalog.catalog_index_products .products button.slick-next.slick-arrow {
        right: -30px;
        top: -45px;
    }

    .zone.full .catalog.catalog_index_products .products button.slick-prev.slick-arrow {
        left: -7px;
        top: -45px;
    }

    .zone.full .catalog.catalog_index_products .products button.slick-next.slick-arrow {
        right: -7px;
        top: -45px;
    }
}

@media all and (max-width: 768px) {
    .catalog.catalog_index_products .products button.slick-prev.slick-arrow {
        left: -30px;
        top: -45px;
    }

    .catalog.catalog_index_products .products button.slick-next.slick-arrow {
        right: -30px;
        top: -45px;
    }

    .zone.full .catalog.catalog_index_products .products button.slick-prev.slick-arrow {
        left: -7px;
        top: -45px;
    }

    .zone.full .catalog.catalog_index_products .products button.slick-next.slick-arrow {
        right: -7px;
        top: -45px;
    }
}

.catalog.catalog_view .crossover button.slick-prev.slick-arrow {
    left: -12px;
    top: 0;
    bottom: 0;
}

.catalog.catalog_view .crossover button.slick-next.slick-arrow {
    right: -12px;
    top: 0;
    bottom: 0;
}

@media all and (max-width: 1200px) {
    .catalog.catalog_view .crossover button.slick-prev.slick-arrow {
        left: 12px;
        top: 0;
        bottom: 0;
    }

    .catalog.catalog_view .crossover button.slick-next.slick-arrow {
        right: 12px;
        top: 0;
        bottom: 0;
    }
}

/*# sourceMappingURL=layout.css.map */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 