/*––––––––––––––––––––––––––––––––––––––––––––
/* 					GENERAL
–––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #434041;
    background-color: #fbfcfa;
}

a {
    color: #a5c156;
}

a:hover {
    color: #d17e3d;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.green-button {
    background-color: #a5c156;
    color: #ffffff !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-style: none;
    letter-spacing: 1px;
    text-decoration: none !important;
    cursor: pointer;
}


#shoppingCart .cartContent .panier .contact a.green-button-small,
td.actions a.green-button-small, #cart tbody tr td p a.green-button-small {
    background-color: #a5c156;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    border-style: none;
    letter-spacing: 1px;
    text-decoration: none !important;
    cursor: pointer;
}






.green-button:hover {
    background-color: #76961c;
    color: #ffffff !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}

.greenOutline-button {
    background-color: transparent;
    border: 1px solid #76961c;
    color: #76961c !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-decoration: none !important;
    cursor: pointer;
}

.greenOutline-button:hover {
    background-color: #76961c;
    color: #ffffff !important; 
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}

.spaceBefore {
    margin-left:10px;
}


.brown-button {
    background-color: #d17e3d;
    color: #ffffff;
    font-size: 18px;
    border-style: none;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
    text-decoration: none !important;
}

.brown-button:hover {
    background-color: #ab591a;
    color: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}

.white-button {
    background-color: transparent;
    color: #ffffff !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 10px;
    border: 2px solid #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none !important;
}

.white-button:hover {
    background-color: #ffffff;
    color: #a5c156 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

input {
    border-radius: 0 !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #eeeeee;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eeeeee;
}

 ::placeholder {
    color: #eeeeee;
}


section h1 {
    font-weight: 300;
    /*font-size: 48px;*/
    font-size: 40px;
    color: #434041;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999;
}

section .text-grey {
    color: #eeeeee;
    text-indent: 1px;
    font-size: 60px;
    letter-spacing: 1px;
    margin-top: -104px;
    position: relative;
    z-index: -1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

section .intro {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 300;
    padding-top: 20px;  
    max-width: 65%;
    margin: 0 auto;
}

section h2.seo {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #d17e3d;
    line-height: 1.4em;
    max-width: 65%;
    margin: 0 auto;
    padding: 15px 0;
}

.form-group label {
    font-weight: 300;
}

.custom-alert-text {
    color:red;
}

.custom-alert-text a {
    color:red;
}

.custom-alert-text h2 {
    font-size:20px;
}

.custom-alert-text p {
    margin-bottom:0px;
}



.rpt-button {
    color: #a5c156;
    border: 1px solid #a5c156;
    padding: 0px 10px;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 					HEADER
–––––––––––––––––––––––––––––––––––––––––––––– */


/********CENTER MENU**********/

header .center-menu {
    display: flex;
    justify-content: center;
    /*height: 120px;*/
}

header .center-menu .logo img {
    margin: 10px 0;
    width: 400px;
    height: auto;
}

header .center-menu .shop-elements {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #434041;
    display: flex;
    align-items: center;
}

header .center-menu .shop-elements .login{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 35px 0 10px;
}

header .center-menu .shop-elements .login input{
    background-color: #d17e3d;
    color: #ffffff;
    font-size: 10px;
    border-style: none;
    text-transform: uppercase;
    padding: 3px 6px;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 5px;
}

header .center-menu .shop-elements .login input:hover {
    opacity: 0.8;
}

header .center-menu .shop-elements a {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #434041;
    text-transform: uppercase;
    text-decoration: none;
}

header .center-menu .shop-elements a span:first-child {
    font-size: 12px;
}

header .center-menu .shop-elements a:hover {
    color: #a5c156;
    /*font-weight: 700;*/
}

header .center-menu .shop-elements a span {
    display: block;
}

header .center-menu .shop-elements a img {
    margin: 0 10px 0 20px;
}

header .center-menu .shop-elements a.shopping-cart span.price {
    color: #d17e3d;
}

#scrollTop {
    display: inline-block;
    background: #fff url(../images/scrollTop.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
/*
    #scrollTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }
    */
    #scrollTop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #scrollTop:active {
        background-color: #555;
    }

    #scrollTop.show {
        opacity: 1;
        visibility: visible;
    }



/********SECONDARY MENU**********/

header .secondary-menu {
    background: #a5c156;
    height: 30px;
}

header .secondary-menu .container .row .col-12 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

header .secondary-menu .contacts a,
header .secondary-menu .onglets a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

header .secondary-menu .contacts a:hover,
header .secondary-menu .onglets a:hover {
    color: #d17e3d;
    transition: 0.35s
}

header .secondary-menu .contacts a:first-child,
header .secondary-menu .onglets a:first-child {
    margin-right: 30px;
}

header .secondary-menu .onglets a {
    text-transform: uppercase;
}


/********MEGA MENU**********/

header {
    background-color: #ffffff;
}

header nav {
    border-top: 1px solid #d17e3d;
    border-bottom: 1px solid #d17e3d;
}

/*header .navbar-collapse .navbar-nav li {
    padding: 0.5rem 1rem !important;
    margin: 0 1rem !important;
}*/

/*header .navbar-collapse .navbar-nav li .dropdown-menu li.nav-item {
    padding: 0.25rem;
    margin: 0.5rem;
}*/

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

header .navbar-collapse .navbar-nav li .dropdown-menu li .nav-link {
    padding: 0.5rem 0rem !important;
    margin: 0.25rem 0rem !important;
}

header .navbar-collapse {
    max-width: 1300px;
    margin: 0 auto;
}

header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
}

header .navbar-collapse ul.navbar-nav li.nav-item.active {
    background-color: #f6f6f6;
}

header .navbar-collapse ul.navbar-nav li.nav-item.nav-shop {
    background-color: #a5c156;
}

header .navbar-collapse ul.navbar-nav li.nav-item.nav-shop:hover {
    background-color: #d17e3d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-collapse ul.navbar-nav li.nav-item.nav-shop .nav-link {
    color: #ffffff;
}

/*header .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}*/

header .navbar .dropdown-menu {
    border: none;
    background-color: #f6f6f6!important;
}

header .navbar .dropdown-menu .nav-item {
    margin-bottom: 1rem;
    padding: 0;
    margin: 0;
}

header .navbar-dark .navbar-nav .nav-item .dropdown-menu .nav .nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #a5c156;
    text-transform: uppercase;
}

header .navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-link.active {
    font-size: 14px;
    font-weight: 600;
    color: #d17e3d;
    text-transform: uppercase;
}

header .navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-link {
    font-size: 14px;
    text-transform: inherit;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 			HOMEPAGE : SLIDER
–––––––––––––––––––––––––––––––––––––––––––––– */
#slider {
    margin-top: -1px;
}

#slider .carousel-item {
    height: 615px;
    min-height: 615px;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .carousel-caption {
    position: absolute;
    right: 0;
    top: 25%;
    left: 4%;
    z-index: 10;
    width: 25%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}

#image-mobile {
    display: none;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/*      BOUTIQUE : CAROUSEL PRODUITS
–––––––––––––––––––––––––––––––––––––––––––––– */
.carousel-control-prev,
.carousel-control-next {
    width: 2% !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
   background-color: #d17e3d; 
   opacity: 1 !important;
}

#Carousel .carousel-item input[type="image"] {
    border: 1px solid #e0ddda !important;
}



/*––––––––––––––––––––––––––––––––––––––––––––
/* 		HOMEPAGE : SHOP PRODUCTS SECTION
–––––––––––––––––––––––––––––––––––––––––––––– */

#products-section {
    padding: 30px 0 0;
}

