/**
 * Place your custom styles here.
 */
body {
    background-color: #f7f7f7;
    font-family: Helvetica Neue, Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    height: 100%;
    line-height: 1.6;
    margin-top:0;
    overflow-x:hidden;
    padding-top:0;
}

h1 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    margin: 45px 0;
}

h2 {
    color: #000000;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 125%;
    margin: 0 0 30px;
}

a {
    color:#d51a00;
    font-weight: 400;
    outline: 0;
}

a:hover, a:focus {
    color: #d51a00;
}

ul {
    padding-left: 45px;
}

iframe, object, embed {
    max-width: 100%;
}

hr {
    border-top: 1px solid #337ab7;
}

blockquote {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-style: italic;
    padding: 7px 15px;
}

video {
    display: block;
    width: 100%;
}


/* Bouton */
.btn {
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 60px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.btn-primary, .btn-success {
    background-color: #d51a00;
}

.btn-primary:hover, .btn-primary:focus,
.btn-primary:active, .btn-primary.active,
.btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus {
    background-color: #ee2c24;
}

.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success.active,
.btn-success:active:hover, .btn-success.active:hover, .btn-success:active:focus, .btn-success.active:focus, .btn-success:active.focus, .btn-success .active.focus {
    background-color: #ee2c24;
}

.btn-default {
    background-color: #d51a00;
}

.btn-default:hover, .btn-default:focus,
.btn-default:active, .btn-default.active,
.btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus {
    background-color: #ee2c24;
    color: #ffffff;
}

.btn-danger {
    background-color: #d51a00;
    color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus,
.btn-danger:active, .btn-danger.active,
.btn-danger:active:hover, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger:active.focus, .btn-danger.active.focus {
    background-color: #ee2c24;
}

.btn-info {
    background-color: #ffffff;
    border: 1px solid #d51a00;
    color: #d51a00;
}

.btn-info:hover, .btn-info:focus,
.btn-info:active, .btn-info.active,
.btn-info:active:hover, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info.active.focus {
    background-color: #d51a00;
    border: 1px solid #d51a00;
}

.btn-secondary {
    background-color: #fff;
    border-radius: 0;
    color: #1e4064;
    font-weight: 500;
    padding: 7px 10px;
}

.btn-full {
    background-color: #353535;
    color: #fff;
    display: block;
    padding: 7px 15px;
    text-align: left;
    text-transform: unset;
    transition: all 0.25s ease;
}

.btn-full:hover, .btn-full:focus,
.btn-full:active, .btn-full.active,
.btn-full:active:hover, .btn-full.active:hover, .btn-full:active:focus, .btn-full.active:focus, .btn-full:active.focus, .btn-full.active.focus {
    background-color: #ebba02;
    color: #353535;
}

.btn-full i {
   margin-right: 5px;
}

div.btn {
    padding: 0;
}

div.btn a {
    color: #fff;
    display: block;
    padding: 7px 60px;
    white-space: normal;
}

div.btn a:hover, div.btn a:focus {
    text-decoration: none;
}

/* Bandeau */
.view-bandeau {
    background-color: #ecba0a;
    color: #000000;
    line-height: 35px;
    margin: 0 -15px;
    min-height: 35px;
    padding: 0 15px;
    text-align: center;
}

.view-bandeau p {
    display: inline-block;
}

.view-bandeau a {
    color: #000000;
    font-style: italic;
    text-decoration: underline;
}

/* Réseaux sociaux */
.view-reseaux-sociaux {
    text-align: right;
}

.view-reseaux-sociaux .view-header {
    color: #ffffff;
    display: inline-block;
    vertical-align: super;
}

.view-reseaux-sociaux .view-content {
    display: inline-block;
}

.view-reseaux-sociaux .view-content > div {
    display: inline-block;
    margin-right: 15px;
}

.view-reseaux-sociaux .view-content > div a {
    color: #5caedb;
}

.view-reseaux-sociaux .view-content > div a i {
    color: #5caedb;
    font-size: 24px;
    line-height: 35px;
}

.footer-bottom .view-reseaux-sociaux .view-content {
    text-align: right;
}

.footer-bottom .view-reseaux-sociaux .view-content > div {
    display: inline-block;
    margin-left: 15px;
    margin-right: 0;
}

.footer-bottom .view-reseaux-sociaux .view-content > div a i {
    color: #fff;
}

.footer-bottom .view-reseaux-sociaux .view-content > div:hover a i {
    color: #0f75bd;
}

/* Header */
.navbar.container {
    margin-top: 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 15px;
    min-height: 115px;
    padding: 0;
    width: 100%;
}

.navbar-default .container {
    position: relative;
}

.navbar-btn {
    margin: 0;
}


/* Logo */
#block-site-branding {
    display: inline-block;
    margin: 0 auto;
    z-index: 5;
}

.navbar-header {
    background-color: #e5e3df;
    float: none;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

.navbar .logo {
    padding: 0;
}

.navbar .logo img {
    height: auto;
    width: 150px;
}

/* Menu */
.navbar-default .navbar-collapse {
    min-height: 40px;
    position: relative;
}

.navbar-default .navbar-nav {
    float: none;
    width: 100%;
    z-index: 1;
}

.navbar-default .navbar-nav:hover, .navbar-default .navbar-nav:focus {
    z-index: 100;
}

.navbar-default .navbar-text {
    color: #000;
    float: none;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.navbar-default .navbar-text:hover, .navbar-default .navbar-text:focus {
    cursor: pointer;
}

.navbar-default .active-trail .navbar-text {
    color: #6ebe44;
}

.navbar-default .navbar-nav > li {
    padding: 5px 15px;
    position: relative;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 3px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #d51a00;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #d51a00;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #edeef3;
    border: none;
    border-bottom: 3px solid #6ebe44;
    border-radius: 0;
    box-shadow: none;
    left: -15px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    width: auto;
}

.dropdown-menu > li:hover, .dropdown-menu > li:focus {
    background-color: transparent;
}

.dropdown-menu > li:hover > a, .dropdown-menu > li:focus > a {
    color: #8ec54e;
}

.dropdown-menu > li > a:before {
    background-color: #1d3f66;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.dropdown-menu > li > a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 25px;
    position: relative;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #6ebe44;
}

/* Cart block */
#block-cart {
    font-size: 27px;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 15;
}

#block-cart a {
  color: #000000;
}

.cart-block--summary__count {
    background-color: #d51a00;
    border-radius: 50%;
    height: 15px;
    position: absolute;
    right: -7px;
    width: 15px;
}

.path-cart .cart-form {
    margin: 45px 90px;
}

.path-cart .table-responsive {
    margin-bottom: 30px;
}

.path-cart .cart-empty-page {
    font-size: 16px;
    margin: 45px 0;
    text-align: center;
}

.path-cart .views-field-purchased-entity {
    width: 250px;
}

.path-checkout form {
    margin-bottom: 30px;
}

.path-checkout form alert {
    margin: 0;
}

.path-checkout .checkout-pane {
    border-radius: 0;
    margin-top: 30px;
}

.path-checkout .form-item-shipping-information-shipping-profile-select-address {
    margin-bottom: 30px;
}

.path-checkout .form-item-shipping-information-shipping-profile-address-0-address-postal-code,
.path-checkout .form-item-shipping-information-shipping-profile-address-0-address-sorting-code {
    display: inline-block;
}

.path-checkout .form-item-shipping-information-shipping-profile-address-0-address-locality,
.path-checkout .form-item-shipping-information-shipping-profile-address-0-address-administrative-area {
    display: inline-block;
    width: calc(50% - 4px);
}

.path-checkout .form-item-billing-information-profile-address-0-address-postal-code,
.path-checkout .form-item-billing-information-profile-address-0-address-sorting-code {
    display: inline-block;
}

.path-checkout .form-item-billing-information-profile-address-0-address-locality,
.path-checkout .form-item-billing-information-profile-address-0-address-administrative-area {
    display: inline-block;
    width: calc(50% - 4px);
}

.path-checkout .checkout-pane .profile {
    margin-bottom: 30px;
}

.path-checkout legend {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.path-checkout .link--previous {
    color: #ee2c24;
    font-weight: 600;
    margin-left: 15px;
}

.path-checkout .layout-region-checkout-secondary h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}

.path-checkout .layout-region-checkout-secondary .checkout-pane {
    margin-top: 0;
}

.path-checkout .layout-region-checkout-secondary .checkout-pane-mbe-country {
    font-size: 13px;
    margin-top: 30px;
    text-align: center;
}

.path-checkout .form-actions {
    margin-top: 15px;
}

.order-total-line__subtotal {
    display: none;
}

#edit-shipping-information .panel-body > div:last-child {
    margin-top: 30px;
}

