/*
Theme Name: Pépinière Boucher
Theme URI: http://www.lawebshop.ca/
Author: La Web Shop
Author URI: http://www.lawebshop.ca/
Description: Agence interactive Jeannoise oeuvrant dans la conception Web et dans l'implantation de page Facebook. Situé à Alma, Lac-Saint-Jean au nord du Saguenay. La Web Shop propose plusieurs solutions pour votre Site Web
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: la web shop, custom
Text Domain: la_web_shop
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* --- Styles par défault des balises --- */

body {
    overflow: hidden;

    text-align: center;

    color: #252525;

    font-family: 'Gill Sans','Lato', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

html {
    background: #fff;
}

a {
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    -moz-transition: color 300ms ease, background-color 300ms ease;
    -o-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;

    color: #4e8036;
}

a:hover {
    color: #8ec548;
}

h1,h2,h3,h4,h5,h6 {

}

hr {
    clear: both;
}

small {
    font-size: 0.8em;
}

input, select {
    color: #262f1d;
    border: none;
    background: #fff;

    font-size: 0.8em;
}

input[type=radio],
input[type=checkbox] {
    border: none;
    background-color: transparent;
}

input {
    text-indent: 10px;
}

input[type=submit] {
    text-indent: 0;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;

    width:21px;
    height:20px;
    margin:-3px 15px 0 0;

    cursor:pointer;
    vertical-align:middle;

    background:url('img/checkbox.png') left top no-repeat;
}
input[type="checkbox"]:checked + label span {
    background:url('img/checkbox.png') left bottom no-repeat;
}

textarea {
    font-family: 'Gill Sans','Lato', Helvetica, Arial, sans-serif;
}

.select-wrapper select {
    width: 100%;
    padding: 7px 0 0 10px;

    color: #262f1d;
    background: transparent;

    line-height: 1;

    -webkit-appearance: none;
}

.select-wrapper select:focus {
    outline: 0;
}

.select-wrapper {
    display: block;
    overflow: hidden;

    height: 30px;

    vertical-align: middle;

    background: url("img/dropdown.png") no-repeat right 1px center #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #6d6d6d;
}
:-moz-placeholder {
    opacity:  1; /* Mozilla Firefox 4 to 18 */
    color:    #6d6d6d;
}
::-moz-placeholder {
    opacity:  1; /* Mozilla Firefox 19+ */
    color:    #6d6d6d;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #6d6d6d;
}

input[type=text]:focus::-webkit-input-placeholder {
    color: #f00;
}

input[type=text]:focus:-moz-placeholder {
    color: #989898;
}

input[type=text]:focus::-moz-placeholder {
    color: #989898;
}

/* FIN Styles par défault des balises */

/* --- Layout --- */

body > header, body > footer, body > section {
    background: #fff;
}

.logo_desc {
    display:none;

    width:100%;

    text-align: center;
    text-transform: uppercase;

    color:#574319;

    font-size:16px;
}
.wrapper {
    position: relative;

    width: 80%;
    max-width: 1152px;
    margin: 0 auto;
}

.icon {
    display: inline-block;

    width: 41px; height: 36px;

    vertical-align: middle;
    text-indent: -9999px;

    background-color: #89bc4b;
    background-repeat: no-repeat;
    background-position: center center;
}

button,
.button,
.wpcf7-submit{
    display: inline-block;

    padding: 25px 60px;

    cursor: pointer;
    -webkit-transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
    -moz-transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
    -o-transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
    transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background: #89bc4b;

    font-size: 1em;
}

.button.white {
    padding: 18px 58px;

    color: #89bc4b;
    border: 2px solid #89bc4b;
    background: #fff;
}
.button.vert {
    color:#fff;
    font-size:14px;
    font-weight:600;
    background:#78945a;
    border-radius:4px;
    padding:20px 48px;
}
.button.white:hover {
    color: #fff;
    border: 2px solid #89bc4b;
    background: #89bc4b;
}

html input.button {
    color: #fff;
}

button:hover,
a:hover.button,
input:hover.button,
.wpcf7-submit:hover {
    color: #fff;
    background-color: #666;
}

.mobile-only {
    display: none;
}

.box {
    padding: 22px;

    text-align: left;

    background-color: #eee;
}

.column {
    display: inline-block;

    vertical-align: top;
}


/* FIN Layout */


/* --- Header --- */

header nav.utility {
    position: fixed;
    z-index: 2;
    top: 0;

    width: 100%;
    padding: 10px 0 10px;

    text-align: left;
    text-transform: uppercase;

    color: #fff;
    background-color: #373737;

    font-size: 0.8rem;
}

header nav.utility a {
    margin: 0 0.8em 0 0.5em;

    color : #fff;
}

header nav.utility a:hover {
    color : #89bc4b;
}

header nav.utility ul:first-child li {
    /*border-right: 1px solid #fff;*/
}

header nav.utility .logo-icon {
    position: absolute;
    top: -7px;

    margin-right: 5px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    opacity: 0;
}

header nav.utility ul {
    display: inline-block;
}

header nav.utility ul.nav {
    position: relative;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header nav.utility li {
    display: inline-block;
}

.util-right {
    position: absolute;
    top: -10px;
    right: 0;
}

.util-right .social {
    position: relative;
    top: 3px;

    font-size: 1.4em;
}

.top h1 {
    margin: 55px 0 35px;
}

/* Main navigation */

nav.main {
    z-index: 1;

    color: #373737;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);

    font-size: 0.95rem;
    font-weight: 200;
}

nav.drawer {
    height: 45px;
}

nav.main .drawer > ul {
    display: inline-block;

    width: 100%;
    height: 46px;

    vertical-align:middle;
    text-transform: uppercase;

    font-weight: 400;
}

nav.main .drawer > ul > li {
    position: relative;

    display: inline-block;

    -webkit-transition: margin 300ms ease;
    -moz-transition: margin 300ms ease;
    -o-transition: margin 300ms ease;
    transition: margin 300ms ease;
    vertical-align: top;

    border-right: 1px solid #d4d4d4;
    background-color: #fff;
}

nav.main .drawer > ul > li.active {

}

nav.main .drawer > ul > li.active ul {
    display: block;
}

nav.main .drawer > ul > li:first-child {
    border-left: 1px solid #d4d4d4;
}

/* Hide mobile elements */

#menu-item-13152, #menu-item-13151, #menu-item-13153, #menu-item-13156, #menu-item-13154, #menu-item-13155 {
    display: none;
}

header.top.docked {
    position: fixed;
    z-index: 9999;
    top: -198px;

    width: 100%;

    background: none repeat scroll 0 0 #fff;
}

section.main-content.docked {
    margin-top: 280px;
}

.main-content ul{
    list-style-type: disc;
    padding-left: 1em;
}
.main-content ul li{
    margin:10px 0;
    color: #666;
    font-size: 0.9em;
    line-height: 1.4em;
}
.informations-techniques{
    padding-top:60px;
    padding-bottom:60px;
    text-align:left;
}
.template-allium .current_page_item a, .template-allium .current-menu-item a{
    background:transparent !important;
    color:#000 !important;
}
.template-allium .current_page_item a:hover, .template-allium .current-menu-item a:hover{
    background:#89bc4b !important;
    color:#fff !important;
}

.template-allium .pied_page form{
    margin:15px 0;
}

.template-allium .pied_page form p,.template-allium .pied_page form p label,.template-allium .pied_page form p label span,.template-allium .pied_page form p label span input,.template-allium .pied_page form p label span,.template-allium .pied_page form p label span textarea{
    width:100%;
}


.admin-bar header.top.docked {
    top: -198px;
}

header.top nav.main .drawer > ul > li > a {
    margin-left: -4px;
}

header.top nav.main .drawer > ul > li:first-child > a {
    margin-left: 0;
}

header.top nav.main .drawer > ul > li a {
    z-index: 1;

    display: block;

    padding: 16px 30px;

    color: #000;

    font-size: 0.9em;
}

header.top nav.main .drawer > ul > li .active {
    color: #598a41;
}

header.top nav.main .drawer > ul > li > a:hover,
header.top nav.main .drawer > ul > li.current-menu-item > a
{
    color: #fff;
    background-color: #588a3d;
}

header.top nav.main .drawer > ul > li > a:hover {
    background-color: #89bc4b;
}

header.top nav.main .drawer > ul > li.current > a {
    padding-bottom: 11px;

    color: #8ec548;
}

header.top nav.main .drawer > ul > li a.active {
    color: #000;
    border-bottom: 3px solid #8ec548;
}

nav .quick-search-form {
    position: absolute;

    width: 100%;

    text-align: right;
}

nav .quick-search-form > input {
    position: absolute;
    z-index: 9999;
    top: -66px;
    right: 69px;

    display: inline-block;

    height: 29px;

    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease 0s;
    transition: opacity 300ms ease;
    text-align: left;

    opacity: 0;
    border: 1px solid #cfcfcf;
}

nav .search {
    width: 36px;
    height: 33px;

    text-align: center;
    text-indent: 0;

    color: #fff;

    font-size: 22px;
    line-height: 32px;
}

header nav.utility .search {
    margin: 0;
}

header nav.utility a:hover.search {
    color: #fff;
}

header nav.utility .language a {
    position: relative;
    top: 1px;

    color: #8ec548;

    font-size: 0.9em;
    font-weight: 400;
}

header nav.utility .language a:hover {
    color: #fff;
}

nav a:hover.search {
    color: #fff;
}

nav .search.active {
    background-color: #666;
}

nav.main ul li ul {
    position: absolute;
    z-index: 1;
    left: -5px;

    display: none;

    width: 625px;

    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    text-align: left;

    border-top: 1px solid #d4d4d4;
}

nav.main ul li ul li {
    background:#fff;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

nav.main .drawer ul li ul li a {
    margin-left: 35px;
    padding: 0;
}

header.top nav.main .drawer > ul > li ul li a {
    margin: 0;

    color: #373737;
    background-color: #fff;
}

header.top nav.main .drawer > ul > li ul li a:hover {
    background-color: #e9e9e9;
}

nav.main .drawer ul li ul li:last-child a {
    border-bottom: 1px solid #d4d4d4;
}

nav.main .drawer ul li ul li a:hover,
nav.main .drawer ul li ul li.current-menu-parent a,
nav.main .drawer ul li ul li.current_page_item a {
    color: #8ec548;
}

/* End main navigation */

.see-cart {
    position: fixed;
    z-index: 9999;
    top: 120px;
    right: -1137px;

    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    transition: right 500ms ease;

    color: #373737;
}

.see-cart > a {
    position: absolute;
    left: -111px;

    display: block;

    height: 125px;

    -webkit-transition: left 500ms ease;
    -moz-transition: left 500ms ease;
    -o-transition: left 500ms ease;
    transition: left 500ms ease;
    vertical-align: top;

    color : #fff;

    font-size: 0.9em;
}

.see-cart > a i.fa-shopping-cart {
    font-size: 1.9em;
}

.see-cart > a:hover {
    left: -114px;
}

.see-cart .item-count {
    font-size: 0.85em;
}

.see-cart .triangle {
    display: block;
    float: left;

    width: 0;
    height: 0;

    border-top: 40px solid transparent;
    border-right: 40px solid #8ec548;
    border-bottom: 40px solid transparent;
}

.see-cart .content {
    display: block;
    float: left;

    width: 75px;
    height: 80px;

    background-color: #8ec548;

    font-size: 0.65em;
    line-height: 80px;
}


.see-cart .content div {
    position: relative;
    left: -15px;

    display: inline-block;

    vertical-align:middle;

    line-height: normal;
}

.see-cart .content img {
    width: 20px;
    height: auto;
}

.see-cart .woocommerce table thead {
    display: block;
}

.see-cart .woocommerce .shop_table tr th {
    border: none;
}

.see-cart .woocommerce table .product-thumbnail {
    width: 90px;
}

.see-cart .woocommerce table .product-name {
    width: 440px;
}

.see-cart .woocommerce table .product-format {
    width: 80px;

    text-align: center;
}

.see-cart .woocommerce table .product-quantity {
    width: 80px;

    text-align: center;
}

.see-cart .woocommerce table tbody {
    display: block;
    overflow: auto;

    height: 227px;
}

.see-cart .woocommerce table tfoot {
    display: block;
}

.see-cart .woocommerce {
    display: inline-block;

    vertical-align: top;
}

.see-cart .woocommerce .shop_table  {
    padding: 0 300px 0 35px;

    border-top: 10px solid #8ec548;
    border-bottom: 10px solid #8ec548;
    border-left: 10px solid #8ec548;
    background: #fff;
}

.see-cart .woocommerce .shop_table tr.cart_item td.product-thumbnail {
    padding-left: 0;
}

.see-cart .woocommerce .product-name a {
    color: #373737;
}

.see-cart .woocommerce .product-remove {
    display: none;
}

.see-cart .woocommerce td.actions .coupon {
    display: none;
}

.see-cart .woocommerce .cart .cart-buttons {
    width: 770px;
    margin: 55px 0;
}

/* Fin Header */


/* --- Header content --- */

.main-content h2 {
    margin: 60px 0;

    text-transform: uppercase;

    font-size: 1.5em;
    font-weight: 400;
}

nav.breadcrumb,
nav.woocommerce-breadcrumb {
    margin-bottom: 25px;
    padding-top: 30px;

    text-align: left;

    font-size: 0.75rem;
}

nav.breadcrumb > span {
    display: inline-block;

    margin-left: 0.5rem;

    vertical-align: middle;

    color: #598a41;
}

nav.breadcrumb > span a
{
    margin-right: 0.5rem;

    color: #515151;
}

nav.breadcrumb > span a:hover
{
    color: #598a41;
}

nav.breadcrumb > span:first-child {
    margin-left: 0;
}

/* Catalogue search box */

.main-content .box.search {
    margin-bottom: 45px;
}

.main-content .search .row {
    display: inline-block;

    width: 36%;
}

.main-content .search .row.top {
    margin-bottom: 10px;
}


.main-content .search .select-wrapper,
.main-content .search .button.search {
    width: 49%;
    height: 30px;
    padding: 0;
    display: inline-block;
    font-size: 0.7em;
}
.main-content .search .row {
  padding: 0!important;
  margin: 0 0 10px 0!important;
}


.main-content .search input {
    position: relative;

    width: 49%;
    height: 30px;
    padding: 0;

    font-size: 0.55em;
}

.main-content .search-title {
    display: table;
    float: left;

    height: 70px;
    margin-right: 5%;

    font-size: 0.8em;
}

.main-content .search-title h3 {
    display: table-cell;

    vertical-align: middle;
}

.main-content .search-title i {
    margin-right: 1em;
}

/* Fin Header content */

/* --- Pages --- */

/* Main Content */

.page-content {
    width: 85%;
    margin: 0 auto;
}

.page-content h3 {
    clear: both;

    margin-bottom: 15px;
}

.main-content .image img {
    width: 100%;
    max-width: 1154px;
    height: auto;
}

.main-content p {
    margin-bottom: 40px;

    color: #666;

    font-size: 0.9em;
    line-height: 1.4em;
}


/* Fin Main content */

/* Index */

.bxslider {
    margin-top: 25px;
}

.index.page-content {
    width: 100%;
}

.main-content .customers .bloc:first-child {
    margin-left: 0;
}

.main-content .customers {
    margin-bottom: 55px;
}

.main-content .customers > p {
    width: 80%;
    margin: 55px auto 0;
}

.main-content .customers .bloc {
    position: relative;

    display: inline-block;

    width: 32.5%;
    margin-left: 1%;

    text-align: left;

    color: #fff;
}

.main-content .customers .bloc img {
    width: 100%;
    max-width: 375px;
    height: auto;
}

.main-content .customers .bloc h4 {
    margin-bottom: 8px;

    text-transform: uppercase;

    font-size: 1.2em;
}

.main-content .customers .bloc div {
    position: absolute;
    bottom:0;

    width: 92%;
    padding: 4%;

    background: rgba(55,55,55,0.9);
}

.main-content .customers .bloc a {
    color: #fff;

    font-size: 1em;
}

.main-content .customers .bloc a:hover {
    color: #8ec548;
}

.main-content .customers .bloc p {
    margin-bottom: 0;

    color: #fff;

    font-size: 0.8em;
}

/* Catalogue */

.catalogue h2 {
    margin: 45px 60px;
}

.product-listing {
    position: relative;

    min-height: 335px;

    text-align: left;

    font-size: 0;
}

.loadinglist {
    position: absolute;
    z-index: 9;
    top:0;
    left: 0;

    width: 100%;
    height:100%;

    background:rgba(255,255,255, 0.5) url('img/loadinggif.gif') no-repeat center 92px;
}

.button.product_type_simple,
.single_add_to_cart_button,
.add_to_cart_button,
.product_type_variable {
    display: block;

    width: 70%;
    margin-top: 1px;
    padding: 15px 25% 15px 5%;

    text-transform: uppercase;

    color: #fff;
    background: #292726 url('img/cart-icon.png') right 15px center no-repeat;

    font-size: 0.7em;
}

.product .added_to_cart {
    position: absolute;

    margin-top: 3px;

    font-size: 0.8em;
}

.product-listing article:nth-child(5n+1) {
    margin-left: 0;
}

.product-listing article {
    display: inline-block;

    width: 18%;
    max-width: 210px;
    margin-left : 2.5%;

    vertical-align: top;

    font-size: 17px;
}

.product-listing .image img {
    width: auto;
    height: 230px;
}

.product-listing .image.alt {
    height: 230px;
}

.product-listing .image.alt img {
    position: relative;
    left: -25%;

    width: 310px;
    height: auto;
}

.woocommerce-placeholder-container {
    display: block;

    border: 4px solid #e5e5e5;
    background: transparent url('images/woocommerce_placeholder_bg.png') center center no-repeat;
    background-size: cover;
}

.product-listing .product .image.woocommerce-placeholder-container {
    max-height: 206px;
}

.woocommerce-placeholder-container img {
    visibility: hidden;
}

.product-listing .product {
    margin-bottom: 40px;
}

.product-listing .product > a {
    display: block;
}

.product-listing .product a:hover.overlay {
    opacity: 1;
}

.product-listing .product .image {
    /*height: 234px;*/
    position: relative;

    overflow: hidden;

    max-height: 214px;
}

.product-listing .product .overlay {
    position: absolute;
    z-index:1;

    width: 100%;
    height: 100%;

    transition: opacity 500ms ease;

    opacity: 0;
    background: rgba(142, 197, 72, 0.85) url('img/product-hover.png') center center no-repeat;
}

.product-listing .product a:hover.single_add_to_cart_button,
.product-listing .product a:hover.add_to_cart_button,
.product-listing .product a:hover.product_type_variable {
    color: #fff;
    background: #8ec548 url('img/cart-icon.png') right 15px center no-repeat;
}

.product-listing .product h3 {
    margin: 20px 0 5px;

    text-transform: uppercase;

    color: #252323;

    font-size: 0.8em;
    font-weight: 400;
}

.product-listing .product p {
    text-transform: uppercase;

    color: #4e8036;

    font-size: 0.8em;
}

p.latin {
    margin-top: 5px;

    color: #4e8036;

    font-size: 0.9em;
}

.product-listing .product p:before,
p.latin:before {
    margin-right: 5px;

    content: "«";
}

.product-listing .product p:after,
p.latin:after {
    margin-left: 5px;

    content: "»";
}

.page-numbers > li {
    display: inline-block;
}

.product-desc {
    text-align: left;
}

.product-desc .image,
.product-desc .infos,
.product-desc .cart {
    display: inline-block;

    margin-left: 1%;

    text-align: left;
    vertical-align: top;
}

.product-desc .image {
    width: 33%;
    margin-left: 0;
}

.product-desc .infos {
    width: 33%;
    padding-right: 3%;

    border-right: 1px solid #e2e0e0;
}

.product-desc .cart {
    width: 24%;
    margin-left: 3%;
}

.product-desc .cart .cart {
    width: 100%;
    padding-top: 0;
}

.product-desc .cart h4 {
    display: inline-block;

    text-transform: uppercase;

    font-size: 0.8em;
}


.product-desc .cart .single_add_to_cart_button,
.product-desc .cart .add_to_cart_button,
.product-desc .cart .product_type_variable {
    width: 80%;
    margin-top: 50px;
    padding-right: 18%;

    text-align: center;
}

.product-desc .image img {
    max-width: 345px;
}

.product-desc h2 {
    margin: 0 0 13px 0;

    text-transform: uppercase;

    font-size: 0.85em;
    font-weight: 600;
}

.product-desc h3 {
    text-transform: uppercase;

    color: #8ec548;

    font-size: 0.85em;
}

.product-desc .group {
    margin-top: 40px;
}

.product-desc .group p {
    margin: 0 0 8px 0;

    font-size: 0.75em;
}

.product-desc .group p strong {
    text-transform: uppercase;

    font-weight: 400;
}

.product-desc .cart {
    position: relative;

    padding-top: 50px;
}

.product-desc .cart .price {
    position: absolute;
    top: 0;

    text-transform: uppercase;
}

.product-desc .cart .price small {
    display: block;

    color: #a8a7a7;

    font-size: 0.6em;
}

.product-desc .cart .variations {
    display: block;
}

.product-desc .cart .select-wrapper {
    position: relative;
    top: -4px;

    /*display: inline-block;*/
    overflow: hidden;

    /*width: 60%;*/
    height: 36px;
    margin-top: 10px;

    vertical-align: middle;

    border: 1px solid #666;
    background: url("img/dropdown.png") no-repeat scroll right 5px center #fff;
}

.select-wrapper select {
    padding: 7px 0 0 6px;

    color: #6d6d6d;

    font-size: 0.75em;
}

.variations_button .quantity.buttons_added {
    display: inline-block;

    width: 57%;
}

.variations_button .input-text.qty {
    display: inline-block;

    width: 100%;
    padding: 10px 0 10px 0;

    color: #666;
    border: 1px solid #000;
}

.product-desc .cart h4 {
    display: inline-block;
    width: 36%;
    text-transform: uppercase;
    font-size: 0.7em;
    margin-bottom: .5em;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus  {
    display: none;
}

.product-page .similar-product,
.product-page .related.products {
    margin-top: 75px;
}

.similar-product > h3,
.related.products > h3 {
    margin-bottom: 30px;

    text-align: left;
}

/* Fin Catalogue */

/* lentreprise */

.page-content.lentreprise,
.page-content.the-company {
    width: 100%;
}

.lentreprise .bloc,
.the-company .bloc {
    float: left;

    width: 30%;
    margin: 0 0 22px 3%;

    text-align: left;
}

.lentreprise .bloc h4,
.the-company .bloc h4 {
    margin: 35px 0;

    font-size: 2em;
}

.lentreprise .bloc:first-child,
.the-company .bloc:first-child {
    margin-left: 0;
}

.lentreprise .bloc img,
.the-company .bloc img {
    width: 100%;
    max-width: 370px;
    height: auto;
}

.lentreprise .bloc.text-right,
.the-company .bloc.text-right {
    position: relative;

    width: 63%;

    text-align: left;
}

.lentreprise .bloc.text-right h4,
.the-company .bloc.text-right h4 {
    margin-top: 0;
}

.lentreprise .bloc.text-right div,
.the-company .bloc.text-right div {
    position: absolute;
    top: 0;
    right: 5%;

    width: 41.5%;
}

.lentreprise .bloc.text-right img,
.the-company .bloc.text-right img {
    width: 47.5%;
}

/* Contact */

.page-content.nous-joindre article {
    text-align: left;
}

.nous-joindre .column {
    display: inline-block;

    text-align: left;
    vertical-align: top;
}

.nous-joindre .map.column {
    width: 47%;
}

#map-canvas {
    width: 100%;
    height: 347px;
}

.nous-joindre .infos.column {
    width: 47%;
    margin-left: 4%;
}

.nous-joindre .infos .person {
    display: inline-block;

    width: 49%;
}

/* Demander une soumission */

.page-content.soumission {
    width: 100%;

    text-align: left;
}

@media screen and (max-width: 992px) {
    .infolettre .formulaire .button,.infolettre .formulaire input[type="email"]{
        width:100% !important;
        text-align:center;
        margin:10px 0;
    }
}


.woocommerce .button.existing-user {
    position: relative;
    left: -6px;

    color : #fff;
    border: none;
    background: #7db239;
}

.woocommerce .create-account  {
    display: inline-block;
}

.woocommerce .create-account .button {
    color: #fff;
    background: #373737;

    font-size: 0.8em;
    line-height: 1em;
}

.woocommerce .create-account .button:hover {
    color: #fff;
    background: #000;
}

.form-row .required {
    color: #f00;
}

#account_password_field input {
    margin-left: 15px;
    padding: 8px 0;

    border: 1px solid #868686;
}

.demande-soumission .text {
    width: 22%;

    text-align: left;
}

.demande-soumission .form {
    width: 36%;
    margin-left: 2%;
}

.form input,
.form textarea {
    width: 89%;
    margin: 0 auto 15px;
    padding: 12px 4.5%;

    text-indent: 0;

    border: 1px solid #868686;

    font-size: 0.8em;
}

.form input[type=radio] {
    width: auto;
    margin: 0;
    padding: 0;
}

.form textarea {
    font-size: 0.9em;
}

.demande-soumission .form textarea {
    height: 263px;
}

.demande-soumission input.button.white {
    float: right;

    padding: 13px 48px;

    font-size: 0.9em;
}

#order_review .shop_table {
    padding-bottom: 20px;

    border-bottom: 1px solid #868686;
}