#products-section h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #434041;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999;
}

#products-section .text-grey {
    color: #eeeeee;
    text-indent: 1px;
    font-size: 90px;
    letter-spacing: 1px;
    margin-top: -125px;
    position: relative;
    z-index: -1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

#productsMenu {
    margin: 80px 0;
    justify-content: space-between;
}

#productsMenu .nav-link.active,
#productsMenu .nav-link:focus,
#productsMenu .nav-link:hover {
    background-color: transparent;
    border: 1px solid #d17e3d;
    color: #d17e3d;
    background-color: #ffffff;
}

#productsMenu .nav-item {
    width: 32%;
    text-align: center;
}

#productsMenu a.nav-link {
    color: #434041;
    border: 1px solid #a5c156;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    background-color: #ffffff;
    width: 100%;
}

#products-section #productsContent a {
    text-decoration: none !important;
}

#products-section #productsContent a .card:hover, .recipesSection .card:hover {
    border: 1px solid #d17e3d;
    box-shadow: 2px 2px 3px 0px #e6e6e6;
}

#products-section #productsContent a:hover h3.card-title {
    color: #d17e3d;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#products-section #productsContent a:hover p.card-subtitle {
    color: #a5c156 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#products-section #productsContent a .card h3 {
    color: #434041;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}

#products-section #productsContent a .card p.card-subtitle {
    color: #d17e3d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    min-height: 45px;
    max-height: 45px;
}

#products-section #productsContent a .card p.card-text {
    color: #434041;
    font-size: 12px;
    font-weight: 300;
    min-height: 40px;
    max-height: 40px;
}

#products-section #productsContent a .card .card-body .cart-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#products-section #productsContent a .card .card-body .cart-buttons .price {
    color: #d17e3d;
}

#products-section #productsContent a .card .card-body .cart-buttons button {
    text-transform: uppercase;
    background-color: #a5c156;
    color: #ffffff;
    border-style: none;
    padding: 5px 25px;
    cursor: pointer;
}


#products-section #productsContent a .card .card-body .cart-buttons div {
    text-transform: uppercase;
    background-color: #a5c156;
    color: #ffffff;
    border-style: none;
    padding: 5px 25px;
    cursor: pointer;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 		HOMEPAGE : MAGASIN SECTION
–––––––––––––––––––––––––––––––––––––––––––––– */

#magasin-section {
    display: none;
}







/*––––––––––––––––––––––––––––––––––––––––––––
/* 		HOMEPAGE : CTA : MAISON SABATON
–––––––––––––––––––––––––––––––––––––––––––––– */

#cta {
    background: #f4f4f4;
}

#cta .wrapper {
    padding: 20px;
}

#cta h2 {
    font-size: 36px;
    color: #a5c156;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#cta p {
    font-size: 20px;
    font-weight: 300;
    padding: 70px;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 		HOMEPAGE : RECIPES SECTION
–––––––––––––––––––––––––––––––––––––––––––––– */

#recipes {
    padding: 40px 0 40px;
}

#recipes h2 {
    font-weight: 300;
    font-size: 48px;
    color: #434041;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999;
}

#recipes .text-grey {
    color: #eeeeee;
    text-indent: 1px;
    font-size: 90px;
    letter-spacing: 1px;
    margin-top: -125px;
    position: relative;
    z-index: -1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

.recipesSection {
    margin-top: 80px;
}

#recipes .recipesSection .card-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 150px;
}

/*#recipes .recipesSection .card img.card-img-top {
    min-height: 295px;
    max-height: 295px;
}*/

#recipes .recipesSection .card a h4 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: none;
}

#recipes .recipesSection .card:hover a  {
    text-decoration: none;
}

#recipes .recipesSection .card:hover a h4 {
    text-decoration: none !important;
    color: #d17e3d;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 		HOMEPAGE : FRUITS + SAVOIR FAIRE
–––––––––––––––––––––––––––––––––––––––––––––– */

#fruits .overlay,
#expertise .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

#fruits .overlay:hover,
#expertise .overlay:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#fruits .overlay h3,
#expertise .overlay h3 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

#fruits .overlay {
    padding: 60px;
}

#fruits .overlay button,
#expertise .overlay button {
    margin-top: 20px;
}

.block-image {
    min-height: 300px;
    max-height: 300px;
}

#expertise {
    padding: 20px 0 40px;
}

#fruits {
    padding: 20px 0 40px;
    background-color: #f5f5f5;
}

.expertiseSection,
.fruitsSection {
    margin-top: 40px;
}

#fruits h2 {
    font-weight: 300;
    font-size: 48px;
    color: #434041;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999;
}

#fruits .text-grey {
    color: #eeeeee;
    text-indent: 1px;
    font-size: 90px;
    letter-spacing: 1px;
    margin-top: -125px;
    position: relative;
    z-index: -1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

#expertise h2 {
    font-weight: 300;
    font-size: 48px;
    color: #434041;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999;
}

#expertise .text-grey {
    color: #eeeeee;
    text-indent: 1px;
    font-size: 90px;
    letter-spacing: 1px;
    margin-top: -125px;
    position: relative;
    z-index: -1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

#expertise h4 {
    font-size: 24px;
    font-weight: 400;
    color: #d17e3d;
    margin-bottom: 15px;
} 

/*––––––––––––––––––––––––––––––––––––––––––––
/* 					FOOTER
–––––––––––––––––––––––––––––––––––––––––––––– */

#footer {
    background: #f4f4f4 !important;
    padding: 20px;
}

#footer h5 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #a5c156;
    text-transform: uppercase;
}

#footer a {
    color: #434041;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.quick-links li a {
    color: #434041;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.footer-end {
    padding: 15px 0;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/*                  ACCOUNT
–––––––––––––––––––––––––––––––––––––––––––––– */
#account {
    margin: 80px 0;
}

.border {
    padding: 2% ;
}

.border ul {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
}

.border ul li {
    padding: 4% 0 4% 0;
    border: 1px solid #ced4da;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.border ul li a {
    text-decoration: none;
}

.border ul li:hover > a{
    color: #d17e3d;
}

.border ul li:hover, .border ul li.active {
    border: 1px solid #d17e3d;
    background-color: #fcfcfc;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}

#account h1 {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d17e3d;
}

#account h2 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d17e3d;
}

#account .contenu h3 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d17e3d;
}

#account .contenu p {
    margin-top: 20px;
    line-height: 2rem;
}

#account .row {
    margin-bottom: 20px;
}
/*––––––––––––––––––––––––––––––––––––––––––––
/* 		         ACTUALITES 
–––––––––––––––––––––––––––––––––––––––––––––– */

#news {
    margin: 40px 0;
}

.newsSection {
    margin-top: 80px;
}

.newsSection a {
    text-decoration: none !important;
}

.newsSection h2 {
    color: #434041;
    font-size: 20px;
    font-weight: 300;
}

.newsSection h2:hover {
    color: #a5c156;
}

.newsSection a .card hr {
    background-color: #d17e3d;
    color: #d17e3d;
    width: 50%;
    height: 1px;
    margin-left: 0;
}

.newsSection a .card p {
    font-weight: 300;
    font-size: 14px;
    color: #434041;
}

.newsSection .green-button {
    font-size: 16px;
    padding: 10px 15px;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 		         CONNECT / SIGN UP
–––––––––––––––––––––––––––––––––––––––––––––– */

#connect {
    margin: 80px 0;
}

.connectSection {
    margin-top: 80px;
}

.connectSection h2 {
    font-size: 32px;
    color: #d17e3d;
    text-transform: uppercase;
    line-height: 1.6em;
}

