/*
*****************************
****** GENERICS STYLES ******
*****************************
*/

html{font-size:100%;}
html, body{overflow-x: hidden;}
body, .body_cms {
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    /*background-image: url("../img/bg.ecobag.jpg");*/
    background-color: #F3F2EF ;
}
hr {border:1px inset#d4d7d9;color:#d4d7d9;}
strong{font-weight: 700}

.fixed { position:fixed; }
.relative { position:relative; }
.absolute { position:absolute; }
.static { position:static; overflow:hidden; }

.inline { display:inline; }
.inlineblock { display:inline-block; }
.block { display:block; }

.floatleft { float:left; }
.floatright { float:right; }
.floatnone { float:none; }

.textleft {	text-align:left; }
.textright { text-align:right; }
.textcenter { text-align:center; }
.textjustify { text-align:justify; }

.width80 { width:80%; }
.width60 { width:60%; }
.width50 { width:50%; }
.width47 { width:47%; }
.width45 { width:45%; }
.width35 { width:35%; }
.width33 { width:33.33333333%; }
.width25 { width:25%; }
.margin0 { margin:0; }
.marginauto { margin:auto; }
.lineh15{line-height:1.5;}
.lineh25{line-height:2.5;}
.height465{height:465px;}
.marginright { margin-right:1em; }
.marginleft { margin-left:1.5em; }
.marginbottom { margin-bottom:2em !important; }
.marginbottomlight { margin-bottom:1em; }
.margintop { margin-top:2em; }
.margintoplight { margin-top:2em; }
.margintopultralight { margin-top:0.5em; }
.margintop-2 { margin-top:-2em; }
.container900{max-width:900px; margin:0 auto;}
.padding10{padding:10px;}
.paddingtopbot20{padding:20px 0;}
.padding1020{padding:10px 20px;}
.padding25{padding:25px;}
.padding30{padding:30px;}
.padding40{padding:40px;}
.padding60{padding:60px;}
.padding6040{padding:60px 40px;}
.padding7040{padding:70px 40px;}
.padding4070{padding:40px 3%;}
.padding4015{padding:40px 15px;}
.vmiddle{vertical-align:middle;}
.vtop{vertical-align:top;}
.vbottom{vertical-align:bottom;}
.big { font-size:120%; }
.mini { font-size:80%; }
.fontsize80 { font-size:80%; }
.fontsize85 { font-size:85%; }
.fontsize90 { font-size:90%; }
.fontsize110 { font-size:110%; }
.fontsize120 { font-size:120%; }
.light {font-weight: lighter;}
.strong {font-weight: bold;}
.italic{font-style: italic}
.color1, .color1 a {color:#56c1ff;}
.color2, .color2 a {color:#2e4e4e;}
.background1{background:#f4f4f4;}
.background2{background:#252525; color:#ffffff;}
.background3{background:#56c1ff;}
.margin0auto{display:block;margin:0 auto;}
.lowercase { text-transform:lowercase; }
.uppercase { text-transform:uppercase; }
.mobile{display:none;}
.desktop{display:block;}
.sep{margin: 10px 0;height:1px;background-color:#d4d8da;}
img { max-width:100%; height: auto; display:block;}
.centered-height, .aheight {display: inline-block;line-height: 1.2;vertical-align: middle;}
.content ul:not(.bxslider){
    margin:15px 0 15px 10px;
    list-style: disc;
}
.autoheight {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}
.pointer{
    cursor:pointer;
}
.bloc_text{
    display: inline-block;
}

/*
*****************************
*********** LINKS ***********
*****************************
*/

a {
    color: #028e02;
    text-decoration: none;
    -ms-transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
    -webkit-transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
    -moz-transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
}

a.button {display : inline-block;}
.masque, .hidden {display : none !important;}

.green_light_hover a:hover,.green_light_hover a:focus{
    color: #b0dc00;
} 

/*
*****************************
*********** TITRES **********
*****************************
CF CMS.CSS
*/


/*
*****************************
********** HEADER ***********
*****************************
*/

#mini-header{
    border-bottom:1px solid #A5A5A5;
/*    padding:10px 0 10px 35px;
*/    background-color: #F3F2EF;
    font-size: 14px;
    min-height: 41px;
    display: flex;
}
#mini-header .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.text_miniheader {
    margin-left: 0;
    margin-right: auto;
}
.text_miniheader_tel {
    margin-left: auto;
    margin-right: 2rem;
}
.text_miniheader_mail {
    margin-left: 2rem;
    margin-right: auto;
}
.text_miniheader_tel a,
.text_miniheader_mail a,
.text_miniheader_tel .lien-off,
.text_miniheader_mail .lien-off {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:#0C0C0C;
}
.text_miniheader_tel a:hover,
.text_miniheader_mail a:hover {
    opacity: 0.8;
}
.text_miniheader_tel .icon,
.text_miniheader_mail .icon {
    font-size: 24px;
    margin-right: 8px;
    color: #028e02;
}
@media only screen and (max-width : 599px) {
    #lang_changer {
        width: 55px;
    }
    #mini-header .text_miniheader_tel .txt,
    #mini-header .text_miniheader_mail .txt {
        display:none;
    }
    .text_miniheader_tel {
        margin-left: auto;
        margin-right: .5rem;
    }
    .text_miniheader_mail {
        margin-left: .5rem;
        margin-right: auto;
    }

}

#lang_changer {
    position : relative;
    /*bottom : -12px;*/
    /*right : 110px;*/
    margin : 0;
    width : 130px;
    height : 0;
    padding-top : 24px;
    z-index : 11;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid #A5A5A5;
    border-radius: 4px;

}

#lang_changer li {
    display : none;
    height : 24px;
    line-height : 24px;
    background : #fff;
    padding : 0 5px;
    margin-left: -1px;
    margin-right: -1px;
    border-radius : 0;
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    margin-top: -1px;
}

#lang_changer li:last-child {
    border-bottom: 1px solid #A5A5A5;
    border-radius : 0 0 3px 3px;
}

#lang_changer:hover li {
    display : block;
}

#lang_changer li.active {
    display : block;
    position : absolute;
    top : 0;
    left : 0;
    right : 0;
    border-radius : 3px;
    border: none;
    margin: 0;
}
#lang_changer li.active:hover {
    border-radius : 3px 3px 0 0;
}

#lang_changer .flag {
    width : 22px;
    height : 15px;
    margin-right:3px;
    position : relative;
    margin-top: -6px;
}

#lang_changer .flag svg {
    position : absolute;
    top : 0;
    left : 0;
    display : block;
    width : 22px;
}

#lang_changer a,
#lang_changer .link-lang {
    color : #0C0C0C;
    font-size: 13px;
}
#lang_changer a:hover,
#lang_changer a:focus,
#lang_changer .link-lang:hover,
#lang_changer .link-lang:focus {
    color : #777061;
}

#lang_changer li.active a:after,
#lang_changer li.active .link-lang:after{
    content : "\e90c";
    position : absolute;
    top : 7px;
    right : 7px;
    font-family: 'ecofont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width : 599px) {
    #lang_changer {
        width: 55px;
    }
    #lang_changer .link-lang .txt {
        display:none;
    }
}

#partage{
    position: absolute;
    top: 10px;
    right: 0;
}
#header {
	position:relative;
    z-index:10;
    min-height: 124px;
    -webkit-box-shadow: 0px 18px 22px -24px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 18px 22px -24px rgba(0,0,0,0.5);
    box-shadow: 0px 18px 22px -24px rgba(0,0,0,0.5);
    background-color: #FFF;
}
#header > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#header > .container .bloc-logo-header {
    margin-left: 0;
    margin-right: auto;
}
#header > .container .bloc-boutique-header {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
#boutique_header{
    padding-right: 18px;
}
#boutique_header > .header_text {
    font-weight: bold;
    font-size: 16px;
}
#lien_header2{
    color: #fff;
}
#lien_header2:hover{
    color: #000;
}
#header .lien_panier .icon-basket{
    margin-left: 0;
}
#header .lien_panier > a > span{
    font-size: 20px;
    display: inline-block;
    margin: 14px 0 0 15px;
    color: #fff;
    border-radius: 4px;
    padding: 6px 8px;
    background-color: #028e02;
}
#header .lien_panier > a:hover > span{
    background-color: #02C202;
}
#header.sticky #primary_nav_wrap {
    position : fixed;
    top : 0;
    right:0;
    z-index:5;
    height:41px;
    background-color:#ffffff;
    margin-top:0;
    width:100%;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
}
#header.sticky #primary_nav_wrap>ul{
    padding:0;
}
#header.sticky #primary_nav_wrap>ul>li{
    padding:5px 10px;
    margin: 0 10px;
}
#header.sticky #primary_nav_wrap>ul>li>a{
    padding:0 5px;
}
#header.sticky #primary_nav_wrap>ul>li>ul{
    margin-top: 10px;
}
#header.sticky #logo{
    left: 15px;
    top: 3px;
    z-index: 6;
    position: fixed;
    margin:0;
    width: 66px;
    height: 80px;
}
#header.sticky #logo .logo_back {
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 15px solid #ffffff;
    bottom: -15px;
}
#primary_nav_wrap {
    border-top: 1px solid #E9E9E9;
}
#primary_nav_wrap > .container > ul
{
    list-style:none;
    padding:0;
    display:none;
    text-align: right;
    justify-content: space-between;
}
#primary_nav_wrap ul a,
#primary_nav_wrap ul .lien-off
{
    display:block;
    color:#000000;
    text-decoration:none;
    font-size:13px;
    padding:0 12px;
    font-family:"Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
    height: 100%;
}
@media only screen and (max-width: 1050px) {
    #primary_nav_wrap ul a,
    #primary_nav_wrap ul .lien-off
    {
        font-size:12px;
        padding:0 10px;
    }

}
#primary_nav_wrap ul ul a,
#primary_nav_wrap ul ul .lien-off {
    padding: 0 10px;
}
#primary_nav_wrap ul>li
{
    position:relative;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}
#primary_nav_wrap>ul>li:last-child
{
   margin-right:0;
}
#primary_nav_wrap .li-menu-header-devis {
    margin-right: 0;
}
#primary_nav_wrap .menu-header-devis,
#primary_nav_wrap .menu-header-devis.lien-off {
    background-color: #E34F2B;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;

    display: flex;
    flex-direction: row;
}
#primary_nav_wrap .menu-header-devis .icon,
#primary_nav_wrap .menu-header-devis.lien-off .icon {
    margin-top: 6px;
}
#primary_nav_wrap .menu-header-devis:hover,
#primary_nav_wrap ul > li.current > .menu-header-devis,
#primary_nav_wrap .menu-header-devis.lien-off:hover,
#primary_nav_wrap ul > li.current > .menu-header-devis.lien-off {
    background-color: #fff;
    color: #E34F2B;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}