.woocommerce #payment, .woocommerce-page #payment {
    background: transparent;
}

.terms-conditions {
    text-align: left;

    font-size: 0.8em;
}

.terms-conditions label, .terms-conditions a {
    display: inline-block;

    margin-left: 5px;
}


/* Formulaire importations allium */
.see-cart {
  display: none!important;
}

.quick-search {
  display: none!important;
}

#commander {
  background: #ccc;
}

#commander .container {
  margin: 0 auto;
  padding: 30px;
  max-width: 960px;
}

#commander h2 {
  margin-bottom: 30px;
}

#commander .wpcf7-form-control-wrap input {
    width: 100%;
    margin: 0 auto 15px;
    padding: 12px 4.5%;
    text-indent: 0;
    font-size: 0.8em;
    background: #fff;
    border-radius: 3px;
}

#commander .villeform {
    padding: 0 20px;
}

#commander .mail {
    padding: 0 10px 0 0 ;
}

#commander .phone {
      padding: 0 0 0 10px;
}

#commander .form-allium .quantity_field {
    display:flex;
}
#commander .form-allium .quantity_field span:first-child{
    width:100%;
}

#commander .gutter-right{
    padding-right:20px;
}

@media screen and (max-width: 768px) {
    #commander .form-allium .quantity_field {
        flex-direction:column;
    }
    #commander .quantite-text{
        margin-left:0 !important;
        width: 100% !important;
    }
    #commander .quantity_field .wpcf7-form-control-wrap input{
        margin-bottom:0 !important;
        
    }
    .template-allium .services .row img{

            width: 100%;
            height: auto;

    }
    .reverted-allium-product{
        flex-direction: column-reverse;
    }
    .template-allium .services .contenu{
        padding:65px 15px;
    }
}