.connectSection form label,
.connectSection p {
    font-weight: 300;
}

.connectSection .required {
    color: #ce0913;
    font-weight: 700;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 		        SIGN UP
–––––––––––––––––––––––––––––––––––––––––––––– */

#suscribe {
    margin: 80px 0;
}

#suscribe .suscribeSection {
    margin-top: 80px;
}

#suscribe .suscribeSection h2 {
    font-size: 32px;
    color: #d17e3d;
    text-transform: uppercase;
    line-height: 1.6em;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 				FORMULAIRES
–––––––––––––––––––––––––––––––––––––––––––––– */

form .form-areas {
    padding: 0px;
}

form .form-areas:first-child {
    padding-right: 5px !important;
}

form .form-areas:last-child {
    padding-left: 5px !important;
}

form .double-areas {
    display: flex;
    flex-direction: row;
}

form hr {
    color: #d17e3d;
    background-color: #d17e3d;
}

select {
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.help {
    font-size:14px;
    color:#C9CACA;
    font-style:italic;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 			PAGE CONTENU
–––––––––––––––––––––––––––––––––––––––––––––– */

#content {
    margin: 40px 0;
}

#content .contentSection {
    margin-top: 50px;
}

#content .contentSection h2 {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #d17e3d;
    line-height: 1.4em;
    margin-bottom:20px;
}

#content .contentSection h3 {
    font-size: 22px;
    font-weight: 600;
    color: #d17e3d;
    line-height: 1.4em;
    margin-bottom:20px;
}

#content .contentSection h4 {
    font-size: 20px;
    font-weight: 600;
    color: #d17e3d;
    line-height: 1.4em;
    margin-bottom:20px;
}

#content .contentSection p {
    font-family: sans-serif;
    /*color:red;*/
    /*font-weight: 300;*/
    font-weight: 400;
}

#content .contentSection p strong,
#content .contentSection p a {
    font-weight: 600;
}

#content .contentSection .logos-qualité img {
    height: 60px;
    width: auto;
    margin-right: 10px;
    box-shadow: 0;
}

#content .contentSection img {
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .15);
    margin-bottom: 15px;
}


/* 			LIENS BAS DE PAGE
–––––––––––––––––––––––––––––––––––––––––––––– */

#links {
    margin: 80px 0;
    padding-top: 20px;
}

#links h3 {
    font-weight: 300;
    font-size: 48px;
    color: #434041;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999;
}

#links .text-grey {
    color: #eeeeee;
    text-indent: 1px;
    font-size: 90px;
    letter-spacing: 1px;
    margin-top: -125px;
    position: relative;
    z-index: -1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

#links .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

#links .overlay:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#links .overlay h4 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 				RECETTES
–––––––––––––––––––––––––––––––––––––––––––––– */

#cookingRecipes {
    margin: 40px 0;
}

#cookingRecipesContent .row {
    margin: 40px 0;
}

#cookingRecipes #cookingRecipesContent a .card {
    text-align: center;
}

#cookingRecipes #cookingRecipesContent a .card .card-body {
    min-height: 150px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#cookingRecipes #cookingRecipesContent a .card h2 {
    font-weight: 300;
    font-size: 18px;
    text-transform: inherit;
    color: #434041;
    text-align: left;
    min-height: 50px;
}

#cookingRecipes #cookingRecipesContent a .card h2:hover {
    text-decoration: none !important;
}

#cookingRecipesMenu {
    margin: 40px 0 20px 0;
    justify-content: space-between;
}

#cookingRecipesMenu .nav-link.active,
#cookingRecipesMenu .nav-link:focus,
#cookingRecipesMenu .nav-link:hover {
    background-color: transparent !important;
    border: 1px solid #d17e3d !important;
    color: #d17e3d !important;
    background-color: #ffffff !important;
}

#cookingRecipes #cookingRecipesMenu .nav-item {
    width: 30%;
    text-align: center;
}

#cookingRecipes #cookingRecipesMenu .nav-link {
    color: #434041;
    border: 1px solid #a5c156;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    background-color: #ffffff;
    width: 100%;
}

#cookingRecipes #cookingRecipesContent a {
    text-decoration: none !important;
}

#cookingRecipes #cookingRecipesContent a img {
    max-height: 210px;
}

#cookingRecipes #cookingRecipesContent a .card:hover {
    border: 1px solid #d17e3d;
    box-shadow: 2px 2px 3px 0px #e6e6e6;
}

#cookingRecipes #cookingRecipesContent a:hover h2.card-title {
    color: #a5c156 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#cookingRecipes #cookingRecipesContent a:hover .green-button {
    background-color: #d17e3d !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.shop-elements .cart-items {
    white-space: nowrap;
}
/*––––––––––––––––––––––––––––––––––––––––––––
/* 			        SHOP 
–––––––––––––––––––––––––––––––––––––––––––––– */

#shop {
    margin: 40px 0;
}

.shopContent {
    margin-top: 40px;
}

.shopContent .fdescription span {
    color:#d17e3d;
}

#shop #shopSection a .card .card-body .cart-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#shop #shopSection a .card .card-body .cart-buttons .price {
    color: #d17e3d;
}

#shop #shopSection a .card .card-body .cart-buttons div {
    text-transform: uppercase;
    background-color: #a5c156;
    color: #ffffff;
    border-style: none;
    padding: 5px 25px;
    cursor: pointer;
}

#shop #shopSection .row {
    margin-bottom: 40px;
}

#shop #shopSection .row:last-child {
    margin-bottom: 0;
}

#shop #shopSection a {
    text-decoration: none !important;
}

#shop #shopSection a .card:hover {
    border: 1px solid #d17e3d;
    box-shadow: 2px 2px 3px 0px #e6e6e6;
}

#shop #shopSection a:hover h3.card-title {
    color: #d17e3d;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#shop #shopSection a:hover p.card-subtitle {
    color: #a5c156 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#shop #shopSection a .card h3 {
    color: #434041;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    min-height: 50px;
}

#shop #shopSection a .card p.card-subtitle {
    color: #d17e3d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    min-height: 50px;
}

#shop #shopSection a .card p.card-text {
    color: #434041;
    font-size: 12px;
    font-weight: 300;
}


/*–––––––––––––FILTRES–––––––––––––––––––––*/

.filter-title {
    font-size: 18px;
    color: #a5c156;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.Filtercheckboxes ul {
    list-style: none;
    padding-left: 0;
}

.Filtercheckboxes ul li.famille a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.Filtercheckboxes ul li a {
    font-size: 12px;
    color: #434041;
    text-transform: uppercase;
}

.Filtercheckboxes ul li a:hover { 
    text-decoration: none !important;   
}

.Filtercheckboxes ul li.famille {
    background-color: #f0f0f1;
    text-align: left;
    padding-left: 4%;
    width: 100%;
    margin-left: 0;
}
.Filtercheckboxes ul li.famille:hover{
    background-color: #eceeef;
}

.Filtercheckboxes ul li {
    padding: 2% 0 2% 4%;
    border: 1px solid #ced4da;
    text-align: left;
    margin: 10px 0;
    width: 93%;
    margin-left: 20px;
}

.Filtercheckboxes ul li:hover {
    background-color: #f5f5f5; 
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}

.Filtercheckboxes ul li.active {
    border: 1px solid #a5c156;
    background-color: #f5f5f5;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}

.Filtercheckboxes ul li.active a {
    color: #a5c156;
    font-weight: 900;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 			PAGE PRODUCT
–––––––––––––––––––––––––––––––––––––––––––––– */
/*PHOTOS PART*/

#product-details {
    margin-top: 30px;
}

#product-details .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.vignettes {
    margin-top: 1.5rem;
}

