﻿* {
    box-sizing: border-box
}

@media(min-width:992px) {
    .flex {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

h1 {
    font-family: 'akkurat-light', Arial;
    font-size: 36px
}

@media (min-width:768px) and (max-width:1199px) {
    h1 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 26px
    }
}

.tesa-btn {
    display: block;
    padding: 10px;
    font-family: 'akkurat-bold', Arial;
    font-size: 24px;
    color: #1b98aa;
    border-radius: 0;
    border: 1px solid #1b98aa;
    text-align: center;
    background-color: #fff
}

    .tesa-btn:hover {
        color: #fff;
        background-color: #1b98aa
    }

@media (max-width:767px) {
    .tesa-btn {
        font-size: 19px
    }
}

input,
textarea,
select {
    border-radius: 0
}

.input {
    margin-bottom: 25px
}

    .input label {
        display: block;
        width: 100%;
        margin-top: 6px;
        margin-bottom: 7.5px;
        font-family: Arial;
        font-size: 16px;
        color: #666
    }

    .input input:not([type=checkbox]):not([type=submit]),
    .input select,
    .input textarea {
        width: 100%;
        height: 30px !important;
        padding-left: 10px;
        font-family: Arial !important;
        font-size: 14px !important;
        border: 1px solid #b3b3b3 !important
    }

    .input textarea {
        height: 185px !important
    }

    .input select {
        padding-right: 30px;
        background: url(../Images/2017/fleche-select2.png) no-repeat right 10px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .input select {
        padding-right: 0 !important;
        background: none, #fff\0
    }
}

}

.input input[type=submit] {
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
    text-transform: uppercase
}

    .input input[type=submit]:hover {
        background-color: #1b98aa
    }

.input input[type=checkbox].css-checkbox,
.input input[type=radio].css-checkbox,
.input .css-checkbox input[type=checkbox],
.input .css-checkbox input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

    .input input[type=checkbox].css-checkbox + label.css-label,
    .input input[type=radio].css-checkbox + label.css-label,
    .input .css-checkbox input[type=checkbox] + label,
    .input .css-checkbox input[type=radio] + label {
        padding-left: 45px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 18px;
        color: #000;
        vertical-align: middle;
        cursor: pointer
    }

    .input input[type=checkbox].css-checkbox:checked + label.css-label,
    .input input[type=radio].css-checkbox:checked + label.css-label,
    .input .css-checkbox input[type=checkbox]:checked + label,
    .input .css-checkbox input[type=radio]:checked + label {
        background-position: 0 -30px
    }

.input label.css-label,
.input .css-checkbox label {
    background-image: url(../Images/2017/sprite-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#contactModal #gdpr-input label,
#downloadModal #gdpr-input label {
    line-height: 1;
}

#req-fields {
    margin-top: 25px;
    font-family: Arial;
    font-size: 16px;
    color: red;
    text-align: right
}

.required span {
    float: left;
    clear: left;
    margin-top: 5px;
    color: red;
    font-size: 12px
}

.delete-link {
    font-family: 'akkurat-bold', Arial;
    font-style: italic;
}

.clear-left {
    clear: left
}

@media (min-width:768px) and (max-width:991px) {
    .input {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .input input[type=submit] {
        width: 100%
    }

    #newsletter-input label {
        line-height: 1
    }
}

.cc_container {
    font-family: Arial !important
}

    .cc_container .cc_btn,
    .cc_container .cc_btn:visited {
        width: auto !important;
        max-width: 100% !important;
        color: #fff !important;
        background-color: #1b98aa !important
    }

    .cc_container a,
    .cc_container a {
        color: #1b98aa !important
    }

@media screen and (min-width:992px) {
    .cc_container .cc_message {
        text-align: center;
        font-size: 14px !important
    }
}

.cc_container {
    background-color: #666 !important
}

@media screen and (min-width:768px) {
    .cc_container {
        padding: 10px 30px 10px !important
    }
}

.content-eservices img {
    max-width: 100%;
    height: auto
}

#sendMailModal h4 {
    font-family: "Akkurat-Light", Arial;
    font-size: 24px
}

#sendMailModal table {
    width: 100%
}

#sendMailModal #buttonSendByMail tbody,
#sendMailModal #buttonSendByMail tr,
#sendMailModal #buttonSendByMail td {
    display: block
}

#wrapper {
    padding: 0
}

#localisation,
#header,
#ombre-header {
    display: none
}

#header-top {
    height: 34px;
    background-color: #666
}

    #header-top #countries-languages {
        padding: 5px 0
    }

    #header-top select {
        min-width: 210px;
        max-width: 225px;
        height: 24px;
        padding-left: 5px;
        padding-right: 30px;
        font-size: 16px;
        color: #f5f7f8;
        border: 1px solid #f5f7f8;
        background: url(../Images/2017/fleche-select.png) no-repeat right center, transparent;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        -khtml-appearance: none;
        appearance: none
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #header-top select {
        padding-right: 0;
        -moz-appearance: initial;
        -webkit-appearance: initial;
        -o-appearance: initial;
        -ms-appearance: initial;
        -khtml-appearance: initial;
        appearance: initial
    }
}

#header-top select::-ms-expand {
    display: none
}

#header-top option {
    color: #000
}

#header-top #countries-dropdown {
    margin-right: 20px
}

#header-top #filters-block-container > div {
    float: left
}

#header-top input[type=search] {
    width: 210px;
    height: 34px;
    float: left;
    padding-left: 10px;
    font-family: "AkkuratStd", Arial;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase
}

#header-top::-webkit-input-placeholder {
    color: #fff
}

#header-top::-moz-placeholder {
    color: #fff
}

#header-top:-ms-input-placeholder {
    color: #fff
}

#header-top:-moz-placeholder {
    color: #fff
}

#header-top input[type=submit] {
    width: 40px;
    height: 34px;
    background: url(../Images/2017/picto-loupe.png) no-repeat center, #000;
    border: none;
    color: transparent
}

#header-main {
    padding: 30px 0
}

    #header-main #BlocTesa,
    #header-main #BlocBS {
        margin: 0
    }

    #header-main #main-menu {
        position: static
    }

        #header-main #main-menu li {
            padding: 0 4px;
            display: inline-block
        }

            #header-main #main-menu li:first-child {
                padding-left: 0
            }

            #header-main #main-menu li:last-child {
                padding-right: 0
            }

        /*#header-main #main-menu #products-item::after {
            content: "▼";
            margin-left: 5px;
            font-size: 16px
        }*/

        #header-main #main-menu a {
            position: relative;
            padding-bottom: 62px;
            font-family: "AkkuratStd", Arial;
            font-size: 16px;
            color: #000;
        }

        #header-main #main-menu #login-item a {
            color: #2A96BA;
        }

            #header-main #main-menu li:hover a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 25px;
                width: 100%;
                height: 4px;
                background-color: #1b98aa
            }

        #header-main #main-menu .submenu {
            display: none;
            position: absolute;
            left: 0;
            top: 158px;
            width: 100%;
            padding: 30px 5px;
            z-index: 99;
            background-color: #fff;
            border-top: 2px solid #1b98aa;
            border-bottom: 2px solid #1b98aa
        }

            #header-main #main-menu .submenu.cookie {
                top: 224px
            }

            #header-main #main-menu .submenu li {
                display: inline-block;
                padding: 5px 50px 5px 0
            }

                #header-main #main-menu .submenu li a {
                    text-transform: none
                }

                    #header-main #main-menu .submenu li a:hover {
                        color: #1b98aa
                    }

                    #header-main #main-menu .submenu li a::after {
                        content: none !important
                    }

        #header-main #main-menu li:hover .submenu {
            display: block
        }

