h1.h1 {
    margin-top: 0;
}

ul.tabs--primary {
    margin-bottom: 10px;
}

/* CKEDITOR */

.ckeditor {
    font-size: 13px;
}

.ckeditor_content img, .ckeditor img {
    height: auto !important;
    max-width: 100%;
}

.ckeditor_content table img, .ckeditor table img {
    margin: 0;
}

.ckeditor .row {
    max-width: 906px;
}

.ckeditor .col-xs-1, .ckeditor .col-xs-2, .ckeditor .col-xs-3, .ckeditor .col-xs-4,
.ckeditor .col-xs-5, .ckeditor .col-xs-6, .ckeditor .col-xs-7, .ckeditor .col-xs-8,
.ckeditor .col-xs-9, .ckeditor .col-xs-10, .ckeditor .col-xs-11, .ckeditor .col-xs-12,
.ckeditor .col-sm-1, .ckeditor .col-sm-2, .ckeditor .col-sm-3, .ckeditor .col-sm-4,
.ckeditor .col-sm-5, .ckeditor .col-sm-6, .ckeditor .col-sm-7, .ckeditor .col-sm-8,
.ckeditor .col-sm-9, .ckeditor .col-sm-10, .ckeditor .col-sm-11, .ckeditor .col-sm-12,
.ckeditor .col-md-1, .ckeditor .col-md-2, .ckeditor .col-md-3, .ckeditor .col-md-4,
.ckeditor .col-md-5, .ckeditor .col-md-6, .ckeditor .col-md-7, .ckeditor .col-md-8,
.ckeditor .col-md-9, .ckeditor .col-md-10, .ckeditor .col-md-11, .ckeditor .col-md-12,
.ckeditor .col-lg-1, .ckeditor .col-lg-2, .ckeditor .col-lg-3, .ckeditor .col-lg-4,
.ckeditor .col-lg-5, .ckeditor .col-lg-6, .ckeditor .col-lg-7, .ckeditor .col-lg-8,
.ckeditor .col-lg-9, .ckeditor .col-lg-10, .ckeditor .col-lg-11, .ckeditor .col-lg-12 {
    border: 1px dashed black;
}

.ckeditor_layout img {
    margin: 0;
}

/* Formulaires de contact */
.node-formulaire .form-group {
    display: none;
}