#commander .quantite-text {
  position: relative;
  width:30%;
  display:inline-block;
  margin: 0 auto 15px;
  margin-right:0;
  margin-left:15px;
  padding: 17px 0 13px;
  text-indent: 0;
  font-size: 0.6em;
  background: #f6f6f6;
}

#commander .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin: 0 auto 15px;
    padding: 12px 4.5%;
    text-indent: 0;
    font-size: 0.8em;
    background: #fff;
    border-radius: 3px;
    border: 0;
}

@media only screen and (max-width:800px) {

    #commander .row div {
      width: 100%;
      margin: 0 15px;
      padding: 0;
    }

    #commander .quantite1, .quantite2 {
        width: 68%;
    }

}

/* fin importations allium */

/* Mon compte */

.page-content.account {
    width: 100%;

    text-align: left;
}

.account .form h4 {
    margin-bottom: 25px;

    text-transform: uppercase;

    font-size: 1em;
}

.account .form {
    width: 46%;
    margin-left: 3%;
    padding-top: 10px;
}

.account .form.left {
    margin-left: 0;
    padding-right: 3%;

    border-right: 1px solid #a6a6a6;
}

.account input.button.white {
    float: right;

    width: 150px;
    padding: 13px 38px;

    font-size: 0.8em;
}

