@charset "UTF-8";
/* CSS Document */

#phone {
    display: block;
}

#home {
    display: none;
}

header {
    height: auto;
}

/* Header */

header#phone {
    width: 100%;
    height: 100px;
    z-index: 9999;
    background: url(../img/bg-header.gif) repeat-x;
    border-bottom: solid 3px #F7A940;
    position: fixed;
    top: 0;
    left: 0;
}

header#phone .logo {
    display: table;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin: auto;
    float: none;
}

header#phone .logo a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

header#phone .logo a img {
    display: block;
    border: none;
    margin: auto;
}

header#phone .showMenu {
    position: absolute;
    top: 25px;
    left: 20px;
}

header#phone .showMenu a,
header#phone .searchMenu a {
    display: block;
}

header#phone .showMenu div {
    width: 40px;
    height: 2px;
    background: #FFF;
    margin: 10px 0;
}

header#phone .searchMenu {
    position: absolute;
    top: 30px;
    right: 20px;
    margin-top: 0;
}

header#phone .searchMenu img {
    display: block;
}

header#phone .searchBar {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

header#phone .searchBar form {
    margin: 0;
    padding: 40px 0;
}

header#phone .searchBar .input {
    height: 45px;
    line-height: 45px;
    position: relative;
    width: 80%;
    margin: auto;
    padding: 0 25px;
    background: #FFF;
    border: solid #cacaca 1px;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    -o-border-radius: 45px;
}

header#phone .searchBar input {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    border: none;
    box-sizing: border-box;
}

header#phone .searchBar form a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 20px;
    margin-right: 5px;
    font-size: 22px;
    color: #B71C28;

}

header#phone .searchBar a.close {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 40px;
    right: 30px;
}

header#phone .top_nav {
    line-height: 100px;
}

header#phone nav {
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    box-sizing: border-box;
    font-family: 'montserratregular';
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}

header#phone nav .content {
    width: 300px;
    height: 100%;
    padding: 20px 0;
    margin: 0;
    background: #B71C28;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    left: -300px;
    color: #FFF;
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}

header#phone nav .closeButton {
    display: block;
    font-size: 25px;
    margin: 0 0 20px 10px;
    line-height: normal;
}

header#phone nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

header#phone nav ul li {
    display: block;
    margin: 0;
    line-height: normal;
}

header#phone nav ul li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 0;
    line-height: normal;
    color: #FFF;
    position: relative;
    height: auto;
}

header#phone nav ul li a span {
    position: relative;
}

header#phone nav ul li a:before {
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F7A940;
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}

header#phone nav ul li a:hover:before {
    width: 100%;
}

header#phone nav ul li a:hover {
    background: none;
    color: inherit;
}

header#phone nav .socialLink {
    font-size: 20px;
}

header#phone nav ul.subMenu {
    display: none;
    width: auto;
    position: static;
    left: 0;
    top: 0;
    margin: 5px 0 0 0;
    padding: 0 0 10px 25px;
    border: none;
    font-family: 'montserratregular';
    font-size: 12px;
}

header#phone nav ul.subMenu li {
    height: auto;
    border: none;
}

header#phone nav ul.subMenu li a {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 5px 0;
}

header#phone nav ul.subMenu li a:before {
    display: none;
}

header#phone nav ul.subMenu li a:hover {
    height: inherit;
    background: none;
    color: #F7A940;
}

header#phone nav ul li:hover > ul.subMenu {
    border: none;
    background: none;
}

header#phone nav ul li:hover > ul.subMenu li {
    height: inherit;
    background: inherit;
    border: none;
}

header#phone nav ul.subMenu li a:before,
header#phone nav ul.subMenu li a:before {
    display: none;
}

header#phone nav ul.subMenu ul {
    margin-left: 20px;
    font-size: 13px;
}

header#phone nav ul.subMenu ul ul {
    text-transform: none;
}

header#phone nav ul.subMenu ul ul li + li {
    margin-top: 2px;
}

header#phone nav.show {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

header#phone nav.show .content {
    left: 0;
}


/* end Header */





.bannerBlock .layers .box {
    margin-left: 0;
}

.slider .layers h1 {
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.slider .layers h2 {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.bande_slider {
    height: auto;
}

.bande_slider h2 {
    height: auto;
    line-height: 1;
    padding: 20px 0;
}

/*partners*/
.partners ul {
    text-align: center;
}

.partners ul li {
    display: inline-block;
    float: none;
    margin: 10px;
    width: auto;
}

/*end of partners*/



/*icon_boxes*/
.icon_boxes {
    margin-top: 20px;
}

.icon_boxes .one_fourth {
    width: 50%;
    margin-top: 80px;
}

/*end of icon_boxes*/

.specialites .one_third {
    width: 50%;
}

/*actualites*/
.actualites article .img {
    width: 33.33%;
}

.actualites article .text {
    width: 66.66%;
    padding: 0;
}

/*end of actualites*/

.recette_List .item img{
        margin: 0 auto;
}

.recette_List .item .one_third,
.recette_List .item .two_third {
    width: 100%;
}

.recette_List .item h2 {
    padding-left: 0%;
}

/* Fin Recettes */

/* Produits */

.itm-prod {
    
    width: 300px !important;
    max-width: 300px;
}

.nos_produits .col3 {
    
    width: 31%;
}

.nos_produits .col3.m_left_list_cat {
    margin-left: 7%;
}

/* fin Produits */


.recette_List .two_third.paddingLeft {
    padding-right: 30px;
}

/* Fin Astuce */


.contact-inbox .one_half {
    display: inline-block;
}

/* End Contact */

@media (max-width: 750px) {
    .one_third {
        float: none;
        width: 100%;
    }

    .specialites .one_third {
        width: 50%;
        float: left;
    }
}

@media (max-width: 650px) {
    .specialites .one_third {
        float: none;
        width: 100%;
    }
}

.imgLeft {
    float: none;
    margin: auto;
    max-width: 100%;
}

.one_half {
    width: 100%;
    float: none;
}

.one_sixth {
    width: 33.33%;
}

.one_sixth:nth-child(3n+4) {
    clear: both;
}

.form_content .one_third {
    width: 50%;
}

footer .one_half {
    width: 50%;
    float: left;
}