header #products-menu {
    display: none;
    clear: both;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 15px 0;
    border-top: 2px solid #1b98aa;
    border-bottom: 2px solid #1b98aa
}

    header #products-menu .family-block {
        margin-bottom: 25px
    }

@media(min-width:1200px) {
    header #products-menu .family-block:nth-child(6n+7) {
        clear: left
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header #products-menu .family-block:nth-child(4n+5) {
        clear: left
    }
}

header #products-menu .family {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px
}

header #products-menu .img-container {
    width: 20%;
    float: left
}

header #products-menu .family-img {
    max-width: 100%;
    max-height: 150px;
    margin-bottom: 10px
}

header #products-menu .family-name {
    font-family: "AkkuratStd", Arial;
    font-size: 16px;
    color: #1b98aa
}

header #products-menu ul {
    width: 77%;
    float: left;
    margin-left: 3%
}

header #products-menu li {
    margin-bottom: 2.5px
}

    header #products-menu li a {
        width: calc(100% - 13px);
        float: left;
        margin-left: 5px;
        font-family: 'akkurat-light', Arial;
        font-size: 13px;
        color: #666
    }

        header #products-menu li a:hover {
            color: #1b98aa
        }

    header #products-menu li::before {
        content: ">";
        float: left;
        color: #1b98aa
    }

@media (min-width:992px) and (max-width:1199px) {
    #header-main #main-menu li {
        padding: 0 4px
    }

    #header-main #main-menu a {
        font-size: 14px;
    }

    #header-main #main-menu .submenu {
        top: 146px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #header-main #logo-container-bs,
    #header-main #logo-container-tesa {
        float: right
    }

        #header-main #logo-container-tesa img,
        #header-main #logo-container-bs img {
            float: right
        }
}

@media (max-width:767px) {
    #header-top {
        height: auto;
        padding-bottom: 10px
    }

        #header-top #countries-languages {
            float: none !important
        }

        #header-top select {
            width: 48.75%;
            min-width: 0;
            max-width: 50%;
            float: left;
            height: 30px;
            margin-bottom: 10px;
            font-size: 14px
        }

    #ASPxComboBox_Pays {
        margin-right: 2.5%
    }

    #header-top #search-block {
        float: none !important
    }

    #header-top #filters-block-container > div {
        width: 15%
    }

    #header-top #filters-block-container #filters-list {
        width: 85%
    }

    #header-top input[type=search],
    #header-top input[type=submit] {
        width: 100%
    }

    #header-main #logo-container-bs,
    #header-main #logo-container-tesa {
        float: right
    }
}

#footer-top {
    padding: 20px 0 10px 0;
    background-color: #343434
}

    #footer-top ul {
        margin: 0
    }

    #footer-top li {
        margin-bottom: 10px
    }

    #footer-top a {
        font-family: Arial;
        font-size: 18px;
        color: #fff
    }

#footer-bottom {
    font-size: 14px;
    background-color: #000;
    color: #fff
}

footer #logo-copyright a {
    color: #fff
}

footer #logo-copyright img {
    float: left
}

footer #logo-copyright span {
    float: right;
    margin-top: 32px;
    margin-left: 15px;
    margin-bottom: 7px;
    font-family: Arial
}

#footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    font-family: Arial
}

    #footer-social .footer-delete-link,
    #footer-social .cgv-link {
        margin-right: 20px;
        color: #fff;
    }

    #footer-social li {
        display: inline-block;
        margin-left: 7.5px
    }

        #footer-social li:first-child {
            margin-left: 25px
        }

@media (max-width:767px) {
    #footer-top #third-column-links {
        clear: left
    }

    footer #logo-copyright span {
        font-size: 13px
    }

    #footer-social {
        clear: both;
        display: block;
        float: none !important
    }

        #footer-social span {
            display: block
        }

        #footer-social ul {
            margin-top: 10px
        }

        #footer-social li {
            margin-left: 10px !important
        }
}

#breadcrumb li {
    display: inline-block
}

    #breadcrumb li a {
        font-family: 'akkurat-light', Arial;
        font-size: 14px;
        color: #666
    }

    #breadcrumb li.last a {
        color: #1b98aa
    }

    #breadcrumb li:not(.last) a::after {
        content: ">";
        margin-left: 7.5px;
        margin-right: 7.5px
    }

@media (min-width:992px) and (max-width:1199px) {
    #breadcrumb {
        margin-bottom: 10px
    }
}

.menu-left-container {
    margin-bottom: 25px;
    padding: 40px 25px 40px 25px;
    background: url(../Images/2017/fond-transi2.png) no-repeat top center, #e6e6e6
}

.arbo .page-name {
    font-family: "Akkurat-Light", Arial;
    font-size: 26px;
    color: #666
}

.arbo ul li {
    padding: 15px 0;
    border-top: 1px solid #666
}

    .arbo ul li:last-child {
        border-bottom: 1px solid #666
    }

    .arbo ul li a {
        font-family: "AkkuratStd", Arial;
        font-size: 16px;
        color: #000
    }

        .arbo ul li a:hover,
        .arbo ul .selected a {
            color: #1b98aa
        }

.arbo .tesa-btn {
    margin-bottom: 20px;
    padding: 13px 10px 8.5px 10px
}

@media (min-width:992px) and (max-width:1199px) {
    .arbo .page-name {
        font-size: 24px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .menu-left-container {
        padding: 35px 20px 25px 20px
    }

    .arbo ul li {
        padding: 10px 0
    }
}

@media (max-width:767px) {
    .menu-left-container {
        padding: 40px 15px 40px 15px
    }
}

#homepage {
    margin-bottom: 75px
}

#homepage h1 {
    margin-bottom: 20px;
}

    #homepage h3 {
        padding: 7.5px 0 3px 0;
        margin-bottom: 25px;
        font-family: 'akkurat-light', Arial;
        font-size: 34px;
        color: #fff;
        background-color: #1b98aa
    }

body {
    background: #fff;
    margin: 0 auto
}

a {
    text-decoration: none
}

.btn1 {
    font-family: 'Akkurat-Bold', Arial;
    font-size: 27px;
    background: #fff;
    color: #2A96BA;
    padding: 19px 25px 15px 25px;
    border: 1px solid #2A96BA
}

    .btn1:hover {
        background: #2A96BA;
        color: #fff;
        text-decoration: none
    }

.btns {
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin-top: 20px;
    font-family: "Akkurat-Bold", Arial;
    font-size: 22px;
    background: #fff;
    color: #2A96BA;
    padding: 16px 25px 11px 25px;
    border: 1px solid #2A96BA
}

    .btns:hover {
        background: #2A96BA;
        color: #fff;
        text-decoration: none
    }

.box {
    display: inline-block
}

.float-left {
    display: inline-block;
    float: left
}

.float-right {
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 8.5%
}

#banner {
    margin-bottom: 60px
}

    #banner #banner-contain h2 {
        font-family: 'Akkurat-Bold', Arial;
        font-size: 72px;
        text-align: left;
        color: #fff;
        margin-bottom: 70px
    }

    #banner #banner-contain p {
        font-family: 'Akkurat-Light', Arial;
        font-size: 24px;
        color: #fff
    }

#slide-container .slide {
    position: relative;
    height: 758px
}

    #slide-container .slide .bg-image {
        height: 758px
    }

