html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;

}

/* COULEUR */

/* 



*/




/* POLICE  ------------------------------------ */


@font-face {
    font-family: "roboto";
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/roboto-light-webfont.woff');
}

@font-face {
    font-family: "roboto";
    font-weight: bold;
    font-style: normal;
    src: url('../../../fonts/roboto-medium-webfont.woff');
}

@font-face {
    font-family: "roboto";
    font-weight: bolder;
    font-style: normal;
    src: url('../../../fonts/roboto-black-webfont.woff');
}

@font-face {
    font-family: "robotoslab";
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/RobotoSlab-Regular-webfont.woff');
}

@font-face {
    font-family: "robotoslab";
    font-weight: lighter;
    font-style: normal;
    src: url('../../../fonts/RobotoSlab-Light-webfont.woff');
}


@font-face {
    font-family: "robotoslab";
    font-weight: bold;
    font-style: normal;
    src: url('../../../fonts/RobotoSlab-Bold-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 100;
    font-style: normal;
    src: url('../../../fonts/lato-hairline-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 100;
    font-style: italic;
    src: url('../../../fonts/lato-hairlineitalic-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 300;
    font-style: normal;
    src: url('../../../fonts/lato-light-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 300;
    font-style: italic;
    src: url('../../../fonts/lato-lightitalic-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/lato-regular-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: normal;
    font-style: italic;
    src: url('../../../fonts/lato-italic-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 500;
    font-style: normal;
    src: url('../../../fonts/lato-medium-webfont.woff');
}


@font-face {
    font-family: "lato";
    font-weight: 600;
    font-style: normal;
    src: url('../../../fonts/lato-semibold-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: bold;
    font-style: normal;
    src: url('../../../fonts/lato-bold-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: bold;
    font-style: italic;
    src: url('../../../fonts/lato-bolditalic-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 700;
    font-style: normal;
    src: url('../../../fonts/lato-heavy-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 700;
    font-style: italic;
    src: url('../../../fonts/lato-heavy-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 900;
    font-style: normal;
    src: url('../../../fonts/lato-black-webfont.woff');
}

@font-face {
    font-family: "lato";
    font-weight: 900;
    font-style: italic;
    src: url('../../../fonts/panton-blackitalic-webfont.woff');
}

@font-face {
    font-family: "raleway";
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/raleway-regular-webfont.woff');
}

@font-face {
    font-family: "raleway";
    font-weight: 100;
    font-style: normal;
    src: url('../../../fonts/raleway-light-webfont.woff');
}

@font-face {
    font-family: "raleway";
    font-weight: bold;
    font-style: normal;
    src: url('../../../fonts/raleway-bold-webfont.woff');
}

@font-face {
    font-family: "raleway";
    font-weight: 300;
    font-style: normal;
    src: url('../../../fonts/raleway-extrabold-webfont.woff');
}

@font-face {
    font-family: "raleway";
    font-weight: 500;
    font-style: normal;
    src: url('../../../fonts/raleway-black-webfont.woff');
}



/* ------- */

.clear {
    clear: both;
}

body {
    font-family: "robotoslab", sans-serif;
    font-weight: normal;
    transition: background-color .5s;
    font-size: 14px;
}


p, h1, h2, h3, h4 {
    font-family: "robotoslab", sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4 {
    font-family: "robotoslab", sans-serif;
    font-weight: bold;
}

strong {
    font-weight: bold;
}

h1 {

}

h2 {

}


h3 {

}


/* -- TOP --*/

#top {
    background-color: #eee;
    color: #777;
    padding: 10px;
}

#topwrap {
    /* max-width: 1000px;
    margin: 0 auto; */
    display: flex;

        flex-wrap: wrap;
        justify-content: space-between;
        align-items:center;
        align-content:center;
    
}

#top #topright .menu a img {
    opacity: 1;
    width: 32px;
    height: auto;
}

#top #topright .menu a:hover img {
    opacity: 0.5;
}


#top #topright .menu a span {
    display: none;
}

#top #topright  ul.menu {
    list-style: none;
    display: inline-block;
}

#top #topright  ul.menu li {
    display: inline-block;
}

#top #topright .menu {
    margin-right: 20px;
}

 #headmenu ul li ul li a {
    /* color: #a08c81 !important; */
}



#headmenu ul li ul li a

#top #topleft {
    /* float: left; */
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
}
#top #topright {
    /* float: right; */
}

#top #topright {
    display: flex;

        flex-wrap: wrap;
        justify-content: space-between;
        align-items:center;
        align-content:center;
}

