/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 */
 body {
    font-family: Roboto, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    text-transform: none;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;

    color: #5c5c5c;

}
h1{
    color: #222;
    font-size: 2.6em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.home-presentation-domec h1{
    margin: 35px 0px;
}
.home-presentation-domec p{
    padding: 0px 15px;
    font-size: 1.3em;
}
@media (min-width: 768px){
    .home-presentation-domec p{padding:0px 100px;}
}
@media (max-width: 767px){
   .home-presentation-domec h1{
        font-size: 1em;
   }
}
@media (min-width: 768px) and (max-width: 1023px){
    .home-presentation-domec h1{
        font-size: 1.9em;
   }
}
h2 {
    color: #262626;
    font-size: 2em;
    line-height: 1.4em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
}
#block-home-presentation-domec-image-entete h2, #block-home-bloc-fast-navigation h2{display:; none }
h3 {
    color: #222;
    font-size: 1.3em;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
}
a, a:hover, a:active{
    color: rgba(0,0,0,.5);
}
.owl-theme .owl-controls .owl-page.active span {
    background-color: rgba(3,73,0,.5);
}
@media (max-width: 768px) {
    .owl-buttons{
        display: none;
    }
    /*.home-presentation-domec{
        display: none;
    }*/
    /*** CONTACT ***/
    #edit-flexbox-02 {
        display: none;
    }
}
.breadcrumb{
    display: none;
}
.home-img > a > img {
    margin: 0 auto;
}
/** CANVAS **/
@media only screen and (min-width: 1100px){
    .dialog-off-canvas-main-canvas{
        margin: 35px auto;
        border-width: 2px;
        border-style: solid;
        border-color: rgba(3,73,0,.5);
        background-color: #fff;
        max-width: 1280px;
        /* margin: 0 auto; */
        padding: 30px 0 30px 0;
    }
    body{
        background-image: url('../images/background.jpg');
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;

        background-color: rgba(1,61,0,0);
    }
}
@media (min-width: 768px) {

    /*added by T Morphy */
    /*from http://www.barrykooij.com/bootstrap-submenu-open-on-mouse-over/ to get hover behaviour on desktop */
    ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
    ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
        display: none;
    } 
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
        display: block;
    } 
    .lead {
        font-size: 21px;
    }
}
/*
@media only screen and (max-width: 1300px)
.canvas-style-normal #canvas {
    margin: 35px;
}
.page-borders-thick #canvas {
    border-width: 2px;
}
.canvas-style-normal #canvas {
    border-width: 0;
}
.canvas-style-normal #canvas {
    margin: 35px auto;
    border-style: solid;
    border-color: rgba(3,73,0,.5);
}
body #canvas {
    background-color: #fff;
}
#canvas {
    max-width: 1110px;
    margin: 0 auto;
    padding: 60px 60px 0;
}
*/
/** CANVAS **/
/*.div-language{
    margin-left: 65px;
    }*/