.account .remember-password {
    margin-top: 35px;

    font-size: 0.8em;
}

.account .remember-password a {
    display: block;

    margin-top: 15px;

    color: #7db239;
}

/* Termes et conditions (2 colonnes) */

.page-content .column.col1 {
    margin-right: 7%;
}

.page-content .column h3 {
    margin-bottom: 20px;
}

.page-content .column {
    display: inline-block;

    width: 45%;

    text-align: left;
    vertical-align: top;
}

.page-content .column.form + .column {
    margin-left: 4%;
}

/* Nouvelles */

.page-content .date {
    margin-bottom: 15px;

    font-size: 0.8em;
}

.page-content.news article,
.page-content.nouvelles article {
    text-align: left;
}

/* Fin Nouvelles */

/* Page Privée */

#pwbox-24782 {
  margin-left: 5px;
  padding:5px;

  border:1px solid grey;
  border-radius: 5px;
}

.file_list .file_list_elem {
  margin-top:10px;
  padding: 20px 30px;

  -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

  border : 1px solid grey;
  border-radius: 5px;
}

.file_list .file_list_elem:hover {
  background-color : rgb(223, 223, 223) ;
}

.file_list .file_list_elem i {
  margin-right:20px;

  color:grey;

  font-size: 22px;
}

/* Fin page privée */