#primary_nav_wrap ul > li.current > .menu-header-devis > span,
#primary_nav_wrap ul > li.current > .menu-header-devis.lien-off > span { display: inline-block;
    border-bottom: 4px solid #E34F2B;
    color: #E34F2B;
}
#logo_bandeau{
    display:none;
}
#header.sticky #logo_bandeau{
    display:inline;
    float: left;
}
#primary_nav_wrap ul li a .icon,
#primary_nav_wrap ul li .lien-off .icon
{
    font-size:25px;
}
#primary_nav_wrap ul > li.current > a > span,
#primary_nav_wrap ul > li.current > .lien-off > span {
    display:inline-block;
    border-bottom: 4px solid #028e02;
    margin-top: 10px;
    padding: 4px 3px 8px 3px;
    color:#028e02;
}
#primary_nav_wrap ul > li > a > span,
#primary_nav_wrap ul > li > .lien-off > span{
    display:inline-block;
    border-bottom: 4px solid rgba(0,0,0,0);
    margin-top: 10px;
    padding: 4px 3px 0 3px;
}
.nav_promotion{
    color: #e34f2b!important;
}
.nav_promotion:hover{
    color: #028e02!important;
}
#header.sticky #primary_nav_wrap ul>li.current,
#primary_nav_wrap ul li:hover
{
    color:#028e02;
}
#header.sticky #primary_nav_wrap ul>li.current>a,
#primary_nav_wrap ul li a:hover,
#header.sticky #primary_nav_wrap ul>li.current>.lien-off,
#primary_nav_wrap ul li .lien-off:hover
{
    color:#028e02;
}
#primary_nav_wrap ul ul
{
    position:absolute;
    top:100%;
    left:0;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0 5px 10px 5px;
    max-width:100%;
    border-right: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    flex-direction: column;
}
#primary_nav_wrap ul ul li
{
    float:none;
    width:100%;
    color:#ffffff;
    padding:5px 5px 5px 0px;
    text-align:left;
    margin:0;
}
#primary_nav_wrap ul ul ul
{
    top:0;
    left:100%
}
#primary_nav_wrap ul ul a,
#primary_nav_wrap ul ul .lien-off
{
    color:#000;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
#primary_nav_wrap ul li > ul
{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 10px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: normal;
    min-width: 300px;
    max-height: 0;
    overflow: hidden;
}
.sticky #primary_nav_wrap ul li > ul{
    top : 41px;
}
.sticky #primary_nav_wrap > .container {
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.sticky #primary_nav_wrap > .container > ul > li.current a,
.sticky #primary_nav_wrap > .container > ul > li > a,
.sticky #primary_nav_wrap > .container > ul ul > li > a,
.sticky #primary_nav_wrap > .container > ul > li.current .lien-off,
.sticky #primary_nav_wrap > .container > ul > li > .lien-off,
.sticky #primary_nav_wrap > .container > ul ul > li > .lien-off {
    font-size: 11px;
    display: flex;
}

#primary_nav_wrap ul li:hover > ul{
    visibility: visible;
    opacity: 1;
    transform: translateY(0em);
    transition-delay: 0s, 0s, 0.3s;
    min-width: 300px;
    max-height: 500px;
}
#image_logo{
    padding-top: 10px;
}
.link_logo{
    padding-top:0;
    position:relative;
    display: inline-block;
}
.link_logo .baseline{
    display: none;
    position: absolute;
    bottom: -36px;
    right: 0;
    padding-bottom: 8px;
    color: #028e02;
    font-family: 'Pacifico', sans-serif;
    font-size: 16px;
    width: auto;
    word-wrap: break-word;
}
#image_logo p{
    font-weight: bold;
    display: inline;
}
#image_top{
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
}
#num_tel{
    color: #028e02;
    font-size: 15px;
    font-weight: bold;
}
.lien_ecostore{
    background-color: #FFF;
    color: #028e02;
    border: 2px solid;
    border-radius: 4px;
    padding: 4px 15px 4px 15px;
    margin: 0 15px;
}
.lien_ecostore:focus{
    color: #028e02;
}
.lien_ecostore:hover{
    color: #000;
    border: 2px solid #028e02;
}

.lien_ecostore2 {
    background-color: #028e02;
    color: #fff;
    border: 2px solid;
    border-radius: 4px;
    padding: 4px 15px 4px 15px;
    margin: 0 15px;
    border: 2px solid #028e02;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.lien_ecostore2:hover,
.lien_ecostore2:focus {
    color: #028e02;
    background-color: #fff;
    border: 2px solid #028e02;
}
.lien_ecostore2 .txt {
    font-size: 16px;
    font-weight: bold;
}
.lien_ecostore2 .logo-b {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding-left: 15px;
}
.lien_ecostore2 > .icon-fleche-right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding-left: 15px;
}

@media only screen and (max-width: 992px) {
    .lien_ecostore2 {
        padding: 4px 10px 4px 10px;
        margin: 0 0 0 15px;
    }
    .lien_ecostore2 .txt {
        font-size: 12px;
    }
    .lien_ecostore2 .logo-b {
        font-size: 20px;
        padding-left: 10px;
    }
    .lien_ecostore2 > .icon-fleche-right {
        font-size: 18px;
        padding-left: 10px;
    }
}

#lien_header2, .lien_header2{
    background-color: #028e02;
    color: #fff;
    border-radius: 4px;
    padding: 6px 8px;
}
#lien_header2 .icon{
    font-size: 16px;
}
#lien_header2 span:first-child{
        margin-top: 1px;
}

#logo_bandeau{
    width: 120px;
    padding-top: 4px;
}
.sticky #logo_bandeau{
    padding-left: 10px;
}

/* slider home */
.container.container-slider-home {
    margin-top: 48px;
    margin-bottom: 28px;
}
@media only screen and (max-width: 992px) {
    .container.container-slider-home {
        margin-top: 28px;
        margin-bottom: 8px;
    }
}

/* FOOTER */
#footer{
    background:#028E02;
    padding:50px 0 30px 0;
    color:#FFF;
    line-height: 20px;
    position: relative;
    font-size: 16px;
}
#footer a,
#footer .lien-off {
    color: #fff;
}
#footer a:hover,
#footer .lien-off:hover {
    color: #b0dc00;
}
#footer .box_lien_footer a:hover,
#footer .box_lien_footer .lien-off:hover {
    color: #000;
}
#bandeau_footer {
    display: none;
    height: 20px;
    background-color: #b0dc00;
}
#ecobag_footer{
    /*font-size: 28px;
    font-weight: bold;*/
}
.titre_footer{
    /*color: #B0DC00;
    text-transform: uppercase;*/
}
#footer .article_bandeau{
    margin-top: 10px;
}
.article_bandeau .titre_footer {
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    margin-bottom: 15px;
}
.menu_footer > ul {
    line-height: 1.6;
    margin-bottom: 30px;
}
.input_footer{
    background-color: #fff;
    width: 260px;
    height: 38px;
    padding: 1px 0 1px 10px;
    box-shadow:none;
    border:0;
    outline: none;
    border-radius: 4px 0 0 4px;

}
#footer .submit_colle{
    margin-left: -5px;
    width: 40px;
    height: 40px;
    color: #028e02;
    background-color: #fff;
    border-radius: 0 4px 4px 0;

    box-shadow:none;
    border:0;
    outline: none;

    transition: all 0.2s ease-in-out;
}
#footer .submit_colle:hover{
    background-color: #b0dc00;
    color: #fff;
}
#footer .submit_colle .icon {
    font-size: 20px;
}
#newsletter_ajax{
	margin-top: 8px;
}
#facebook_footer{
    text-align: right;
    margin-top: 20px;
}
#facebook_footer .icon {
    display: inline-flex;
    font-size: 20px;
    padding: 6px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #016001;
}
#facebook_footer .icon-facebook{
    background-color: #3b5998;
}
#facebook_footer .icon-instagram{
    background-color: #FD2570;
}
#facebook_footer a,
#facebook_footer a:hover,
#facebook_footer .lien-off,
#facebook_footer .lien-off:hover {
    color: #fff;
}
#facebook_footer .icon:hover{
    border-radius: 50%;
}
#box_question_footer{
    background-color: #b0dc00;
}
#image_box_footer{
    display: inline;
}
#image_box_footer .icon-question{
	color: #3c3c3c;
	font-size: 20px;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    left: 15px;
}
#image_box_footer .icon_question_c{
	box-shadow: 2px 2px 1px #3c3c3c;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin: 4px;
}
#box_question_footer p{
    color: #3c3c3c;
    font-weight: bold;
}
#box_question_footer .text_footer{
    margin-bottom: 2px;
    font-size: 13px;
}
.box_lien_footer{
    background-color: #028e02;
    float: right;
    margin-top: 15px;
    padding: 6px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
.box_lien_footer:nth-child(2){
    margin-left: 5px;
    margin-right: 5px;
}
.box_lien_footer:nth-child(3){
    margin-right: 15px;
}
.box_lien_footer .icon{
    font-size: 16px;
}

.bloc-footer-item {
    font-size: 14px;
    margin: 8px 0;
    text-align: left;
}
.bloc-footer-item > a,
.bloc-footer-item > .lien-off {
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease-in-out;
}
.bloc-footer-item > a .icon,
.bloc-footer-item > .lien-off .icon {
    margin-right: 10px;
    font-size: 24px;
}
.bloc-footer-item > a .txt,
.bloc-footer-item > .lien-off .txt {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
/******************/
/**** SLIDER  *****/
/******************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper img {
	width: 100%;
	display: block;
}
.bx-wrapper,
.bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none !important;
    left:auto;
    background:none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
    background: none;
    text-indent:inherit;
    z-index: 1;
}
.bx-wrapper .bx-controls-direction a:visited,
.bx-wrapper .bx-controls-direction a:focus{
    color: #fff;
}
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:active{
    color: #028e02;
}
.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before{
     /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'ecofont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

    font-size : 25px;
    line-height: 40px;
    height : 40px;
    width : 40px;
    text-align:center;
    display: block;
    margin : 0 auto;
}
.bx-wrapper{
    margin-bottom: 0;
    position: static;
}
.bx-wrapper .bx-prev:before {
  content: "\e902";
}
.bx-wrapper .bx-next:before {
  content: "\e907";
}

/*** SEO ***/
#desc_h,
#desc_f {
	text-align:justify;
	position:relative;
	/*z-index:5;*/
}
#desc_f { text-align:center; }
#colorbox #desc_h { padding:40px 40px 5px 40px; font-size:110%; text-align:justify; }
#desc_f {
	margin-top:15px;
	overflow:hidden;
	font-size:12px;
	font-style:italic;
}
#desc_f .link_plus { margin-left:5px; }
#desc_f .link_plus a { color:#6e6e6e; }
#desc_f .link_plus a:hover,
#desc_f .link_plus a:focus { color:#3d3d3d; }