#top #topright .custom {
    font-size: 16px;
}

#top #topright .custom strong {
    color: #be1d2d;
}

/* ----------- AUTRES MISE EN FORME ------------- */

#content .items-more {
    background-color: rgba(190,29,45,0.9);
    padding: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 40px;
    line-height: 30px;
    border-radius: 2px;
}

#content .items-more a {
    color: #fff;
    font-weight: bold;
}

#content .items-more a:hover {
    color: #000;
}

#content .pagination .counter {
    font-size: 12px;
    margin-bottom: 20px;
    color: #cc9930;
}

#main .bloghomepage ul, #main .bloghomepage p, #main .bloghomepage ol {
    margin-bottom: 10px;
}

/* -- HEADER -- */

#header {
    /* max-width: 1000px; */
    margin: 0 auto;
    display: flex;
    padding: 10px 30px;

        flex-wrap: wrap;
        justify-content: space-between;
        align-items:center;
        align-content:center;

}


#headlogo img {
    width: 180px;
    height: auto;
}


#headmenu ul {
    list-style: none;
}

#headmenu ul li {
    display: inline-block;
}

#headmenu ul li a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    margin-left: 12px;
    margin-right:12px;
    font-weight: bold;
}

#headmenu ul li a img {
    width: 24px;
    height: auto;
    padding-right: 5px;
}

#headmenu ul li a:hover {
    color: #be1d2d;
    text-decoration: underline;
}

#headmenu ul li:last-child a {
    color: #7b5404;
    border-bottom: solid 1px #7b5404;
}

/* --------------------- SOUS MENU ------------- */

#headmenu ul ul li {
    display: block; 
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

#headmenu ul ul {
    position: absolute;
    z-index: 9999;
    background-color: rgba(190,29,45,0.9);
    padding-top: 5px;
    opacity: 0;
    margin-top: 3px;
}

#headmenu ul ul li a {
    color: #fff;
}


#headmenu ul li:hover > ul {
        opacity:1;
}


#headmenu ul ul li:last-child a {
    color: #fff;
    border-bottom: none;
}

#headmenu ul ul li:last-child a:hover {
    color: #000;
    text-decoration: none;
}

#headmenu ul ul li a:hover {
    color: #000;
    text-decoration: none;
}

/* ----------- AUTRES MISE EN FORME ------------- */

#content .items-more {
    background-color: rgba(190,29,45,0.9);
    padding: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 40px;
    line-height: 30px;
    border-radius: 2px;
}

#content .items-more a {
    color: #fff;
    font-weight: bold;
}

#content .items-more a:hover {
    color: #000;
}

#content .pagination .counter {
    font-size: 12px;
    margin-bottom: 20px;
    color: #cc9930;
}

h3.menutitre {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #c01d2f;
}



/* -- BANNER -- */

#banner {
    background-color: #cc9930;
    padding: 20px;
}

#slide {
    max-width: 1000px;
    margin: 0 auto;
}

h3.menutitre {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #c01d2f;
}

h4.menujus {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #c01d2f;
}


/* -- FOOTER -- */

#footer {
    background-color: #cc9930;
    padding: 20px;    
}

#footerwrap {
    max-width: 1400px;
    margin: 0 auto;
}

#footermenu {
    text-align: center;
    margin-bottom: 20px;
}

#footermenu ul {
    list-style: none;
}

#footermenu ul li {
    display: inline-block;
}

#footermenu ul li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

#footermenu ul li a:hover {
    color: #be1d2d;
    text-decoration: underline;
}


#footer #footermiddle {
    display: flex;
    background-color: #fff;
        flex-wrap: wrap;
        justify-content: center;
        align-items:center;
        align-content:center;

}

