/**********
FONTS
**********/

@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?iefix') format('eot'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#gotham-book') format('svg');
}

@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?iefix') format('eot'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#gotham-medium') format('svg');
}

@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?iefix') format('eot'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#gotham-bold') format('svg');
}

@font-face {
    font-family: 'gotham-light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?iefix') format('eot'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#gotham-light') format('svg');
}

/**********
GENERAL
**********/
body {
    font-family: 'gotham-medium', Arial;
    font-size: 13px;
    color: #3a3a3a;
}

.btn-outred {
    border: 2px solid #e1382d;
    color: #e1382d;
    border-radius: 2px;
}

.btn-outred:hover {
    color: #e1382d;
}

.btn-red {
    background-color: #e1382d;
    color: #fff;
    border-radius: 2px;
}

.btn-red:hover {
    color: #fff;
}

.btn-grey {
    background-color: #3a3a3a;
    color: #fff;
}

.btn-grey:hover {
    color: #fff;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

input,
select,
textarea {
    border-radius: 0;
}

/**Bandeau**/
#banner {
    position: relative;
}

#banner img {
    width: 100%;
}

#banner-text {
    position: absolute;
    bottom: 75px;
    left: 100px;
}

#banner h1 {
    font-size: 32px;
    color: #414141;
}

#banner h1 img {
    width: auto;
    margin-right: 10px;
    padding-bottom: 15px;
}

#banner .img-container {
    min-height: 150px;
    max-height: 600px;
    overflow: hidden;
}

/*#banner p {
	font-family: 'gotham-book', Arial;
}

#banner p strong {
	font-family: 'gotham-medium', Arial;
}*/

/**Fil d'ariane**/
#breadcrumb {
    margin-bottom: 30px;
    background-color: #3a3a3a;
    color: #BCBBBB;
    font-family: 'gotham-book', Arial;
    font-size: 14px;
}

#breadcrumb > span {
    display: block;
    padding-left: 15px;
    margin: 5px 0;
}

#breadcrumb ul {
    margin: 5px 0;
}

#breadcrumb li {
    float: left;
    margin-right: 5px;
}

#breadcrumb li:after {
    content: ">";
    margin-left: 5px;
}

#breadcrumb li:last-child:after {
    content: "";
}

#breadcrumb a,
#breadcrumb li {
    font-family: 'gotham-book', Arial;
    font-size: 14px;
    color: #bcbbbb;
}

/**Onglets**/
#onglets {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1382d;
}

#onglets li {
    float: left;
}

#onglets a {
    display: block;
    padding: 5px 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #3a3a3a;
}

#onglets .current_page_item a, #onglets .current-menu-item a, #onglets .active, #onglets .active a {
    font-weight: normal;
    color: #fff;
    background-color: #3a3a3a;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 946px;
    }

    #banner-text {
        bottom: 30px;
        left: 30px;
    }
}

/**Tablettes Portrait**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 722px;
    }

    #banner-text {
        width: 47.5%;
        bottom: 20px;
        left: 20px;
    }

    #onglets a {
        padding: 5px 20px;
    }
}

/**Tablettes Paysage**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #banner-text {
        left: 20px;
        bottom: 30px;
    }

    #onglets {
        margin-bottom: 20px;
    }
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    .container {
        padding: 0;
    }

    #banner .img-container {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        min-height: 0;
    }

    #banner img {
        display: block;
    / / width: 200 % !important;
    / / margin: 0 - 55 %;
        height: auto;
        max-width: 1000px;
    }

    #banner-text {
        width: 70%;
        bottom: 10px;
        left: 10px;
    }

    #banner h1 {
        font-size: 24px;
    }

    #breadcrumb {
        padding: 5px 0;
    }

    #breadcrumb ul {
        margin: 0;
    }

    #onglets li {
        width: 100%;
        text-align: center;
    }

    #onglets {
        padding-left: 15px;
        margin-bottom: 20px;
    }
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/**********
HEADER
**********/

/**Header Top**/
#header-top {
    padding: 20px 0;
}

header #logo-hpi img {
    vertical-align: bottom;
    display: inline-block;
    max-height: 102px;
    width: auto;
}

header #logo-hpi span {
    font-size: 18px;
}

#header-links {
    margin-top: 68px;
}

header #account-link,
header #language-switcher,
header .contact-link {
    float: left;
}

header #account-link {
    margin-right: 10px;
    padding: 5.5px 5px 5.5px 35px;
    background: url(../imgs/header-picto-compte.png) no-repeat 10px center;
}