/* Fin Pages */


/* --- Header --- */


/* Fin Header */

/* --- Footer --- */

footer.bottom  {
    padding: 45px 0;
}

.bottom section.news {
    background: #f1f1f1;
}

section.news .bloc:first-child {
    margin-left: 0;
}

section.news .bloc {
    position: relative;

    display: inline-block;

    width: 28%;
    margin-left: 7%;
    padding: 60px 0;

    text-align: left;
    vertical-align: top;

    color: #1f1f1f;
}

section.news .bloc img {
    width: 100%;
    max-width: 375px;
    height: auto;
}

section.news .bloc a,
section.news .bloc p {
    margin-bottom: 0;

    font-size: 0.85em;
}

section.news .bloc .date {
    margin-bottom: 15px;

    font-size: 0.6em;
}

section.news .bloc h4 {
    margin-bottom: 25px;

    text-transform: uppercase;

    color: #373737;

    font-size: 0.95em;
}

footer.bottom nav.main  {
    padding: 45px 0;

    text-transform: uppercase;

    background-color: #373737;

    font-size: 0.85em;
}

footer.bottom nav.main li {
    display: inline-block;

    margin-left: 4%;
}


footer.bottom nav.main li:first-child {
    margin-left: 0;
}

footer.bottom nav.main a {
    color: #fff;
}

footer.bottom nav.main a:hover {
    color: #8ec548;;
}

footer.bottom .infos {
    margin-top: 50px;
}

footer.bottom .column {
    display:inline-block;

    vertical-align: middle;

    color: #5d5d5d;
}

footer.bottom .column.address {
    width: 59%;

    text-align: left;

    font-size: 0.85em;
}

footer.bottom .column.disclaimers {
    width: 40%;

    text-align: right;

    font-size: 0.65em;
}

footer.bottom .disclaimers .copyright {
    margin-bottom: 15px;
}

footer.bottom .disclaimers a {
    color: #8ec548;
}

footer.bottom .disclaimers a:hover {
    color: #4e8036;
}




/* Fin Footer */

/* --- Contact Form 7 specifics --- */
.wpcf7-submit {
    display: block;
    @import "style.css";

    margin: 0 auto;
}

.wpcf7-not-valid-tip {
    font-size: 0.9em;
}

.wpcf7-checkbox input[type=checkbox] {
    position: relative;
    top: -1px;

    display: inline-block;

    width: auto;
}

.wpcf7-list-item-label {
    color: #666;
}

.wpcf7-form .row2 {
    margin-bottom: 40px;
}

/* --- WooCommerce specifics --- */

/* Cart */

.woocommerce-message {
    margin-bottom: 30px;

    text-align: left;
}

.woocommerce-message a {
    margin-right: 30px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: none;
    border-radius: 0;
}

.woocommerce .shop_table tr th {
    border-bottom: 1px solid #b1b1b1;

    font-weight: 300;
}

.woocommerce .shop_table tr.cart_item td.product-thumbnail {
    padding: 12px 30px 12px 50px;
}

.woocommerce .shop_table tr.cart_item td.product-remove {
    padding: 0;
}