#edit-review-contact-information {
    display: none;
}

#edit-review-billing-information {
    display: none;
}

.estimated-duties {
    font-size: 13px;
    margin-top: 60px;
}

/* Breadcrumb */
.breadcrumb {
    background-color: #000;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    margin: 0 -15px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb > .active {
    color: #ffffff;
}

/* Connexion */
.path-user .main-container .region-content, .path-connexion .main-container .region-content {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 30px;
    width: 500px;
}

.path-user .main-container .region-content form, .path-user .main-container .region-content .bs-1col,
.path-connexion .main-container .region-content form, .path-connexion .main-container .region-content .bs-1col {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Carousel */
.highlighted {
    margin: 0 -15px;
}

/* Slick Carousel */
.slick-list {
    /*margin: 0 30px;*/
    overflow: hidden;
}

.slick-slide {
    padding: 0;
}

.slick-arrow {
    width: auto;
}

.slick-prev::before, .slick-next::before {
    color: #b2b2b2;
    font-family: 'Font Awesome 5 Free';
    font-size: 50px;
    font-weight: 900;
}

.slick-arrow:hover:before {
    color: #696b7c;
}

.slick-prev::before {
    content: '\f0d9';
}

.slick-next::before {
    content: '\f0da';
}

.field-texte + .slick--field-galerie {
    margin-top: 30px;
}

.slick--field-galerie {
    margin-bottom: 30px;
}

/* Bootstrap Carousel */
.carousel-control {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ecba0a;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 40px;
    height: 40px;
    width: 40px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 30px;
}

.glyphicon-chevron-left:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 30px;
}