#cboxOverlay{ background:#3a3e39; opacity: 0.9; filter: alpha(opacity = 90);}


/***** popin navigation *****/
*::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.speed, .gallery li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.cd-main {
  /*position: relative;*/
  z-index: 21;
  /* fix bug on iOS */
  /*height: 100vh;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*padding: 200px 5%;*/
  /*background-color: #e7e9e4;*/
  /* Force Hardware Acceleration in WebKit */
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.navigation-is-open .cd-main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}


.cd-nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
#kpop_contain { margin-bottom:20px; }

#kpop_contain img.fullimg { max-height : 80vh; }
#kpop_contain img.fullimg { max-height : calc(100vh - 25vh); }

.cd-nav .cd-navigation-wrapper {
  text-align:left;
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px 5%; /* calc(5% + 80px) */
  box-sizing:border-box;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}


/* picto */

.cd-nav-trigger {
  display:inline-block;
  margin-bottom:2em;
  /*position: fixed;
  left: 5%;
  top: 50px;*/
  cursor:pointer;
  z-index: 50;
  height: 54px;
  width: 54px;
  background-color: #028e02;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s, background-color .2s ease-in;
  -moz-transition: -moz-transform 0.5s, background-color .2s ease-in;
  transition: transform 0.5s, background-color .2s ease-in;
}
.cd-nav-trigger:hover,
.cd-nav-trigger:focus {
  background-color: #6e6e6e;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  /* Hamburger */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
  /* Hamburger */
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
  /* Flèche */
  width: 50%;
}
.cd-nav-trigger .cd-nav-icon::before {
  /* Hamburger */
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  /* Flèche */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-nav-trigger .cd-nav-icon::after {
  /* Hamburger */
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  
  /* Flèche */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*.no-touch .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .cd-nav-trigger:focus .cd-nav-icon::after,
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before,
.no-touch .cd-nav-trigger:focus .cd-nav-icon::before {
   Flèche 
   width: 60%;
}*/

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  /* Hamburger */
  /*top: 2px;*/
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  /* Hamburger */
  /*top: -2px;*/
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
/*
.cd-nav-trigger circle {
   circle border animation 
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}*/
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
/*
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
*/




/* no-js */

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*****************/
/**** ACCUEIL ****/
/*****************/
.main_section {
    margin: 0 auto 20px auto;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    overflow : hidden;
}
#accueil .titre{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
#gammes_sacs{
    background-color: #fff;
    padding: 20px 0;
    margin-top: 25px;
}
#gammes_sacs .titre{
    padding-left: 20px;
    margin-bottom: 10px;
}
#slider_gammes img{
    margin: 0 auto;
    width: auto;
}
#gammes_sacs .slider_c .bx-wrapper{
    margin: 0 auto;
}
#gammes_sacs #slider_gammes>li{

}
#gammes_sacs #slider_gammes>li a{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#gammes_sacs #slider_gammes>li a:hover img{
    opacity: 0.7;
}
#gammes_sacs #slider_gammes>li a:hover{
	color: #028e02;
}
#gammes_sacs #slider_gammes>li p{
	margin: 24px auto 10px auto;
	padding: 1px 1px 8px 1px;
	text-align: center;
    border-bottom: #e4e1d9 solid 4px;
    width: 180px;
}
#gammes_sacs .bx-controls-direction>a{
    color: #000;
}
#gammes_sacs .bx-controls-direction>a:hover{
    color: #028e02;
}
#sacs_jute{
    background-color: #fff;
    padding: 0;
}
#text_sac_jute{
	margin: 0 15px;
	padding: 20px 0 11px 0;
}
#img_sac_100_toile {
    margin: 0 15px 15px 15px;
}
#img_sac_100_toile img {
    border-radius: 0 0 8px 8px;
}
#sacs_jute p{
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 15px;
}
#emballages{
    padding: 0px;
    margin-bottom: 25px;
}
#emballages .bx-viewport, .bxslider img{
    max-height: 393px!important;
}
#usine{
    background-color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding: 0;
}
#usine p{
    margin-bottom: 25px;
    line-height: 35px;
}
#usine .vert{
    color: #007900;
    font-weight: bold;
}
#usine a{
    /*background-color: #b0dc00;
	padding: 8px 12px 8px 6px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;*/
}
#usine a:hover{
    /*color: #028e02;*/
}
#text_usine .icon-localisation{
	padding: 0 5px;
    font-size: 20px;
}
#logo_localisation{
	margin-bottom: -5px;
    padding: 0 10px;
}
#text_usine > div{
	text-align: center;
	margin-bottom: 5px;
}
.img-usine {
}
#img_usine{
	padding: 12px;
}
#img_usine>img{
    width: 100%;    
}
#avis_box{
    background-color: #b0dc00;
    padding-top: 20px;
    padding-bottom: 0px;
}
#avis_box > div {
	float : right;
}
#avis_box .titre{
	color: #fff;
	margin-bottom: 5px;
	margin-right: 45px;
}
#avis_box .voir_avis{
    float: right;
    padding-top: 5px;
}
#avis_box .voir_avis a:hover{
    color: #028e02;
}
#avis_box .border_top{
    border-top: #fff 1px solid;
    margin: 0 -5px;
}
#avis_box .bulle{
    margin: 40px auto 0 auto;
    text-align: left;
}
#avis_box .bulle:nth-child(2) {
    margin-left: 50px;
}
#avis_box .bulle_avis{
	background-color: #fff;
	height: 140px;
	width: 232px; 
	border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#avis_box .bulle_avis:after{
    content: "";
    width: 0;
    height: 0;
    bottom: -12px;
    left: 80px;
    position: absolute;
    border-style: solid;
    border-width: 12px 0 0 15px;
    border-color: #fff transparent transparent transparent;
}
#avis_box .bulle_avis p:first-child{
	font-size: 12px;
	padding: 10px;
	line-height: 15px;
    color: #000;
}
#body_home .fancybox-close-small{
	display: none;
}
#bulle_avis_c{
    text-align: center;
}
#avis_box img{
	margin: 13px 0 0 72px;
}
#avis_box .avis_auteur{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    position: absolute;
    bottom: -40px;
    left: 80px;
}
#avis_box .bloc_form{
	background-color: #3c3c3c;
    text-align: center;
}
#avis_box .bloc_form p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}
#avis_box input[type=submit], #avis_box textarea{
	margin: 8px 0 20px 0;
    padding-left: 4px;
    width: 96%;
}
#avis_box input[type=text]{
	height: 30px;
	width: 47%;
	margin: 8px 0px;
    padding-left: 4px;
}
#avis_box input[type=submit]{
	height: 36px;
	background-color: #028e02;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow:none;
    border:0;
    outline: none;
}
#avis_box input[type=submit]:hover{
    color: #000;
}
figcaption {
    display: none;
}
#actualites{
    background-color: #fff;
    padding: 25px 35px;
}
#actualites .row {
    display: flex;
    flex-direction: row;
    align-content: start;
    justify-content: start;
    flex-wrap: wrap;
}
@media only screen and (max-width : 767px) {
    #actualites .row {
        flex-direction: column;
    }
}
#actualites .titre_actu{
    padding-bottom: 5px;
}
#actualites h1{
    color: #000;
    display: inline-block;
}
#actualites .ssstitre{
    font-size: 20px;
    /*padding-left: 5px;*/
    padding-right: 5px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    margin-top: auto;
    margin-bottom: auto;
}
#actualites .news{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#actualites .news:first-child {
    /*border-top: #e0e0e0 1px solid;*/
}
#actualites .img_actu{
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    margin-top: 0;
    margin-bottom: auto;
}
#actualites .date_actu{
    padding-bottom: 10px;
    margin-top: auto;
    margin-bottom: auto;
}
#actualites .text_actu{
    padding-bottom: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
#actualites .voir_actu{
    float: right;
    padding-top: 5px;
}
#actualites .titre_actu span > .button {
	font-size: 11px;
	/*color: #000;*/
}
#actualites .titre_actu span > .button .icon {
    font-size: 16px;
    margin-right: 3px;
    margin-left: 3px;
}
#actualites .titre_actu span>a:hover{
	color: #028e02;
}
#actualites .lire_plus{
	color: #028e02;
	border: #028e02 solid 1px;
	border-radius: 4px;
	padding: 6px 15px;
    display: inline-flex;

    margin-top: auto;
    margin-bottom: 0;
}
#actualites .news a:hover,
#actualites .news .lien-off:hover {
	color: #000;
}

.bloc-devis {
    margin-top: 28px;
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #E8E5DE;
}
.bloc-devis .row {
    display: flex;
}
#accueil .bloc-devis-txt .titre,
.bloc-devis-txt .titre {
    margin-top: 30px;
    margin-bottom: 30px;
}
.bloc-devis-img img {
    border-radius: 8px;
}
.bloc-devis-txt p {
    font-size: 16px;
}
@media only screen and (max-width : 599px) {
    .bloc-devis {
        margin-top: 8px;
        margin-bottom: 28px;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .bloc-devis .row {
        display: flex;
        flex-direction: column;
    }
}



.bloc-sur-mesure {
    margin-top: 28px;
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #E8E5DE;

    font-size: 16px;
}
.bloc-sur-mesure .row {
    display: flex;
}

.bloc-sur-mesure-img {
    position: relative;
    display: flex;
    flex-direction: row;
}
.bloc-sur-mesure-img .bloc-img {
    max-width: 280px;
}
.bloc-sur-mesure-img .bloc-label {
    position: absolute;
    top: 60px;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}
.bloc-sur-mesure-img .bloc-label .txt-1 {
    color: #028E02;
    font-weight: bold;
    font-size: 38px;
}
.bloc-sur-mesure-img .bloc-label .txt-2 {
    color: #028E02;
    font-weight: normal;
    font-size: 14px;
}
.bloc-sur-mesure-img .bloc-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    padding: 10px 20px;
    margin: auto 0 auto -80px;
}
.bloc-sur-mesure-img .bloc-desc .bloc-button {
    text-align: center;
    margin-top: 15px;
}
.bloc-sur-mesure-txt {
    line-height: 1.3;
    padding: 20px 10px;
}
@media only screen and (max-width : 768px) {
    .bloc-sur-mesure {
        margin-top: 8px;
        margin-bottom: 28px;
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 90%;
    }
    .bloc-sur-mesure .row {
        display: flex;
        flex-direction: column;
    }
}


.reassurance {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 25px;
    line-height: 1.3;
}