.woocommerce .shop_table tr.cart_item td.product-name {
    text-transform: uppercase;

    font-size: 0.9em;
    font-weight: 300;
}

.woocommerce .shop_table .product-name-content p {
    margin-bottom: 5px;
}

.woocommerce .shop_table .product-name-content .product h3 {
    margin-top: 0;
}

.woocommerce .shop_table.cart tr.cart_item td.product-quantity {
    padding-top: 6px;
}

.woocommerce .shop_table .product-name-content .product a {
    color: #373737;
}

.woocommerce .shop_table .product-name-content .product p {
    margin-bottom: 5px;
}

.woocommerce table.shop_table.order_details th,
.woocommerce-page table.shop_table.order_details th {
    padding-right: 0;
    padding-left: 0;

    text-transform: uppercase;

    font-size: 0.7em;
    font-weight: 400;
}

.woocommerce .shop_table tr.cart_item td.product-quantity {
    position: relative;

    padding-top: 20px;

    vertical-align: top;
}

.woocommerce .shop_table tr.cart_item td.product-quantity input {
    font-size: 0.7em;
    font-weight: 300;
}

.woocommerce .shop_table tr.cart_item td.product-remove {
    position: relative;
}

.woocommerce .shop_table tr.cart_item td.product-remove a.remove {
    position: absolute;
    top: 7px;

    font-weight: normal;
}

.woocommerce #order_review .shop_table tr.cart_item td.product-remove a.remove {
    top: 15px;
}

.woocommerce .shop_table a.remove {
    display: block;

    width: 1em;
    height: 1em;

    text-align: center;
    text-decoration: none;

    color: red;
    border-radius: 100%;

    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
}

.woocommerce .shop_table a:hover.remove {
    color: #fff;
    background-color: red;
}

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
    width: auto;
    max-width: 90px;
}

.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove, {
    color: #d60505;

    font-family: 'Gill Sans';
    font-size: 1.4em;
    font-weight: 300;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd {
    margin-bottom: 0;

    font-weight: 300;
}

.main-content td.product-name p {
    line-height: 1.2em;
}

.main-content td.product-name dl {
    margin-top: 5px;

    font-size: 0.8em;
}

.woocommerce .cart .quantity input.qty {
    width: 97%;

    text-indent: 0;

    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #b1b1b1;
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
    margin-bottom: 0;
}

.woocommerce .shop_table.cart tr th.product-quantity {
    text-align: center;
}

.woocommerce .shop_table.cart .cart_item .product-format {
    font-size: 0.8em;
    font-weight: 400;
}

html .woocommerce .button {
    padding: 10px 14px;

    text-indent:0;

    color: #373737;
    border-width: 2px;
    border-color: #373737;
    border-radius: 0;
    background: #fff;
    box-shadow: 0;
    box-shadow: none;
    text-shadow: 0;
    text-shadow: none;

    font-size: 0.7em;
    font-weight: 400;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
    color: #fff;
    background: #373737;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
    color: #8ec548;
    border-color: #8ec548;
    background: #fff;
    text-shadow: none;
}

html .woocommerce .button:hover
html .woocommerce .button.alt:hover {
    color: #fff;
    background: #8ec548;
    text-shadow: none;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
    color: #fff;
    background: #8ec548;
    text-shadow: none;
}

html .woocommerce .cart .coupon {
    margin-top: 15px;
}

html .woocommerce .cart .coupon .button {
    display: block;

    margin-top: 20px;

    color: #fff;
    background-color: #373737;
}

html .woocommerce .cart .coupon .button:hover {
    color: #373737;
    background-color: #fff;
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text{
    float: none;

    height: 33px;

    background: #fff;
    box-shadow: none;
}

.woocommerce table.cart td.actions #coupon_code {
    width: 133px;
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label {
    display: inline;

    margin-right: 20px;

    text-transform: uppercase;

    color: #373737;

    font-size: 0.7em;
    font-weight: 400;
}

.woocommerce .cart .cart-buttons {
    margin-top: 15px;
}

.woocommerce table.cart td.actions .checkout-button {
    color: #89bc4b;
    border-color: #89bc4b;

    font-weight: 600;
}

.woocommerce table.cart td.actions .checkout-button:hover {
    color: #fff;
    background: #89bc4b;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0;

    border: 1px solid #373737;

    line-height: 1em;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: none;

    text-align: left;

    font-size: 0.8em;
}

.mon-compte .woocommerce form .form-row label, .woocommerce-page form .form-row label,
.my-account .woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;

    text-align: left;

    font-size: 0.8em;
}

/* Fin Cart */

/* Checkout */

.woocommerce-billing-fields {
    text-align: left;
}

.checkout #billing_address_2_field,
.checkout #shipping_address_2_field {
    display: none;
}

.checkout .input-text  {
    height: 40px;
}

.woocommerce .checkout .shop_table tr.cart_item td {
    padding-top: 20px;

    border: none;

    font-weight: 300;
}

.checkout h3 {
    margin: 25px 0;

    text-transform: uppercase;

    font-size: 0.9em;
}

.woocommerce table.shop_table td p {
    margin-bottom: 0;
}

.woocommerce table.shop_table.order_details td {
    padding: 20px 0;

    font-size: 0.8em;
}

.woocommerce .shop_table tr.cart_item td.product-quantity {
    vertical-align: middle;
}

.chosen-container-single .chosen-single  {
    height: 40px;

    border-radius: 0;
    background: #fff;
}

.chosen-container-single .chosen-single span {
    position: relative;
    top: 6px;

    color: #262f1d;

    font-size: 16px;
    font-weight: 400;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 11px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    border-color: #868686;
}

.woocommerce form .form-row textarea {
    height: 178px;
}

#order_review {
    font-size: 0.8em;
}

/* Mon compte */

.woocommerce .addresses {
    text-align: left;
}

.woocommerce .addresses address {
    margin-top: 20px;
}

.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
    float: none;
}

.page-content.my-account .addresses .title .edit {
    float: right;
}

.page-content.my-account,
.page-content.mon-compte {
    width: 50%;
}

.page-content.my-account h3,
.page-content.mon-compte h3 {
    margin-bottom: 30px;

    text-align: center;

}

.page-content.my-account .addresses h3,
.page-content.mon-compte .addresses h3 {
    text-align: left;
}

.page-content.my-account form div,
.page-content.mon-compte form div {
    margin-bottom: 5px;

    text-align: left;

    font-size: 0.9em;
}

.page-content.my-account input,
.page-content.mon-compte input {
    height: 40px;
}

form.login input[type=checkbox] {
    position: relative;
    top: 12px;
    left: -5px;

    display: inline-block;

    height: 40px;
}