#footermiddle #footerlogo {
    flex-grow:1;
    width: 250px;
    font-size: 12px;
    background-color: #fff;
    height: 250px;
    overflow: hidden;
    text-align: center;
    order:1;
}

#footermiddle #footerlogo img {
    width: 200px;
    height: auto;
    padding-top: 10px;
}

#footermiddle #footerlogo a {
    color: #be1d2d;
}

#footermiddle #footerlogo p {
    padding: 5px;
}

#footermiddle #footerimg {
    flex-grow:4;
    width: 600px;
    height: 250px;
    overflow: hidden;
    order:2;
}

#footermiddle #footerplan {
    flex-grow:1;
    width: 250px;
    height: 250px;
    overflow: hidden;
    order:3;
}

#footermiddle #footerplan img {
    width: 130%;
}

#footerbottom {
 
    max-width: 1400px;
    margin: 0 auto;

    padding-top: 20px;
    display: flex;


        flex-wrap: wrap;
        justify-content: space-between;
        align-items:center;
        align-content:center;
}

#footerbottom #bottomleft strong {
    font-size: 16px;
    color: #be1d2d;
}

#footerbottom .menu a img {
    opacity: 1;
    width: 32px;
    height: auto;
}

#footerbottom .menu a:hover img {
    opacity: 0.4;
}


#footerbottom .menu a span {
    display: none;
}

#footerbottom  ul.menu {
    list-style: none;
    display: inline-block;
}

#footerbottom  ul.menu li {
    display: inline-block;
}

#footerbottom #bottomcenter {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#footerbottom #bottomcenter p {
    font-weight: bold;
    color: #7b5404;
}

#footerbottom #bottomcenter img {
    width: 100px;
    height: auto;
}

/* -- BEFORE -- */

    /* Menu Tempo */

    #aftermodule {
        background-color: #111;
    }

    #aftermodule .menumenufooter {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    #aftermodule  ul {
        list-style: none;
    }

    #aftermodule ul li {
        /* display: inline-block; */
        margin-left: 40px;
        font-weight: bold;
        float: left;
    }

    #aftermodule ul li li {
        display: block;
        float: none;
        margin-left: 0px;
    }

    #aftermodule ul li a {
        color: #cc9930;

    }

    #aftermodule ul li a:hover {
        color: #be1d2d;
    }

    #aftermodule ul li li a {
        text-decoration: none;
        font-weight: normal;
        color: #fff;
    }

    #aftermodule ul:after {
        content: "";
        display: block;
        clear: both;
    }

   


/* -- CONTENU -- */
    
    #main p {
        font-family: "raleway";
        font-size: 1.2em;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5em;
    }

    /* -- MISE EN PAGE CENTRALE -- */

    #middle {
        display: flex;
        flex-wrap:wrap;

    }

    #left {
        flex:4;
    }

    #right {
        padding: 20px 30px;
        background-color: #eee;
        flex:1;

    }







#main .item-pagehomepage {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

#main .item-pagehomepage p {
    max-width: 600px;
    margin: 0 auto;
}

#main .item-pagehomepage h2 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #7b5404;
}

#main .item-pagehomepage h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #7b5404;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

#main .page-header h2 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #7b5404;
}

#main .page-header h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #7b5404;
    /* margin: 0 auto; */
    margin-top: 10px;
    margin-bottom: 20px;
}

#main .page-header h2 a {
    color: #7b5404;
    text-decoration: none;
}

    /* -- QUI SOMMES-NOUS -- */

    #main .item-page {
        max-width: 900px;
        margin: 0 auto;
        padding: 30px;
    }

    #main .item-pageaboutpage {
        max-width: 900px;
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    #main .item-page h2, #main .item-pageaboutpage h2 {
        font-size: 24px;
        padding-bottom: 10px;
        color: #7b5404;
        text-align: center;
        margin-top: 30px;
    }

    #main .item-page h2:after, #main .item-pageaboutpage h2:after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background-color: #7b5404;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #main .item-pageaboutpage {
        text-align: left;
    }


    #main .item-pageaboutpage p {
        padding-bottom: 10px;
    }

    #main .item-pageaboutpage ul {
        margin-left: 30px;
    }

    #main .item-pageaboutpage ul li {
        padding-bottom: 5px;
    }

    #main ul.objectif {
        font-size: 24px;
        color: #cc9930;
    }

    #main ul.objectif li {
        border-bottom: dashed 1px #ccc;
    }



    /* -- A PROPOS -- */

    blockquote {
        text-align: left;
        font-size: 1.3em;
       
        max-width: 500px;
        margin: 0 auto;
        background-color: #e6d1a5;
        padding: 20px 30px;
        margin-top: 20px;
        font-family: "robotoslab";
    }

    blockquote p {
         line-height: 1.2em !important;
         font-family: "robotoslab" !important;
    }

    blockquote strong {
        font-size: 18px;
        margin-top: 10px;
        display: block;
        color: #7b5404;
    }