.glyphicon-chevron-right:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.view-maison .view-content {
    height: 190px;
    position: relative;
}

.view-maison .view-content img {
    height: auto;
    left: 50%;
    max-height: 125px;
    max-width: 250px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.path-admin .region-content {
    margin-bottom: 30px;
}

.path-product .region-content {
    margin-bottom: 30px;
}

.path-product h4.label {
    color: #000000;
}

/* Pages intérieures */
.page-node-type-webform .bs-1col-stacked, .page-node-type-page .bs-1col-stacked {
    margin: 0 90px;
}

.page-node-type-maison .bs-2col-stacked {
    margin: 0 90px;
}

.page-node-type-maison .bs-region--top {
    margin: 45px auto;
}

.page-node-type-maison .bs-region--top {
    margin: 45px auto;
}

.page-node-type-maison .bs-region--top img {
    margin: 0 auto;
}

.page-node-type-maison .bs-region--left h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

.page-node-type-page h1 {
    margin-bottom: 20px;
}

.page-node-type-page #block-site-purchaseblock form#mbe-purchase-form {
	display: flex;
	justify-content: center;
	gap: 10px;	
	margin: 20px 0 50px;
}

/* Page d'accueil */
.path-frontpage .bs-1col-stacked {
    margin-left: 90px;
    margin-right: 90px;
}

.block-buttons {
    margin-top: 30px;
    text-align: center;
}

.block-buttons .field--name-body {
    background-color: #e5e3df;
    border: 3px solid #cccccc;
    display: inline-block;
    margin-bottom: 30px;
    padding: 30px 45px;
}

.view-produits {
    margin-top: 30px;
    padding: 0 45px;
}

.attachment .view-produits {
    padding: 0;
}

.view-produits .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px;
    justify-content: center;
}

.view-produits .col {
    padding-left: 7px;
    padding-right: 7px;
}

.view-produits .col .bloc-item {
    background-color: #e5e3df;
    border: 3px solid #cccccc;
    margin-bottom: 30px;
    padding: 10px 15px 15px;
}

.view-produits .col h3 {
    border-bottom: 1px dotted #e5e3df;
    height: 60px;
    margin: 0 0 10px;
    padding: 0;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}

.view-produits .col .form-control {
    width: calc(100% - 30px);
}

.view-produits .col .form-actions .btn {
    padding: 7px 15px;
    width: 100%;
}