header #account-link a {
    display: block;
    padding-left: 10px;
    color: #e1382d;
    border-left: 1px solid #e1382d;
}

header #language-switcher {
    position: relative;
    height: 34px;
    width: 38px;
    margin-right: 10px;
    border-radius: 2px;
}

header #switch {
    position: absolute;
    padding: 2.5px 5px;
    border: 2px solid #e1382d;
    z-index: 9999;
    background-color: #fff;
}

header #language-switcher ul {
    margin-bottom: 6px;
}

header #language-switcher ul li {
    display: none;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e1382d;
}

header #language-switcher ul:hover li {
    display: block;
}

header #language-switcher li.current-lang {
    padding-top: 0;
    margin-top: 0;
    display: block;
    border-top: none;
}

header #language-switcher li.lang-item-de {
    display: none !important;
}

header .contact-link {
    padding: 5.5px 7.5px;
}

/**Menu**/
header nav ul li a:focus {
    color: #fff;
}

@media (min-width: 992px) {
    #header-bottom {
        height: 45px;
        background-color: #3a3a3a;
    }

    #header-bottom nav {
        padding: 0;
    }

    header nav img {
        margin-left: 10px;
        margin-top: -7px;
    }

    header nav ul {
        padding: 0;
        margin: 0;
        background: #3a3a3a;
    }

    header nav ul li {
        width: 20%;
        display: block;
        position: relative;
        float: left;
        padding-left: 15px;
        padding-right: 50px;
        border-right: 1px solid #6d6d6d;
    }

    header nav li ul {
        display: none;
    }

    header nav ul li a {
        display: block;
        padding: 12.5px 0;
        white-space: nowrap;
        color: #fff;
        font-size: 14px;
    }

    header nav li:hover > ul {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        z-index: 9999;
    }

    header nav li:not(:first-child):hover > ul {
        left: 0;
    }

    header nav li:hover li {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }

    header nav li:hover li a:hover {
        background: #6d6d6d;
    }

    header nav ul ul ul {
        width: auto !important;
        left: 100% !important;
        top: 0;
    }

    header nav ul:before,
    header nav ul:after {
        content: " ";
        display: table;
    }

    header nav ul:after {
        clear: both;
    }

    header nav li:last-child {
        border-right: none;
    }

    header nav a:hover {
        color: #fff;
    }

    header nav ul ul a {
        padding: 12.5px 10px;
    }

    header nav ul ul ul a {
        padding: 7.5px 30px;
        background: #6d6d6d;
    }

    header nav ul ul ul li:hover a {
        background: #7f7e7e !important;
    }

    header .submenu a {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        font-family: 'gotham-book', Arial;
        font-size: 12px;
        text-transform: none;
    }
}

.new a {
    padding-bottom: 10px;
    padding-left: 55px;
}

.new a:before {
    position: absolute;
    content: url(../imgs/Bouton-new-5-50.png);
    /*margin-left: -5px;*/
    left: 5px;
    bottom: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header nav ul li {
        width: auto !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    header nav li:hover > ul {
        width: auto !important;
    }
}

/**Recherche**/
header #search input {
    height: 35px;
    margin-top: 4.5px;
    font-family: 'gotham-book', Arial;
    font-style: italic;
    color: #fff;
    background-color: #6d6d6d;
    border: none;
}

header #search input[type=search] {
    float: left;
    width: 85%;
    padding-left: 10px;
    border-right: 1px solid #3a3a3a;
}

header #search input[type=submit] {
    width: 15%;
    background: url(../imgs/header-picto-search.png) no-repeat center, #6d6d6d;
}

header #search ::-webkit-input-placeholder {
    color: #fff;
}

header #search ::-moz-placeholder {
    color: #fff;
}

header #search :-ms-input-placeholder {
    color: #fff;
}

header #search input:-moz-placeholder {
    color: #fff;
}

/**Tablettes Portrait**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    header #logo-hpi span {
        position: absolute;
        bottom: 0;
    }

    #onglets {
        margin-bottom: 20px;
    }
}

/**Tablettes Paysage**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    header #logo-hpi {
        width: 66.66666667%;
    }

    #header-links {
        width: 33.33333333%;
    }

    #header-bottom nav {
        width: 75%;
    }

    header nav ul li {
        padding-right: 10px;
    }
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    #header-top {
        padding: 10px 0;
    }

    header #logo-hpi a {
        display: block;
        float: left;
        width: 37.5%;
    }

    header #logo-hpi span {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        float: left;
        font-size: 17px;
    }

    #header-links {
        margin-top: 30px;
    }
}

.selectLinker {
    background: url(../imgs/picto-select.png) no-repeat right center, #bcbbbb;
    direction: rtl;
    padding-right: 50px;
}

/** IE9 CSS **/
.ie9 .selectLinker {

    background-image: none;
    direction: ltr;
    padding-right: 0px;
}