/* ------------------ DROITE ---------------- */

    #rightcontent h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: #7b5404;
    }

    /* CONNEXION */

    .moduletableconnexion .input-prepend {
        display: flex;
        margin-bottom: 10px;
    }


    /* .moduletableconnexion .input-prepend .add-on #modlgn-username {
        display: inline-block;
        background-color: #00F;
        border:none;
    } */

    .moduletableconnexion .input-prepend .add-on {
        /* input pour identifiant et mot de passe */
        display: flex;
        width: 100%;
    }

    .moduletableconnexion .input-prepend .element-invisible {
        /* identifiant et mot de passe */
        font-weight: bold;
        flex-grow:2;
        display: flex;
    }

    .moduletableconnexion .input-prepend .input-small {
        flex-grow:8;
        display: flex;       
    }

    .moduletableconnexion ul.unstyled {
        margin-left: 15px;
        margin-top: 15px;
    }

    .moduletableconnexion ul a {
        color: #c01d2f;
    }

    .moduletableconnexion .btn {
        display: block;
        padding: 7px 15px;
        font-family: "robotoslab"; 
        font-weight: bold;
        background-color: #7b5404;
        border:none;
        color: #fff;
        margin-top: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    /* ACTUALITE */

    .moduletable .news a.hasTooltip {
        color: #c01d2f;
        margin-top: 7px;
        display: block;
        font-family: "raleway";
    }

    .moduletable .news a.hasTooltip:hover {
        color: #000;
    }

    /* OUVERTURE */

    .customouverture p {
        font-size: 1.4em;
        display: block;
        margin-bottom: 7px;
    }

    .customouverture p strong {
        font-size: 0.8em;
    }

    /* SOCIAL */

    .moduletabledroitesocial ul {
        list-style: none;
        margin-left: -5px;
    }

    .moduletabledroitesocial ul li {
        display: inline-block;

    }
    
    .moduletabledroitesocial ul li a span {
        display: none;
    }

    .moduletabledroitesocial ul li a img {
        width: 42px;
        height: auto;
        display: inline-block;
    }

    .moduletabledroitesocial ul li a:hover img {
        opacity: 0.5;
        filter: sepia(100%), grayscale(50%);
    }


/* -------------------- HIKASHOP ------------------- */

    .hikashop_footer a {
        display: none;
    }

    #hikashop_checkout_form {
        padding: 40px;
    }

    .hikashop_category_image {
      max-width:400px;
    }

    .hikashop_category_description_content {
      margin:10px;
      padding:10px;
      
    }

#hikashop_product_right_part a {
  color:#be1d2d;
}