.view-produits .view-footer {
    text-align: center;
    margin-bottom: 30px;
}

/* */
.view-commerce-cart-form .btn-danger {
    font-size: 0;
    padding: 6px 25px;
}

.view-commerce-cart-form .btn-danger .icon {
    font-size: 15px;
    margin: 0;
}

/* Panels */
.panel-default {
    border-color: #e5e3df;
    border-radius: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: #e5e3df;
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default .panel-title {
    font-size: 18px;
}

.panel-default .panel-title a {
    color: #ee2c24;
    font-size: 13px;
}

.panel-body .field-texte {
    font-size: 15px;
    margin: 15px 0;
}

.panel-body .field-texte p {
    margin-bottom: 7px;
}

.panel-body .col-carte {
    margin-top: 15px;
}

.panel-body .col-body {
    background-color: #edeef3;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}

.geolocation-map-wrapper {
    border: 1px solid #edeef3;
}

/*  */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: unset;
}

article {
    background-color: #ffffff;
}

a.lien-xl {
    font-size: 27px;
    font-weight: 700;
    text-decoration: none;
}

.ligne-sep {
    border-top: 2px dashed #1E4066;
    margin-top: 30px !important;
    padding-top: 30px;
}

.text-align-center {
    text-align: center;
}

.field-texte img {
    height: auto;
    max-width: 100%;
}

.field-texte iframe {
    border: none;
    width: 100%;
}

.field-label-above {
    font-size: 16px;
    font-weight: 700;
}

.field-qrcode {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.field-qrcode img {
    margin: 15px auto;
}


/* Pagination */
.pagination {
    margin-bottom: 0;
    margin-top: 30px;
}

.pagination > li > a, .pagination > li > span {
    color: #1e4064;
    line-height: 1;
    margin: 0 3px;
    min-width: 28px;
    padding: 6px 10px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #1e4064;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1e4064;
    border-color: #1e4064;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

/* Alerte */
.alert {
    border: none;
    border-radius: 0;
    margin: 0 -15px;
}

.path-checkout .alert {
    margin: 0 0 15px;
}

/* Formulaires */
.form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 9px;
}

.form-control:focus {
    border-color: #696b7c;
    box-shadow: none!important;
}

.form-actions {
    text-align: center;
}

.form-inline .control-label {
    width: 100%;
}

.form-actions .btn-primary {
    background-color: #d51a00;
    margin-right: 0;
    padding: 10px 60px;
}

.form-actions .btn-primary:hover, .form-actions .btn-primary:focus,
.form-actions .btn-primary:active, .form-actions .btn-primary.active,
.form-actions .btn-primary:active:hover, .form-actions .btn-primary.active:hover, .form-actions .btn-primary:active:focus, .form-actions .btn-primary.active:focus, .form-actions .btn-primary:active.focus, .form-actions .btn-primary.active.focus {
    background-color: #ee2c24;
}

form .form-group [class^="icon-"], form .form-group [class*=" icon-"] {
    font-family: 'Open Sans', sans-serif!important;
}

.form-required:after {
    background: none;
    color: #ff003d;
    content: "*";
    font-size: 14px;
    font-weight: 300;
    vertical-align: baseline;
}

textarea.form-control {
    height: 132px;
}

input[type="file"] {
    padding: 4px 2px 3px;
}

.radio, .checkbox {
    margin: 0 0 15px;
}

.radio label, .checkbox label {
    font-size: 15px;
    font-weight: 300;
    padding-left: 0;
}

.mentions-legales p {
    font-size:11px;
    margin: 0 0 5px;
}

.page-node-type-webform .alert {
    margin: 0 0 30px;
}

.page-node-type-webform form {
    padding: 15px 180px;
}

.page-node-type-webform form .row.form-group {
    margin-bottom: 0;
}

.page-node-type-webform form .fieldgroup {
    margin-bottom: 15px;
}

.form-type-date label, .form-type-tel label {
    display: block;
    margin-bottom: 5px!important;
}

.form-type-date input {
    display: block;
}

.input-group-addon {
    background-color: #e5e3df;
}

/* Style checkbox and radio buttons */
input[type=checkbox],
input[type=radio],
input[type=checkbox]#edit-delete {
    background: #fff;
    border: 1px solid #b5b5b5;
    display: inline-block;
    height: 16px !important;
    margin: 0 7px 0 0;
    outline: none;
    padding: 0;
    position: relative;
    top: 3px;
    transition: background 0.5s ease;
    width: 16px !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    position: relative;
}

input[type=checkbox]#edit-delete {
    margin-bottom: 0;
}