.reassurance img{
    margin: 0 auto;
    width: auto;
}
.reassurance .slider_c .bx-wrapper{
    margin: 0 auto;
}
.reassurance #slider_reassurance_liste {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}
.reassurance #slider_reassurance_liste > li{
    flex: 1 auto;
    max-width: 260px;
}
.reassurance #slider_reassurance_liste > li a{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.reassurance #slider_reassurance_liste > li img{
    margin-top: 20px;
}
.reassurance #slider_reassurance_liste > li a:hover img {
    opacity: 0.7;
}
.reassurance #slider_reassurance_liste >li a:hover{
    color: #028e02;
}
.reassurance #slider_reassurance_liste > li .txt {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;

}
.reassurance #slider_reassurance_liste > li .txt .color3 {
    display: inline-flex;

}
.reassurance .bx-wrapper .bx-controls-direction > a{
    color: #000;
}
.reassurance .bx-wrapper .bx-controls-direction > a:hover{
    color: #028e02;
}
@media only screen and (max-width : 738px) {
    .reassurance #slider_reassurance_liste {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .reassurance #slider_reassurance_liste > li{

        /*max-width: 50%;*/
    }
}
@media only screen and (max-width : 599px) {
    .reassurance .bx-wrapper {
        max-width: 270px !important;
    }
    .reassurance #slider_reassurance_liste {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
}


.bandeau-contact {
 margin: 30px 0;
}
.bandeau-contact .container,
.bandeau-contact .container .bloc-txt,
.bandeau-contact .container .bloc-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bandeau-contact .container .bloc-txt {
    margin-left: 0;
    margin-right: auto;
    flex: 1;
}
.bandeau-contact .container .bloc-txt .picto {
    margin-right: 15px;
}
.bandeau-contact .container .bloc-txt .txt {
    font-size: 20px;
    font-weight: 600;
}
.bandeau-contact .container .bloc-button {
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bandeau-contact .container .button {
    margin: 5px 10px;
}
@media only screen and (max-width : 768px) {
    .bandeau-contact .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bandeau-contact .container .bloc-txt,
    .bandeau-contact .container .bloc-button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width : 599px) {
    .bandeau-contact .container,
    .bandeau-contact .container .bloc-txt,
    .bandeau-contact .container .bloc-button {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bandeau-contact .container .bloc-txt .picto {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bandeau-contact .container .button {
        min-width: 160px;
    }
}

/*******************/
/**** CATALOGUE ****/
/*******************/

#sacs_promo{
	background-color: #fff;
}
#sacs_promo p{
	font-size: 16px;
	line-height: 28px;
}
#sacs_promo .famille_jute p{
    font-size: 17px
}
.bouton_lien_gris{
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px 6px; 
    margin-right: 25px;
    background-color: #028e02;
    font-size: 16px;
    font-weight: 800;
}
.bouton_lien_gris:link, 
.bouton_lien_gris:visited, 
.bouton_lien_gris:hover{
    color: #fff;
}
.bouton_lien_gris:hover, .bouton_lien_gris_current{
    background-color: #b0dc00;
}
#body_produit .content #famille {
    margin: 0;
}
#famille a:hover{
    /*color: #fff;*/
}
#famille li{
    margin-top: 8px;
    margin-bottom: 16px;
    list-style-type: none;
}
.ss_famille{
    font-size: 12px;
    text-transform: capitalize;
}
#famille .liens_perma {
    margin: 0;
}
#famille .liens_perma > a {
    font-weight: 600;
    padding: 6px 8px;
    border-radius: 5px;
}
#famille .liens_perma > a:hover{
    /*color:#000;*/
}
#famille .liens_perma > a > span{
    padding-right: 3px;
    font-size: 14px;
}
#famille .liens_perma > a > .txt {
    font-weight: 500;
}
#famille .liens_perma > a .icon {
    font-size: 24px;
}

.header_section a.titre_ss_famille {
    color:#000;
}
#tous_coloris>a{
	/*background-color: #b0dc00;*/
}
#nos_tarif>a{
    background-color: #028e02;;
}
#qq_ref{
	background-color: #fff;
    padding-top: 45px;
    padding-bottom: 70px;
    position: relative;
}
#qq_ref h2{
    font-size: 24px;
}
#qq_ref h3{
	font-size: 18px;
    display: inline-block;
}
#qq_ref h4{
  text-align: center;
}
#qq_ref a{
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#qq_ref a:hover>p{
    color: #028e02; 
}
#qq_ref a:hover{
    opacity : 0.8;
}
#qq_ref img{
	margin: 10px auto 0 auto;
}

#qq_ref .image_catalogue_r{
    /*height: 196px;*/
    object-fit: contain;
}
#qq_ref .image_catalogue{
    max-height: 300px;
    object-fit: contain;
}
#qq_ref p{
	text-align: center;
	color: #000;
    min-height: 30px;
}
#qq_ref ul{
    list-style-type: none;

}
#qq_ref li{
    height: 380px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
#qq_ref li a,
#qq_ref li .lien-off {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#qq_ref li a h4,
#qq_ref li .lien-off h4 {
    margin-top: auto;
    margin-bottom: 0;
}
#qq_ref li a p,
#qq_ref li .lien-off p {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}
#qq_ref li a .image_catalogue_r,
#qq_ref li .lien-off .image_catalogue_r {
    margin-top: auto;
    margin-bottom: auto;
}
#qq_ref .bx-wrapper .bx-controls-direction a:visited,
#qq_ref .bx-wrapper .bx-controls-direction a:focus {
    color: #000;
}
#qq_ref .bx-wrapper .bx-prev::before,
#qq_ref .bx-wrapper .bx-next::before {
    font-size: 16px;
}

#qq_ref .voir_news{
    float:right;
    margin-top: -2px;
}
#qq_ref .voir_news > a,
#qq_ref .voir_news > .lien-off {
    font-size: 12px;
    display: inline-block;
    padding: 10px 20px;
	background-color: #028e02;
	border: 2px solid #028e02;
	color: #fff;
	border-radius: 5px;
}
#qq_ref .voir_news > a:hover,
#qq_ref .voir_news > .lien-off:hover{
    background-color: #028e02;
	color: #b0dc00;
}
#qq_ref p:nth-child(2){
	font-size: 18px;
	font-weight: bold;
}
#qq_ref p:nth-child(3){
	font-size: 15px;
}

#desc_cate_seo{
    background-color: #fff;
    padding-top: 20px;
}

/********************/
/**** PAGE TARIF ****/
/********************/

#main_box_jute{
    padding-bottom: 45px;
}
.page_tarif section{
    background-color: #fff;
}
.page_tarif h1, .catalogue h1{
    margin: 0.5em 0;
}
.page_tarif h2, .page_tarif .s_titre, .catalogue h2{
    margin: 22px 0;
}
.page_tarif h3{
    font-size:30px;
    font-weight: 700;
}
.page_tarif .ss_titre{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.page_tarif .table_responsive{
    margin-bottom: 15px;
}
.page_tarif .img_catalogue{
    height: 125px;
    width: 113px;
    background-repeat: no-repeat;
    background-size: contain;
}
#differents_sacs_jute, #sacs_recherche{
    height: 365px;
}
#differents_sacs_jute .bouton_lien_gris{
    color: #fff;
}
#sacs_recherche .texte_descr{
    line-height: 28px;
    font-size: 16px;
}
.page_tarif .bouton_lien_gris{
    line-height: 42px;
}
.page_tarif input[type=text]{
    height: 36px;
    width: 496px;
    margin-top: 10px;
    padding-left: 5px;
    background-color: #C6BFB5;
    box-shadow:none;
    border:0;
    outline: none;
}
.page_tarif .submit_colle{
    background-color: #61605E;
    height: 38px;
    width: 38px;
    margin-top: 10px;
}
.submit_colle:hover{
    background-color: #454443;
}
#presses h3{
    margin: 0.5em 0;
}
#presses .description_sac{
    margin-left: 5px;
    margin-top: 5px;
}
/*#presses .table_ref{
    float: right;
}*/
.table_ref tr>th{
    font-size: 13px;
}
.table_ref th{
    padding: 8px 12px;
    vertical-align: middle;
}
.table_ref th, .table_ref td{
    border: 1px solid #fff;
    text-align: center;
}
.table_ref td{
    height: 24px;
    vertical-align: middle;
}
.table_ref th{
    font-weight: bold;
    background-color: #DEDEDE;
}
.table_ref tr:nth-child(even){
    background-color: #F2F2F2;
}
.table_ref tr:nth-child(odd){
    background-color: #E6E6E6;
}
/*#presses div div .table_ref, #presses .ss_titre{
    margin-top: 20px;
}*/
.page_tarif .delai_4_sem{
    background-color: #028F05;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 8px;
    padding: 2px 5px;
}
.page_tarif .delai_10_sem{
    background-color: #D09908;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 8px;
    padding: 2px 5px;
}
#avez_temps .table_responsive{
/*    min-height: 175px;
*/}
#avez_temps .tall_table {
    width: 100%;
    min-width: 555px; 
}
#avez_temps h3, #double_fonction{
    margin-top: 65px;
}
#avez_temps div:nth-child(3), #avez_temps div:nth-child(4){
    margin-top: 25px;
    margin-bottom: 25px;
}
#box_sb201>div {
    margin-bottom: 10px;
}
#box_sb201>div>img{
    margin-right: 20px;
}
#box_sb201 .table_ref{
    margin-left: 25px;
}
#avez_temps .table_ref tr>th:nth-child(4){
    width: 55px;
}
#avez_temps .table_ref tr>th:nth-child(5){
    width: 60px;
}
#double_fonction{
    margin-bottom: 65px;
}
#double_fonction .liste_sac_double_fonc{
    font-size: 22px;
}
#double_fonction .description_sac_double_fonc{
    font-size: 15px;
    margin-bottom: 16px;
}
#sac_ecolo{
    margin-bottom: 60px;
}
#sac_ecolo>div{
    text-align: center;
}
#sac_ecolo p{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#objet_pub p{
    font-size: 16px;
}
#objet_pub h3{
    margin-top: 90px;
    margin-bottom: 15px;
}

/**************************/
/**** BANDEAU COMMANDE ****/
/**************************/

#bandeau_commande{
    background-color: #b0dc00;
    padding: 32px 0;
    text-align: center;
    color: #fff;
}
#bandeau_commande .bandeau_ss_titre{
    font-size: 12px;
    width: 185px;
    display: block;
    float: none;
}
#bandeau_commande .number, #bandeau_commande .text{
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
}
#bandeau_commande .rassurance_item:nth-child(1){
    margin-top: 13px;
}
#bandeau_commande span.aheight{
    padding-left: 4px;
}
#bandeau_commande .aheight {
    max-width: 30px;    
}
#bandeau_commande .aheight + .aheight {
    max-width: calc(100% - 32px);
    text-align : left;
}
#bandeau_commande .rassurance_item > .icon_svg{
    display:block;
    margin: 0 auto;
}
#bandeau_commande .rassurance_item:nth-child(1) > .icon_svg{
    width: 285px;
} 
#bandeau_commande .rassurance_item:nth-child(2) > .icon_svg{
    width: 120px;
}
#bandeau_commande .rassurance_item:nth-child(3) > .icon_svg{
    width: 56px;
}
#bandeau_commande .rassurance_item:nth-child(4) > .icon_svg{
    width: 58px;
} 