/**********
ACCUEIL
**********/

/**Banner**/
#home #banner {
    position: relative;
}

#home #banner img {
    width: 100%;
}

#home #banner-text {
    position: absolute;
    top: 50px;
    left: 25px;
}

#home #banner h1 {
    margin-bottom: 40px;
    font-size: 33px;
    color: #414141;
}

#home #banner h1 span {
    color: #e1382d;
}

#home #banner p {
    font-family: 'gotham-book', Arial;
}

#home #banner p strong {
    font-family: 'gotham-medium', Arial;
}

#home #banner a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
}

/**Baseline**/
#home #baseline p {
    margin: 17.5px 0;
    font-family: 'gotham-book', Arial;
    font-size: 18px;
    color: #414141;
}

#home #baseline .contact-link {
    display: block;
    width: 100%;
    margin: 21.5px 0;
    padding: 10px 0;
    font-size: 16px;
    color: #e1382d;
    text-align: center;
}

/**Main Blocks**/
#home #main-blocks {
    margin-bottom: 0.25%;
}

#home #main-blocks h2 {
    font-family: 'gotham-light', Arial;
    font-size: 22px;
}

#home #main-blocks > div {
    position: relative;
    width: 33.16666666666667%;
    height: 270px;
    padding: 0;
}

#home #search-block {
    clear: left;
}

#home #search-block h2 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    background-color: #3a3a3a;
    text-align: center;
}

#home #search-block div {
    padding: 20px;
    background-color: #8d8d8d;
    border-top: 1px solid #3a3a3a;
}

#home #search-block label {
    width: 100%;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

#home #search-block select {
    width: 100%;
    height: 35px;

    font-family: 'gotham-book', Arial;
    font-size: 16px;

    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -khtml-appearance: none;
    border: none;

}

select::-ms-expand {
    display: none;
}

#home #catalog-block h2,
#home #config-block h2 {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    color: #3a3a3a;
}

#home #config-block h2 {
    color: #e1382d;
}

#home #catalog-block {
    overflow: hidden;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

#home #config-block {
    overflow: hidden;
}

#home #catalog-block img,
#home #config-block img {
    width: 100%;
    overflow: hidden;
}

#home #catalog-block h2,
#home #config-block h2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#home #catalog-block a,
#home #config-block a {
    width: 60%;
    position: absolute;
    bottom: 20px;
    left: 20%;
    padding: 15px 0;
    text-align: center;
}

#home #config-block a {
    background-color: #fff;
}

#home #config-block hr {
    display: block;
    height: 1px;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 20px;
    border: 0;
    border-top: 1px solid #8d8d8d;
}

#home #config-block p {
    width: 80%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
}

#home #config-block a {
    width: 60%;
    position: absolute;
    bottom: 20px;
    left: 20%;
    padding: 15px 0;
    text-align: center;
}

/**Evenements & Actus**/
#home #events {
    height: 715px; /*valeur qui bougera en fonction du contenu*/
    background-color: #d4d3d3;
}

#home #events h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #e1382d;
}

#home #events .actu {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

#home #events .actu:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#home #events .img-container img {
    margin: 0 auto;
    border: 15px solid #808283;
}

#home #events .date {
    position: relative;
    float: left;
    padding: 2.5px 17.5px 2.5px 5px;
    margin-right: 10px;
    background-color: #e1382d;
}

#home #events .day {
    float: left;
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#home #events .month {
    float: left;
    clear: left;
    display: block;
    font-family: 'gotham-book', Arial;
    color: #fff;
}

#home #events .year {
    position: absolute;
    top: 14px;
    left: 16px;
    display: block;
    font-family: 'gotham-light', Arial;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

#home #events h3 {
    width: 92%;
    margin: 0 0 10px 0;
/ / float: left;
    font-size: 18px;
}

#home #events .desc {
    font-family: Arial;
    color: #3c3c3c;
    text-align: justify;
    font-size: 15px;
}

#home #events .more {
    clear: both;
    float: right;
    display: block;
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 12px;
}

/**Innovation et Qualité**/
#home #innovation {
    width: 33.083333333333%;
    height: 715px; /*la valeur doit être égale à celle de #events*/
    margin-left: 0.25%;
    padding: 0;
    background-color: #e7e6e6;
}

#home #innovation a:hover {
    color: inherit;
}

#home #innovation h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
}