input[type=radio] {
    border-radius: 50%;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border-color: #696b7c;
    cursor: pointer;
}

input[type=checkbox]#edit-delete:hover,
input[type=checkbox]#edit-delete:focus {
    border-color: #d01616;
    cursor: pointer;
}

input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=checkbox].error:checked,
input[type=checkbox].error:focus:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked,
input[type=radio].error:checked,
input[type=radio].error:focus:checked {
    background: #696b7c;
    box-shadow: inset 0 0 0 3px #fff;
}

.form-item input[type='checkbox'].error {
    border-color: #696b7c;
}

input[type=checkbox]#edit-delete:checked,
input[type=checkbox]#edit-delete:disabled:checked {
    background: #d01616;
    box-shadow: inset 0 0 0 3px #fff;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    background: #e2e2e2;
    opacity: .5;
}

input[type=checkbox]#edit-delete:disabled {
    background: #e88181;
    opacity: .5;
}

input[type=checkbox]:disabled:hover {
    border-color: #b5b5b5;
    cursor: default;
}

input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
    border-color: #b5b5b5;
    cursor: default;
}

/* in Chrome + Safari + Opera + Mozilla */
@supports (-webkit-appearance:none) {
    input[type="checkbox"],
    input[type="radio"],
    input[type="checkbox"]#edit-delete {
        -webkit-appearance: none;
    }
}

/* in Mozilla */
@supports (-moz-appearance:none) {
    input[type="checkbox"],
    input[type="radio"],
    input[type="checkbox"]#edit-delete {
        -moz-appearance:none;
    }
}

:not(output):-moz-ui-invalid {
    box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring {
    box-shadow:none;
}

/* Select */
select[multiple], select[size] {
    height: 34px;
}

.select-wrapper:after {
    color: #d51a00;
}

.input-group .select-wrapper:first-child .form-control:first-child {
    border-radius: 0;
}

#edit-mentions-legales {
    font-size: 10px;
}

#edit-mentions-legales p {
    margin-bottom: 5px;
}

/* Table */
.table-condensed {
    font-size: 13px;
}

.table-striped {
    font-size: 14px;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e5e3df;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

/* Popover */
.popover-title {
    background-color: #ededee;
}

.popover-content ul {
    padding-left: 15px;
}

/* Modal */
.modal-content {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.modal-body {
    overflow: auto!important;
}

.modal-backdrop.in {
    opacity: 0.75;
}

/* */
.ui-widget-overlay {
    background-color: #1e4064;
    opacity: 0.75;
}

.ui-dialog .ui-dialog-content {
    overflow-x: hidden;
}

.ui-widget.ui-widget-content {
    border-radius: 15px;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: transparent;
    border: none;
    height: 35px;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 10px;
}

/* Ajax Throbber */
.ajax-throbber.sk-wave .sk-rect {
    background-color: #ff003d;
}


/* Footer */
footer {
    background-color: #e5e3df;
    border-top: 3px solid #cccccc;
    color: #000000;
    overflow: hidden;
    position: relative;
}

footer.container {
    padding: 0;
}

.footer {
    border-top: none;
    font-size: 14px;
    margin-top: 0;
    padding: 15px;
}

.footer .container {
    position: relative;
}

.footer #block-address img {
    height: auto;
    width: 150px;
}

.footer h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 3px 0 15px;
    text-transform: uppercase;
}

.footer a {
    color: #000000;
}

.footer img {
    max-width: 100%;
}

.footer .menu > li .caret {
    display: none;
}

.footer .menu > li > .navbar-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.footer .menu > li > a:hover, .footer .menu > li > a:focus {
    background-color: transparent;
}

.footer .menu > li > .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    display: block;
    float: none;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
}

.footer .menu > li > .dropdown-menu > li > a:before {
    background-color: #fff;
    left: 3px;
}

.footer .menu > li > .dropdown-menu > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 2px 15px;
    text-transform: none;
}

.footer-bottom {
    font-size: 13px;
}