#product-details #shop-product .card .tab-content img {
    max-width: 553px;
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 19.5%;
    margin-right: 1.20%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-thumbnail.nav-tabs li input[type="image"] {
    width: 95%;
}

.preview-thumbnail.nav-tabs li:last-child {
    margin-right: 0px;
}

.preview-thumbnail.nav-tabs li:hover {
    border: 1px solid #d17e3d;
    cursor: pointer;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}


/*DETAILS PART*/

#product-details .breadcrumb {
    background-color: #fbfcfa !important;
    padding: 0 !important;
    margin: 0 !important;
}

#product-details .breadcrumb a {
    text-transform: uppercase;
}

#product-details .breadcrumb span {
    color: #a5c156;
    margin: 0 10px;
}

#product-details .main-title {
    margin-top: 40px;
}

#product-details .main-title h2 {
    font-size: 20px;
}

#product-details .main-title h2 strong {
    color: #d17e3d;
    font-weight: 600;
    text-transform: uppercase;
}

#product-details #shop-product {
    margin: 40px 0;
}
/*
#product-details #shop-product .card .card-header {
    background-color: #ffffff !important;
    border: 0 !important;
}

#product-details #shop-product .card .card-header .ref {
    font-weight: 300 !important;
    color: #999999;
}

#product-details #shop-product .card .card-header .product-title {
    font-weight: 900;
    font-size: 18px;
    color: #434041;
    text-transform: uppercase;
    margin-top: 35px;
}

#product-details #shop-product .card .card-header .price {
    font-size: 24px;
    color: #d17e3d;
}

#product-details #shop-product .card .card-header ul.social {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-top: 40px;
}

#product-details #shop-product .card .card-header ul.social li {
    margin-right: 10px;
}

#product-details #shop-product .card .card-body .description {
    font-size: 15px;
    font-weight: 300;
    padding: 20px 0;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

#product-details #shop-product .card .card-body .choice {
    font-size: 18px;
    color: #d17e3d;
    font-weight: 600;
    margin-bottom: 20px;
}
*/




#product-details #shop-product .card  {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    
}

#product-details #shop-product .card  .ref {
    font-weight: 300 !important;
    color: #999999;
    text-align:right;
    padding-bottom: 10px;
}

#product-details #shop-product .card  h1 {
    font-weight: 900;
    font-size: 18px;
    color: #434041;
    text-transform: uppercase;
    margin-top: 10px;
}


#product-details #shop-product .card  h3 {
    font-size: 16px;
    margin:0px;

}

#product-details #shop-product .card p.price {
    text-align:right;
    font-size: 28px;
    color: #d17e3d;
    padding-bottom: 8px;
}

#product-details #shop-product .card p.price span {
    font-size: 14px;

}




#product-details #shop-product .card ul.social {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-top: 20px;
}

#product-details #shop-product .card ul.social li {
    margin-right: 10px;
}

#product-details #shop-product .card .description {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

#product-details #shop-product .card .choice {
    font-size: 18px;
    color: #d17e3d;
    font-weight: 600;
    margin-bottom: 20px;
}

/**/
.select-quantite {
    margin-bottom: 15px;
}


.select-quantite label {
    margin-right: 9px;
}

.select-quantite input[type="submit"], td.quantity input[type="submit"] {
    border-style: solid !important;
    background-color: #ced4da !important;
    border: 2px solid #ced4da;
    margin: 0 -3px 0 -3px;
    padding: 1px 8px;
}
/*
#product-details #shop-product .card .card-body .wrapper-forms .select-forme,
#product-details #shop-product .card .card-body .wrapper-forms .select-poids {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
}

#product-details #shop-product .card .card-body .wrapper-forms .select-forme label,
#product-details #shop-product .card .card-body .wrapper-forms .select-poids label {
    width: 20%;
}

#product-details #shop-product .card .card-body .wrapper-forms .select-forme select,
#product-details #shop-product .card .card-body .wrapper-forms .select-poids select {
    width: 80%;
    height: 40px;
    color: #767676;
    font-weight: 600;
}

#product-details #shop-product .card .card-body .wrapper-forms .select-forme select option,
#product-details #shop-product .card .card-body .wrapper-forms .select-poids select option {
    color: #767676;
}

#product-details #shop-product .card .card-body .wrapper-forms input.green-button {
    width: 100%;
    margin: 30px 0;
}

#product-details #shop-product .card .card-body .details a {
    color: #d17e3d;
    text-transform: uppercase;
}
*/

#product-details #shop-product .card .wrapper-forms .select-forme,
#product-details #shop-product .card .wrapper-forms .select-poids {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
}

#product-details #shop-product .card .wrapper-forms .select-forme label,
#product-details #shop-product .card .wrapper-forms .select-poids label {
    width: 20%;
}

#product-details #shop-product .card .wrapper-forms .select-forme select,
#product-details #shop-product .card .wrapper-forms .select-poids select {
    width: 80%;
    height: 40px;
    /*color: #767676;*/
    color: #fff;
    background-color:#D17E3D;
    font-weight: 600;
}

#product-details #shop-product .card .wrapper-forms .select-forme select option,
#product-details #shop-product .card .wrapper-forms .select-poids select option {
    /*color: #767676;*/
    color: #fff;
    background-color:#D17E3D;
}

#product-details #shop-product .card .wrapper-forms input.green-button {
    width: 100%;
}

#product-details #shop-product .card .details a {
    color: #d17e3d;
    /*text-transform: uppercase;*/
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––– */

#timeline p.intro {
    font-style: italic;
    color: #a5c156;
    font-size: 24px;
    margin: 40px 0;
}

#timeline .page-header h2 {
    font-size: 18px;
    font-weight: 300;
}

#timeline .page-header {
    margin: 80px 0;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-bottom: 80px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #d17e3d;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline .timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 41%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: transparent;
    border: 3px solid #d17e3d;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li>.timeline-badge .circle {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 79%;
    margin-left: -25px;
    background-color: #d17e3d;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline .timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-body {
    padding: 30px;
}

.timeline .timeline-body .logos img {
    width: 65px;
    margin-right: 20px;
}

.timeline .timeline-body h3 {
    font-size: 24px;
    color: #d17e3d;
    font-weight: 600;
}

.timeline .timeline-panel .timeline-body p:first-child {
    margin-bottom: 20px;
}

.contentHistory {
    margin-bottom: 80px;
}

.contentHistory h3 {
    font-style: italic;
    color: #a5c156;
    font-size: 24px;
    margin-bottom: 40px;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    ONE RECIPE
–––––––––––––––––––––––––––––––––––––––––––––– */

#finalReceipe {
    margin-bottom: 40px;
}

#finalReceipe h1 {
    color: #a5c156;
    font-size: 32px;
    margin: 15px 0 30px 0;
}

#finalReceipe .nav-item {
    width: 30%;
    text-align: center;
}

#finalReceipe .nav-link {
    color: #434041;
    border: 1px solid #a5c156;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#finalReceipe .img-receipe img {
    max-height: 500px;
}

#finalReceipe .index {
    background-color: #eeeeee;
    padding: 30px 0;
    margin-top: 30px; 
}

#finalReceipe .index span.index-titles {
    font-size: 18px;
    font-weight: 600;
    color: #d17e3d;
    display: block;
    margin-bottom: 30px;
}

#finalReceipe .index .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#finalReceipe .index .wrapper span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
}

#finalReceipe .recipeBody .card {
    margin-top: 25px;
    padding: 20px;
}

#finalReceipe .recipeBody .card h2 {
    font-size: 28px;
    font-weight: 600;
    color: #d17e3d;
    margin-bottom:20px;
}