#home #innovation img {
    width: 100%;
}

#home #innovation .desc {
    width: 80%;
    margin: 30px auto 0 auto;
    font-family: Arial;
    font-size: 15px;
    text-align: justify;
}

/**Trouver Distributeur**/
#product-main #find {
    margin-top: 50px;
}

#find {
    margin-top: 0.25%;
}

#search-find {
    padding: 30px 0 0 0;
    background-color: #3a3a3a;
    text-align: center;
}

#find h2 {
    margin: 0 0 20px 0 !important;
    font-family: 'gotham-light', Arial !important;
    font-size: 33px !important;
    color: #fff !important;
}

#find label {
    display: block;
    font-family: 'gotham-book', Arial;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

#find input[type=search] {
    width: 250px;
    height: 35px;
    margin-right: 10px;
    background-color: #bcbbbb;
    border: none;
}

#find input[type=submit] {
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

#search-find img, #search-find .gm-map {
    width: 100%;
    margin-top: 30px;
}

#product #search-find img {
    height: 350px;
}

/**Tablettes Portrait**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home #banner-text {
        width: 50%;
        top: 20px;
    }

    #home #banner h1 {
        font-size: 28px;
    }

    #home #main-blocks > div {
        height: 221px;
    }

    #home #main-blocks h2 {
        font-size: 16px;
    }

    #home #search-block div {
        padding: 10px;
    }

    #home #catalog-block img, #home #config-block img {
        height: 221px;
    }

    #home #search-block label {
        font-size: 15px;
    }

    #home #catalog-block a, #home #config-block a {
        width: 90% !important;
        left: 5%;
        bottom: 10px;
        font-size: 12px;
    }

    #home #events h2,
    #home #innovation h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #home #events h3 {
        width: 80%;
    }

    #home #events .actu {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #home #events .year {
        top: 12px;
    }

    #home #events .more {
        margin-top: 20px;
    }

    #home #innovation .desc {
        width: 85%;
        margin: 20px auto 0 auto;
    }

    #product #search-find img {
        height: 200px;
    }
}

/**Tablettes Paysage**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #home #banner-text {
        width: 41.66666667%;
    }

    #home #baseline .col-md-2 {
        width: 25%;
        margin-left: 0;
    }

    #home #main-blocks > div {
        height: 250px !important;
    }

    #home #catalog-block img,
    #home #config-block img {
        height: 250px;
    }

    #home #search-block div {
        padding: 15px !important;
    }

    #home #catalog-block a, #home #config-block a {
        width: 80% !important;
        left: 10% !important;
    }

    #home #events h3 {
        width: 85% !important;
    }

    #home #events .year {
        top: 12px !important;
    }

    #product #search-find img {
        height: 300px;
    }
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    /*#home #banner .img-container {
        margin: 0 auto;
      padding: 0;
      max-width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    #home #banner img {
      display: block;
      width: 230% !important;
      margin: 0 -100%;
      height: auto;
    }
    .carousel-indicators {
        display: none;
    }
    #home #banner-text {
        width: 100%;
        position: static !important;
    }
    #home #banner h1 {
        width: 50%;
        position: absolute;
        top: 25px;
        text-align: center;
        font-size: 28px !important;
    }
    #home #banner p {
        margin-top: 10px;
        text-align: center;
    }
    #home #banner-text a {
        width: 100%;
        text-align: center;
    }*/
    #home #banner {
        display: none;
    }

    #home #baseline {
        height: auto;
    }

    #home #baseline p {
        font-size: 16px !important;
    }

    #home #main-blocks > div {
        width: 100%;
        height: auto;
        margin: 0;
    }

    #home #main-blocks h2 {
        font-size: 20px;
    }

    #home #search-block h2 {
        padding: 15px 0;
    }

    #home #search-block div {
        padding: 15px;
    }

    #home #catalog-block a, #home #config-block a {
        width: 90%;
        left: 5%;
    }

    #home #events h2,
    #home #innovation h2 {
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
    }

    #home #events {
        height: auto;
        padding-top: 20px;
    }

    #home #events .actu {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #home #events .desc {
        margin-top: 10px;
    }

    #home #events h3 {
        width: 80%;
    }

    #home #events .more {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    #home #events .year {
        top: 12.5px;
    }

    #home #innovation {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #home #innovation .desc {
        width: 90%;
        margin: 20px auto 0 auto;
    }

    #search-find {
        padding: 10px;
    }

    #find h2 {
        font-size: 26px !important;
    }

    #find input[type=search] {
        width: 82.5%;
        float: left;
        margin-right: 2.5%;
    }

    #find input[type=submit] {
        width: 15%;
    }

    #search-find img {
        height: 150px !important;
        margin-top: 10px;
    }
}