/***** Slider home ****/
.no-js #slider_home {
    display: none;
}
.bx-prev, .bx-next{
    color: #fff;
}
#slider_home{
    max-height: 450px;
    content-visibility: visible;
    contain-intrinsic-height: auto 45rem;
}
.bxslider {
    content-visibility: visible;
    contain-intrinsic-height: auto 45rem;
}
.home_slider .bxslider li {
    display: block;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-color: #333;
}
.home_slider .bxslider li a {
    position : absolute;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
}
.container_txt_slider{
    width : 100%;
    position: absolute;
    top : 70%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height : 100px;
    line-height : 100px;
    margin-top : -50px;
}
.bxslider .slider_txt, .bxslider .slider_description, .bxslider .button2{
    opacity:1;
    transition:all 0.5s ease-in-out;
}
.bxslider .slider_txt.animate, .bxslider .slider_description.animate, .bxslider .button2.animate{
    opacity:1;
}
.bxslider .slider_txt.animate{
    opacity:1;
    margin-left:0;
}
.bx-viewport, .bxslider img{
    max-height: 550px;
}
.bxslider .slider_txt{
    display : inline-block;
    font-size:2em;
    font-family: 'Raleway',sans-serif;
    color:#ffffff;
    border : 1px solid #ffffff;
    background : rgba(0, 0, 0, 0.3);
    padding : 10px;
    font-weight: normal;
    margin:auto;
    line-height: inherit;
}
.bxslider .slider_description{
    font-family: 'Crimson Text',sans-serif;
    font-size:1.6em;
    line-height:1.5;
}


/*******************/
/**** PAGE ACTU ****/
/*******************/

#body_news h1{
    margin: 15px 0;
}
#body_news .main_section .news_article{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
#body_news .main_section .news_liste .bg{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 325px;
    position: relative;
}
#body_news .content a{
    color: #000;
}
#body_news .content a:hover{
    color: #028e02;
}
#body_news .content .main_section {
    padding : 0;
}
#body_news .bloc_actu .bg .news_txt{
    padding-top: 10px;
}
#body_news .news_content .gallery_content .news_img{
    margin: -15px;
}
#body_news .news_content .gallery_content .news_img>img{
    max-height: 220px;
}
#body_news .actif .gallery_content .news_img{
    margin: 0;
}
#body_news .img_news{
    margin-top: 5px;
    max-height: 200px;
}
#body_news .img_news>img{
    margin: 0 auto;
    max-height: 175px;
    min-width: 160px;
}
#body_news .content .news_liste{
    margin-top: 10px;
}
#body_news .news_content .news_txt{
    padding-right: 10px;
}
#body_news .content .main_section .button3{
    text-align: center;
    display: inline-block;
    border: #028e02 solid 1px;
    border-radius: 4px;
    padding: 4px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    width: 115px;
}
#body_news .content .news_article{
    margin-top: 20px;
    overflow: auto;
}
#body_news .content .news_article .news_header{
    float: left;
}
#body_news .content .news_article .news_txt .button3{
    position: static;
    margin: 40px auto 0 auto;
    display: block;
    width: 115px;
}
#body_news .content .main_section .button3 a{
    color: #028e02;
}
#body_news .main_section .news_liste .bg {        
    height: 400px;
}
#body_news .news_article .news_content .news_txt{
    padding-top: 20px;
    line-height: 1.5;
}

/****************/
/** BREADCRUMB **/
/****************/

#chemin{
    position: relative;
    z-index: 2;
/*    margin: 0 0 -8px 0;
      border-radius: 3px 3px 0 0;
*/    
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F4F4F4;
    overflow: hidden;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
}
@media only screen and (max-width : 1190px) {
    #chemin {
    margin-top: 20px;
    margin-bottom: 20px;
        }
}
#chemin{
    padding: 0;
}
#chemin, #chemin a{
    color: #fff;
}
#chemin a:hover, #chemin .bread_link:hover{
    color: #028e02;
}
#chemin .history_return{
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: #E0E0E0;
    text-align: center;
    margin-right: 1px;
    float: left;
}
#chemin .history_return>a{
    letter-spacing: -4px;
}
#chemin .bread_link {
    float: left;
    display: block;
    background: #E0E0E0;
    color: #3C3C3C;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 0px;
    position: relative;
    padding: 0px 0 0px 10px;
}
#chemin .bread_link::before{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#chemin .bread_link::after{
content: " ";
display: block;
width: 0;
height: 0;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
border-left: 30px solid #E0E0E0;
position: absolute;
top: 50%;
margin-top: -40px;
left: 100%;
z-index: 2;
}
#chemin .bread_link_c + .bread_link_c .bread_link {
    padding: 0px 0 0px 55px;
}
#chemin .bread_link_c:last-child .bread_link {
    background: #F4F4F4;
    font-weight: 700;
}
#chemin .bread_link_c:last-child .bread_link:after,
#chemin .bread_link_c:last-child .bread_link:before {
    display : none;
}

/******************/
/** PAGE PRODUIT **/
/******************/

#produit{
    background-color: #fff;
}
.header-produit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 40px 0;
}
@media only screen and (max-width : 599px) {
    .header-produit {
        flex-direction: column;
        margin-bottom: 10px;
    }
    #body_produit .content .header-produit #famille {
        margin-top: 20px;
    }
}
.header-content {
    display: inline-flex;
    flex-direction: column;
}

#spec_prod {

}
#spec_prod h3,
#spec_prod .ssstitre {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: right;
}
@media only screen and (max-width : 767px) {
    #spec_prod h3,
    #spec_prod .ssstitre {
        font-size: 24px;
    }
}
/* accordion */
.accordion {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.accordion .accordion-titre {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
}
.accordion .ui-state-active .ui-icon,
.accordion .ui-button:active .ui-icon {
    background: none;
}

.accordion .ui-state-default,
.accordion .ui-widget-content .ui-state-default,
.accordion .ui-widget-header .ui-state-default,
.accordion .ui-button,
html .accordion .ui-button.ui-state-disabled:hover,
html .accordion .ui-button.ui-state-disabled:active,

.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active,
.accordion .ui-widget-header .ui-state-active,
.accordion a.ui-button:active,
.accordion .ui-button:active,
.accordion .ui-button.ui-state-active:hover {
    border: 1px solid #028E02;
    background: rgba(2, 142, 2, 0.20);
    border-radius: 8px;
    font-weight: normal;
    color: #000;
    font-weight: 600;

    font-family: 'Open Sans', sans-serif;
}

.accordion .ui-accordion-header-icon {
    display: flex;
    order: 3;
    text-indent: initial;
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: auto;
    font-size: 24px;
    margin-top: 1px;
}
.accordion .ui-accordion-header-icon::before {
    display: flex;
}
.accordion .accordion-titre .circle {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #028E02;
    border-radius: 50%;
    margin-right: 10px;
}
.accordion .accordion-titre .circle .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.accordion.ui-accordion .ui-accordion-content {
    padding: 15px 0;
}

.accordion .ui-widget-content {
    border: none;
    background: transparent;
    color: #000;
}
.accordion .ui-widget-content ul,
#body_produit .content .accordion .ui-widget-content ul {
    margin-left: 10px;
}

#produit .title {
    /*margin-top: 20px;*/
}
#produit .stitle{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: auto;
    margin-right: 0;
}
#produit .sep{
    margin-bottom: 20px;
}
#produit #spec_prod p{
    line-height: 30px;
    font-size: 14px;
}
#produit .lien_ecostore_c{
    text-align: center;
    margin-top: 25px;
}
#produit .lien_ecostore{
    padding: 10px 20px;
    margin-top: 10px;
    border: 2px solid #028e02;
    background-color: #028e02;
    color: #fff;
}
#produit .lien_ecostore:hover{
    background-color: #b0dc00;
    border: 2px solid #b0dc00;
    color: #fff;
}
#produit .lien_devis{
    padding: 10px 20px;
    margin-top: 10px;
    border: 2px solid #E34F2B;;
    background-color: #E34F2B;;
    color: #fff;
    border-radius: 4px;
    min-height: 31px;
    line-height: 31px;
}
#produit .lien_devis:hover{
    background-color: #fff;
    color: #E34F2B;
}
#produit .lien_fiche_prod{
    text-align: center;
}
#produit .image_catalogue{
    margin: 0 auto;
    /*border: 1px solid #bfbec3;*/
}
#tag_produit{
    margin: 30px 0 0 0;
}
#tag_produit h3{
    font-size: 12px;
}
#tag_produit ul{
    list-style: none;
    margin-top: 5px;
}
#tag_c{
    display: inline-block;
}
#tag_produit .bouton_lien_gris{
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 2px 4px;
    color: #000;
}
.lien_tags:hover{
    color: #028e02;
}
#tag_produit .icon-tag{
    font-size: 15px;
    margin-right: 5px;
}
#body_produit .sep_bot{
    margin-top: 25px;
}
#spec_prod ul{
  font-size: 14px;
}

/*slider produit*/
#body_produit .img_container {
    width : 520px;
    margin : 0 auto 30px auto;
}
#body_produit .content ul:not(.bxslider){
    margin: 0 0 15px 0;
    list-style: inside;
}
#body_produit .img_container a {
    display : inline-block;
    line-height : 330px;
    max-width: 480px;
}
#body_produit .img_container .main_image {
    height : 430px;
    line-height : 430px;
    text-align : center;
}
#body_produit .img_container .main_image > li{
    /*width: 500px!important;*/
}
#body_produit .img_container #blocvignette {
    position : relative;
    margin : 20px 0;
}
#body_produit .bx-wrapper img{
    width: auto;
    max-width: 100%;
    height: auto;
    /*padding: 10px;*/
}
#body_produit .bx-viewport{
  /*height: 450px!important;*/
}
#body_produit .img_container #blocvignette ul#lst_vignette {
    width : 1000px;
    list-style: none;
}
#body_produit .img_container #blocvignette a {
    margin : 0;
    width : 73px;
    float : left;
    text-align : center;
    position: relative;
}
#body_produit .img_container #blocvignette a img {
    margin: auto;
}
#body_produit .img_container #blocvignette a.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    right: 20px;
    background-color: #028e02;
    height: 7px;
    border-radius: 10px;
}
#body_produit .img_container #blocvignette a img {
    max-width : 63px;
    height: 63px;
}
#body_produit .img_container #blocvignette #nav01, 
#body_produit .img_container #blocvignette #nav02 {
    position : absolute;
    top : 50%;
    font-size : 30px;
    width : 30px;
    height : 30px;
}
#body_produit #blocvignette .bx-controls{
    display: none;
}
.img_container .bx-wrapper .bx-controls-direction a:visited,
.img_container .bx-wrapper .bx-controls-direction a:focus{
    color: #000;
}
.img_container .bx-wrapper .bx-controls-direction a:hover,
.img_container .bx-wrapper .bx-controls-direction a:active{
    color: #028e02;
}
.img_container .bx-wrapper .bx-prev::before,
.img_container .bx-wrapper .bx-next::before {
    font-size: 15px;
}
.img_container img {
    max-height : 450px;
}
.fancybox-show-buttons .fancybox-buttons{
/*    display: none;
*/}
#body_produit .main_image > li {
  /*border: 2px solid rgb(224, 224, 224);*/
}