#finalReceipe .recipeBody .card ul {
    list-style-type: none;
    padding: 0;
}

#finalReceipe .recipeBody .card ul li {
    line-height: 1.6em;
}

#finalReceipe .recipeBody .card img {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
}

#finalReceipe .related-products {
    margin-top: 25px;
}

#finalReceipe .related-products h2, .moreContent h3 {
    font-size: 24px;
    font-weight: 400;
    color: #d17e3d;
    margin-bottom: 15px;
}

#finalReceipe .related-products a .card:hover {
    border: 1px solid #d17e3d;
    box-shadow: 2px 2px 3px 0px #e6e6e6;
}

#finalReceipe .related-products a {
    text-decoration: none !important;
}

#finalReceipe .related-products a .card h3 {
    color: #434041;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}

#finalReceipe .related-products a .card p.card-subtitle {
    color: #d17e3d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

#finalReceipe .related-products a .card p.card-text {
    color: #434041;
    font-size: 12px;
    font-weight: 300;
}

#finalReceipe .related-products a .card .card-body .cart-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#finalReceipe .related-products a .card .card-body .cart-buttons button {
    text-transform: uppercase;
    background-color: #a5c156;
    color: #ffffff;
    border-style: none;
    padding: 5px 25px;
    cursor: pointer;
}

#finalReceipe .socials img.socialsSvg {
    width: 30px;
    height: 30px;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    CART
–––––––––––––––––––––––––––––––––––––––––––––– */

#shoppingCart {
    margin: 40px 0;
}

#shoppingCart .cartContent {
    margin-top: 40px;
}

#shoppingCart .cartContent .seuil {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

#shoppingCart .cartContent .remise {
    font-weight: 300;
    font-size: 20px;
    color: #d17e3d;
    letter-spacing: 1px;
    margin-bottom: 0.10rem;
}

#shoppingCart .cartContent .next-remise{
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

#shoppingCart .cartContent .panier-content {
    font-weight: 300;
    font-size: 20px;
    color: #a5c156;
    letter-spacing: 1px;
}

#shoppingCart .cartContent .panier {
    margin-bottom: 100px;
    background-color: #f4f4f4;
}

#shoppingCart .cartContent .panier .expedition {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #a5c156;
    padding: 15px 20px;
}

#shoppingCart .cartContent .panier .expedition input{
    margin-left: 8px;
}

#shoppingCart .cartContent .panier .expedition input:hover{
    opacity: 0.8;
}

#shoppingCart .cartContent .panier .receiver {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 20px;
}

#shoppingCart .cartContent .panier .contact {
    width: 50%;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    #shoppingCart .cartContent .panier .contact span.titre {
        font-weight: 300;
        font-size: 22px;
        color: #d17e3d;
        margin: 0px;
        padding: 0px;
    }



#shoppingCart .cartContent .panier .contact strong {
    color: #d17e3d;
}

#shoppingCart .cartContent .panier .contact a {
    color: #a5c156;
    border: 1px solid #a5c156;
    padding: 0px 10px;
}

#shoppingCart .cartContent .panier .contact a:hover {
    transition: all .35s ease;
    opacity: 1;
}


/* #shoppingCart .cartContent .panier .buttons {
    display: flex;
    flex-direction: column;
    width: 30%;
} */

#shoppingCart .cartContent .panier .gift {
    width: 50%;
    text-align: right;
}

#shoppingCart .cartContent .panier .receiver button.brown-button {
    font-size: 14px;
}

#shoppingCart .cartContent .panier:last-child {
    margin-bottom: 0px;
}

#shoppingCart table.table {
    margin-bottom: 0;
}

#shoppingCart table#cart .label {
    display: flex;
    align-items: center;
}

#shoppingCart table#cart h2 {
    font-weight: 700;
    font-size: 16px;
}

#shoppingCart table#cart h2 a {
    text-transform: initial;
}

#shoppingCart table#cart .dluo {
    font-weight: 400;
    font-size: 11px;
}

#shoppingCart table#cart h3 {
    font-weight: 300;
    font-size: 22px;
    padding-left: 10px;
    color: #d17e3d;
}

#shoppingCart table#cart p {
    font-weight: 300;
    padding-left: 15px;
}

#shoppingCart table#cart p strong{
    font-weight: 400;
    color: #d17e3d;
}

.table>thead>tr>th {
    font-size: 14px;
    text-transform: uppercase;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.table>tbody>tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/*.table>tbody>tr td.Product {
    min-height: 150px;
    max-height: 150px;
}*/

.table>tbody>tr td.Product img.img-thumbnail {
    max-width: 25%;
}

.tableHeader {
    display: flex;
}
.tableTitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 11%;
    text-align: center;
}

.tableTitle.prod {
    width: 55%;
    text-align: left;
}

.tableTitle.prix {
    width: 8%;
}

.tableTitle.total {
    width: 12%;
}

.table>tbody>tr td.ref,
.table>tbody>tr td.price {
    font-size: 16px;
    color: #767676;
    text-align: center;
}

table > tbody > tr td.price span {
    text-decoration: line-through;
    display: inline-block;
    padding-left: 5px;
}

.table>tbody>tr td.quantity {
    text-align: center;
}

.table>tbody>tr td.actions a.delete {
    font-size: 18px;
    color: #ce0913;
    text-decoration: none;
}

#shoppingCart #delivery .card-header h3 {
    font-size: 16px;
    color: #d17e3d;
    font-weight: 700;
    text-transform: uppercase;
}

#shoppingCart #delivery .card-header {
    background-color: #f4f4f4;
}

#shoppingCart #delivery .shipping-choice p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 0;
}

#shoppingCart #delivery .shipping-choice a.green-button {
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
}

#shoppingCart #delivery .card-body {
    display: flex;
    justify-content: space-between;
}

#shoppingCart #delivery .card-body .shipping {
    width: 45%;
    background-color: #f4f4f4;
    padding: 10px 15px;
}

#shoppingCart #delivery .card-body .shipping .company {
    display: flex;
    align-items: center;
}

#shoppingCart #delivery .card-body .shipping .dates {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

#shoppingCart #delivery .card-body .shipping .dates strong {
    font-size: 14px;
    color: #ab591a;
    text-transform: uppercase;
    font-weight: 700;
}

#shoppingCart #delivery .card-body .shipping .dates .transport {
    font-size: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}

#shoppingCart #delivery .card-body .shipping .dates .transport label {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 10px;
}

#shoppingCart #delivery .card-body .shipping .dates span.rdv {
    font-size: 10px;
    text-transform: initial;
}

#shoppingCart #delivery .card-body .shipping span.title {
    font-size: 12px;
    color: #a5c156;
    font-weight: 700;
    text-transform: uppercase;
}

#shoppingCart #delivery .card-body .shipping span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
table.livraison {
    width: 100%;
}

table.livraison tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

table.livraison tbody tr td {
    border: 0 !important;
}

.table-hover table.livraison tbody tr:hover {
    background-color: transparent !important;
}

table.livraison td {
    width: 20%;
}
table.livraison td.mode {
    width: 15%;
}
table.livraison td.dateLiv {
    width: 100%;
}

table.livraison td.dateLiv .modeLivraisonTxt {
    margin-bottom: 20px;
}

table.livraison td.dateLiv .modeLivraisonTxt span.vert {
    color: #a5c156;
}

table.livraison td.dateLiv .modeLivraisonTxt span.orange {
    color: #d17e3d;
    font-weight: bold;
}

table.livraison td.dateLiv .modeLivraisonTxt span.port {
    color: #a5c156;
    font-weight:bold;
}