/** MENU DROPDOWN **/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/** MENU DROPDOWN **/
/** HEADER **/
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-header{
    width: 100%;
}
.navbar-text{
    font-size: 18px;
    line-height: 2.4em;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-weight: 300;
    font-style: normal;
    color: rgba(0,0,0,.5) !important;
    text-align: center;
    width: 100%;
    padding: 5px 0 25px 0;
}
/** MENU **/
.navbar-collapse{
    width: 100%;
    text-align: center;
}
.navbar-collapse .region{
    /*line-height: 2em;
    background: rgba(3,73,0,.5); 
    border-bottom-width: 2px;
    border-bottom: 1px solid ;
    padding:10px; 
    position:relative; 
    top:-10px; 
    left: 20px;*/
    background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 2px), 
        rgba(3,73,0,.5) calc(50%), 
        rgba(0,0,0,0) calc(50% + 2px)
    );
}
@media (max-width: 768px) {
    .navbar-collapse .region{

        background: none;
    }
}
#navbar-collapse nav{
    display: inline-block;
    line-height: 2em;
    text-align: center;
}
#navbar-collapse .navbar-nav{
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a{
    border-color:#fff;
    border-bottom-width: 2px;
    border-style: solid;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #111;
    border-color:#fff;
    border-bottom-color: rgba(3,73,0,.5);
    border-bottom-width: 2px;
    border-style: solid;
}
.navbar-default .navbar-nav > .active > a{
    color: #111;
    border-color:#fff;
    /*border-bottom-color: rgba(3,73,0,.5) !important;
    border-bottom-width: 2px;
    border-style: solid;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
#navbar-collapse .dropdown-menu{
    border-color:rgba(3,73,0,.5);
    border-width: 2px;
    border-style: solid;
}
#navbar-collapse .dropdown-toggle{
    border-color:#fff;
}
/* .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus */
nav ul{
    font-weight: 300;
    font-style: normal;
    line-height: 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.logo img{
    max-width: 230px;
    margin: 0 auto;
}
/** HEADER **/
/*.region-highlighted{
    padding-bottom: 50px;
    }*/
.views-element-container.contextual-region.form-group{margin-bottom: 0px;}
.page-header {
    text-transform: uppercase;

    border-bottom: none;
}
.page-header-hr{
    border-bottom: 1px solid rgba(3,73,0,.5);
    width: 35rem;
    padding-bottom: 9px;
    margin: 0 auto;
    margin-bottom: 21px;
}
/*** MAIN CONTAINER ***/
.main-container{
    width: 100%;
}
.main-container.container{padding-right: 0px; padding-left: 0px;}
.content > div {padding-right: 10px; padding-left: 10px;}
@media screen and (min-width: 768px){
    .content > div {padding-right: 100px; padding-left: 100px;}
    .content > div.field--name-field-image{padding: 0px;}    
}
/** ACTUALITES **/
.field--name-field-image .field--label{display: none;}
.view-id-actualites h2{
    font-weight: bold;
    text-align: center;
}
/*
.view-id-actualites .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.view-id-actualites  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.view-id-actualites .owl-prev i, .view-id-actualites  .owl-next i {transform : scale(1,6); color: #ccc;}*/
.view-id-actualites div.owl-prev, 
.view-id-actualites div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    width: 40px;
    height: 40px;
}
.view-id-actualites div.owl-prev{
    left: 0%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.view-id-actualites div.owl-next {
    right: 0%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.view-id-actualites .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 5px;
    font-size: 32px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
     border-radius: 0px;
    color: rgba(0,0,0,.95);
    background: transparent;
    opacity: 0.8;
}
/** ACTUALITES **/
/*.view-id-_product_home .views-field-field-photo-1 img{
    }*/
/** FOOTER **/
.page_footer{
    border-top-color:rgba(3,73,0,.5);
    border-top-width: 2px;
    border-top-style: solid;
}
.footer{
    border: none;
}
.footer nav ul {
    font-size: 8px;
    color: #000;
    display: flex;
    justify-content: center;
}
.footer nav ul a{
    color: #000;
}
.footer nav ul li{
    text-align: center;
    float: left;
    padding: 2px ;
    margin: 0;
}
#block-menupolicyforfooter .contextual{
    display: none;
}
.page_footer{
    padding-top: 50px;
    margin-top: 50px;
}
#block-etsraouldomecsas{
    text-align: center;
}
#block-etsraouldomecsas .field{
    vertical-align: middle;
}
#block-abonnementsimplenews, #block-mailchimp-form-block #mc_embed_signup{
    background: rgba(0,0,0,.05);
    margin: 0 auto;
    text-align: center;
}
#block-mailchimp-form-block #mc_embed_signup form{
    text-align: center !important;
}
#block-abonnementsimplenews .form-control{
    width: 70%;
    margin: 0 auto;
}
.page_footer .menu{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    font-style: normal;
    text-decoration: none;
}
/** ARTICLE **/
.path-node .main-container{
    width:100%;
}
/* HEADER */
#block-domec-packaging-page-title{
    position: relative;
}
.article-title{
    position: absolute;
    width: 100%;
    height: 100%;
}
.article-title-row{
    margin-top: 5%;
}
.article-title h1{
    font-size: 4em;
    /*color: #FFF;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    top: 10px;*/
}
@media (max-width: 1000px) {
    .article-title h1{
        font-size: 3em;
    }

}
@media (max-width: 768px) {
    .article-title h1{
        font-size: 2.2em;
    }
    .article-title-row{
        margin-top: 0;
    }

}
/* HEADER */
/*article .content{
    padding-left: 100px;
    padding-right: 100px;
    }*/