/******************/
/** AUTOCOMPLETE **/
/******************/

.ui-autocomplete {
    background: #ffffff !important;
    border-radius: 0px;
    max-width:302px;
    padding:5px;
    margin-left:120px;
    display:block;
    color:#56c1ff;
}
.ui-autocomplete .ui-menu-item:hover {
    background:#56c1ff !important;
    color:#ffffff;
}
.ui-autocomplete .ui-menu-item {
    margin:3px 0;
}
.ui-autocomplete .ui-menu-item a.ui-corner-all:hover{
    background:red !important;
}

/*******************/
/*** FORMULAIRES ***/
/*******************/

.questionnaire {
    background: url(../img/fonds.02.jpg) no-repeat center center;
    background-size: cover;
}
.questionnaire .paddingtopbot20 {
    padding: 100px 0;
}

.label-title{
    font-size: 12px;
	font-weight:700;
}
#formulaire-reduct,
#formulaire-avis,
.formulaire {
    max-width:100%;
    margin:0 auto;
}
#contact #formulaire-reduct,
.formulaire {
    margin:0;
}

#formulaire-reduct input, #formulaire-reduct label,
#formulaire-avis input, #formulaire-avis label,
.formulaire input, .formulaire label,
.formulaire select {
    width:100%;
}
#formulaire-avis {
    margin : 20px;
}
#formulaire-avis input.button4 {
    display: inline-block;
    border-radius : 0;
    width : auto;
}
.nb_avis{
    border-radius:50%;
    background-color:#000;
    color:#fff;
    min-width:11px;
    height:11px;
    padding:3px;
    display:inline-block;
    vertical-align: middle;
    font-size:9px;
    line-height:11px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.note_avis{
    font-size:80%;
    color: #b56259;
}
#to_comments:hover > span > span.nb_avis{
    background:#fff;
    color:#000;
}
form:not(.destinations_form) fieldset.formgroup,
form.destinations_form .form_control {
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    border-radius:4px;
    background: #ededed;
}
.form_control{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_control *{
    box-sizing:border-box;
}
.form_control label{
    display:inline-block;
    margin-bottom:5px;
    cursor:pointer;
}
.form_control input[type="text"],
.form_control input[type="number"],
.form_control input[type="email"],
.form_control input[type="password"],
.form_control textarea,
.form_control select
{
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    margin:0 auto 10px auto;
    border-radius : 4px;
    line-height : 32px;
    background-color: #fff;
}
.form_control select
{
    height : 42px;
}
.form_control input[type="text"]:focus,
.form_control input[type="email"]:focus,
.form_control input[type="password"]:focus,
.form_control textarea:focus,
.form_control select:focus
{
    border: 1px solid #028e02;
}
.form_control textarea{
    width:100%;
}
/*#formulaire-reduct .button,*/
.button-step {
    border: none;
    max-width: 215px;
    outline: none;
    text-align: center;
    background: #b56259;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    width:auto !important;
    font-size:13px;
    font-family: 'Montserrat';
    line-height:13px;
    cursor: pointer;
    margin-right:10px;
}
.log_error {
    text-align : left;
    color : #D8000C;
    font-weight : 700;
}
.log_error li {
    line-height : 20px;
    margin : 5px 0;
}
.log_error li .picto {
    display : inline-block;
    width : 20px;
    height : 20px;
    line-height : 20px;
    margin-right : 5px;
    text-align : center;
    border : 1px solid #D8000C;
    border-radius : 50%;
}
.error_border{
    border : 2px solid #D8000C !important;
}
.error{
    display: inline-block;
    color: #fff;
    background-color: #e34f2b;
    margin: 10px 0;
    padding: 12px 8px;
}
.success{
    display: inline-block;
    color: #000;
    background-color: #c6ffae;
    border-color: #d6e9c6;
    margin: 10px 0;
    padding: 8px;
}


/* file upload button */
input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    color: #028e02;
    border: 1px solid #028e02;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
    min-width: 300px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

@media only screen and (max-width : 599px) {
    input[type="file"]::file-selector-button {
        min-width: 100px;
    }
}
.d-flex {
    display: flex;
    align-items: center;
}

/**********************/
/*** Devis ************/
/**********************/
.contact_page_devis {
    max-width: 800px;
}
.bloc-titre {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 16px;
 }
#body_devis h1 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.bloc-upload {
    align-items: center;
}
.bloc-upload .form-group {
    display: flex;
    align-items: center;
}
.bloc-upload .form-group .icon {
    font-size: 34px;
    margin-right: 10px;
    color: #028e02;
}
/**********************/
/*** CONTACTEZ-NOUS ***/
/**********************/

#body_contact h2 {
    color: #028e02;
}
#body_devis h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#body_contact h3,
#body_devis h3{
    font-size: 15px;
    margin-bottom: 5px;
}
#body_contact_page p{
    margin-bottom: 15px;
}
#body_contact input[type="submit"],
.formulaire input[type="submit"]{
    background-color: #028e02;
    border-radius: 8px;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    width: 160px;
    border: 0;
    transition: all 0.3s ease-in-out;
}
.formulaire button[type="submit"] {
    background-color: #028e02;
    border-radius: 8px;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    margin: 0 auto;
    min-width: 200px;
    width: auto;
    border: 0;
    transition: all 0.3s ease-in-out;
}
#body_contact input[type="submit"]:hover,
.formulaire input[type="submit"]:hover{
    color: #000;
}
#formulaire-reduct{
    margin-top: 15px;
}
#contact_page_c{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
#contact_page{
    padding: 15px;
}
#contact_page .second_col{
    margin-top: 40px;
}
#contact_page .green_light_hover a{
    color: #028e02;
}
#contact_page .green_light_hover a:hover{
    color: #000;
}
#contact_map{
    height: 400px;
    margin-top: 15px 
}
#contact_map .popmap_info{
    padding: 5px;
}
#contact_map .popmap_info .t1{
    color: #028e02;
    font-size: 20px;
}
#contact_map .popmap_info p{
    margin-bottom: 10px;
}
#contact_map .popmap_info a{
    color: #000;
}
#contact_map .popmap_info a:hover{
    color: #028e02;
}

/****************/
/*** PAGE 404 ***/
/****************/

.body_404 .content p{
    margin: 20px 0;
}
.body_404 #contenu .button1{
    background-color: #028e02;
    margin-top: 15px;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.body_404 #contenu .button1:hover{
    color: #000;
}

/*****************************/
/*** PAGE MENTIONS LEGALES ***/
/*****************************/

.body_mentions-legales .margin_content{
    background-color: #fff;
    border-radius: 10px;
    padding: 1px 15px;
    margin-bottom: 15px;
}
.body_mentions-legales .content a{
    color: #000;
}
.body_mentions-legales .content a:hover{
    color: #028e02;
}

/*****************************/
/********* PAGE AVIS *********/
/*****************************/

#body_avis h1{
    margin: 15px 0;
}
#body_avis h2{
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
}
#body_avis h4{
    font-size: 14px;
    margin-bottom: 5px;
}
#body_avis .avis_page{
    float:left; 
    margin: 15px 10px;
    background:#fff;
    height: 200px;
    width: 85%;
    padding: 0 15px;
    border-radius: 10px;
    overflow-y: auto;
}

/**************************/
/**** PAGE EN SAVOIR + ****/
/**************************/
.navigation-is-open h1, .navigation-is-open .titre{
    margin-bottom: 20px;
}
#desc_h{
    margin: 0 auto 20px auto;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

/****************************/
/**** PAGE REMERCIEMENTS ****/
/****************************/

.body_merci .button1{
    background-color: #028e02;
    border-radius: 8px;
    padding: 6px 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 120px;
    border: 0;
}
.body_merci .button1:hover{
    color: #000;
}

/******************/
/**** PAGE CMS ****/
/******************/

#grid_builder_content .row{
    margin: 0 auto 20px auto;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
#body_cms .content .container{
    margin: 0 auto 20px auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
#body_cms .content .container .margin_content{
    padding: 0 20px;
}
#cms, #body_cms .contenu_content{
    margin-top: 0;
}
.body_tarifs #cd-main .content .container{
    background-color: transparent;
    margin-bottom: 0;
}
.body_tarifs #cabas_jute_row .icon-search{
    font-size: 20px;
}
.body_tarifs #cd-main .container .margin_content{
    padding: 0;
}
.body_tarifs #main_box_jute{
    margin-bottom: 0;
}
.body_promo #grid_builder_content+#grid_builder_content p{
    line-height: 35px;
}
#cabas_jute_row{
    display: none;
}

/*************************/
/**** SIGNATURE KYXAR ****/
/*************************/

.kyxar{
    position: absolute;
    z-index: 9;
    white-space: nowrap;
    right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
    line-height: 25px;
    font-size: 9px;
}
.kyxar a{
    color: #000;
    font-size: 9px;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
}
.kyxar a:hover{
    color: #000;
}
.kyxar a .none {
    position: absolute;
    bottom: 45px;
    right: 28px;
    height: 0;
    overflow: hidden;
}
.kyxar a:hover .none {
    overflow: visible;
}
.kyxar a .none span {
    display: inline-block;
    background-color: rgba(2, 142, 2, 0.6);
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 1;
    font-weight: 300;
    font-size: 9px;
}

/*
*****************************
********** PAGE MAP *********
*****************************
*/