.slade {
    display: none;
    width: 100%
}

#slide-container {
    max-width: 100%;
    position: relative;
    margin: 0 auto
}

    #slide-container .slick-prev,
    #slide-container .slick-next {
        width: 119px;
        height: 119px;
        top: auto;
        bottom: -60px
    }

    #slide-container .slick-prev {
        left: 0;
        background: url(../Images/2017/fleche-gauche-slider.png) no-repeat center, #fff
    }

        #slide-container .slick-prev:hover {
            background: url(../Images/2017/fleche-gauche-active-slider.png) no-repeat center, #2B95B9
        }

    #slide-container .slick-next {
        left: 119px;
        background: url(../Images/2017/fleche-droite-slider.png) no-repeat center, #fff
    }

        #slide-container .slick-next:hover {
            background: url(../Images/2017/fleche-droite-active-slider.png) no-repeat center, #2B95B9
        }

        #slide-container .slick-next::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 20px;
            background-color: #666
        }

    #slide-container .slick-dots {
        bottom: 50px
    }

        #slide-container .slick-dots li {
            width: 26px;
            height: 5px
        }

            #slide-container .slick-dots li button {
                width: 26px;
                height: 5px;
                background: url(../Images/2017/dot.png) no-repeat center
            }

        #slide-container .slick-dots .slick-active button {
            background: url(../Images/2017/dot-actif.png) no-repeat center
        }

        #slide-container .slick-dots li button::before {
            content: none
        }

.text {
    position: absolute;
    top: 170px;
    left: 12%;
    width: 50%
}

#produits {
    margin-bottom: 80px
}

    #produits #produits-contain {
        margin: 0
    }

        #produits #produits-contain .infos h2 {
            font-family: "AkkuratStd", Arial;
            color: #000;
            font-size: 26px;
            margin-bottom: 20px
        }

        #produits #produits-contain .infos {
            color: #000;
            font-size: 18px
        }

        #produits #produits-contain .box .img img {
            max-height: 100%;
            margin: 0 auto
        }

        #produits #produits-contain .box .img {
            height: 250px
        }

        #produits #produits-contain .box {
            height: 100%;
            padding-bottom: 85px;
            vertical-align: top;
            position: relative
        }

        #produits #produits-contain .transi {
            width: 100%;
            height: 25px;
            background: url(../Images/2017/fond-transi.png);
            margin-bottom: 25px
        }

        #produits #produits-contain p {
            margin: 0;
            font-family: 'Akkurat-Light', Arial
        }

    #produits #produits {
        margin: 0 auto
    }

#news #news-contain {
    margin: 0
}

    #news #news-contain .box {
        vertical-align: top
    }

        #news #news-contain .box:first-child {
            padding-left: 0
        }

        #news #news-contain .box:last-child {
            padding-right: 0
        }

    #news #news-contain .transi {
        width: 100%;
        height: 27px;
        background: url(../Images/2017/fond-transi2.png)
    }

    #news #news-contain .info1 {
        background: #E6E6E6;
        padding: 20px
    }

    #news #news-contain #news-un .video {
        height: 415px
    }

    #news #news-contain #news-slider .img2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 415px
    }

        #news #news-contain #news-slider .img2 img {
            max-height: 415px;
            max-width: 95%;
            width: auto;
            margin: 0 auto
        }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #news #news-contain #news-slider .img2 {
        position: relative
    }

        #news #news-contain #news-slider .img2 img {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
}

#news #news-contain #news-un .video video {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin: 0 auto
}

#news #news-contain #news-slider #img2 img {
    width: 100%
}

#news #news-contain .box .btn1 {
    background: #E6E6E6;
    font-family: "Akkurat-Bold", Arial;
    font-size: 22px;
    color: #2A96BA;
    padding: 16px 25px 11px 25px;
    border: 1px solid #2A96BA
}

#news #news-contain .box .btn2 {
    display: inline-block;
    margin-top: 35px;
    background: #50BCD1;
    font-family: 'Akkurat-Bold', Arial;
    font-size: 22px;
    color: #fff;
    padding: 16px 25px 11px 25px;
    border: 1px solid #fff
}

    #news #news-contain .box .btn2:hover {
        background: #fff;
        color: #50BCD1;
        text-decoration: none
    }

#news #news-contain .box .btn1:hover {
    background: #2A96BA;
    color: #E6E6E6
}

#news #news-contain .info2 {
    background: #50BCD1;
    color: #fff;
    padding: 20px
}

#news #news-contain h2 {
    font-family: 'Akkurat-Light', Arial;
    font-size: 28px
}

#news #news-contain #news-un .info1 .desc {
    margin-bottom: 67px;
    font-family: "Akkurat-Light", Arial;
    font-size: 18px
}

#news #news-contain #news-slider .info2 .desc {
    font-family: 'Akkurat-Light', Arial;
    font-size: 18px;
    margin-top: 15px
}

@media(min-width:1500px) and (max-width:1750px) {
    .text {
        left: 8%
    }
}

@media(min-width:1200px) and (max-width:1499px) {
    #slide-container .slide {
        height: 650px
    }

    .float-right {
        max-height: 100%;
        right: 2%
    }

    .text {
        top: 100px;
        left: 2%
    }

    #banner #banner-contain p {
        font-size: 23px
    }

    #banner #banner-contain h2 {
        font-size: 50px
    }

    .btn1 {
        font-size: 25px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #slide-container .slide {
        height: 650px
    }

    .float-right {
        max-height: 100%;
        right: 2%
    }

    .text {
        top: 100px;
        left: 2%
    }

    #banner #banner-contain p {
        font-size: 23px
    }

    #banner #banner-contain h2 {
        font-size: 50px
    }

    .btn1 {
        font-size: 25px
    }

    #produits #produits-contain .box .img {
        height: 175px
    }

    #produits #produits-contain .transi {
        margin-bottom: 15px
    }

    #produits #produits-contain .infos {
        font-size: 16px
    }

        #produits #produits-contain .infos h2 {
            margin-bottom: 10px;
            font-size: 23px
        }

    .btns {
        margin-top: 10px;
        font-size: 20px
    }

    #news #news-contain #news-slider .img2,
    #news #news-contain #news-un #vd1 {
        height: 300px
    }

    #news #news-contain h2 {
        font-size: 24px
    }

    #news #news-contain #news-un #info1 p,
    #news #news-contain #news-slider .info2 .desc {
        font-size: 16px
    }

    #news #news-contain .box #btn1,
    #news #news-contain .box .btn2 {
        font-size: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #slide-container .slide {
        height: 550px
    }

    #slide-container .slick-prev,
    #slide-container .slick-next {
        width: 80px;
        height: 80px;
        bottom: -40px
    }

    #slide-container .slick-next {
        left: 80px
    }

    .float-right {
        max-width: 50%;
        right: 10px
    }

    .text {
        top: 20px;
        left: 10px;
        width: 47%
    }

    #banner #banner-contain p {
        font-size: 20px
    }

    #banner #banner-contain h2 {
        font-size: 40px
    }

    .btn1 {
        font-size: 23px
    }

    #produits #produits-contain .box {
        padding-bottom: 0;
        margin-bottom: 30px
    }

    .btns {
        position: static
    }

    #produits {
        margin-bottom: 30px
    }

    #news #news-contain #info1 {
        padding: 20px 20px 35px 20px
    }
}