/**********
PRODUITS - PRESENTATION
**********/

#product #product-main {
    margin-bottom: 40px;
}

/**Description**/
#product-main h2.title {
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    font-size: 22px;
    border-bottom: 1px solid #e1382d;
}

#product-container h2 {
    margin-top: 0;
    font-family: 'gotham-bold', Arial;
    font-size: 14px;
    color: #e1382d;
}

#product-container .desc {
    font-family: Arial;
    font-size: 15px;
}

#product-container .desc img {
    margin-bottom: 10px;
    padding: 30px;
/ / border: 1 px solid #bcbbbb;
    box-sizing: content-box;
}

#product .product {
    margin-bottom: 20px;
}

/**Blocs produits page Gamme**/
#product .product-container {

    border: 1px solid #bcbbbb;
    height: 100%;
    background-color: #bcbbbb;
}

#product .product-container > a:hover {
    color: #3a3a3a;
}

#product .product img {
    margin: 0 auto;
    /*padding: 10px 10px ;*/
    border: none;
}

#product .product-top {

    background-color: #fff;
}

#product .product-bottom {
    padding: 10px;
    display: table;
    width: 100%;
    background-color: #6d6d6d;
    text-align: center;
    position: relative;
}

#product .nouveau:before {
    content: url(../imgs/Bouton-new-5-50.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#product .product-bottom a {
    text-decoration: none;
}

#product .product h2 {
    /*
    margin-top: 0;
    font-family: 'gotham-book', Arial;
    */
    width: 100%;
    color: #fff;
    display: inline-block;
    font-family: "gotham-medium", Arial;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

#product .product p {
    margin-bottom: 0;
    font-family: Arial;
    font-size: 11px;
}

/**Blocs produits page Secteur**/
#product #secteurs {
    margin-top: 50px;
}

#product .secteur {
    margin-bottom: 30px;
}

#product .secteur:nth-child(3n+1) {
    clear: left;
}

#product .secteur-container {
    height: 100%;
    background-color: #6d6d6d;
    border: 1px solid #6d6d6d;
}

#product .secteur-top {
    background-color: #ffffff;
}

#product .secteur-top img {
    margin: 0 auto;
    /*padding: 5px;*/
}

#product .secteur-bottom {

    display: table;
    width: 100%;
    padding: 10px;
    line-height: 60px;
    background-color: #6d6d6d;
    text-align: center;
}

#product .secteur h2 {
    margin: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    font-family: 'gotham-medium', Arial;
    font-size: 14px;
    color: #fff;
}

/**Blocs droits**/
#product-right {
    margin-top: -20px;
}

#product #associated-block,
#product #technical-block {
    padding: 20px;
    margin-bottom: 0.5%;
    background-color: #8d8d8d;
}

#product #associated-block label {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

#product #associated-block select {
    width: 100%;
    height: 35px;

    font-family: 'gotham-book', Arial;
    font-size: 15px;

    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -khtml-appearance: none;
    border: none;

}

#product #config-block {
    margin-bottom: 0.5%;
}

#product #catalog-block .title,
#product #config-block .title {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-family: 'gotham-medium', Arial;
    font-size: 16px;
    text-align: center;
    color: #3a3a3a;
}

#product #config-block,
#product #catalog-block {
    position: relative;
    overflow: hidden;
}

#product #config-block img,
#product #catalog-block img {
    width: 100%;
}

#product #config-block .title,
#product #catalog-block .title {
    position: absolute;
    top: 5px;
}

#product #config-block a,
#product #catalog-block a {
    position: absolute;
    bottom: 20px;
    left: 15%;
    display: block;
    width: 70%;
    padding: 15px 0;
    text-align: center;
}

#product #config-block a {
    background-color: #fff;
}

#product #technical-block {
    margin-top: 1%;
}

#product #technical-block a {
    width: 100%;
    font-size: 16px;
    color: #fff;
}

#product #technical-block img {
    float: right;
    margin-top: 5px;
}

/*#product #config-block hr {
	display: block;
	height: 1px;
	width: 80%;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 20px;
    border: 0;
    border-top: 1px solid #8d8d8d;
}

#product #config-block p {
	width: 80%;
	margin: 0 auto;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}

#product #config-block a {
	display: block;
	width: 70%;
	margin: 50px auto 0 auto;
  	padding: 10px 0;
  	text-align: center;
}
*/

@media (min-width: 992px) and (max-width: 1199px) {
    #product .secteur h2 {
        font-size: 15px;
    }
}