.destinations_map{
    padding:2% 0;
}
.header_map h1{
    position: relative;
    margin-bottom:15px;
}
.header_map h1{
    position: relative;
    margin-bottom:15px;
}
.header_map h1:after{
    content:'';
    height:1px;
    background:#000000;
    position: absolute;
    width:25%;
    right:0;
    left:0;
    bottom:-10px;
    margin:0 auto;
}
.map_img#base{
    opacity:1;
    visibility : visible;
}
.map_img{
    opacity:0;
    visibility : hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:1;
}
.map_img.hover{
    opacity:0.5;
    visibility : visible;
    z-index:5;
}
.map_img.active{
    opacity:1;
    visibility : visible;
    z-index:5;
}
.content_liste{
    padding:5px 0;
    text-align: left;
}
.content_liste img{
    max-width:150px;
}
.content_liste h3{
    text-transform: uppercase;
    font-size:15px;
    margin-bottom:3px;
    font-weight:700;
}
.push-2 h3,
.push-3 h3 {
    font-size:14px;
}
.push-1{
    margin-left:10px;
    position:relative;
}
.push-1:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #000;
}
.push-2{
    margin-left:20px;
    margin-top : 16px;
}
.push-3{
    margin-left:30px;
}
#dyn_list, .dyn_list {
    position : relative;
    min-height : 100%;
}
#dyn_list:not(.simplecol), .dyn_list:not(.simplecol) {
    -moz-column-count: 3;
   -moz-column-gap: 20px;
   -webkit-column-count: 3;
   -webkit-column-gap: 20px;
}
#dyn_list .title_bloc,
.dyn_list .title_bloc {
    display : inline-block;
}
.cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 0;
	top: 40px;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -o-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -ms-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -webkit-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -moz-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s;
    z-index:9999;
}


@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

/* animation for home text movement */
@keyframes text_move {
	0% {
        opacity : 0;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
    3% {
        opacity : 1;
		transform: translateX(-3.6%);
		-webkit-transform: translateX(-3.6%);
	}
	100% {
        opacity : 1;
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%);
	}
}

@-webkit-keyframes text_move {
	0% {
        opacity : 0;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
    3% {
        opacity : 1;
		transform: translateX(-3.6%);
		-webkit-transform: translateX(-3.6%);
	}
	100% {
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%);
	}
}

@-ms-keyframes text_move {
	0% {
        opacity : 0;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
    3% {
        opacity : 1;
		transform: translateX(-3.6%);
		-ms-transform: translateX(-3.6%);
	}
	100% {
		transform: translateX(-120%);
		-ms-transform: translateX(-120%);
	}
}

/* grid builder */

#cms p {
    line-height : 1.3em;
    margin : 0.6em auto;
}
#grid_builder.overlay_bg {
    position : relative;
    background-size : cover;
    background-position : center center;
}
#grid_builder.overlay_bg:before {
    content : '';
    position : absolute;
    top : 0;
    left : 0;
    bottom :0;
    width : 100%;
    background : rgba(255, 255, 255, 0.9);
}
#cms{
    line-height:1.3;
}

/*
    ENCART DESTINATION
 */

.form-destination {
     position: absolute;
     left: 50%;
     z-index: 6;
     height: 80px;
     width: 350px;
     background: rgba(0,0,0,.8);
     color: #fff;
     margin-left: -175px;
     top: 75px;
 }
.form-destination .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
}
.form-destination .wrapper .dest-text {
    width: 90%;
    height: 60%;
    border: none;
    padding: 0;
    text-align: center;
    background: transparent;
    font-size: 20px;
    outline: none;
    color: rgba(255,255,255,.8);
}
.form-destination .wrapper .dest-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,.8);
}
.form-destination .wrapper .dest-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,.8);
}
.form-destination .wrapper .dest-text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,.8);
}
.form-destination .wrapper .dest-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,.8);
}
.form-destination .wrapper .dest-text::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,.8);
}
.form-destination .wrapper .dest-text:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}
.form-destination .wrapper .dest-text:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.form-destination .wrapper .dest-text:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.form-destination .wrapper .dest-text:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}
.form-destination .wrapper .dest-text:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent;
}
.form-destination .wrapper .dest-submit-wrapper.visible {
    display: block;
}
.form-destination .wrapper .dest-submit-wrapper {
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 350px;
}
.form-destination .wrapper .dest-submit-wrapper .dest-submit {
    margin: 0 20px 0 0;
    padding: 4px 8px;
    border: none;
    background: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

/* File upload custom */
.img_preview img{
    max-width:300px;
}
#formulaire-reduct input[type=file]{
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
.label-img{
    background: #81a3bf;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 300;
    padding:10px;
    max-width:300px;
    margin:15px 0;
}
.label-img:hover {
    background :#395d7b;
}

/*** Cookies ****/

.aheight {
    width:auto;
    vertical-align:middle;
    display:inline-block;
    line-height:1.2;
}
.hidden {
    display : none;
}
.container {
    width : 92%;
    margin : 0 auto;
    position : relative;
}
#cookies_content,
#cookies_content  p {
    color: #fff;
}
#cookies_content {
    position : fixed;
    bottom : 0;
    left : 0;
    width : 100%;
    min-height : 50px;
    background : #3d3d3d;
    z-index: 60;
}
.alert_txt {
    padding : 10px 55px 10px 0;
    margin : 0;
    min-height : 50px;
    line-height : 1.3;
    vertical-align : middle;
}
.alert_txt a { 
    color:#ff6b6b; 
}
.alert_close {
    position : absolute;
    top : 50%;
    right : 0;
    width : 50px;
    min-height : 30px;
    margin-top : -15px;
}
.alert_close a {
    display : block;
    padding : 5px 8px;
    min-height : 20px;
    line-height : 20px;
    position : relative;
    display : inline-block;
    background : red;
    border-radius : 3px;
    color : #ffffff;
    text-decoration : none;
}
.alert_close a:hover,
.alert_close a:focus,
.alert_txt a:hover,
.alert_txt a:focus{
    opacity: 0.7;
}
.picto-cross {
    display : block;
    width : 24px;
    height : 2px;
    position : absolute;
    top : 14px;
    left : 3px;
    background : black;
    transform-origin : center center;
    transform : rotate(45deg);
    -ms-transform : rotate(45deg);
    -webkit-transform : rotate(45deg);
}
.picto-cross:after {
    content : '';
    position : absolute;
    top : 0;
    left : 0;
    margin : 0;
    display : block;
    width : 24px;
    height : 2px;
    background : black;
    transform-origin : center center;
    transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    -webkit-transform : rotate(90deg);
}

/*
*****************************
******* MEDIA QUERIES *******
*****************************
*/

@media only screen and (min-width : 1401px){
    #mini-header .container,
    #header .container{
        width: 1408px;
    }
}

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

@media (min-width: 1327px) {
    .container {
        width: 1200px;
    }
    .footer_menu li{text-align:left;}
    #primary_nav_wrap{
        margin-bottom: 0px;
    }
    #primary_nav_wrap > .container > ul > li > a,
    #primary_nav_wrap > .container > ul > li.current a,
    #primary_nav_wrap > .container > ul > li > .lien-off,
    #primary_nav_wrap > .container > ul > li.current .lien-off {
        font-size: 16px;
    }
    #primary_nav_wrap .text-menu-access,
    #primary_nav_wrap li.current .text-menu-access{
        padding-bottom: 8px;
        /*font-size: 13px;*/
    }
    #header.sticky #primary_nav_wrap .text-menu-access, 
    #header.sticky #primary_nav_wrap li.current .text-menu-access{
        padding-bottom: 10px;
    }
    #usine p{
        margin: 12px 20px 25px 25px;
    }
}

@media screen and (max-width: 1326px){
    #mini-header .langage {
        margin-right: 65px;
    }
    #header{
        min-height: 137px;
    }
    .bxslider .container_txt_slider{
        max-width:400px;
        position:absolute;
    }
    .bxslider .slider_description{
        font-family: 'Crimson Text',sans-serif;
        font-size:1.3em;
        line-height:1.5;
    }
    .container_txt_slider .bulle{
        width: 60px;
        height: 60px;
    }
    .container_txt_slider .bulle .icon{
        font-size: 30px;
        width: 30px;
        height: 30px;
    }
    #primary_nav_wrap{
    	margin-top: 12px;
        border: none;
    }
    #primary_nav_wrap>ul>li:nth-child(1){
        margin-left:0;
    }
    #header .header_text{
        display: none;
    }
    #primary_nav_wrap li.current .text-menu-access{
        margin-top: 11px;
        padding-bottom: 8px;
    }
    #primary_nav_wrap .text-menu-access{
        padding-bottom: 8px;
        margin-top: 10px;
    }
    #header.sticky #primary_nav_wrap > .container > ul > li{
        padding: 0;
    }
/*    #header.sticky #primary_nav_wrap > .container > ul > li > ul{
        margin-left: -5px;
    }*/
    #dyn_list:not(.simplecol){
       -moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
    }
    #gammes_sacs .liste_sac div:nth-child(4){
    	padding-top: 8px;
    }
    #gammes_sacs .liste_sac div:nth-child(5){
    	padding-top: 8px;
    }
    #gammes_sacs .bx-wrapper{
      width: 920px!important;
    }
    #sac_jute_emballages{
        display: flex;
    }
    #text_usine{
    	text-align: center;
        margin-bottom: 10px;
    }
    #avis_box input[type="text"]{
    	width: 95%;
    }
/*    #avis_box .bulle:first-child {
        margin: 15% auto 0 auto;
        float: none;    
    }*/
    #avis_box .bulle_avis p{
        padding-top: 10px;
    }
    #avis_box .bulle{
        display: block;
    }
    #avis_box .bulle:nth-child(2) {
        display: none;
    }
    #avis_box img{
        margin: 23px 0 0 72px;
    }
    #bandeau_commande{
        padding: 0 0 10px 0;
    }
    #bandeau_commande .rassurance_item>span:nth-child(1), #bandeau_commande .rassurance_item>span:nth-child(2){
        font-size: 15px;
    }
    #bandeau_commande .bandeau_ss_titre{
        width: 200px;
    }
    #bandeau_commande .rassurance_item:nth-child(1) > .icon_svg {
        width: 185px !important;
    }
    #bandeau_commande .rassurance_item:nth-child(2) > .icon_svg {
        width: 78px !important;
    }
    #bandeau_commande .rassurance_item:nth-child(3) > .icon_svg {
        width: 36px !important;
    }
    #bandeau_commande .rassurance_item:nth-child(4) > .icon_svg {
        width: 38px !important;
    }
    #box_question_footer{
        margin-top: 20px;
        padding-bottom: 15px;
        text-align: center;
    }
    .box_lien_footer{
        float: none;
    }
    #image_box_footer{
        display: none;
    }
    .box_lien_footer:nth-child(3){
        margin-left: 15px;
    }
    .page_tarif h2{
        margin: 10px 0;
    }
    #sacs_recherche .texte_descr{
        font-size: 14px;
    }
    #sacs_recherche input[type="text"]{
        width: 334px;
    }
    #differents_sacs_jute, #sacs_recherche{
        height: 260px;
    }
    #presses > div p{
        margin-left: 0;
    }
    #avez_temps .table_responsive{
        overflow: scroll;
    }
}