@media screen and (max-width: 600px) {
    table#cart tbody td .form-control {
        width: 20%;
        display: inline !important;
    }
    .actions .btn {
        width: 36%;
        margin: 1.5em 0;
    }
    table#cart thead {
        display: none;
    }
    /*table#cart tbody td {
        display: block;
        padding: .6rem;
        min-width: 320px;
        text-align: center;
    }*/
    table#cart tfoot td {
        display: block;
    }
    table#cart tfoot td .btn {
        display: block;
    }
    table.livraison tbody tr {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-direction: column;
    }
    table.livraison tbody tr td{
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    table.livraison td.mode .price {
        font-size: 18px !important;
    }

    table.livraison td.mode {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    #shoppingCart .cartContent .panier .receiver {
        display: flex;
        flex-direction: column;
    }
    #shoppingCart .cartContent .panier .contact {
        width: 100%;
        text-align: center;
        align-items: center;
        font-size: 14px;
    }


    #shoppingCart .cartContent .panier .contact span.titre {
        font-weight: 300;
        font-size: 22px;
        color: #d17e3d;
        margin:0px;
        padding:0px;
        border:1px solid red;
    }



    #shoppingCart .cartContent .panier .gift {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

/*––––––––––––––––––––––––––––––––––––––––––––
/*         PAGE DESTINATAIRES
–––––––––––––––––––––––––––––––––––––––––––––– */
#destinataires {
    margin: 80px 0;
}

#destinataires .text-left {
    padding: 5% 0;
}

#destinataires .text-left h2 {
    font-size: 26px;
    color: #d17e3d;
}

#destinataires .text-left h4 {
    font-size: 20px;
    color: #76961c;
    padding: 3% 0;
    text-transform: uppercase;
    max-width: 85%;
}

#destinataires .text-left .checkbox {
    margin: 25px 0;
}

#destinataires .text-left .checkbox label {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    display: flex;
}

#destinataires .text-left .checkbox label strong{
    line-height: 1.4em;
    font-weight: 400;
    display: contents;
}

#destinataires .text-left .checkbox label span input, #destinataires .text-left .checkbox label h2 input {
    margin-right: 5px;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/*         POP UP CARTE CADEAU
–––––––––––––––––––––––––––––––––––––––––––––– */
.CarnetModifier {
    background-color: #fbf8f8 !important;
    padding: 2% 3% !important;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .095)!important;
}

.CarnetModifier h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
}

.CarnetModifier .popupContent textarea {
    margin: 20px 0;
}

.CarnetModifier .popupContent .btn.valider {
   background-color: #a5c156;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-style: none;
    letter-spacing: 1px;
    text-decoration: none !important;
    border-radius: 0 !important;
    cursor: pointer; 
    margin-right: 10px;
}

.CarnetModifier .popupContent .btn {
    background-color: #d17e3d;
    color: #ffffff;
    font-size: 18px;
    border-style: none;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0 !important;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    POP UP SHOPPING CART
–––––––––––––––––––––––––––––––––––––––––––––– */

.PanierAjouter {
    padding: 60px 30px;
    width: 50%;
    text-align: center;
}

.PanierAjouter h3{
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4em;
    padding-top: 10% !important;
    padding-bottom: 8% !important;
}

.PanierAjouter .col-md-12 {
    padding-bottom: 10% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PanierAjouter .prev a {
    background-color: #d17e3d;
    color: #ffffff;
    font-size: 18px;
    border-style: none;
    text-transform: uppercase;
    padding: 10px 30px;
    text-decoration: none !important;
    cursor: pointer;
}

.PanierAjouter .next a {
    background-color: #a5c156;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-style: none;
    letter-spacing: 1px;
    text-decoration: none !important;
    cursor: pointer;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    CART BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––– */

.cart-buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
}

.cart-buttons a.continue {
    color: #d17e3d;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 18px;
    text-decoration: none;
}

.cart-buttons a.continue:hover {
    background-color: #ab591a;
    color: #ffffff;
    transition: all .35s ease;
    box-shadow: 0 .25rem .35rem rgba(0, 0, 0, .085)!important;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    RECAP ORDER
–––––––––––––––––––––––––––––––––––––––––––––– */

.recap .card.white {
    background-color: #ffffff;
}

.recap .card {
    padding: 25px 25px 0 25px;
}

.recap .card .card-header,
.recap .card .card-footer {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

.recap .card .card-body {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.recap .card .card-body .line-1 h4,
.recap .card .card-body .line-2 h4 {
    color: #767676;
    font-size: 14px;
    text-transform: uppercase;
}

.recap .card .card-body .line-1,
.recap .card .card-body .line-2,
.recap .card .card-body .line-3,
.recap .card .card-body .line-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.recap .card .card-body .line-3 h4,
.recap .card .card-body .line-3 span {
    color: #d17e3d;
    font-size: 14px;
    text-transform: uppercase;
}

.recap .card .line-4 a.green-button {
    font-size: 14px;
    display: inline-table;
    padding: 5px 10px;
}

.recap .card .card-footer .line-1 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px 0;
}

    .recap .card .card-footer .line-2 {
        display: flex;
        justify-content: space-between;
        padding: 0px;
    }

.recap .card .card-footer .line-1 {
    font-size: 23px;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    SUMMARY CART
–––––––––––––––––––––––––––––––––––––––––––––– */

.summary-cart .card {
    background: #f4f4f4;
    margin-bottom: 20px;
}

.summary-cart .card .card-body {
    border-bottom: 0;
}

.summary-cart .card .card-body .line {
    margin-bottom: 20px;
}

.summary-cart .card .card-body .line:last-child {
    margin-bottom: 0px;
}

.summary-cart .card .card-body .line .line-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.summary-cart .card .card-body .line .line-product img {
    max-width: 55px;
    margin-right: 10px;
}

.summary-cart .card .card-body .line .line-product p.infos {
    font-size: 11px;
    margin: 0;
}

.summary-cart .card .card-body .line .line-product .delete {
    font-size: 18px;
    color: #ce0913;
    text-decoration: none;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* 			    SHIPPING STEPS
–––––––––––––––––––––––––––––––––––––––––––––– */

#order-steps {
    margin-top: 80px;
}

#order-steps .menu-order .steps {
    height: 75px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
}

#order-steps .card.shipping {
    padding: 50px;
}


#order-steps .card.shipping strong {
    color: #d17e3d;
}


#order-steps .card.shipping .shipping-choice p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 0;
}

#order-steps .card.shipping .shipping-choice p a {
    font-size: 16px;
    padding: 10px 15px;
    margin-left: 10px;
}

#order-steps h1 {
    font-size: 26px;
    font-weight: 700;
    color: #a5c156;
    margin-bottom: 10px;
}

#order-steps h2 {
    font-size: 18px;
}

#order-steps .card .titles-shipping h2 {
    font-size: 22px;
    color: #a5c156;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0;
}

#order-steps .card.shipping .home-shipping .col-lg-6 {
    margin-bottom: 15px;
}

#order-steps .card.shipping .home-shipping .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    max-height: 160px;
    padding: 10px 15px;
}

#order-steps .card.shipping .home-shipping .card.enlevement {
    display: flex;
    flex-direction: column;
    position: relative;
}

#order-steps .card.shipping .home-shipping .card.enlevement .calendarDiv {
    position: absolute;
    top: 150px;
    z-index: 9;
}

.shipping-choice .calendarDiv {
    text-align: -webkit-center !important;
}

#order-steps .card.shipping .home-shipping .card input {
    margin-right: 5px;
}

#order-steps .card.shipping .home-shipping .card p {
    margin: 0;
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.4em;
}