/**Tablettes Paysage**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #product #config-block a,
    #product #catalog-block a {
        width: 90%;
        left: 5%;
    }

    #product #associated-block label {
        font-size: 16px;
    }
}

/**Tablettes Portrait**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #product #config-block a,
    #product #catalog-block a {
        width: 90%;
        left: 5%;
    }

    #product #associated-block label {
        font-size: 16px;
    }

    #product #config-block a,
    #product #catalog-block a {
        bottom: 10px;
    }

    #product .secteur:nth-child(3n+1) {
        clear: none;
    }

    #product .secteur h2 {
        font-size: 15px;
    }
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    #product #config-block a,
    #product #catalog-block a {
        width: 90%;
        left: 5%;
    }

    #product-main h2.title {
        font-size: 18px;
    }

    #product-right {
        clear: both;
        margin-top: 10px;
    }

    #product #associated-block label {
        font-size: 16px;
    }

    #product .secteur h2 {
        font-size: 15px;
    }
}

/**********
NOUS REJOINDRE
**********/

#join #join-main {
    margin-bottom: 40px;
}

#join .type_offres_btn {
    float: left;
    margin: 0 10px 20px 0;
    padding: 2.5px 10px;
    border: 1px solid #3a3a3a;
    font-family: 'gotham-book', Arial;
    font-size: 14px;
    color: #3a3a3a;
    border-radius: 2px;
}
#join .type_offres_btn.current {
    background-color: #3a3a3a;
    color: #ffffff;
}

/**Offre d'emploi**/
#join .offre {
    padding-bottom: 20px;
    font-family: Arial;
    font-size: 16px;
    border-bottom: 1px solid rgba(58, 58, 58, 0.3);
    clear: both;
}

#join .offre h2 {
    font-family: 'gotham-bold', Arial;
    font-size: 16px;
    color: #e1382d;
}

#join .offre .lieu {
    font-weight: bold;
}

#join .offre p {
    font-family: Arial;
}

#join .offre .more {
    color: #3a3a3a;
}

#join .offre .more img {
    margin-right: 5px;
}

/**Actus**/
#join .actu {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border: 1px solid #bcbbbb;
}

#join .actu .col-sm-8.pull-right {
    text-align: right;
}

#join .actu .desc-container,
#join .actu .img-container {
    padding-left: 10px;
    padding-right: 10px;
}

#join .actu h2 {
    float: left;
    margin: 1.5px 0 20px 0;
    font-family: 'gotham-bold', Arial;
    font-size: 14px;
    color: #e1382d;
}

#join .actu p {
    clear: left;
    float: left;
    margin: 0;
    font-family: Arial;
    font-size: 15px;
}

#join .actu .date {
    font-family: 'gotham-book', Arial;
    font-size: 14px;
}

#join .actu .date:before {
    content: "-";
    margin-left: 5px;
    margin-right: 5px;
}

#join .actu .more {
    margin-left: 5px;
    font-family: Arial;
    color: #e1382d;
}

#join .actu .img-container.pull-right img {
    float: right;
}

/**Pagination**/
#join #pagination,
#join #pagination-actus {
    margin-top: 40px;
    text-align: center;
}

#join #pagination li,
#join #pagination-actus li {
    float: left;
    margin-right: 2.5px;
    margin-left: 2.5px;
}

#join #pagination a {
    padding: 2.5px 7.5px;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    color: #3a3a3a;
}

#join #pagination .current {
    font-weight: normal;
    color: #fff;
    background-color: #3a3a3a;
}

#join #pagination-actus a {
    padding: 2.5px 7.5px;
    display: inline-block;
    font-family: Arial;
    color: #bcbbbb;
}

#join #pagination-actus .prev,
#join #pagination-actus .next {
    color: #3a3a3a;
}

#join #pagination-actus .current {
    color: #fff;
    background-color: #e1382d;
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    #join .actu {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    #join .actu .col-sm-8 {
        text-align: left !important;
    }

    #join .actu h2 {
        margin-bottom: 5px;
    }

    #join .actu .date:before {
        content: "";
        margin: 0;
    }

    #join .actu .desc-container,
    #join .actu .img-container {
        float: none !important;
    }

    #join .actu .desc-container,
    #join .actu .img-container {
        margin-top: 10px;
    }

    #join .actu .desc-container .titre {
        float: left !important;
    }

    #join .actu .date {
        display: block;
    }
}

/**********
CONTACT
**********/

/**Formulaire**/
#contact-main {
    margin-bottom: 40px;
}

#contact .dest {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}