@media only screen and (max-width : 1190px) {
    #gammes_sacs .bx-wrapper{
      width: 690px!important;
    }
    #primary_nav_wrap ul a,
    #primary_nav_wrap ul .lien-off{
        padding: 0 6px;
    }
}

@media (min-width: 992px) {
    #primary_nav_wrap > .container > ul {
        display: flex;
        box-sizing: border-box;
    }
    #primary_nav_wrap{
        bottom: 0;
    }
    #header .langue_mobile{
        display: none;
    }
    #header .lien_panier{
        display: none;
    }
    #body_news .content .actif{
        height: 870px;
    }
    #body_news .content .news_content .news_article{
        height: auto;
    }
}

@media (max-width: 991px) {
    .container {
        width: calc(100% - 40px);
    }
    #header{
        min-height: 0;
        height: 41px;
    } 
    #header.sticky #logo_sticky {
        width: 170px;
        position: absolute;
        left: 0;
        top: 7px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #image_logo {
        padding-top: 0;
    }
    .link_logo .baseline{
      display: none;
    }
    .mobile {display: block;}
    .desktop {display: none;}
    #map_container {height: 300px;}
    #header.sticky{
        height: 41px;
    }
    #header > .container{
        text-align:center;
        justify-content: center;
    }
    #header > .container .bloc-logo-header {
        margin-left: auto;
    }
    #header .langue_mobile{
        margin-top: 11px;
        margin-right: 10px;
        float: right;
    }
    #header .langue_mobile a{
        font-size: 11px;
        color: #000;
        display: inline-block;
        width: 17px;
    }
    #header .langue_mobile a:hover{
        font-weight: bold;
    }
    #lien_header2:hover{
        color: #fff;
        background-color: #02C202;
    }
    #boutique_header{
        display: none;
    }
    #boutique_header{
        margin: 0 5% 0 15%;
    }
    #image_logo{
        width: 120px;
/*        margin-left: 70px;
*/        margin-top: 4px;
    }
    #header.sticky #logo_bandeau {
        margin: 0 auto;
        display: block;
        float: none;
    }
    #header .lien_panier{
        float: left;
    }
    #mini-header .text_miniheader{
        display: none;
    }

    #gammes_sacs .bx-wrapper{
        margin: 0 auto;
        max-width: 690px!important;
    }
    #qq_ref{
        background-color: #fff;
        padding-bottom: 10px;
    }
    #bandeau_commande{
        display: none;
    }
    #differents_sacs_jute, #sacs_recherche{
        height: auto;
    }
    #box_question_footer .box_lien_footer:hover{
        background-color: #02C202;
    }
    #box_question_footer .box_lien_footer a:hover{
        color: #fff;
    }
    #image_box_footer{
        display: inline;
        float: left;
    }
    #box_question_footer p{
        margin-left: 20px;
    }
    #body_news .main_section .news_liste .bg{
        height: 325px;
    }
    #body_news .content .main_section .button3{
        bottom: 12px;
    }
}

@media (min-width: 768px){
    #actualites{
        padding-bottom: 40px;
    }
    #actualites .news{
        padding-top: 15px;
        min-height: auto;
        position: relative;
    }
    #actualites .lire_plus_c{
        /*position: absolute;
        bottom: -18px;*/
    }
}

@media only screen and (max-width : 767px) {
    .container_txt_slider{
        max-width:100%;
        left:0;
        right:0;
    }
    .encadre>div{
        border-right:none;
    }
    .bxslider .slider_txt {
        font-size : 1.4em;
    }
    .container_txt_slider{
        top : 80%;
    }
    .home_slider .bxslider li {
        height : 300px;
    }    
    #dyn_list:not(.simplecol) {
        -moz-column-count: 1;
       -moz-column-gap: 0;
       -webkit-column-count: 1;
       -webkit-column-gap: 0;
    }
    #footer .row{
        text-align: center;
    }
    #footer .article_bandeau{
        text-align: center;
    }
    #footer .article_bandeau:nth-child(1){
        margin-bottom: 15px;
        width: 100%;
    }
    #facebook_footer{
        text-align: center;
    }
    #gammes_sacs .bx-wrapper{
        max-width: 460px!important;
    }
    #image_box_footer{
        display: none!important;
    }
    #actualites{
        padding-bottom: 20px;
        height: 100%;
    }
    #actualites{
        text-align: center;
    }
    #actualites h1{
        float: left;
    }
    #actualites img{
        margin: 0 auto;
    }
    #actualites>div>div{
        padding-bottom: 20px;
    }
    #actualites .img_actu{
        margin: 0 auto;
        max-width: 125px;
    }
    #actualites .lire_plus_c{
        margin-top: 20px;
    }
    #body_news #news_content .bloc_actu .gallery img{
        margin-top: 15px;
        padding-left: 15px;
        max-width: 90%;
    } 
    #body_news .news_txt>p:first-child{
        padding-top: 25px;
    }
    #body_news .main_section .news_liste .bg{
        height: auto;
    }
    #body_news .bg .img_news>img{
        max-height: 200px;
        margin: 0 auto;
    }
    #body_news .content .main_section .button3{
        position: static;
        margin-top: 10px;
    }
    #body_news .news_content .gallery_content .news_img > img{
        margin: 0 auto;
    }
    #body_news .main_section .news_liste .bg{
        height: auto;
    }
    #avis_box{
        padding-bottom: 50px;
    }
    #avis_box div:nth-child(2) div:nth-child(2){
        margin: 0 auto;
        float: none;
    }
/*    #avis_box .bulle_avis:first-child{
        margin-top: 0;
    }*/
    .page_tarif h3{
        font-size: 20px;
    }
    #presses{
        text-align: center;
    }
    #presses h3{
        text-align: left;
    }
    #presses .table_ref,  #box_sb201 .table_ref{
        margin: 0 auto;
        float: none;
    }
    #presses>div p{
      line-height: 1.3;
    }
    #avez_temps h3, #double_fonction{
        margin-top: 15px;
    }
    #double_fonction img, #sac_ecolo img, #objet_pub img{
        margin: 0 auto;
    }
    #sac_ecolo h3{
        margin-bottom: 0;
        margin-top: 15px;
    }
    #objet_pub img{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    #box_sb201{
        text-align: center;
    }
    #box_question_footer{
        padding-bottom: 12px;
    }
    #image_box_footer>span:first-child{
        display: none;
    }
    
    /******* ------ Jquery UI accordion -------------- *****/
    /*.entete_accordeon,
    .ui-accordion .entete_accordeon { padding: 0.8em 1em 0.8em 0.5em; }

    .bloc_actu_home .news_header,
    .bloc_rea_home .news_header,
    .bloc_home .news_txt {
        min-height:inherit;
    }
    .ui-accordion .ui-accordion-header { font-size: 14px; }
    */
}

@media only screen and (max-width : 599px) {
    .container {
      width: calc(100% - 20px);
    }
    #slider_home{
        margin-bottom: 20px;
    }
    .main_section {
        padding: 0 10px 10px 10px;
    }
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 18px;
    }
    .s_titre{
        font-size: 18px;
    }
    #lien_header2{
        display: none;
    }
    #header .lien_panier > a > span {
        margin-left: 0;
    }
    #gammes_sacs .bx-wrapper{
        max-width: 210px!important;
    }
    #boutique_header{
        margin: 0!important;
    }
    #chemin{
        display: none;
    }
    #body_catalogue .content{
      margin-top: 15px;
    }
    .bouton_lien_gris{
        font-size: 12px;
    }
    #accueil h1{
        font-size: 14px;
    }
    #sacs_promo{
        padding-bottom: 16px;
    }
    #catalogue h3{
        font-size: 22px;
    }
    #sac_jute_emballages{
        display: block;
    }
    #sacs_jute{
        margin-bottom: 25px;
    }
    #text_usine>p{
        font-size: 13px;
    }
    #qq_ref .header_section {
        margin-bottom: 15px;
    }
    #qq_ref h3{
        padding: 0;
    }
    #qq_ref h4 {
        margin: 0.2em 0;
    }
    #qq_ref li {
        min-height: 285px;
    }
    #qq_ref img{
      margin-top: 0;
    }
    #qq_ref .voir_news > a{
        margin-top: 0;
        margin-left: 50px;
        padding-bottom: 6px;
    }
    #qq_ref .image_catalogue_r{
        min-height: 155px;
        object-fit: contain;
    }
    #avez_temps p{
        margin-left: 0;
        text-align: center;
    }
    #sacs_recherche input[type="text"]{
        width: 208px;
    }
    #double_fonction{
        margin-bottom: 25px;
    }
    #sac_ecolo{
        margin-bottom: 10px;
    }
    #sac_ecolo p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #objet_pub h3{
        margin-top: 15px;
    }
    #double_fonction .liste_sac_double_fonc {
        font-size: 18px;
    }
    #main_box_jute{
        padding-bottom: 0px;
    }
    #body_produit .sep_bot {
      margin-top: 0;
    }
    #body_produit .img_container{
      margin-top: 20px;
      width: auto;
    }
    #body_produit .img_container .main_image {
      height: 350px;
      line-height: 350px;
      text-align: center;
    }
    #body_produit .img_container .main_image > li {
      /*width: 290px !important;*/
      position: static!important;
      margin: 0 auto;
    }
    #body_produit .bx-viewport {
      /*height: 380px!important;*/
    }
    #produit{
      margin-top: 10px;
    }
/*    #produit .sep:nth-child(3) {
        margin-bottom: 0;
    }*/
    #produit .bx-wrapper img {
      max-width: 96%;
    }
    #spec_prod{
      margin-left: 10px;
    }
    #grid_builder_content .row{
      padding: 10px;
    }
    #box_question_footer{
        width: 100%;
        text-align: center;
    }
    .box_lien_footer{
        width: 165px;
        margin: 15px 30px 0 30px;
    }
    .box_lien_footer>a>span{
        padding-right: 5px;
    }
    #image_box_footer{
        display: none;
    }
    #footer .article_bandeau:nth-child(4){
        text-align: center;
        padding-top: 10px;
    }
    #footer .article_bandeau>p{
        text-align: center;
    }
    .menu_footer .text-menu-access{
        font-size: 11px;
    }
}

@media only screen and (max-width : 499px) {
    #actualites .titre_actu span > a{
        margin-top: 0;
    }
    #box_question_footer{
        width: 223px!important;
        float: none;
        margin: 15px auto 0 auto;
    }
    #body_produit .img_container .main_image > li {
      /*width: 240px!important;*/
    }
}