@media (max-width:767px) {
    #homepage {
        margin-bottom: 0
    }

    #slide-container .slide {
        height: auto
    }

        #slide-container .slide .bg-image {
            height: 200px
        }

        #slide-container .slide .text {
            position: static;
            width: 100%;
            padding: 10px;
            background-color: #4FBDD2
        }

    .float-right {
        max-height: 200px
    }

    #banner #banner-contain p {
        font-size: 20px
    }

    #banner #banner-contain h2 {
        margin-bottom: 25px;
        font-size: 30px
    }

    .btn1 {
        display: block;
        padding: 8px 25px;
        font-size: 24px;
        text-align: center
    }

    #slide-container .slick-dots,
    #slide-container .slick-next,
    #slide-container .slick-prev {
        display: none !important
    }

    #produits {
        margin-bottom: 3px
    }

        #produits #produits-contain .box {
            height: auto;
            padding-bottom: 50px
        }

            #produits #produits-contain .box .img {
                height: auto
            }

        #produits #produits-contain .transi {
            margin-bottom: 10px
        }

        #produits #produits-contain .infos {
            font-size: 16px
        }

            #produits #produits-contain .infos h2 {
                margin-bottom: 10px;
                font-size: 22px
            }

    .btns {
        position: static;
        display: block;
        padding: 8px 25px;
        text-align: center
    }

    #news #news-contain #news-un #vd1 {
        height: auto
    }

    #news #news-contain #info1,
    #news #news-contain .info2 {
        padding: 15px
    }

    #news #news-contain .box {
        padding: 0
    }

        #news #news-contain .box:first-child {
            margin-bottom: 25px
        }

    #news #news-contain h2 {
        font-size: 22px
    }

    #news #news-contain #news-un #info1 p {
        margin-bottom: 25px;
        font-size: 16px
    }

    #news #news-contain .box #btn1 {
        display: block;
        padding: 9px 25px;
        font-size: 20px;
        text-align: center
    }

    #news #news-contain #news-slider .img2 {
        height: auto;
        display: block
    }

    #news #news-contain #news-slider .slick-prev,
    #news #news-contain #news-slider .slick-next {
        top: 12%
    }

    #news #news-contain #news-slider .slick-prev {
        left: 10px
    }

    #news #news-contain #news-slider .slick-next {
        right: 10px
    }

    #news #news-contain #news-slider .info2 .desc {
        font-size: 16px
    }

    #news #news-contain .box .btn2 {
        display: block;
        padding: 8px 25px;
        text-align: center
    }
}

#defaultBanner {
    height: 81px;
    background: url(../Images/2017/bandeau.png);
    margin-bottom: 20px
}

#social-networks {
    display: inline-block;
    margin-bottom: 20px
}

    #social-networks a {
        position: relative;
        display: inline-block;
        padding-left: 15px;
        margin-left: 15px
    }

        #social-networks a:not(:first-child)::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px;
            height: 20px;
            background-color: #666
        }

        #social-networks a:hover {
            text-decoration: none
        }

@media (max-width:767px) {
    #social-networks {
        margin-top: 20px
    }

        #social-networks a {
            padding-left: 12.5px;
            margin-left: 12.5px
        }
}

#family-page h1 {
    margin-bottom: 15px
}

#family-page #family-desc {
    font-family: "Akkurat-bold", Arial;
    font-size: 18px;
    white-space: pre-line
}

#family-page #family-info {
    clear: both;
    overflow: hidden;
    margin-bottom: 75px
}

#family-page .family-block {
    margin-bottom: 80px
}

    #family-page .family-block .img-container {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 200px;
        padding: 10px 10px 36px 10px;
        background: url(../Images/2017/fond-transi4.png) no-repeat bottom center
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #family-page .family-block .img-container {
        position: relative
    }

        #family-page .family-block .img-container img {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
}

#family-page .family-block .img-container img {
    max-height: 150px
}

#family-page .family-block .text-container {
    padding-bottom: 55px
}

#family-page .family-block h2 {
    margin-top: 25px;
    font-family: "AkkuratStd", Arial;
    font-size: 22px
}

    #family-page .family-block h2 a {
        color: #333
    }

#family-page .family-block .subfamily-desc {
    padding-bottom: 25px;
    font-family: "Akkurat-Light", Arial;
    font-size: 18px
}

    #family-page .family-block .subfamily-desc a {
        color: #333
    }

#family-page .family-block .more-btn {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 15px 15px 10.5px 15px;
    font-size: 22px;
    text-transform: uppercase
}

#family-page #best-products {
    padding: 30px 0;
    background-color: #1b98aa
}

    #family-page #best-products .img-container {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 250px;
        padding: 10px;
        background-color: #fff
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #family-page #best-products .img-container {
        position: relative
    }

        #family-page #best-products .img-container img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }
}

#family-page #best-products .img-container img {
    max-width: 95%;
    max-height: 230px
}

#family-page #best-products h3 {
    margin-top: 25px;
    padding-bottom: 25px;
    font-family: "AkkuratStd", Arial;
    font-size: 22px;
    color: #fff
}

#family-page #best-products .text-container {
    padding-bottom: 55px
}

#family-page #best-products .more-btn {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 13px 15px 10.5px 15px;
    font-family: "Akkurat-Bold", Arial;
    font-size: 22px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase
}

    #family-page #best-products .more-btn:hover {
        color: #2a96ba;
        background-color: #fff
    }

@media (min-width:768px) and (max-width:1199px) {
    #family-page .family-block h2,
    #family-page #best-products h3 {
        font-size: 20px
    }

    #family-page .family-block .subfamily-desc {
        font-size: 16px
    }

    #family-page .family-block .more-btn,
    #family-page #best-products .more-btn {
        font-size: 18px
    }
}

@media (max-width:767px) {
    #family-page #family-info {
        margin-bottom: 40px
    }

    #family-page #family-desc {
        font-size: 16px
    }

    #family-page .family-block,
    #family-page #best-products .best-product {
        margin-bottom: 50px
    }

        #family-page .family-block h2,
        #family-page #best-products h3 {
            font-size: 20px
        }

        #family-page .family-block .img-container,
        #family-page #best-products .img-container {
            display: block;
            height: auto
        }

            #family-page .family-block .img-container img,
            #family-page #best-products .img-container img {
                margin: 0 auto
            }

        #family-page .family-block .text-container,
        #family-page #best-products .text-container {
            padding-bottom: 0
        }

        #family-page .family-block h2 #family-page #best-products h2 {
            margin-top: 15px;
            font-size: 20px
        }

        #family-page .family-block .subfamily-desc {
            padding-bottom: 15px;
            font-size: 16px
        }

        #family-page .family-block .more-btn,
        #family-page #best-products .more-btn {
            position: static;
            display: block;
            padding: 11px 15px 8.5px 15px;
            font-size: 20px;
            text-align: center
        }
}

#product-sheet {
    margin-bottom: 75px
}
    #product-sheet #product-slider h1 .promo {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        padding: 5px 10px;
        font-family: 'akkurat-bold', Arial;
        font-size: 14px;
        color: #fff;
        background-color: #dc6b2f;
        text-transform: uppercase
    }

    #product-sheet #product-slider #big-img {
        min-height: 200px;
        max-height: 520px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px
    }

        #product-sheet #product-slider #big-img img {
            margin: 0 auto;
			max-height: 500px;
        }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #product-sheet #product-slider #big-img {
        position: relative;
        height: 520px
    }

        #product-sheet #product-slider #big-img img {
            max-height: 520px;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
}

#product-sheet #product-slider #small-imgs .slick-track {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#product-sheet #product-slider #small-imgs img {
    max-width: 100%;
    max-height: 180px;
    width: auto;
    margin: 0 auto
}