#contact .sep {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #d0d0d0;
}

#contact label {
    width: 100%;
    font-family: Arial;
    font-weight: normal;
    color: #3a3a3a;
    text-transform: uppercase;
}

#contact select {
    width: 40%;
    height: 31px;
    padding-left: 10px;
    font-family: Arial;
    color: #6d6d6d;
    border: 1px solid #3a3a3a;
    background: url(../imgs/contact-select.png) no-repeat 100% center, transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -khtml-appearance: none;
}

/*:root #contact select {
  background: none, transparent\0;}
}*/

#contact select::-ms-expand {
    display: none;
}

#contact input:not([type=submit]),
#contact textarea {
    width: 100%;
    height: 31px;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
}

#contact textarea {
    height: 130px;
}

/*radio boutons*/
input[type=radio].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;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -16px;
}

label.css-label {
    width: 30% !important;
    background-image: url(../imgs/checkboxes.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*input file*/
.file {
    clear: both;
}

.file input[type=text] {
    width: 70% !important;
}

input[disabled] {
    clear: both;
    float: left;
    width: 75%;
    height: 31px;
    background-color: transparent !important;
    border: 1px solid #b2b8b8;
}

.fileUpload {
    width: 25%;
    float: left;
    height: 31px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #3a3a3a;
    border: none;
    border-radius: 0;
}

.fileUpload:hover {
    color: #fff;
}

.fileUpload span {
    font-family: Arial;
    font-size: 13px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

input[type=file] {
    height: 31px;
    float: left;
    clear: both;
    margin-top: 10px;
}

.wpcf7-captchar {
    margin-top: 10px;
}

/**/
#contact .col-md-4 {
    clear: both;
}

#contact input[type=submit] {
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #fff;
    background-color: #e1382d;
    border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .file input[type=text] {
        width: 65% !important;
    }

    .fileUpload {
        width: 30%;
    }
}

/**Tablettes Portrait**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    label.css-label {
        width: 45% !important;
    }

    .file input[type=text] {
        width: 60% !important;
    }

    .fileUpload {
        width: 40%;
    }
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    #contact select {
        width: 100%;
    }

    label.css-label {
        width: 48% !important;
        margin-bottom: 20px;
    }

    .file input[type=text] {
        width: 65% !important;
    }

    .fileUpload {
        width: 35%;
    }
}

/**********
OFFRE D'EMPLOI
**********/

/**Offre d'emploi**/
#contact .offre {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 16px;
    border-bottom: 1px solid rgba(58, 58, 58, 0.3);
}

#contact .offre h2 {
    float: left;
    font-family: 'gotham-bold', Arial;
    font-size: 16px;
    color: #e1382d;
}

#contact .offre #return_links {
    float: right;
    margin-top: 20px;
}

#contact .offre .back {
    display: block;
    padding: 2.5px 10px;
    margin-bottom:10px;
    border: 1px solid #3a3a3a;
    font-family: 'gotham-book', Arial;
    font-size: 14px;
    color: #3a3a3a;
    border-radius: 2px;
    text-align: center;
}

#contact .offre .lieu,
#contact .offre .poste {
    clear: left;
    font-weight: bold;
}

#contact .offre p {
    font-family: Arial;
}

#contact .postuler {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Arial !important;
    font-weight: bold;
    font-size: 14px;
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    #contact .offre .back {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
}

/**********
ACTU
**********/
.img_une {
    margin-bottom: 10px;
}

.img_une img {
    margin: auto;
}

/**********
DOCUMENTATION
**********/
#join #menu-gauche .title {
    margin: 0;
    padding: 10px 10px 20px 10px;
    font-family: 'gotham-bold', Arial;
    font-size: 14px;
    color: #e1382d;
    border: 1px solid #d0d0d0;
}

#join #menu-gauche ul li a {
    display: block;
    font-family: 'gotham-light', Arial;
    font-size: 14px;
    color: #3a3a3a;
}

#join #menu-gauche li {
    padding: 30px 10px 10px 10px;
    border: 1px solid #d0d0d0;
    border-top: none;
}

#join #menu-gauche .current-menu-item {
    background-color: #e1382d;
}

#join #menu-gauche .current-menu-item a {
    font-family: 'gotham-bold', Arial;
    color: #fff;
}

#join #doc h2 {
    font-family: 'gotham-book', Arial;
    font-size: 18px;
    color: #e1382d;
}

#join #doc table {
    margin-top: 20px;
    font-family: Arial;
    font-size: 14px;
}

#join #doc table td {
    border-top: none;
}