#order-steps .card.shipping .home-shipping .card p strong {
    color: #d17e3d;
}

#order-steps .card.shipping .home-shipping .card p.estimation {
    font-size: 14px;
    font-weight: 700;
}

#order-steps .card.shipping .home-shipping .card p.estimation span {
    color: #a5c156;
    font-weight: 700;
}

#order-steps .card.shipping .home-shipping .card p.modify {
    color: #a5c156;
    font-weight: 700;
    margin-bottom: 10px;
}

#order-steps .card.shipping .home-shipping .card p.modify a {
    color: #d17e3d;
}

.shipping-addresses ul {
    padding: 0;
    list-style-type: none;
    margin-top: 1rem;
}

.shipping-addresses ul li.address {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.shipping-addresses ul li.address p {
    margin-left: 5px;
}

.shipping-addresses ul li.address .name {
    font-size: 14px;
    color: #d17e3d;
    text-transform: uppercase;
}

.shipping-addresses ul li.address span {
    font-size: 12px;
    text-transform: inherit;
    line-height: 1.3em;
}

.shipping-addresses ul li.address a {
    display: table;
    font-size: 12px;
    padding: 5px 10px;
}

.shipping-addresses ul li.address .styled-checkbox {
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #999999;
    padding: 0;
    width: 30px;
    height: 18px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/*              VALIDATION COMMANDE
–––––––––––––––––––––––––––––––––––––––––––––– */
.cgv, .adresseFacturation {
	margin-top: 80px;
}

.adresseFacturation h2, .cgv h2, .moyenPaiement h2 {
    font-weight: 300;
    font-size: 20px;
    color: #a5c156;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.moyenPaiement h2 {
    margin-top: 40px;
}

.cgv label, .moyenPaiement label{
    display: flex;
    align-items: center;
}

.cgv label input, .moyenPaiement label input {
    margin-right: 5px;
}

/*––––––––––––––––––––––––––––––––––––––––––––
/*              VALIDATION COMMANDE
–––––––––––––––––––––––––––––––––––––––––––––– */
.liste table.table thead tr th, .liste table.table tr td {
    width: 20%;
}

.liste {
    margin-top: 20px;
}


/*––––––––––––––––––––––––––––––––––––––––––––
/* modalPopup 			
–––––––––––––––––––––––––––––––––––––––––––––– */


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


input.DummyButton {
    display: none;
}

.modalPopup {
    background-color: Gray;
    opacity: 0.7;
}


.PanierAjouter {
    padding: 0px 20px;
    width: 50%;
}



.colissimo {
    font-size: 14px;
    font-style: italic;
    color: #000;
    font-weight: bold;
}

/* 
******************************************************
*
* Questionnaire
*
******************************************************
*/

div.question {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
}

div.choix {
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    padding-left: 30px;
    margin-bottom: 20px;
}

div.remarques {
    font-size: 12px;
    font-style: normal;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
}


p.CharacterLeft {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}

span.CharacterLeft {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}


div.choix table {
    width: 80%;
    vertical-align: middle;
}

    div.choix table input {
        line-height: 20px;
    }

    div.choix table label {
        line-height: 20px;
        margin-left: 10px;
    }



/*––––––––––––––––––––––––––––––––––––––––––––
/* 			MEDIA QUERIES 
–––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}

@media screen and (max-width: 1400px) {
    span.text-grey {
        font-size: 60px;
    }
}

@media screen and (max-width: 1200px) {    
    #cookingRecipes #cookingRecipesContent a .card h2 {
        font-size: 16px;
        text-transform: inherit;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row.home-shipping .col-lg-6 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
   #slider .carousel-caption {
    width: 45% !important;
   } 
   .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        padding: 5%;
    }
    .table > tbody > tr td.quantity {
        width: 30%;
        padding: 1%;
    }
    .hideMd {
        display: none;
    }
    .table > tbody > tr td.price {
        width: 11%;
    }
}

@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem;
    }
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 55px;
    }
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block!important;
    }
    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .PanierAjouter {
        width: 80%;
    }

    section h1 {
        font-size: 30px;
    }
    .green-button, .brown-button {
        font-size: 14px;
    }

    #cookingRecipesContent .green-button {
        font-size: 10px;
    }

    header .secondary-menu .onglets {
        display: none;
    }
    header .secondary-menu .container .row .col-12 {
        justify-content: center;
    }
    /*header .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }*/
    header .center-menu .logo img {
        width: 90%;
        height: auto;
    }
    header .center-menu .shop-elements {
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px 0;
    }
    #productsMenu a.nav-link {
        font-size: 12px;
    }
    #productsMenu {
        margin: 20px 0;
        justify-content: space-between;
    }
    #slider .carousel-item {
        height: 350px;
        max-height: 350px;
    }
    #cta .wrapper {
        padding: 0px;
    }
    #cta p {
        padding: 10px;
    }
    #products-section {
        margin: 0;
        padding: 0;
    }

    .recipesSection, .expertiseSection, .fruitsSection {
        margin-top: 20px;
    }

    #recipes,
    #expertise {
        margin: 20px 0 20px;
        padding: 0;
    }
    #fruits {
        padding: 0;
    }
    section span.text-grey {
        display: none !important;
    }

    #shop .shopContent .Filtercheckboxes ul li.famille a {
        font-size: 14px;
    }
    #shop .shopContent .Filtercheckboxes ul li a {
        font-size: 14px;
    }
    #product-details #shop-product .navigation-shop {
        display: none;
    }
    #shoppingCart .recap .card .card-footer .line-1 h4 {
        font-size: 14px;
    }
    #shoppingCart .recap .card .card-footer .line-1 {
        font-size: 14px;
    }

    #shoppingCart .recap .card .card-footer .line-2 h6 {
        font-size: 10px;
    }

    #shoppingCart .recap .card .card-footer .line-2 {
        font-size: 10px;
    }



    #shoppingCart #delivery .card-body {
        display: flex;
        flex-direction: column;
    }
    #products-section #productsContent a .card .card-body .cart-buttons {
        flex-direction: column !important;
    }
    #products-section #productsContent a .card p.card-subtitle {
        min-height: 55px;
        max-height: 55px;
    }
    #products-section #productsContent a .card .card-body .cart-buttons div {
        margin-top: 10px;
    }
    #products-section #productsContent a .card h3 {
        font-size: 16px;
    }
    #products-section #productsContent a .card p.card-subtitle {
        font-size: 14px;
    }
    .hideMd {
        display: none;
    }

    #shop #shopSection a .card .card-body .cart-buttons {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #cookingRecipes #cookingRecipesMenu .nav-link {
        font-size: 15px;
    }

    #cookingRecipesMenu {
        margin: 40px 0 0px 0;
    }

    #finalReceipe h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    #finalReceipe .img-receipe img {
        max-height: 300px;
    }

    #products-section h2, #expertise h2, #fruits h2, #recipes h2 {
        font-size: 25px;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    header nav {
        border: 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url('../images/burger.png') !important;
        width: 20px;
        height: 15px;
        margin-right: 10px;
    }

    .navbar-dark .navbar-toggler {
        color: #a5c156 !important;
        border-color: #a5c156 !important;
        display: flex;
        align-items: center;
    }

    .navbar {
        justify-content: center;
        margin-top: 40px;
    }

    .carousel {
        display: none;
    }
    /*    section [class*="col-"] {
        margin-bottom: 20px;
    }*/

    #slider {
        margin-top: 5px;
    }

    #image-mobile {
        display: block;
        padding: 0;
    }

        #image-mobile img {
            display: block;
            width: 100%;
        }

    #destinataires {
        margin: 10px 0;
    }

    #cta {
        display: none;
    }

    #cookingRecipesContent .cart-buttons {
        margin-top: 0px;
    }

    #destinataires .text-left h4 {
        font-size: 16px;
        max-width: 100%;
    }

    #destinataires .text-left h2 {
        font-size: 18px;
        color: #d17e3d;
    }

    #destinataires .text-left .checkbox label {
        font-size: 14px;
    }


    #magasin-section {
        display: block;
        padding: 30px 0 0;
    }

        #magasin-section h2 {
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            font-size: 25px;
            color: #434041;
            margin-bottom: 0px;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 999;
        }

    .recipeBody iframe {
        max-width: 100%;
    }

    #finalReceipe .nav-link {
        height: 50px;
        font-size: 12px;
    }


    #finalReceipe h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .recipeBody p {
        font-size: 14px;
    }

    #finalReceipe .recipeBody .card h2 {
        font-size: 20px;
    }

    #finalReceipe .index .wrapper {
        flex-direction: column;
    }

        #finalReceipe .index .wrapper span {
            margin-left: 0px;
        }

    .connectSection h2 {
        font-size: 20px;
    }

    #connect h1 {
        font-size: 25px;
    }


    .footer-end p {
        font-size: 12px;
    }

    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .photos-left {
        flex-direction: column-reverse;
    }

    #suscribe .suscribeSection form .double-areas {
        display: flex;
        flex-direction: column;
    }

    #cookingRecipes #cookingRecipesMenu .nav-item,
    #productsMenu .nav-item {
        width: 100%;
        text-align: center;
    }

        #cookingRecipes #cookingRecipesMenu .nav-item:first-child,
        #productsMenu .nav-item:first-child {
            margin-bottom: 15px;
        }

        #cookingRecipes #cookingRecipesMenu .nav-item:last-child,
        #productsMenu .nav-item:last-child {
            margin-top: 15px;
        }

    #shop .shopContent .Filtercheckboxes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #shop .shopContent .filter-title {
        text-align: center;
    }

    .timeline {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .timeline:before {
            top: 0;
            bottom: 0;
            position: inherit;
            content: " ";
            width: 0;
            background-color: transparent;
            left: 0;
            margin-left: 0;
        }

        .timeline > li {
            display: contents;
            margin-bottom: 40px;
        }

            .timeline > li > .timeline-panel {
                width: 90%;
                float: none;
                border: 0;
                box-shadow: 0 0 0 transparent;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: none;
            }

            .timeline > li > .timeline-panel:before {
                position: inherit;
                top: 0;
                right: 0;
                display: inline-block;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: inherit;
                top: 0;
                right: 0;
                display: inline-block;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
                content: " ";
            }

        .timeline .timeline-badge,
        .timeline .circle {
            display: none;
        }

    #finalReceipe {
        padding-left: 15px;
        padding-right: 15px;
    }

        #finalReceipe .nav-item {
            width: 30%;
            text-align: center;
        }

        #finalReceipe .recipeBody .card {
            margin-top: 15px;
            padding: 15px;
        }

    #order-steps .card.shipping {
        padding: 10px;
    }

    #order-steps .card .titles-shipping h2 {
        margin: 20px 0;
    }

    #order-steps .card.shipping .home-shipping .card {
        display: flex;
        flex-direction: column;
        min-height: 215px;
        max-height: 100%;
        padding: 10px 15px;
    }

    .recap,
    .summary-cart {
        padding: 0;
    }

    #product-details .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: inherit;
    }

    #product-details .main-title h2 {
        font-size: 16px;
    }

    .vignettes {
        margin-top: 0;
    }

    .PanierAjouter {
        position: absolute !important;
        z-index: 100001 !important;
        left: 0 !important;
        top: 25% !important;
        width: 100% !important;
    }

        .PanierAjouter .prev {
            margin-bottom: 25px;
            width: 100%;
            display: grid;
        }

        .PanierAjouter .next {
            width: 100%;
            display: grid;
        }

        .PanierAjouter .col-md-12 {
            flex-direction: column;
        }

    #shoppingCart table#cart h2 {
        font-weight: 700;
        font-size: 14px;
    }

    #shoppingCart .cartContent .seuil {
        font-size: 14px;
    }

    #shoppingCart .cartContent .panier-content {
        font-size: 14px;
    }

    .select-quantite input[type="submit"], td.quantity input[type="submit"] {
        padding: 1px 5px;
    }

    .table > tbody > tr td {
        font-size: 16px !important;
    }

        .table > tbody > tr td.ref {
            display: none;
        }

        .table > tbody > tr td.quantity {
            width: 30%;
            padding: 1%;
        }

        .table > tbody > tr td.Product {
            width: 30%;
            padding: 1%;
        }

            .table > tbody > tr td.Product img.img-thumbnail {
                max-width: 75%;
            }

        .table > tbody > tr td.price {
            width: 20%;
            padding: 1%;
        }

    .hideXs {
        display: none;
    }

    .liste table.table > thead > tr > th {
        font-size: 10px;
    }

    #productsContent.tab-content .card, #recipes .recipesSection .card, #fruits .block-image, #expertise .block-image {
        margin-bottom: 20px;
    }

    .table > thead > tr > th {
        font-size: 10px;
        text-transform: uppercase;
    }

    #shop #shopSection a .card {
        margin-bottom: 20px;
    }

    #fruits .white-button, #expertise .white-button {
        font-size: 15px;
    }

    #fruits .overlay h3,
    #expertise .overlay h3 {
        font-size: 20px;
    }

    .breadcrumb p {
        font-size: 12px;
    }

    #chataigne {
        width: 50% !important;
    }

    #finalReceipe .index span.index-titles {
        font-size: 16px;
    }

    #finalReceipe .index .wrapper span {
        font-size: 14px;
    }

    #finalReceipe .related-products h2, .moreContent h3 {
        font-size: 20px;
    }

    header .center-menu .shop-elements a {
        font-size: 10px;
    }

    #shoppingCart .recap .card .card-footer .line-1 h4 {
        font-size: 18px;
        font-weight: bold;
    }

    #shoppingCart .recap .card .card-footer .line-1 {
        font-size: 18px;
    }

    #shoppingCart .recap .card .card-footer .line-2 h6 {
        font-size: 18px;
    }

    #shoppingCart .recap .card .card-footer .line-2 {
        font-size: 18px;
    }

    .recap .card .card-body .line-1 h4,
    .recap .card .card-body .line-2 h4,
    .recap .card .card-body .line-1 span,
    .recap .card .card-body .line-2 span {
        font-size: 12px;
    }

    .cartContent .cart-buttons input.green-button {
        font-size: 18px;
    }

    #content .page-header > p.intro {
        font-size: 14px;
        max-width: 95%;
    }

    #content .contentSection h2 {
        font-size: 18px;
    }

    #content .contentSection p {
        font-size: 14px;
    }

    .PanierAjouter h3 {
        font-size: 20px;
    }

    #shop #shopSection a .card p.card-subtitle {
        min-height: 30px;
    }

    #shop #shopSection a .card h3 {
        min-height: 30px;
    }
}

@media screen and (max-width: 375px) {
    #productsMenu a.nav-link {
        font-size: 12px;
        padding: 0.5rem 0rem;
    }

    #productsMenu {
        display: flex;
        flex-direction:column
    }

    #productsMenu .nav-item {
        width: 100%;
    }

    #cookingRecipes #cookingRecipesMenu .nav-link {
        font-size : 12px;
    }

    #cookingRecipesMenu {
        margin: 40px 0 0px 0;
    }
}