a.hikacart {
  color:#fff !important;
}

    .hikashop_category_description_content p {
		padding-bottom : 15px;
    }

    .hikashop_category_description_content h3 {
      font-size:1.7em;
      margin-bottom : 20px;
    }

    .hikashop_category_description_content ul {
        margin-left : 30px;
      	font-size:1.2em;
    }

    .hikashop_category_description_content ul li {
        padding-bottom: 10px;
    }

	.hikashop_category_description_content

	/* --- AFFICHAGE PRIX -- */

	.hkc-md-6 {
  		width: unset !important;
	}

    .hikashop_product_right_part {
      display:block;
      width:100%;
    }
 
    span.hikashop_product_price_per_unit {
        display: none;

    }

  .hikashop_product_price_main {
    display:block;
    margin-bottom:10px;
  }

    .hikashop_product_price_full {
        font-weight: bold;
        padding-top: 5px;
        display: inline-block;
    }

    .hikashop_product_name a {
        color: #c01d2f;
        font-weight: bold;
        padding-bottom: 10px;
        display: inline-block;
        padding-top: 10px;
    }

    a.hikacar, a.hikabtn {
        text-decoration: none !important;
        border-color: transparent !important;
    }

    h1 {
        font-size: 24px;
        padding-bottom: 10px;
        color: #7b5404;
        text-align: center;
        margin-top: 30px;
    }

    h1:after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background-color: #7b5404;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* COUPS DE COEUR */

    #produits {
        background-color: #f9f6dc;
        padding: 20px;
    }

    
    .hikashop_subcontainer {
        background-color: transparent !important;
    }

     #aloha h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #7b5404;
    }
   
    #shoplist h3 {
        font-size: 20px;
        margin-bottom: 30px;
        color: #449d44;
        border-bottom: solid 1px #449d44;
    }

    /* PANIER */

    #shop {
        background-color: #1399132e;
        padding: 40px;
    }

    #shoplist {
        max-width: 800px;
        margin: 0 auto;
    }

    .hikabtn:hover, .hika_j2 .btn:hover {
        background-color: #c01d2f !important;
    }

    #shoplist thead tr {
        font-weight: bold;
        color: #449d44;
        border-bottom: solid 1px #449d44;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #shoplist .hikashop_cart_module_product_image_title {
        font-size: 0;
    }

    #shoplist .hikashop_cart_module_product_name_title {
        text-align: left;
    }

    #shoplist .hikashop_cart_value a {
        color: #000 !important;

    }

    #shoplist a.hikashop_cart_proceed_to_checkout:hover {
        color: #fff;
        font-weight: bold;
    }


    #shoplist .hikashop_cart_title {
        text-decoration: underline;
        padding: 10px;
        text-transform: uppercase;
        background-color: #a6d0a6;
        margin-bottom: 10px;
    }

    #shoplist .hikashop_cart_module_product_total_value {
        background-color: #a6d0a6;
        padding: 5px 10px;
        text-align: right;
    }

    #shoplist .hikashop_cart_module_product_total_title {
        text-transform: uppercase;
        padding: 5px;
        text-align: right;
        color: #449d44;
        font-weight: bold;
    }

    #shoplist .hikashop_cart_module_product_price_value {
        text-align: right;
        padding-right: 10px;
    }


    /* 
    .hikabtn, .hika_j2 .btn {
        background-color: #c01d2f !important;
        color: #fff;
        border:none !important;
        margin-top: 30px;
    } */

    .hikashop_cart_proceed_to_checkout {
         background-color: #c01d2f !important;
        color: #fff;
        border:none !important;
        margin-top: 30px;       
    }

    /* --------- VALIDATION --------- */

    /* ADRESSE */

    .hikashop_checkout_address {
        background-color: #eee;
        padding: 30px;
        border-radius: 10px;
    }

    .hikashop_checkout_address legend {
        font-weight: bold;
        margin-bottom: 10px;
        color: #398439;
        text-transform: uppercase;
    }

    .fa-pen::before, .fa-trash::before {
        color: #398439;
    }

    .hika_edit {
        margin-bottom: 10px;
        padding: 4px 10px;
        border-radius: 3px;
    }

    .hikashop_checkout_address_new_button {
        margin-top: 15px;
    }

    .hikashop_checkout_address_new_button {
        background-color: #aaa;
        border:solid 1px #999;
    }

    /* MODE DE PAIEMENT */

    .hikashop_checkout_payment {
        
        padding: 30px;
        border-radius: 10px;
        margin-top: 20px;
        border:solid 1px #398439;
        margin-bottom: 20px;
        font-size: 1em;
    }

    .hikashop_checkout_payment legend {
        font-weight: bold;
        margin-bottom: 10px;
        color: #398439;
        text-transform: uppercase;
    }

    .hikashop_checkout_payment_name {
        color: #c01d2f;
        font-weight: bold;
        padding-bottom: 10px;
        display: inline-block;
    }

    .hikashop_checkout_payment p {
        font-size: 1em !important;
    }

    .hikashop_checkout_payment_custom {
        margin-top: 10px;
        background-color: #eee;
        padding: 10px;
        border-radius: 5px;
    }

    .hikashop_checkout_payment_custom span {
        margin-left: 0px !important;
        text-transform: uppercase;
        font-weight: bold;
        color: #398439;
    }

    .hikabtn_checkout_payment_submit {
        background-color: #398439;
        border:none;
        color: #fff;
        font-weight: bold;
        margin-top: 5px;
    }

    /* LISTE DES ARTICLES */

    table.table-striped {
        background-color: #eee;
        padding: 20px;
        border-radius: 10px;

    }

    table.table-striped .hikashop_cart_product_image_title {
        font-size: 0px;
    }

    table.table-striped .hikashop_cart_title {
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        vertical-align: middle;
        padding: 10px 0px;
    }

    table.table-striped thead tr {
        font-weight: bold;
        background-color: #ccc;
    }

    table.table-striped tbody tr {
        vertical-align: middle;
    }


    table.table-striped .hikashop_cart_product_name_value {
        vertical-align: middle;
        padding: 0 10px;
        color: #000;
    }

    table.table-striped .hikashop_cart_product_name_value a {
        color: #000;
    }

    table.table-striped .hikashop_cart_product_price_value {
        vertical-align: middle;
        text-align: center;
        min-width: 120px;
        font-weight: normal;
    }    

    table.table-striped .hikashop_cart_product_quantity_value {
        vertical-align: middle;
        text-align: center;
        min-width: 120px;
    } 

    table.table-striped .hikashop_cart_product_total_value {
        vertical-align: middle;
        text-align: center;
        min-width: 120px;
    } 

    table.table-striped .hikashop_cart_product_image_thumb img {
        max-height: 150px;
        padding: 5px 10px;
    }

    table.table-striped .hikashop_cart_total_title {
        color:  #398439;
        text-align: right;
    }

    table.table-striped .hikashop_cart_total_value {
        vertical-align: middle;
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;   
        color: #c01d2f;     
    }

    .hikashop_checkout_status {
        margin-top: 10px;
        color: #c01d2f; 
    }

    .hikashop_checkout_status span {
        font-weight: bold;
        color: #777;
    }

    /* COMMANDE VALIDE */

    #hikashop_purchaseorder_end {
        max-width: 500px;
        padding: 50px;
        background-color: #c01d2f;
        margin: 0 auto;
        background-color: #c01d2f;
        margin-top: 60px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    /* USER INTERFACE */

    /* LISTE COOMMANDE */
    .hikashop_cpanel_main_interface {
        padding: 30px;
    }

    h3.hika_cpanel_main_data_title {
        color: #449d44;
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .hika_cpanel_main_data .hk-card-header a {
        color: #449d44;
    }

    .hika_cpanel_product a {
        color: #000;
    }

    .hika_cpanel_order_methods {
        color: #999;
    }

    /* ADRESSE */
    #hikashop_address_listing {
        padding: 30px;
        text-align: left;
    }

    .hikashop_default_billing_address dt {
        min-width: 250px;
    }

    .hikashop_default_shipping_address dt {
        min-width: 250px;
    }

    .hikashop_default_shipping_address dt label {
        text-align: left;
    }

 /* ---------------- PRIX AFFICHAGE *------------------- */
 
 .hikashop_product_price {
    /* display: none; */
 }

 .hikashop_product_price_full {
    /* display: none; */
 }

 .hikashop_product_quantity_div {
    display: none;
 }


 /* ---------------------------------------------------*/   


    /* ------------ LISTE PRODUITS ------------ */

    /* pagination */
    .hikashop_products_pagination {
        text-align: center;
        background-color: #EFEFEF;
        padding: 10px 30px;
        margin-top: 20px !important;
        max-width: 90%;
        margin: 0 auto;
        font-size: 1em;
    }

    .hikashop_product {
        margin-bottom: 30px;
    }

    .hikashop_products_listing_main {
        padding: 30px;
    }

    .fa-sync::before {
        color: #5cb85c;
    }

    .fa-times-circle::before {
        color: #c01d2f;
    }

    ul.pagination-list li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
    }

    ul.pagination-list li a {
        color: #c01d2f;
    }

    .hikashop_product_description_main {
        max-width: 800px;
        margin: 0 auto;
        background-color: #e2e0d1;
        padding: 20px 30px;
        margin-top: 20px;

    }