/* Order details */

.customer_details.order_details {
    position: relative;
    top: -30px;
}

.customer_details.order_details dt {
    font-weight: 600;
}

.customer_details.order_details dd {
    margin: 5px 0 20px 0;
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
    font-weight: 300;
}

.order_details .product-quantity {
    text-align: center;
}

.order_details .product-name a {
    color: #373737;
}

/* Messages */

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

/* Fin WooCommerce */

/* Infinite Scroll specifics */

#infscr-loading {
    position: absolute;
    bottom: 0;

    width: 100%;

    text-align: center;
}

#main-product {
    padding-bottom: 80px;
}

/* End Infinite Scroll specifics */



/* Start Custom formulaire commande */



/* END custom formulaire commande */


/* --- Responsive --- */

/*section, h1, li, img {
    -moz-transition:width 1s, height 1s, background-color 1s, -moz-transform 1s;
    -webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    -o-transition:width 1s, height 1s, background-color 1s, -o-transform 1s;
    transition:width 1s, height 1s, background-color 1s, transform 1s;
}*/

@media only screen and (max-width:1230px) {

    header.top nav.main .drawer > ul > li a {
        padding: 16px 20px;
    }

}

@media only screen and (max-width:1024px) {


    .product-listing .product .image {
        max-height: none;
    }

    /*header nav.utility a {
        margin: 0 0.3em 0 0.2em;
    }

    nav.main {
        font-size: 0.8rem;
    }
    header.top nav.main .drawer > ul > li a {
        margin-left: 0;
        padding: 16px 8px;
    }

    nav.main ul li ul {
        font-size: 0.9em;
    }*/

/*    nav.main ul.nav {
        overflow: hidden;
    }

    nav.main .open ul.nav {
        overflow: visible;
    }

    nav.main .drawer {
        opacity: 0;
    }
*/
    .main-content .search-title {
        float: none;

        width: 100%;
    }

    .main-content .search .row {
        display: block;

        width: 100%;
        margin-top: 10px;
    }

    .nous-joindre .infos .person {
        display: block;

        width: 100%;
    }

    .product-listing {
        font-size: 0.9rem;
    }

    .product-listing article {
        width: 30%;
        margin-left: 3%;
    }

    .product .single_add_to_cart_button,
    .product .add_to_cart_button {
        width: 70%;
        padding: 15px 25% 15px 5%;

        background-image: url('img/cart-icon.png');
        background-position: right 5px center;
        background-size: 23px 20px;
    }

    .product-listing article:nth-child(5n+1) {
        margin-left: 2.5%;
    }

    .product-listing article:nth-child(3n+1) {
        /*margin-left: 0;*/
    }

    .see-cart .woocommerce table {
        font-size: 0.8em;
    }

    .see-cart .woocommerce table .product-name {
        width: 240px;
    }

    .see-cart .woocommerce .cart .cart-buttons {
        width: 570px;
    }

    .woocommerce #content table.cart td.actions .button.alt,
    .woocommerce #content table.cart td.actions .input-text + .button,
    .woocommerce table.cart td.actions .button.alt,
    .woocommerce table.cart td.actions .cart-buttons .button,
    .woocommerce table.cart td.actions .input-text + .button,
    .woocommerce-page #content table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .input-text + .button,
    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page table.cart td.actions .input-text + .button {
        float: none;

        width: 100%;
        margin-top: 10px;
    }


    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .wrapper {
        width: 90%;
    }


    .top h1 {
        margin: 100px 0 35px;
    }

    .main-content .column {
        display: block;

        width: 100%;
        margin-left: 0;

        border: 0;
    }

    .main-content .column.form {
        border: 0;
    }

    .page-content {
        width: 100%;

        font-size: 0.8em;
    }

    /* Main nav */

    header nav.utility {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;

        width: 100%;
        height: 40px;
        padding: 0;
    }

    header nav.utility ul.language {
        position: absolute;
        top: 17px;
        right: -20px;

        font-size: 1.5em;
    }

    .main-content .search .row.top {
        margin-bottom: 0;
    }

    .main-content .search .row {
        margin-top: 0;
    }

    .main-content .search input,
    .main-content .search .select-wrapper,
    .main-content .search .button.search {
        width: 100%;
        margin-bottom: 10px;
    }

    .top nav.main {
        position: fixed;
        z-index: 10000;
        top: 40px;

        width:100%;
        padding: 0;

        border-bottom: 0;
        background: #fff;
    }

    .top nav.main.open {
        border-bottom: 1px solid #d4d4d4;
    }

    nav .search {
        position: absolute;
        top: 10px;
        right: 30px;

        width: 43px;
        height: 40px;

        line-height:35px;
    }

    nav.main .menu {
        position: absolute;
        top: -41px;
        left: 6px;

        padding-right: 30px;

        text-indent: 0;
        text-transform: uppercase;

        color: #fff;
        background: transparent url('img/menu-icon.png') right center no-repeat;

        line-height: 34px;
    }

    nav.main .wrapper {
        position: initial;
    }

    nav.main .drawer {
        /*overflow: hidden;
        height: 0px;
        max-height: 0;*/
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;

        background-color: #fff;
    }

    nav.main .drawer {
        overflow: hidden;

        height: 0;
        max-height: 0;

        opacity: 0;
    }

    nav.main .drawer.open {
        overflow: visible;

        height: auto;
        max-height: 2000px;

        opacity: 1;
    }

    nav.main .drawer > ul > li {
        position: relative;
        top: -5px;

        display: block;

        margin-left: 0;

        text-align: left;
    }

    nav.main .drawer > ul > li.active {
        margin-bottom: 0;
    }

    nav.main .drawer > ul > li.open ul {
        display: block;
    }

    nav.main ul li ul li {
        display: block;
    }

    html nav.main ul li ul {
        display: none;
    }

    html nav.main ul li.active ul {
        display: none;
    }

    nav .quick-search-form > input {
        display: none;
    }

    /* Hide mobile elements */

    #menu-item-13152, #menu-item-13151,  #menu-item-13156, #menu-item-13154, #menu-item-13155 {
        display: block;
    }

    /* Index */

    .main-content {
        overflow: hidden;

        width: 100%;
    }

    .main-content h2 {
        margin: 60px 0 30px;
    }

    .index .main-content > .wrapper header {
        font-size: 0.9rem;
    }

    .index .wrapper.slider {
        position: relative;
        left: -50%;

        width: 200%;
    }

    .index .wrapper.customers {
        width: 100%;
        margin-bottom: 0;
    }

    .index .wrapper .wrapper {
        width: 100%;
    }

    .main-content .customers .bloc {
        display: block;

        width: 100%;
        margin-left: 0;
    }

    .main-content .customers .bloc img {
        max-width: 100%;
    }

    .main-content .customers .bloc .div {
        position: relative;
    }

    .bottom section.news .bloc {
        display: block;

        width: 100%;
        margin: 45px 0 0 0;
        padding: 0;

        text-align: left;
    }

    .bottom section.news .bloc:first-child {
        margin: 0;
    }

    .bottom section.news {
        padding: 45px 0;
    }

    /* lentreprise */

    .page-content.lentreprise,
    .page-content.the-company {
        width: 100%;
    }

    .lentreprise .bloc,
    .the-company .bloc {
        float: none;

        width: 100%;
        margin: 0 0 22px 0;

        text-align: left;
    }

    .lentreprise .bloc:first-child,
    .the-company .bloc:first-child {
        margin-left: 0;
    }

    .lentreprise .bloc img,
    .the-company .bloc img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .lentreprise .bloc.text-right,
    .the-company .bloc.text-right {
        width: 100%;

        text-align: left;
    }

    .lentreprise .bloc.text-right h4,
    .the-company .bloc.text-right h4 {
        margin-top: 22px;
    }

    .lentreprise .bloc.text-right div,
    .the-company .bloc.text-right div {
        position: relative;

        width: 100%;
        margin-left: 0;
    }

    .lentreprise .bloc.text-right img,
    .the-company .bloc.text-right img {
        width: 100%;
    }

    /* Contact */

    .nous-joindre .column.infos,
    .nous-joindre .column.map {
        display: block;

        width: 100%;
    }

    .nous-joindre .column.map {
        margin-bottom: 30px;
    }

    /* Product listing */

    .product-listing {
        font-size: 1rem;
    }

    .product-listing article {
        display: block;

        width: 95%;
        max-width: 500px;
        margin: 30px auto;

        vertical-align: top;
    }

    .product-listing article:nth-child(5n+1) {
        margin-left: auto;
    }

    .product-listing .image.alt img {
        position: relative;
        left: 0;

        width: 100%;
        height: auto;
    }

    .product .single_add_to_cart_button,
    .product .add_to_cart_button {
        width: 94%;
        padding: 15px 0 12px 6%;

        background-image: url('img/cart-icon.png');
        background-position: right 15px center;
    }

    .product-desc .image,
    .product-desc .infos,
    .product-desc .cart {
        display: block;

        width: 100%;
        margin-left: 0;
    }

    .product-desc .infos {
        margin-top: 30px;

        border: none;
    }

    .product-desc .cart .price {
        position: relative;
    }

    /* Floating cart button */

    .see-cart {
      display: none;
    }

    .see-cart > a {
        top: -50px;
        left: -100px;
    }

    .see-cart > a:hover {
        left: -110px;
    }

    .see-cart .content img {
        width: 20px;
        height: auto;
    }

    .see-cart .content div {
        left: -15px;
    }

    /* Mon Compte */

    .page-content.mon-compte {
        width: 100%;
    }

    .page-content.mon-compte .addresses .edit {
        display: block;
        clear: both;
    }

    .page-content.mon-compte .addresses h3 {
        margin-bottom: 8px;
    }

    .page-content.mon-compte .addresses .col-2.address {
        margin-top: 30px;
    }

    .page-content.nous-joindre article {
        font-size: 1.6em;
    }

    /* Footer */

    footer.bottom nav.main {
        text-align: left;
    }

    footer.bottom nav.main li {
        display: block;

        margin: 10px 0;

        font-size: 0.8em;
    }

    footer.bottom .column {
        display: block;
    }

    footer.bottom .column.address {
        width: 70%;

        text-align: left;

        line-height: 1.8em;
    }

    footer.bottom .column.disclaimers {
        width: 100%;
        margin-top: 50px;

        text-align: left;
    }

    /* Contact Form 7 */

    .wpcf7-form .row3 br {
        display: none;
    }

    /* woocommerce */

    .page-content.my-account, .page-content.mon-compte {
        width: 100%;
    }

    #order_review {
        font-size: 1em;
    }

    .page-content .column.form + .column {
        margin-left: 0%;
    }

    .util-right .social {
        position: absolute;
        top: 14px;
        left: -118px;
        font-size: 2.2em;
    }

    .util-right .fa-facebook {
        position: relative;
        left: -38px;
    }

    .woocommerce-message a {
      margin: 0 10px 10px 0;
      padding:15px;
      /*float:left!important;
      clear:right;*/
      display: block;
      width:90%;
      margin-left: 10%;
      text-align: center;
    }


}