#product-sheet #product-slider #small-imgs .slick-prev,
#product-sheet #product-slider #small-imgs .slick-next {
    top: 50%
}

#product-sheet #downloads-container {
    margin-top: 5px;
    padding: 50px 25px 20px 25px;
    background: url(../Images/2017/fond-transi3.png) no-repeat top center, #e6e6e6
}

    #product-sheet #downloads-container h2 {
        padding-bottom: 20px;
        font-family: 'akkurat-light', Arial;
        font-size: 30px;
        color: #666;
        border-bottom: 1px solid #666
    }

    #product-sheet #downloads-container li {
        padding: 15px 15px 15px 30px;
        background: url(../Images/2017/picto-dl.png) no-repeat left center;
        border-bottom: 1px solid #fff
    }

        #product-sheet #downloads-container li a {
            font-family: 'akkurat-light', Arial;
            font-size: 18px;
            color: #000
        }

    #product-sheet #downloads-container #product-video {
        padding: 15px 0;
        border-bottom: 1px solid #666
    }

        #product-sheet #downloads-container #product-video iframe {
            width: 100%
        }

    #product-sheet #downloads-container .requiredField {
        font-size: 100%;
        display: inline;
        color: red
    }

#product-sheet #downloads-btns a {
    padding: 13px 15px 8.5px 15px;
    color: #1b98aa
}

    #product-sheet #downloads-btns a:hover {
        color: #fff;
        background-color: #1b98aa
    }

#product-sheet #downloads-btns #service-btn {
    margin-top: 40px
}

#product-sheet #downloads-btns #buy-btn {
    margin-top: 20px
}

#product-sheet #product-infos {
    clear: both;
    overflow: hidden
}

#product-sheet #product-desc {
    margin: 40px 0;
    font-family: Arial;
    font-size: 16px;
    color: #000
}

#product-sheet #product-details .panel {
    margin-bottom: 25px;
    border: none
}

#product-sheet #product-details .panel-heading {
    font-family: "AkkuratStd", Arial;
    background-color: #1b98aa;
    color: #fff;
    border: none;
    border-radius: 0
}

#product-sheet #product-details .panel-title {
    font-size: 24px;
    text-transform: uppercase
}

    #product-sheet #product-details .panel-title a {
        display: block
    }

        #product-sheet #product-details .panel-title a::after {
            content: "-";
            float: right
        }

    #product-sheet #product-details .panel-title .collapsed::after {
        content: "+"
    }

    #product-sheet #product-details .panel-title a:hover {
        text-decoration: none
    }

#product-sheet #product-details .panel-body {
    padding: 25px 0 0 0;
    font-family: Arial;
    font-size: 15px
}

#product-sheet #product-details table {
    margin: 0
}

    #product-sheet #product-details table th {
        padding: 0 5px 10px 5px;
        font-weight: 700;
        border: none
    }

    #product-sheet #product-details table td {
        padding: 2px 5px;
        color: #666;
        border-top: none;
        border-bottom: 1px solid #1b98aa
    }

        #product-sheet #product-details table td:first-child {
            color: #1b98aa
        }

#product-sheet #product-details .comments {
    white-space: pre-line
}

#product-sheet #product-details #collapseSpecifications td {
    white-space: pre-line;
    border-bottom: none
}

    #product-sheet #product-details #collapseSpecifications td:first-child {
        color: #000
    }

    #product-sheet #product-details #collapseSpecifications td:last-child {
        color: #666
    }

#product-sheet #product-details figure {
    margin-bottom: 35px
}

    #product-sheet #product-details figure .img-container {
        position: relative;
        height: 160px
    }

        #product-sheet #product-details figure .img-container img {
            max-height: 160px;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

#product-sheet #product-details figcaption {
    margin-top: 5px;
    text-align: center
}

#product-sheet #product-details figure a {
    color: #000
}


@media (min-width:992px) and (max-width:1199px) {
    #product-sheet #downloads-container h2 {
        font-size: 26px
    }

    #product-sheet #downloads-container li a {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #product-sheet #product-slider #big-img {
        display: block;
        height: auto;
        padding: 20px 0
    }

    #product-sheet #downloads-container {
        background-repeat: repeat-x
    }
}

@media (max-width:767px) {
    #product-sheet {
        margin-bottom: 25px
    }


        #product-sheet #imgs-gallery {
            margin-bottom: 25px
        }

        #product-sheet #product-slider #big-img {
            display: block;
            height: auto;
            padding: 20px 0
        }

        #product-sheet #product-slider #small-imgs img {
            max-height: 100px
        }

        #product-sheet #downloads-container {
            padding: 40px 15px 20px 15px
        }

            #product-sheet #downloads-container h2 {
                padding-bottom: 10px;
                font-size: 24px
            }

            #product-sheet #downloads-container li a {
                font-size: 16px
            }

        #product-sheet #product-details .panel-title {
            font-size: 20px
        }

        #product-sheet #product-details .panel-heading {
            padding: 7.5px 15px
        }
}

#referencesModal h4,
#accessoryModal h4 {
    font-family: "Akkurat-Light", Arial;
    font-size: 24px;
}

#referencesModal .cta-btns,
#accessoryModal .cta-btns {
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 30px;
}

#referencesModal .print-btn,
#accessoryModal .print-btn {
    display: inline-block;
    margin-right: 30px;
    padding: 5px 10px;
    font-size: 20px;
}

#referencesModal .buy-btn,
#accessoryModal .buy-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
}

#referencesModal table,
#accessoryModal table {
    position: relative;
}

    #referencesModal table td,
    #accessoryModal table td {
        padding: 2px 5px;
        color: #666;
        border-top: none;
        border-bottom: 1px solid #1b98aa;
    }

    #referencesModal table .subref,
    #accessoryModal table .subref {
        font-weight: bold;
    }

        #referencesModal table .subref a,
        #accessoryModal table .subref a,
        #referencesModal table .subref span,
        #accessoryModal table .subref span {
            color: #666;
        }

    #referencesModal table td:first-child,
    #accessoryModal table td:first-child {
        color: #1b98aa;
    }

    #referencesModal table td img,
    #accessoryModal table td img {
        display: none;
        position: absolute;
    }

    #referencesModal table .subref:hover img,
    #accessoryModal table .subref:hover img {
        display: block;
    }

#referencesModal .img-container img,
#accessoryModal .img-container img {
    max-height: 385px;
}

#referencesModal .dl-btn,
#accessoryModal .dl-btn {
    margin-top: 20px;
}

/**Smartphones**/
@media (max-width : 767px) {
    #referencesModal table .subref + td,
    #accessoryModal table .subref + td {
        max-width: 100px;
        white-space: pre-line;
    }
}

@media print {
    .modal-open #referencesModal .cta-btns,
    .modal-open #accessoryModal .cta-btns,
    .modal-open referencesModal .dl-btn,
    .modal-open accessoryModal .dl-btn {
        display: none;
    }

    .modal-open::before {
        content: none;
    }

    body * {
        height: 0;
        visibility: hidden;
    }

    .print-content * {
        height: auto;
        visibility: visible;
    }

    .modal {
        position: absolute;
        visibility: visible;
        overflow: visible !important;
    }

    .modal-dialog {
        visibility: visible !important;
        overflow: visible !important;
    }
}


.content-eservices .formulaire label {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666
}

#contact-form #newsletter-input {
    margin-top: 30px;
    margin-bottom: 30px
}