.node-formulaire .form-email {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.node-formulaire .form-submit {
    background: url(../img/bg-lien-bloc-accueil.png) no-repeat right top / auto 100%;
    background-color: #101820;
    display: inline-block;
    color: #FFF;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 46px 3px 12px;
    margin: 14px 10px 0 0;
    border: 0;
}

.node-formulaire .content {
    margin: 0;
}

.node-formulaire .content .field-items {
    margin-bottom: 15px;
}

.node-formulaire .field-name-field-contenu {
    margin-bottom: 15px;
}

.contact .country {
    font-weight: bold;
}

.node-formulaire .content .field-label,
.node-formulaire .links {
    display: none;
}

/* AUTRES */

ul.dropdown-menu li a {
    color: black !important;
}

ul.dropdown-menu.gamme-dropdown li a {
    color: white !important;
}

.fotorama__wrap {
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #cccccc;
}

.fotorama__caption {
    text-align: center;
}

.views-exposed-widget {
    margin-right: 10px;
}

.views-exposed-form .views-exposed-widget {
    padding: 0;
}

.pagination {
    width: auto;
}

.FILTRES {
    width: 100%;
}

.FILTRES span.titre {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 3px;
}

.selectpicker {
    padding-top: 3px;
    padding-bottom: 3px;
}

.bootstrap-select {
    height: auto;
}

.bootstrap-select.btn-group .btn .filter-option {
    width: auto;
}

.content .right ul.dropdown-menu li,
.content ul.contextual-links li {
    margin-bottom: 0;
}

.usine_map_container {
    position: relative;
}

.usine_map {
    width: 100%;
    height: 400px;
}

.usine_bottom a.btn-principal {
    color: white;
    text-decoration: none;
}

.directions_wrapper a.btn {
    color: black;
    text-decoration: none;
}

.map_directions_panel {
    background-color: white;
    box-sizing: border-box;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.map_directions_results {
    display: none;
    padding: 5px;
    text-align: right;
}

.adp {
    box-sizing: border-box;
    height: 270px;
    margin-top: 10px;
    overflow: auto;
    padding-right: 10px;
}

.map_directions_panel .btn {
    padding: 2px 10px;
    vertical-align: top;
}

.directions_wrapper label {
    text-align: right;
    width: 60px;
}

.service {
    position: relative;
}

.service > .panel-body > .texte {
    bottom: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    color: white;
    cursor: pointer;
    margin-left: -15px;
}

.service > .panel-body {
    position: relative;
}

.service > .panel-body > .texte .contenu {
    padding: 30px 20px 20px;
    z-index: 300;
    position: relative;
}

.service > .panel-body > .texte span.overlay {
    background-color: #000;
    bottom: 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 200;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content .right .service > .panel-heading {
  	vertical-align: middle;
}
.content .right .service > .panel-heading h3.panel-title {
    font-size: 1em;
    margin: 0;
}
.content .right .service > .panel-heading h3.panel-title a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.content .right .service > .panel-heading h3.panel-title a,
.content .right .service > .panel-heading h3.panel-title img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.content .right .service > .panel-heading h3.panel-title img {
	width: 40px;
	margin-right: 5px;
}
.content .right .service > .panel-heading h3.panel-title a {
	width: 120px;
}

.service_icone {
    margin-bottom: 20px;
}

.view-services .item-list ul li {
	width: 112px;
}	

.panel-heading .service_icone {
	width: 40px;
	height: auto;
}

.service_image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* ETimes */
.content h3.categorie-etimes {
    background-color: gainsboro;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.body-etimes {
    margin-top: 10px;
}

a.etimes-link {
    color: black;
}

.LIST-etimes .item-list a, .LIST-etimes .item-list li.active a {
    padding: 7px 4px 4px 41px;
    background-position: 19px 10px;
}

.etimes_image {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 60px;
}

/* Formulaire de recherche */

.search-result h3 a:hover,
.spelling-suggestions a:hover {
    text-decoration: underline;
}

.search-result h3.title {
    margin: 0;
}

.search-result .panel-body {
    padding-top: 0;
}

.search-result .search-snippet {
    margin: 0;
}

.spelling-suggestions ul {
    list-style-type: disc;
    list-style-position: inside;
}

/* Bloc de recherche */

.block-search .input-group input::-moz-placeholder {
    color: white;
    opacity: 1;
}

.block-search .input-group input::-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.block-search .input-group input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.block-search .input-group input {
    background-color: #383638;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
    text-transform: uppercase;
    vertical-align: top;
    width: 160px;
}

.block-search .input-group {
    display: inline;
}

.block-search .input-group .input-group-btn {
    display: none;
}

.block-search .btn {
    background-color: #383638;
    background-image: url("../img/picto-loupe.png");
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
}

.bottom-offre a.btn {
    color: #fff;
    text-decoration: none;
}

h1.logo {
	margin-top: 0;
}

.couleur_rouge {
    color: #ff001a !important;
}

.couleur_orange {
    color: #f6a800 !important;
}

.couleur_noire {
    color: #000 !important;
}

/*** Cookie Cluttr ****/
.cc-cookies {
    width: 100%;
    background: #2c2a2d;
}

.cc-cookies a:hover.cc-cookie-accept {
    background: #161417;
}

/* RESPONSIVE */

@media only screen and (max-width: 960px) {
    .header .topbar .block-fournisseurs {
        display: block;
        margin: auto;
        text-align: center;
        width: 60%;
    }

    .header .topbar div.espaces {
        margin: 0;
    }

    .header .block-search .btn {
        margin-right: 15px;
        vertical-align: top;
    }

    .header .block-search .input-group {
        display: inline-block;
        width: 85%;
        padding-right: 5px;
    }

    .block-search .input-group input {
        font-size: 13px;
        min-height: 30px;
        text-align: center;
        width: 100%;
    }

    .txt_pre_footer {
        margin-top: 0 !important;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .txt_pre_footer {
        margin-bottom: 0 !important;
    }
}

h1.title-service {
	color: black !important;
}

.view-actualites .progress-disabled {
    float: left;
}