#join #doc table td:first-child,
#join #doc table td:last-child {
    width: 5%;
}

#join #doc table td:nth-child(2) {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

#join #doc table .dotted {
    border-bottom: 1px dotted #3a3a3a;
    height: 1px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 13px;
    margin-left: 5px;
}

/*************
GALERIE PHOTO
*************/

#mediatheque .photo {
    margin-bottom: 15px;
    margin-top: 15px;
}

#mediatheque .photo .photo-miniature {
    margin: auto;
    position: relative;
    top: 50%;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.modal-dialog {
    width: 900px;
}

.thumbnail {
    margin-bottom: 6px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    margin-top: 10%;
    width: 5%;
}

.img_slide {
    margin: auto;
}

.item .img {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.item .caption {
    padding-top: 15px;
}

/**********
FOOTER
**********/

/**Footer Top**/
#footer-top {
    padding-top: 30px;
    background-color: #efefef;
    border-bottom: 1px solid #cbcbcb;
}

#footer-top .title {
    padding-left: 5px;
    font-size: 18px;
    border-left: 7px solid #e1382d;
    color: #3a3a3a;
}

#footer-top ul a {
    font-family: 'gotham-light', Arial;
    color: #3a3a3a;
}

#footer-top ul:not(#menu-menu-footer-reseau-actu-fr) li:before {
    content: ">";
    margin-right: 3px;
}

#footer-top #block4 ul li:before {
    content: "";
    margin-right: 0px;
}

#footer-top #block2 li,
#footer-top #block3 li {
    width: 50%;
    float: left;
}

#footer-top #block2 li {
    position: relative;
}

#footer-top #block2 .new a:before {
    position: absolute;
    content: url(../imgs/Bouton-new-5-50.png);
    /*margin-left: -5px;*/
    left: 15px;
    bottom: 0px;
}

#footer-top #block2 li a img {
    display: none;
}

#footer-top #block4 a {

    display: block;
    margin-bottom: 10px;
    font-family: "gotham-medium", Arial;
}

/**Footer Middle**/
#footer-mid {
    padding: 30px 0;
    background-color: #efefef;
}

#footer-mid .title {
    margin: 0 30px 0 0;
    font-family: 'gotham-medium', Arial;
    font-size: 18px;
}

#footer-mid p {
    float: left;
    margin: 3.5px 0;
    font-family: 'gotham-light', Arial;
}

#footer-mid a {
    display: block;
    line-height: 26px;
    font-family: 'gotham-light', Arial;
    color: #3a3a3a;
}

#footer-mid img {
    float: left;
    margin-right: 10px;
}

/**Footer Bottom**/
#footer-bottom {
    padding: 20px 0;
    background-color: #3a3a3a;
}

#footer-bottom li {
    float: left;
    padding-right: 20px;
}

#footer-bottom li a {
    display: block;
    padding-right: 20px;
    line-height: 1;
    font-family: 'gotham-light', Arial;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #fff;
}

#footer-bottom li:last-child a {
    border-right: none;
    padding-right: 0;
}

#footer-bottom img {
    float: left;
}

#footer-bottom a:last-child img {
    margin-left: 10px;
}

@media (min-width: 1200px) {
    #footer-bottom a:first-child img {
        margin-top: 6px;
        margin-right: 20px
    }

    #footer-bottom a:last-child img {
        margin-left: 50px;
    }
}

/**Tablettes Portrait**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #footer-bottom {
        padding: 15px 0;
    }

    #footer-bottom ul {
        margin: 12px 0;
    }

    #footer-bottom li {
        margin-bottom: 10px;
    }

    #footer-bottom img {
        width: 48%;
        margin-left: 2%;
    }
}

/**Tablettes Paysage**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #footer-mid .col-md-6 {
        width: 33.33333333%;
    }

    #footer-mid .col-md-2 {
        width: 25%;
    }

    #footer-bottom .col-md-6 {
        width: 66.66666667%;
    }

    #footer-bottom .col-md-3 {
        width: 33.33333333%;
    }
}

/**Smartphones**/
@media only screen and (max-width: 767px) {
    #footer-mid {
        padding: 15px 0;
    }

    #footer-mid a {
        margin-top: 10px;
    }

    #footer-bottom {
        padding: 15px 0;
    }

    #footer-bottom ul {
        margin: 0;
    }

    #footer-bottom li {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    #footer-bottom li,
    #footer-bottom li a {
        padding: 0;
        border-right: none;
    }

    #footer-bottom img {
        width: 45%;
        margin-top: 10px;
    }

    #footer-bottom a:last-child img {
        float: right;
    }
}