#contact-form #zone_ObjetCombobox label {
    font-size: 18px;
    color: #000
}

@media (min-width:768px) and (max-width:991px) {
    #contact-form #newsletter-input {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    #contact-form #send-btn {
        float: none !important
    }

    #contact-form #req-fields {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    #newsletter-form #send-btn {
        float: none !important
    }

    #newsletter-form #req-fields {
        margin-bottom: 25px
    }
}

#contactModal h4 {
    font-family: "Akkurat-Light", Arial;
    font-size: 24px
}

.formulaire-distri select {
    min-width: 265px;
    width: auto
}

.formulaire-distri input[type=text] {
    width: 228px !important
}

#distributor-page .inline li {
    display: inline-block;
    padding: 0 5px;
    list-style-type: none
}

#distributor-page .contact-btn {
    width: 95px
}

    #distributor-page .contact-btn a {
        padding: 5px;
        font-family: "AkkuratStd", Arial;
        font-size: 14px;
        color: #fff;
        background-color: #1b98aa
    }

#distributor-page .jobs-table img {
    margin-left: 5px
}

@media (max-width:767px) {
    .content-eservices .formulaire-distri label {
        width: 100%
    }

    .formulaire-distri select {
        width: 100%
    }

    .formulaire-distri input[type=text] {
        width: 100% !important
    }

    .content-eservices .formulaire-distri input[type=submit] {
        margin: 20px 0 0 0
    }
}

.content-eservices .description {
    font-family: "Akkurat-Bold", Arial;
    font-size: 16px;
    color: #000
}

    .content-eservices .description.not-bold {
        font-family: Arial;
        font-size: 14px
    }

.content-eservices .jobs-table {
    margin-top: 0
}

    .content-eservices .jobs-table th {
        padding: 20px 5px;
        font-family: Arial;
        font-weight: 700;
        font-size: 14px;
        color: #000
    }

    .content-eservices .jobs-table tbody td {
        padding: 20px 5px;
        font-family: Arial;
        font-size: 14px;
        color: #666;
        border-top: none;
        border-bottom: 1px solid #1b98aa
    }

        .content-eservices .jobs-table tbody td:first-child {
            color: #000
        }

    .content-eservices .jobs-table tbody tr:last-child td {
        border-bottom: none
    }

    .content-eservices .jobs-table tbody td a {
        display: block;
        margin-bottom: 5px;
        color: #1b98aa
    }

.content-eservices .marque {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #1b98aa
}

    .content-eservices .marque .marque-description h2.titre {
        width: 100%;
        margin-top: 0;
        font-family: "Akkurat-Bold", Arial;
        font-size: 28px;
        color: #000
    }

    .content-eservices .marque .marque-description .news-body-text {
        font-family: Arial;
        font-size: 14px;
        color: #000;
        text-align: justify
    }

.content-eservices .pages-nav ul {
    margin-bottom: 20px;
    margin-left: 0
}

@media (max-width:767px) {
    .content-eservices .marque {
        display: block
    }

        .content-eservices .marque .marque-description {
            width: 100%;
            float: none
        }

        .content-eservices .marque .marque-logo {
            width: 100%;
            float: none;
            margin: 0 0 10px 0
        }

    .content-eservices .pages-nav ul li {
        padding-left: 10px
    }

        .content-eservices .pages-nav ul li a {
            padding: 20px 6px
        }

        .content-eservices .pages-nav ul li:last-child a,
        .content-eservices .pages-nav ul li:first-child a {
            padding: 20px 0
        }
}

@media (max-width:767px) {
    .content-eservices .articles-historique-cache .articles-historique {
        width: auto
    }
}

#apply-form .title {
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 18px;
    color: #000
}

    #apply-form .title span {
        display: inline-block;
        margin-top: 7.5px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #666
    }

    #apply-form .title strong {
        font-weight: 400;
        color: #000
    }

#apply-form .margin50 {
    margin-bottom: 50px
}

#apply-form .margin70 {
    margin-top: 70px
}

#apply-form .margin10 {
    margin-bottom: 10px
}

#apply-form #job-ref label {
    color: #666
}

#apply-form #job-ref {
    margin-bottom: 30px
}

#apply-form #buttonAddLanguage {
    margin-bottom: 50px
}

    #apply-form #buttonAddLanguage a {
        display: inline-block;
        padding: 5px 10px;
        font-family: Arial;
        font-size: 16px;
        color: #1b98aa;
        border: 1px solid #1b98aa
    }

#apply-form .css-label {
    font-size: 16px;
    color: #666
}

#apply-form #education-checkboxes label {
    width: auto
}

#apply-form .other-input {
    width: auto;
    float: right;
    margin-top: 7px
}

#apply-form .g-recaptcha {
    margin-top: 30px;
    margin-bottom: 40px
}

.js .input-file-container {
    position: relative
}

    .js .input-file-container p {
        margin-bottom: 7.5px;
        font-family: Arial;
        font-size: 16px;
        color: #666
    }

.js .input-file-trigger {
    display: block;
    padding: 5px 10px;
    background: #fff;
    color: #1b98aa;
    font-family: Arial;
    font-size: 16px;
    border: 1px solid #1b98aa;
    cursor: pointer;
    text-align: left
}

.js .input-file {
    position: absolute;
    top: 25px;
    left: 0;
    width: 225px;
    padding: 0;
    opacity: 0;
    cursor: pointer
}

#apply-form .input-file {
    top: 0 !important
}

.file-return {
    margin: 0
}

    .file-return:not(:empty) {
        margin: 1em 0
    }

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: 700
}

    .js .file-return:not(:empty):before {
        content: "Fichier sélectionné : ";
        font-style: normal;
        font-weight: 400
    }

@media (max-width:767px) {
    #apply-form #buttonAddLanguage a {
        display: block;
        text-align: center
    }

    #apply-form .lang {
        margin-top: 50px
    }

    .g-recaptcha {
        transform: scale(.9);
        transform-origin: 0;
        transform: scale(.9);
        transform-origin: 0 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    #apply-form #req-fields {
        margin-top: 0;
        margin-bottom: 25px
    }
}

ul.zone-geo {
    margin-left: 0
}

.content-eservices .zone-geo li {
    clear: both;
    overflow: hidden
}

    .content-eservices .zone-geo li label {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Arial;
        font-size: 18px;
        color: #000;
        line-height: 30px
    }

    .content-eservices .zone-geo li select {
        width: auto;
        padding-right: 30px
    }

.content-eservices .infosPoints {
    padding: 20px 0
}

#worldwidePoints {
    border: none
}

.content-eservices .infosPoints table tr td {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    padding: 25px 5px;
    border-top: none;
    border-bottom: 1px solid #1b98aa;
    vertical-align: middle
}

.content-eservices .infosPoints table tr:last-child td {
    border-bottom: none
}

.content-eservices .infosPoints table tr td:first-child {
    font-weight: 700;
    font-size: 18px
}

.content-eservices #worldwidePoints td:last-child {
    padding-left: 30px;
    background: url(../Images/2017/picto-infos.png) no-repeat left center
}

@media (max-width:767px) {
    .content-eservices .zone-geo li label {
        width: 100%;
        margin: 0
    }

    .content-eservices .zone-geo li select {
        width: 100%
    }
}

#search-results-page .xsltsearch_result {
    margin-bottom: 20px
}

#search-results-page .heading {
    font-family: "Akkurat-Light", Arial;
    font-size: 18px;
    color: #000
}

.dxpPageNumber,
.dxpControl a {
    color: #1b98aa
}