/* ---- MENU LEFT --- */

#left {
    display: flex;

}

#leftmenu {
    padding: 30px;
    margin-top: 40px;
    /* border-right: solid 1px #eee; */
}

#leftmenu h3 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #000;
    margin-bottom: 20px;
}

#leftmenu ul {
    list-style: none;
}

#leftmenu ul li {
    margin-bottom: 15px;
}

#leftmenu ul a {
    color: #c01d2f;
    text-decoration: none;
}

#leftmenu ul a:hover {
    color: #000;
    font-weight: bold;


}

/* ---  CONNEXION ET IDENTIFICATION --- */

#hikashop_checkout_login_form {
    background-color: #e3e1d2;
    padding: 20px;

    border-radius: 10px;
    display: block;
}


#hikashop_checkout_registration {
    padding: 20px;
    border:solid 1px #ccc;
    border-radius:10px;
    margin-bottom: 20px;
}

#main {
    padding: 20px;
}

#hikashop_order_listing a {
    color: #449d44;
}

.login, .registration {
    background-color: #e3e1d2;
    padding: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.registration legend {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.registration .control-group {
    padding-bottom: 20px;
}

.registration a {
    color: #c01d2f;
}

.reset {
    max-width: 500px;
}

.reset p {
    margin-bottom: 20px;
}

.reset .controls {
    padding-bottom: 10px;
}

ul.nav a {
    color: #c01d2f;
}

ul.nav {
    margin-left: 10px;
}

.profile-edit {
    background-color: #eee;
    padding: 30px 50px;
}

.profile-edit legend {
    font-weight: bold;
    font-size: 16px;
    color: #7b5404;
    margin-bottom: 20px;
    margin-top: 30px;
}

.profile-edit .control-label {
    /* margin-top: 10px; */
}

.profile-edit .control-group  {
    margin-top: 10px;
}

.contact-name {

}

/* ---- PAGE CONTACT ---- */

.contacthomepage img {
    width: 350px;
    height: auto;
}

.accordion-toggle {
    display: none;
}


    span.contact-name {
        font-size: 24px;
        padding-bottom: 10px;
        color: #7b5404;
        text-align: center;
        margin-top: 30px;

    }

    /* span.contact-name:after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background-color: #7b5404;
        /* margin: 0 auto; */
        /* margin-top: 10px;
        margin-bottom: 20px;
    } */

    .contacthomepage fieldset legend {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .contacthomepage strong.red {
        font-size: 10px;
        margin-bottom: 10px;
    }


.blogactualitepage .item-image img {
    max-width: 900px;
    margin-top: 30px;
}


.customsearch {
    background-color: #cc9930;
    padding: 30px;
    max-width: 300px;
    
}

.customsearch p {
    font-weight: bold;
    line-height: 24px;
}


/* ---- RESPONSIVE --- */


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

    #top {
        text-align: center;
        margin: 0 auto;
    }

    #top #topright {
        text-align: center;
        float: none;
        display: block;
    }

    #top #topleft {
        text-align: center;
        float: none;
    }

    #footerbottom {
        text-align: center;
        display: block;
    }

    #bottomleft {
        padding-bottom: 8px;
    }

}


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

#footermiddle #footerlogo {
    order:1;
}


#footermiddle #footerimg {
    order:3;
}

#footermiddle #footerplan {
    order:2;
}

}


@media screen and (max-width:850)  {
    /* #topwrap {
        display: block;
    }

    #topright, #topleft {
        width: 100%;
    } */
}


@media screen and (min-width: 1700px) {

}



/*  ALL RESPONSIVE FULL SCREEN */



@media screen and (max-height: 768px)  {

}


@media screen and (max-height: 700px) {

}



@media screen and (min-height: 800px) {

}


@media screen and (min-width: 790px) and (max-width: 1060px) {

}