.footer-bottom > .row {
    background-color: #000000;
}

.footer-bottom .menu  {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.footer-bottom .menu > li {
    display: inline-block;
    padding: 0;
    width: auto;
}

.footer-bottom .menu > li:not(:last-child):after {
    content: " - ";
    display: inline-block;
}

.footer-bottom .menu > li > a, .footer-bottom .menu > li > .navbar-text {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-bottom .menu > li > a:hover, .footer-bottom .menu > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
}

.footer-bottom .view-reseaux-sociaux  {
    height: 35px;
    line-height: 35px;
}

@media (max-width: 767px) and (orientation: portrait) {

}

@media (max-width: 767px) and (orientation: landscape) {

}

@media (max-width: 767px) {

    html {
        height: 100%;
        overflow-x:hidden;
    }

    body {
        height: 100%;
        overflow-x:hidden;
        position: relative;
        width: 100%;
    }

    .navigation-top {
        height: auto;
    }

    .view-bandeau {
        line-height: 1.3;
        padding: 5px 15px;
    }

    .navbar-default {
        height: auto;
        padding-bottom: 0;
        position: relative;
    }

    .navbar .logo {
        display: block;
        float: none!important;
        margin: 0;
        padding-bottom: 15px;
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border: none;
        border-radius: 0;
        padding: 3px;
        position: absolute;
        right: 7px;
        top: 7px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a8aaad;
        border-radius: 0;
        height: 3px;
        width: 25px;
    }

    .navbar-default .navbar-collapse {
		background-color: #f7f7f7;
        border: none;
        box-shadow: none;
        margin: 0;
        position: absolute;
        width: 100%;
        z-index: 20;
    }

    .navbar-default .navbar-nav {
        float: none;
        padding-bottom: 15px;
        margin : 0;
        position: relative;
        top: auto;
        z-index: 10;
    }

    .navbar-default .navbar-nav > li {
        margin: 0!important;
        min-height: unset;
        padding: 5px 15px;
        text-align: left;
        width: 100%;
    }

    .navbar-default .navbar-text {
        border: none;
        font-weight: 400;
    }

    .navbar-default .navbar-nav > li.active .navbar-text {
        color: #8ec54e;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        padding: 7px 7px 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
        font-weight: 400;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #8ec54e;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .main-container {
        background-color: #fff;
        padding-top: 0;
    }

    .path-frontpage .bs-1col-stacked, .page-node-type-webform .bs-1col-stacked, .page-node-type-page .bs-1col-stacked {
        margin: 0;
    }

    .view-produits {
        padding: 0;
    }

    .view-produits .view-content {
        padding: 0 15px;
    }

    .view-produits .view-footer .btn-info {
        display: block;
    }

    .page-node-type-page .table img {
        max-width: unset;
        width: 25px;
    }

    .path-cart .cart-form {
        margin: 45px 15px;
    }

    .path-cart .cart-form .form-select {
        width: 140px;
    }

    .path-cart .cart-form .form-number {
        width: 120px;
    }

    .page-node-type-webform form {
        padding: 0;
    }

    label {
        width: 100%;
    }

    .form-control {
        font-size: 16px;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-actions .btn-primary {
        width: 100%;
    }

    .form-actions .btn, .form-actions .btn-group {
        display: block;
        margin-right: 0;
        margin-top: 15px;
        width: 100%;
    }

    .ui-dialog {
        left: 15px;
        max-width: calc(100% - 30px);
    }

    .footer {
        padding: 15px 15px;
    }

    .footer img {
        max-width: 300px;
    }

    .footer .col-sm-4 {
        padding: 15px;
    }

    .footer #block-logo {
        padding: 15px 15px 0;
    }

    .footer .menu > li {
        margin-top: 15px;
    }

    .footer-bottom .menu > li {
        padding-right: 15px;
        width: auto;
    }

    .footer-bottom .view-reseaux-sociaux .view-content {
        text-align: left;
    }

    .double-button .btn.btn-primary {
        margin-bottom: 10px;
        min-width: unset;
        width: 100%;
    }

}

@media (min-width: 768px) {


}

@media (min-width: 768px) and (max-width: 991px){

    .page-node-type-webform form {
        padding: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px){

    .navbar.container {
        max-width: 1170px;
    }

}