#search-results-page #xsltsearch_summary {
    margin-bottom: 20px;
    font-family: "Akkurat-Bold", Arial;
    font-size: 18px;
    color: #000
}

    #search-results-page #xsltsearch_summary strong {
        color: #1b98aa
    }

#search-results-page .family-block {
    margin-bottom: 80px
}

    #search-results-page .family-block .img-container {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 200px;
        padding: 10px 10px 36px 10px;
        background: url(../Images/2017/fond-transi4.png) no-repeat bottom center
    }

        #search-results-page .family-block .img-container img {
            max-height: 150px
        }

    #search-results-page .family-block .text-container {
        padding-bottom: 55px
    }

    #search-results-page .family-block h2 {
        margin-top: 25px;
        font-family: "AkkuratStd", Arial;
        font-size: 22px
    }

    #search-results-page .family-block .subfamily-desc {
        font-family: "Akkurat-Light", Arial;
        padding-bottom: 25px;
        font-size: 18px
    }

    #search-results-page .family-block .more-btn {
        position: absolute;
        bottom: 0;
        display: inline-block;
        padding: 15px 15px 10.5px 15px;
        font-size: 22px;
        text-transform: uppercase
    }

@media (min-width:768px) and (max-width:1199px) {
    #search-results-page .family-block h2 {
        font-size: 20px
    }

    #search-results-page .family-block .subfamily-desc {
        font-size: 16px
    }

    #search-results-page .family-block .more-btn {
        font-size: 18px
    }
}

@media (max-width:767px) {
    #search-results-page .family-block {
        margin-bottom: 50px
    }
}

#job-details .content-eservices ul {
    margin-left: 0;
    font-family: "AkkuratStd", Arial;
    font-size: 16px
}

#job-details .job {
    font-family: Arial;
    font-size: 14px
}

#job-details .tesa-btn {
    margin-bottom: 20px;
    padding: 7.5px 10px;
    font-family: 'akkuratstd', Arial;
    font-size: 20px;
    color: #fff;
    background-color: #1b98aa
}

.content-eservices .formulaire-distri input[type=submit] {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #1b98aa;
    background-color: #1b98aa
}

.services .buttons .tesa-btn {
    padding: 7.5px 10px;
    font-family: 'akkuratstd', Arial;
    font-size: 20px;
    color: #fff;
    background-color: #1b98aa
}

@media (max-width:767px) {
    .services #send-btn {
        float: none !important
    }

    .services .buttons > .pull-right {
        float: none !important
    }

    .services .buttons .tesa-btn {
        margin-bottom: 25px
    }

    #service-request-form #req-fields {
        margin-bottom: 25px
    }
}

.list-news .news-abstract,
.list-news .press-abstract {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #1b98aa
}

.list-news .date {
    color: #1b98aa
}

.list-news h2 {
    margin-top: 0;
    margin-bottom: 15px !important;
    font-family: "Akkurat-Bold", Arial;
    font-weight: normal !important;
    font-size: 18px !important;
    color: #000
}

.list-news .description,
.list-news .press-body-text {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    text-align: justify
}

.content-eservices .back-button {
    margin-top: 20px
}

@media (max-width:767px) {
    .list-news .news-abstract,
    .list-news .press-abstract {
        display: block
    }

    .content-eservices .news-abstract .news-bref,
    .content-eservices .press-abstract .press-bref {
        width: 100%;
        margin: 0
    }

    .content-eservices .news-abstract .news-image,
    .content-eservices .press-abstract .press-image {
        width: 100%;
        margin: 10px 0 0 0
    }
}

@media (max-width:767px) {
    #product-registration-form #send-btn {
        float: none !important
    }

    #product-registration-form #req-fields {
        margin-bottom: 25px
    }
}

.content-eservices .list-faq .label {
    display: block;
    padding: 10px;
    font-family: "Akkurat-Bold", Arial;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: #1b98aa;
    border-radius: 0;
    text-align: left
}

.content-eservices .list-faq ul {
    margin-left: 0;
    margin-bottom: 25px
}

    .content-eservices .list-faq ul li {
        margin-bottom: 10px
    }

    .content-eservices .list-faq ul a {
        color: #1b98aa
    }

#callus-page ul.formulaire {
    margin: 10px 0
}

#cgv-page .description,
#mentions-page .description {
    font-family: Arial
}