/* Retina background */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .button.product_type_simple, .single_add_to_cart_button, .add_to_cart_button, .product_type_variable {
        background-image:url('img/cart-icon@2x.png');
        background-size: 27px 24px;
    }

    .product-listing .product a:hover.single_add_to_cart_button,
    .product-listing .product a:hover.add_to_cart_button,
    .product-listing .product a:hover.product_type_variable {
        background-image:url('img/cart-icon@2x.png');
        background-size: 27px 24px;
    }

    .product .single_add_to_cart_button,
    .product .add_to_cart_button {
        background-image:url('img/cart-icon@2x.png');
        background-size: 23px 20px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    overflow: hidden;

    border: 0;
    background-color: transparent;
    /* IE 6/7 fallback */

    *text-indent: -9999px;
}

.ir:before {
    display: block;

    width: 0;
    height: 150%;

    content: "";
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    display: table; /* 2 */

    content: " "; /* 1 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*   CUSTOM CSS WOOCMMERCE OVERWRITE BOOSTRAPS  */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left!important;
  max-width: 48%!important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right!important;
  max-width: 48%!important;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Wordpress default */

.alignleft, img.alignleft {
    display: inline;
    float: left;

    margin-right: 1.5em;
}
.alignright, img.alignright {
    display: inline;
    float: right;

    margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
    display: block;
    clear: both;

    margin-right: auto;
    margin-left: auto;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    padding-top: 5px;

    text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;

    border: 0 none;
}
.wp-caption p.wp-caption-text {
    margin: 0;

    font-size: 10px;
    line-height: 1.5;
}

.inventaires{
    margin-top:100px;
    background:#f1f1f1;
    padding: 100px 0;
}

.inventaires form{
    text-align:left;


}
.inventaires form input[type=text]{
    color: #777;
    font-size: 1em;
    background: #fff;
    padding: 20px 40px;
    margin-bottom:30px;
}
.inventaires form .button{
    border-radius:4px;
}
#inventaire_table{
    width:100%;
    background:#fff;
}
#inventaire_table tr:nth-child(even) {background: #CCC}


#inventaire_table td,
#inventaire_table th{
    padding:10px 20px;
}

#inventaire_table .right{
    text-align:right;
}