.article hr{
    color: rgba(3,73,0,.5);
    background-color: rgba(3,73,0,.5);
    height: 2px;
}
.article p{
    color: #222;
    font-size: 1.3em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
}
.article .paragraph  .field--name-field-titre .field--item p{
    color: #262626;
    font-size: 2em;
    line-height: 1.4em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
}
.article .paragraph  .field--name-field-contenu .field--item p{
    color: #222;
    font-size: 1.3em;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    padding-top: 25px;
}
.article .paragraph{
    /*padding: 100px 50px 100px 50px;*/
    padding: 50px 25px;
    border-top-color:rgba(3,73,0,.5);
    border-top-width: 2px;
    border-top-style: solid;
}
@media (min-width: 768px){
    .article .paragraph > .row{
        display: flex;
        align-items: center;
    }
    .article .paragraph > .row div{
        flex: 1;
    }
}
.article .paragraph .field--name-field-titre ,
.article .paragraph  .field--name-field-contenu{
    width: 75%;
    float: left;
}
.article .paragraph .field--name-field-image{
    /* width: 50%; */
}
.article .paragraph.paragraph--type--gallerie h2{
    text-align: center;
}
.article .paragraph--type--paragraphe-image-a-gauche{
    text-align: right;
}
.article .paragraph--type--paragraphe-image-a-gauche .field--name-field-titre,
.article .paragraph--type--paragraphe-image-a-gauche .field--name-field-contenu
{
    width: 75%;
    float: right;
}
.paragraph--type--gallerie .field--name-field-titre , 
.paragraph--type--gallerie .field--name-field-contenu{
    width: 100% !important;
}
@media (max-width: 768px) {
    article .content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .article .paragraph{
        padding: 50px 0px 50px 0px;
        /*display: flex;
        justify-content: center;*/
        border-top-color:rgba(3,73,0,.5);
        border-top-width: 2px;
        border-top-style: solid;
    }
    .article .paragraph .field--name-field-contenu{
        width: 100%;
    }
    .article .paragraph .field--name-field-image{
        width: 100%;
    }

}
/** COMMERCE **/
.field--name-price{
    /*display: none;*/
}
.product-hr hr{
    color: rgba(3,73,0,.5);
    background-color: rgba(3,73,0,.5);
    height: 2px;
}
.view-content-catalog-domec{
    padding-top: 15px;
}
.view-content-catalog-domec img{margin: 0px auto;}
.product-domec{
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 768px){
    .product-domec{
        padding-right: 100px;
        padding-left: 100px;
    }
}
.product-domec h1 .field--name-title {
    display: inline;
}
.home-presentation-domec h1:before, .product-domec h1 .field--name-title:before{
    content: "[";
    color: white;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 1.2em;
    vertical-align: middle;
    margin-right: 10px;
    border-top: solid #81a47f;
    border-left: solid #81a47f;
    border-bottom: solid #81a47f;
}
.home-presentation-domec h1:after, .product-domec h1 .field--name-title:after{
    content: "]";
    color: white;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 1.2em;
    vertical-align: middle;
    margin-left: 10px;
    border-top: solid #81a47f;
    border-right: solid #81a47f;
    border-bottom: solid #81a47f;
}
.product-domec .product-title-contenance h2{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.product-domec-variations{display: flex; align-items: center;}
.product-domec-variations > div{flex: 1;}
.product-domec .field--name-field-photo
.product-domec .field--name-field-photo-technique{
    padding-top: 25px;
}
.product-domec .field--name-field-photo-technique{
    padding-top: 50px;
}
.product-domec .field--name-field-photo-technique .field--label{
    display: none;
}
.product-domec .field--name-field-photo .img-responsive,
.product-domec .field--name-field-photo-technique .img-responsive{
    margin: 0 auto;
}
.product-domec .field--name-variations, .product-domec .field--name-field-fiche-produit{
    padding: 50px;
}
.product-domec .field--name-variations .field--item{
   float: left;
   width: 33%;
   padding: 13px 26px;
}
.product-domec .field--name-variations .field--item a:hover{
    background-color: rgba(39,39,39,.7);
    color: #fff;
}
.product-domec .field--name-variations .field--item a{
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color:rgba(39,39,39,.7);
    border-color: rgba(39,39,39,.7);
    text-decoration: none;
    padding: 13px 26px;
}
.product-domec-technique{
    padding-top: 50px;
}
.product-domec-technique .field{
   text-align: center;
}
.product-domec-technique hr{
    width: 50%;
    height: 2px;
}
#product-files{
    padding: 50px;
}
#product-files .product-domec-file-div{
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
}
#product-files .product-domec-file-div > a{
    padding: 21px 34px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    text-decoration: none;
}
#product-files .product-domec-file-div > a:hover{
    opacity: .8; 
}
@media (max-width: 768px) {
    #product-files{
        padding: 5px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #product-files .product-domec-file-div{
        text-align: center;
    }
    .product-domec .field--name-variations, .product-domec .field--name-field-fiche-produit{
        padding: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.product-domec-gamme {
    padding-bottom: 50px;
}
.product-domec-gamme .view-header h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.product-domec-gamme .view-header hr{
    color: rgba(3,73,0,.5);
    background-color: rgba(3,73,0,.5);
    height: 2px;
}
.product-domec-gamme .img-rounded,
.img-rounded{
    margin: 0 auto;
}
.product-domec-gamme-title h2{
    border-bottom: 1px solid rgba(3,73,0,.5);
    text-align: center;
}
/** CATALOG LIST **/
/* CATALOG HEADER */
.path-catalog-pet .page-header-hr, 
.path-catalog-verrerie .page-header-hr {
    display: none;
}
.path-catalog-pet .page-header, 
.path-catalog-verrerie .page-header {
    display: none;

}
#block-catalogpet, #block-catalogverrerie{
    position: relative;
}
.catalog-title{
    position: absolute;
    width: 100%;
    height: 100%;
}
.catalog-title-row{
    margin-top: 5%;
}
.catalog-title h1{
    color: #FFF;
    margin: 0;
    font-weight: bold;
    font-size: 4em;
    text-transform: uppercase;
    top: 10px;
}
@media (max-width: 1000px) {
    .catalog-title h1{
        font-size: 3em;
    }

}
@media (max-width: 768px) {
    .catalog-title h1{
        font-size: 2.2em;
    }
    .catalog-title-row{
        margin-top: 0;
    }

}
.view--catalog-list .form-control{
    width: 150px !important;
}
.view--catalog-list h2{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.view--catalog-list a{
    text-decoration: none;
    color: #000;
    font-size: 1em;
}
.view-actualites{
    margin-bottom: 50px;
}
.view-actualites h2{
    padding-bottom: 20px;
}
.view-actualites .field-content > a > img ,
.view--catalog-list .field-content > a > img {
    margin: 0 auto;
}
.block-views-block-product-home-block-1 .owl-item{
    text-align: center;
    /* margin: 25px; */
}
.block-views-block-product-home-block-1 h2{
    text-align: center;
    padding: 50px 0 50px 0;
}
/* FILTER */
.view--catalog-list-v2 h2,
.view--catalog-list-pet h2{
    text-align: center;
}
.view--catalog-list-v2 .card-product,
.view--catalog-list-pet .card-product{
    /** transition: transform .2s; **/
    padding: 0 50px 0px 50px;
}
.view--catalog-list-v2 .card-product:hover,
.view--catalog-list-pet .card-product:hover{
    /** transform: scale(1.1); **/
    border: 1px solid rgba(3,73,0,.5);
    background-color: #fff;
    border: 2px 2px 15px 4px rgba(3,73,0,.5);
    border-radius: 0.75rem !important;

}
.view--catalog-list-v2 a,
.view--catalog-list-pet a{
    color: #000;
    text-transform: uppercase;
 }
 .view--catalog-list-v2 .card-product:hover a,
.view--catalog-list-pet .card-product:hover a{
   text-decoration: none;
}
/**
.view--catalog-list-v2 .card-product:hover h2{
    font-weight: bold !important;
    font-size: 2.4em;
    }**/
/*#custom-filter-domec .form-type-textfield{
    margin-bottom: 50px !important;
    }*/
.col-custom-filter-domec{
    padding-left: 0px;
}
#custom-filter-domec{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 5px;
    background-color:rgba(0,0,0,.05);
}
#custom-filter-domec .form-item-title{
    margin-bottom: 10px;
}
#custom-filter-domec .input-search-title.form-control {
    width: 100%;
}
#custom-filter-domec .input-search-title.form-text.form-control{
    background: url('../images/search.png') 96% center no-repeat;
    background-color: #fff;
    background-size: 22px;
}
#custom-filter-domec .form-actions{
    /*position: absolute;
    top: 85px;
    display: block;
    margin-top: 4px;
    margin-bottom: 15px;*/
    position: absolute;
    top: 7px;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 20px;
}
#custom-filter-domec .form-actions .btn{
    width: 100%;

}
#edit-field-type-target > .panel-heading{
    margin-top: 75px;
}
#custom-filter-domec .control-label{
    width: 100%;
}
#custom-filter-domec .form-item-field-hauteur-value-min input,
#custom-filter-domec .form-item-field-hauteur-value-max input,
#custom-filter-domec .form-item-field-poids-value-min input,
#custom-filter-domec .form-item-field-poids-value-max input{
   width: 100px;
}
#custom-filter-domec details.form-item{
    display: inline;
    margin-bottom: 15px;
    width: 100%;
}
#custom-filter-domec .form-checkboxes .form-item{
    width: 100%;
}
#custom-filter-domec .form-inline .control-label{
    font-weight: bold;

}
#custom-filter-domec .form-type-textfield label.control-label,
#custom-filter-domec summary{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#custom-filter-domec .form-item-field-hauteur-value-max label,
#custom-filter-domec .form-item-field-poids-value-max label{
   display: none;
}
#custom-filter-domec .gr-min-class,
#custom-filter-domec .mm-min-class{
    position: absolute;
    margin-top: 6.5px;
    font-size: 100%;
    left: 76px;;
}
#custom-filter-domec .mm-max-class,
#custom-filter-domec .gr-max-class{
    position: absolute;
    margin-top: 6.5px;
    font-size: 100%;
    right: 76px;
}
/* FILTER */
/** block-home-presentation-domec**/
/*#block-home-presentation-domec{
    font-size: 1.4em;
    padding: 85px 0 85px 0;
    background: transparent url(../images/presentation.png) no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    width: 100%;
}
#block-home-presentation-domec .field{
    width: 60%;
    right: 0px;
    float: right;
    }*/
#block-home-presentation-domec .field{
    width: 100%;
    right: 0px;
    margin: auto;
    /*font-size: 1.4em;*/
}
/** block-home-presentation-domec **/
/*** CONTACT ***/
.gmap-wrapper{
    width: 50%;
    margin: auto !important;
}
.webform-submission-form{padding: 0px 15px;}
.block-views-block-product-home-block-1 img{display: inline-block;}
#block-home-bloc-fast-navigation{margin-top: 20px; padding: 0px 15px;}
#block-home-bloc-fast-navigation img{border-radius: 10px; margin-bottom: 20px;}
body.path-catalog-verrerie .views-element-container.form-group{margin-bottom: 0px;}