#media-library {
    margin-bottom: 50px
}

    #media-library #intro {
        margin-bottom: 20px;
        font-family: "akkurat-bold", Arial;
        font-size: 18px
    }

    #media-library #search-block {
        clear: both;
        overflow: hidden
    }

        #media-library #search-block #filters-list {
            width: calc(100% - 200px);
            float: left
        }

        #media-library #search-block input[type=search] {
            width: 100%;
            height: 40px;
            padding-left: 40px;
            font-family: 'akkurat-light', Arial;
            font-size: 16px;
            border: 1px solid #000;
            border-right: none;
            background: url(../Images/2017/picto-loupe-mediatheque.png) no-repeat 10px center
        }

        #media-library #search-block::-webkit-input-placeholder {
            color: #000
        }

        #media-library #search-block::-moz-placeholder {
            color: #000
        }

        #media-library #search-block:-ms-input-placeholder {
            color: #000
        }

        #media-library #search-block:-moz-placeholder {
            color: #000
        }

        #media-library #search-block input[type=submit] {
            width: 200px;
            height: 40px;
            float: left;
            font-family: 'akkurat-bold', Arial;
            font-size: 22px;
            color: #fff;
            background-color: #1b98aa;
            border: none
        }

    #media-library #documents-type-block {
        margin-top: 25px
    }

        #media-library #documents-type-block #documents-type-block {
            margin-top: 82px
        }

        #media-library #documents-type-block .title {
            margin-bottom: 20px;
            padding: 7px 10px 3px 10px;
            font-family: "AkkuratStd", Arial;
            font-size: 22px;
            color: #fff;
            background-color: #1b98aa;
            cursor: pointer
        }

            #media-library #documents-type-block .title::after {
                content: "-";
                float: right
            }

            #media-library #documents-type-block .title.collapsed::after {
                content: "+"
            }

    #media-library #documents-types-list .img-container {
        height: 230px;
        margin-bottom: 10px;
        border: 1px solid #666
    }

        #media-library #documents-types-list .img-container img {
            max-height: 230px;
            margin: 0 auto
        }

    #media-library #documents-types-list input[type=checkbox].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

        #media-library #documents-types-list input[type=checkbox].css-checkbox + label.css-label {
            padding-top: 2px;
            padding-left: 25px;
            height: 17px;
            display: inline-block;
            line-height: 17px;
            background-repeat: no-repeat;
            background-position: 0 0;
            font-family: 'AkkuratStd', Arial;
            font-size: 18px;
            vertical-align: middle;
            cursor: pointer
        }

        #media-library #documents-types-list input[type=checkbox].css-checkbox:checked + label.css-label {
            background-position: 0 -17px
        }

    #media-library #documents-types-list label.css-label {
        background-image: url(../Images/2017/sprite-checkbox2.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    #media-library #filters-block {
        margin-top: 25px
    }

        #media-library #filters-block .menu-left-container {
            padding: 40px 25px 20px 25px
        }

    #media-library #filters-block-container {
        outline: none
    }

    #media-library .global-validate-btn {
        clear: both;
        margin: 0 auto 20px auto;
        padding: 13px 50px 8.5px 50px;
        background-color: #fff
    }

    #media-library #filters-block-container input[type=submit]:hover {
        background-color: #1b98aa
    }

    #media-library #filters-selected-block {
        clear: both;
        overflow: hidden
    }

        #media-library #filters-selected-block .title {
            width: 85px;
            float: left;
            margin: 0;
            font-family: 'akkurat-bold', Arial;
            font-size: 18px;
            color: #1b98aa
        }

        #media-library #filters-selected-block ul {
            margin-top: 3px
        }

        #media-library #filters-selected-block li {
            display: inline-block;
            margin-left: 15px;
            font-family: 'AkkuratStd', Arial;
            font-size: 14px;
            color: #000
        }

            #media-library #filters-selected-block li .delete {
                font-size: 12px;
                color: #1b98aa
            }

        #media-library #filters-selected-block .delete-all {
            float: right;
            padding: 5px;
            font-family: 'AkkuratStd', Arial;
            font-size: 14px;
            color: #fff;
            background-color: #1b98aa;
            border: none
        }

    #media-library #results-nb {
        clear: both;
        overflow: hidden;
        margin-top: 30px;
        padding: 10px;
        font-family: 'akkurat-light', Arial;
        font-size: 14px;
        color: #fff;
        background-color: #1b98aa
    }

        #media-library #results-nb #nb {
            float: left;
            margin-top: 2px
        }

            #media-library #results-nb #nb strong {
                font-family: 'AkkuratStd', Arial
            }

        #media-library #results-nb #results-display {
            float: right
        }

            #media-library #results-nb #results-display select {
                margin-left: 5px;
                background-color: transparent;
                border: 1px solid #fff
            }

            #media-library #results-nb #results-display option {
                color: #000
            }

    #media-library #search-results .pagination {
        margin: 5px 0
    }

        #media-library #search-results .pagination a {
            padding: 7px;
            border: none;
            border-radius: 0;
            font-family: 'akkurat-light', Arial;
            font-size: 14px;
            color: #1b98aa
        }

        #media-library #search-results .pagination .active a {
            font-family: 'AkkuratStd', Arial;
            background-color: #fff
        }

    #media-library #search-results #results-list {
        clear: both;
        overflow: hidden
    }

    #media-library #search-results .result {
        clear: both;
        overflow: hidden;
        padding: 10px 0;
        font-family: Arial;
        font-size: 12px;
        color: #666;
        border-top: 1px solid #1b98aa
    }

        #media-library #search-results .result:last-child {
            border-bottom: 1px solid #1b98aa
        }

        #media-library #search-results .result h2 {
            margin-bottom: 10px;
            padding-left: 22.5px;
            font-size: 15px;
            color: #1b98aa;
            background: url(../Images/2017/picto-dl-document.png) no-repeat left center
        }

        #media-library #search-results .result .media-type::after,
        #media-library #search-results .result .media-size::after,
        #media-library #search-results .result .document-type::after {
            content: "|";
            margin-left: 10px;
            margin-right: 5px
        }

        #media-library #search-results .result .dl-media {
            display: inline-block;
            margin-top: 12px;
            font-size: 16px;
            color: #1b98aa
        }

    #media-library #filters-block .title {
        margin-bottom: 15px;
        font-family: "Akkurat-Light", Arial;
        font-size: 26px;
        color: #666
    }

    #media-library #filters-block #products-categories-search .title {
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-family: 'AkkuratStd', Arial;
        font-size: 18px;
        color: #000;
        border-bottom: 1px solid #000;
        cursor: pointer
    }

        #media-library #filters-block #products-categories-search .title::after {
            content: "-";
            float: right
        }

        #media-library #filters-block #products-categories-search .title.collapsed::after {
            content: "+"
        }

    #media-library #filters-block #products-categories-search li {
        font-family: 'akkurat-light', Arial;
        font-size: 16px;
        color: #000
    }

        #media-library #filters-block #products-categories-search li > div {
            clear: both;
            overflow: hidden;
            padding: 5px 0;
            border-bottom: 1px solid #fff
        }

        #media-library #filters-block #products-categories-search li i {
            cursor: pointer
        }

        #media-library #filters-block #products-categories-search li .item .item {
            width: 100%;
            margin: 0
        }

        #media-library #filters-block #products-categories-search li .item > span {
            float: left;
            cursor: pointer
        }

        #media-library #filters-block #products-categories-search li .item > div {
            width: calc(100% - 28px);
            float: left
        }

        #media-library #filters-block #products-categories-search li .category-name {
            display: inline-block;
            width: calc(100% - 35px);
            font-size: 14px
        }

        #media-library #filters-block #products-categories-search li .results-nb {
            float: right;
            display: inline-block;
            min-width: 30px;
            padding: 4px 5px 2px 5px;
            font-family: 'akkurat-bold', Arial;
            font-size: 14px;
            color: #fff;
            background-color: #b0b1b2;
            border-radius: 3px;
            text-align: center
        }

        #media-library #filters-block #products-categories-search li ul {
            margin-top: 10px
        }

            #media-library #filters-block #products-categories-search li ul li > div {
                padding: 5px 0;
                border-bottom: none
            }

            #media-library #filters-block #products-categories-search li ul li .item {
                width: 100%;
                margin: 0
            }

            #media-library #filters-block #products-categories-search li ul li .results-nb {
                background-color: #c3c4c5
            }
   
    @media (max-width:991px) {
        #media-library #filters-block #products-categories-search .title::after {
        content: "+"
    }

    #media-library #filters-block #products-categories-search .title.collapsed::after {
        content: "-"
    }

    #media-library #filters-block #products-categories-search ul {
        display: none
    }

    #media-library #search-results .pagination a {
        padding: 15px
    }
}

@media (max-width:767px) {
    #media-library #search-block #filters-list {
        width: 100%
    }

    #media-library #search-block input[type=search] {
        width: 100%;
        padding-left: 10px;
        font-size: 14px;
        background: none;
        border-right: 1px solid #000
    }

    #media-library #search-block input[type=submit] {
        width: 100%;
        margin-top: 10px
    }

    #media-library #documents-type-block .title {
        font-size: 18px
    }

    #media-library #documents-type-block input[type=submit] {
        width: 100%
    }

    #media-library #filters-selected .title {
        width: 100%;
        float: none
    }

    #media-library #filters-selected ul {
        margin-top: 10px
    }

    #media-library #filters-selected li {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }

    #media-library #filters-selected .delete-all {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 10px 5px;
        text-align: center
    }

    #media-library #results-nb #results-display select {
        padding-right: 20px
    }
}

#downloadModal .modal-content {
    border: 1px solid #1b98aa
}

#downloadModal .modal-header {
    border-bottom: none
}

    #downloadModal .modal-header button {
        opacity: 1
    }

#downloadModal h4 {
    font-family: 'akkurat-light', Arial;
    font-size: 28px;
    color: #1b98aa
}

#downloadModal .modal-body {
    padding: 15px 35px
}

#downloadModal .modal-text {
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
    color: #666
}

#downloadModal input[type=submit] {
    width: 100%
}

#downloadModal #req-fields {
    font-size: 14px
}

#downloadModal .g-recaptcha {
    transform: scale(.7);
    transform-origin: 0;
    transform: scale(.7);
    transform-origin: 0 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

#downloadModal .requiredField {
    font-size: 100%;
    display: inline;
    color: red
}

.img-reference img{
    width:200px;
    margin-top:5%;
}



/**NEW CAPTCHA**/
.BDC_CaptchaDiv .BDC_CaptchaImageDiv a {
    display: none !important;
}

.InputCaptcha {
    width: auto !important;
}