#general, #page {
    overflow:visible;
}

#r_account_exist {
    display:none! important;
}

#mod_reportages {
    overflow:visible;
    min-height:1000px;
}
a img {
    border : 0;
}

.margespartout, .surfacepartout{
    font-size: 9px;
    background: #ccc;
    padding:5px;
    border-radius: 5px;
    margin-left: 10px;
   border:1px solid rgba(255,255,255,.5);
   cursor:pointer;
   display:none;
}
div.Lineachat:hover .margespartout,div.Lineachat:hover .surfacepartout {
    display:inline-block;;
}



.popupinfopanier {
    background: rgba(0,0,0,0.8);
    color:white;
    text-align: center;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}
.popupinfopanier .infozone {
    margin: 50px 0 0 ;
}

select, option {

    font-family: Arial, sans-serif, sans;

}
form p.double input, form p.double select, form p.double textarea , input, textarea, select {
    border: 1px solid #ccc;

    padding: 5px;
    color: #000;

    width: 185px;
}


.button, form input[type="submit"] ,form p.double input[type="submit"] {
    border: 0;
    color:black;
}

body.noir #frm_create_account, body.noir #frm_connexion, body.noir form {
    background:#444;
    border-color:#333;
    color:white;
}
body.noir span.button {
    background: #333;
    color:white;
}
#frm_create_account span.button    {
    color:black;
}
body.noir #mod_reportages span.button  {
    background-color:#333;
    color:white;
}
body.noir #frmpopupsend {
    background:white;
}
form {
    overflow:visible;
}
form input.checkbox , form  input.radio {
    width: auto;
    width: auto;
}
#frm_adr {
    overflow:auto;
}
form p.double input.inputError, form p.double textarea.inputError, .inputError {
    border-color:red;
}

form p.double input[type="radio"] {
    width: auto;
}

.titre_chapitre_top, .bottom_chapitre {
    margin : 0 auto;
    width: 90%;

    clear: both;
}
.titre_chapitre_top h1 {
    text-align: center;
    font-size: 3em;
    font-size: 3vw; 
    padding:10px;

    margin: 0 auto 10px auto;

    border-bottom: 3px solid grey;
}
#sharemenu_btn {
    cursor:pointer;
}
form#frm_search_photochap {
    border:0;
    display: inline-block;
    background: transparent;
    left:50%;
    position: absolute;
    padding:0;
    margin: 0 0 0 -125px;
    width: 250px;
}

#send_rep_mail {
    cursor:pointer;
    display:inline-block;
    padding: 10px;

}
.socialLinks {
    display: inline-block;

    padding: 10px;
}


.creer_compte {
    width:50%;
}


.inline-block {
    display: inline-block;
}

.lnk_panierbig {
    background : #333;
    padding:10px;
    color:white;
    float:right;

}

#infosPhoto .lnk_panierbig {
    bottom: 16px;
    position: absolute;
    right: 10px;
    ;
}

@media only screen and (max-width: 400px) {
    #infosPhoto .lnk_panierbig {
        display:none;
    }
    .photoPrev, .photoNext {
        display:none;
    }
    .btn_commander_bas {
        display:none !important;
    }

}
@media only screen and (max-width: 640px) {

    .btn_commander_bas {
        display:none !important;
    }

}

.lnk_panierbig:hover {
    color:black;
    background:#999;
    -webkit-transition:  background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, transform 0.4s;
}

.share_zone {
    float:left;
}


.nav-cart-count {
    background: #e67e22 none repeat scroll 0 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    display:block;
    text-align:center;
    float:right;
    margin-top:-15px;
    margin-right:-15px;


}

#previewPhoto {
    position:fixed;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background: url('bgpreveiw.png');
    color: white;
    z-index: 10000;
    display: none;
}

#boxPhoto {
    margin : 0 auto;
    text-align:center;
}
#boxPhoto img {
    margin: 15px 0 0 0;
    border: 5px solid white;

    box-shadow: 0 0 25px #000;
    transition: all .2s , transform .2s ease 3s, rotate .2s ease 3s;
}
/*#boxPhoto img:hover {
 transform: scale(1.2) rotate(5deg);
}*/

#closePreviewPhoto {
    position:absolute;
    right:0;
    top:0;
    width: 40px;
    height:40px;
    background: url('close.png');
    cursor:pointer;
    z-index: 11000;
}
#closePreviewPhotoMini {
    background:url('media_close16.png');
    width: 16px;
    height: 16px;
    float:right;
    margin: -16px -20px 0;
    cursor:pointer;
}
#DwlPreview i{
    margin-top: 5px;
    /*background:url('media_dwl16.png');
    width: 16px;
    height: 16px;
    
    cursor:pointer;*/
}
.thumbChap {
    cursor:pointer;
}

div.thumbnail , .chapitre{
    width: 170px;
    min-height: 190px;
    height: 180px;
    background : #f5f5f5;
    border: 4px solid #FFFFFF;
    padding: 10px 0px;
    margin: 10px 8px;
    float:left;
    text-align: center;
    overflow:visible;
    /*
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    box-shadow: 0 0 5px #d0d0d0;*/
}
#divadd_all{
    color:black;
}
body.noir div.thumbnail , body.noir .chapitre, body.noir #divadd_all{
    background : black;
    border-color: #333;
    color:white;
}
.chapitre a {
    text-decoration: none;
}
div.imgThumb {
    height: 150px;
}
div.infothumb i.fa {
    font-size: 18px;
    color: #333;
}

div.infothumb {
    text-align: left;
    margin-top: 10px;
    padding: 0 10px;
}
div.descProdChap {
    margin-left: 120px;
}
a.telecharger_photo {
    position:relative;
    left: 30px;
    float:left;
}
.addCart, .delCart {
    cursor: pointer;

    position:relative;
    z-index: 1000;
    float:right;
    margin: 0 5px 0 0;
}

.see_productsChap_full {
    position:relative;
    cursor: pointer;
    float:right;
    z-index: 1000;
}


#playdiaporama i {
    margin: 0 5px;
}
#playdiaporama {

    height:24px;
    width: 100%;
    position:absolute;
    /*left: 50%;*/
    bottom: 10px;
    /*margin : 0 0 0 -42px;*/

    /*	border: 1px solid grey;*/
    text-align: center;
    color: white;
    z-index:2000;

    /*bottom:40px
    text-align: center;
    position:absolute;
    bottom:30px;
    left: 50%;
    width: 200px;
    margin : 0 0 0 -100px;
    cursor:pointer;*/
}
i.fa {
    cursor: pointer;

}
#playdiaporama  i.fa {

    z-index:2000;
    width: 24px;
    height: 24px;
} 
.photoPrev {
    background: url('media_prev.png');
    height:64px;
    width: 64px;
    position:absolute;
    top:50%;
    left: 10px;
    margin : -20px 0 0 0;
    cursor:pointer;
}

/*img.photoPrevMini, img.photoNextMini  {
        width:24px;
        height: 24px;
        }*/
.photoPrevMini{
    display:inline-block;

    /*background: url('media_prev16.png');
    margin : 0 0 0 83px;
    float:left;*/
    cursor:pointer;

}
.photoNextMini {
    display:inline-block;
    /*	background: url('media_next16.png');
            height:32px;
            width: 32px;
            float:left;*/


    cursor:pointer;
}
.playDiapo {
    /*float:left;*/
}

.photoNext {
    background: url('media_next.png');
    height:64px;
    width: 64px;
    position:absolute;
    top:50%;
    margin : -20px 0 0 0;

    cursor:pointer;
}



#infosPhoto i.fa{
    height:24px;
    width: 24px;
    font-size:24px;
    z-index: 2000;
}

#infosPhoto i.fa-download{

    font-size:18px;

}

#infosPhoto a {
    color:white;
}
#infosPhoto {
    height:75px;
    width: 100%;
    position:absolute;
    /*left: 50%;*/
    bottom: 0px;
    /*margin : 0 0 0 -42px;*/
    background: rgba(254,254,254,0.5);
    /*	border: 1px solid grey;*/
    text-align: center;
    color: white;
    padding-top:5px ;
}

#infosPhoto img {
    background: transparent;
    border:0;
}
#infosPhoto .addCart, #infosPhoto .delCart  {
    float:none;
}
/*
.chapitre a {
        color: black;
        text-decoration:none;
}
.chapitre {
        border: 1px solid #dedede;
        margin: 10px;
        padding: 5px 10px;
        background: white;
        color:black;
        text-align: center;
        float: left;
        overflow:auto;
}
*/
ul.topmenureportage {

    clear:both;
    overflow:auto;

}

ul.topmenureportage li {
    float:left;
    list-style:none;
    color: black;
    border: 1px solid grey;
    background : white;
    padding: 5px;
    margin: 10px;
}

ul.topmenureportage li a{
    color:black;
    text-decoration:none;
    z-index: 2000;
}

.overlaytoggleProducts {
    background:rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1004;
    display:none;
}

.productschose {
    color: #333;
    position: fixed;
    height: 90%;
    width:auto;
    min-width: 98%;
    top: 10px;
    left:10px;
    overflow:auto;
    z-index: 1500;
    margin: 10px ;
    background: #ffffff;
    border: 1px solid grey;
    padding: 20px;
}/*
.productschose {
        width : 520px;
        overflow:auto;
        z-index: 500;
        margin: 10px 0 10px 0;
}*/
.toggleProducts {
    background: white;
    padding: 10px;
    border: 1px solid grey;
    cursor: pointer;

    position:relative;
    display:inline-block;

    background: linear-gradient(#FBD568, #FFB347) repeat scroll 0 0 transparent;
    background: #fbd568; /* Old browsers */
    background: -moz-linear-gradient(top, #fbd568 0%, #ffb347 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbd568), color-stop(100%,#ffb347)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbd568 0%,#ffb347 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbd568 0%,#ffb347 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbd568 0%,#ffb347 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbd568 0%,#ffb347 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd568', endColorstr='#ffb347',GradientType=0 ); /* IE6-9 */
    border: 1px solid #F4AB4C;
}
.toggleProducts:hover {
    background: #fbd568; /* Old browsers */
}

#divadd_all .toggleProducts {
    margin-top:15px;
}
ul.Prlist, ul.Prlistall {
    width: 70%;
    min-height: 250px;
    overflow: auto;
    float:left;
    list-style: none;
    margin: 0;
    padding: 0;

}

.closecp {
    float:right;

    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px; 
}
.closecp:before {
    content: "×";
}

ul.Prlist .nompr , ul.Prlistall .nompr{
    padding-top: 15px;
    position: relative;
    white-space: pre-wrap;
    display:block;
    clear:both;
    font-weight: bold;
}

ul.Prlist li , ul.Prlistall li{
    margin: 0px 0;
    float:left;
    border: 1px solid #dedede;
    padding:  15px;
    height: 200px;
    width: 24%;
    min-width: 200px;
    margin: 5px;
    text-align: center;

}/*
ul.Prlist li , ul.Prlistall li{
        margin: 0px 0;
        border-bottom: 1px solid #dedede;
        padding: 5px 0 5px 15px;
        background : url('puce_prlist.png') left center no-repeat;;
}*/
ul.Prlist li:hover,ul.Prlistall li:hover {
    background-color: #dedede;
    cursor: pointer;
}

.boxdetailprix .uneunite {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
    color:black !important;
}
.paliers {
    font-size: 12px;
    clear: both;
}

.filtercp:hover {
    background: #dedede;
}
.filtercp {
    display:inline-block;
    padding: 0 5px;
    border : 1px solid grey;
    background: #efefef;
    cursor: pointer;
    text-align: center;

}
.prDetail *, .prDetail  {
    color:black !important;
}
.prDetailNom {
    font-size: 1.4em;
    margin: 10px 0;
    font-weight: bold;
    color:black !important;

}
.vignetteproduit {
    max-height: 230px;
    max-width:100%
}
.filtrerparmi {
    margin: 10px 0;
}
.imgvignetteproduit {
    height: 80px;
}
.imgvignetteproduit .vignetteproduit {
    max-height: 130px;
}
.prDetail {
    width: 28%;
    position: fixed;
    top:70px;
    right: 30px;
    float:right;
    overflow:auto;
    max-height: 90%;
    border: 1px solid #ddd;
    padding: 15px;
    background: #efefef;
    color:black !important;
    margin-right: 15px;
}

/*
.prDetail {
        width: 280px;
        height: 250px;
        float:right;
        overflow:auto;
        
}*/
.itemPanier {
    position:relative;
    padding: 0 0 10px 0 ;
    border-bottom: 1px solid #bbb;
    margin : 0 0 10px 0;
}

.boxdetail {
    background: white;
}

div.achat {
    margin-top:50px;
}
body.noir div.achat {
    color: white;
}
div.Lineachat {
    clear:both;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    overflow:auto;
    margin: 0 10px;
    font-size: 12px;

}

#boxmultiple{
    clear:both;
    float:right;
    width: 250px;
    padding: 0 10px 10px 10px ;
    border: 1px solid #dedede;

}
#r_codePromo  {
    width: 210px;
}

#boxmultiple .name {
    float: left;
}

#boxmultiple .quantite {
    float: right;

}
#boxmultiple span.prix_achat {
    width: 80px

}


#panier, #adresses,#connexion_panel,#choix_addr, #creer_compte{
    margin-right: 350px;
}




div.itemPanier table {
    width: 100%;
    margin: 0 ;

}
div.itemPanier td img {


}
div.itemPanier table tr td{
    overflow:auto;
}
div.itemPanier td img.noborder, img.imgselprod{
    border : 0;
    box-shadow: none;
}
.suppr {
    width: 70px;
    height: 20px;
    background: url('icodelete.gif') no-repeat;
    float:right;
    padding : 0 0 0 20px; 
    cursor: pointer;
}
span.prix_achat {
    margin-right: 20px;
    float:right;
    width: 70px;
    text-align:right;
}
span.quantite {

    float:right;
}

#total, #general #total, #totalapayer, #fraispec {
    float:right;

    text-align: right;
    width: 250px;
    clear:both;
}
#general #total *,#total *,#total {
    font-size: 16px;
    font-weight: bold;
}
#totalapayer, #totalapayer *{
    font-size: 25px;

}
#general #total #totaltxthfp, #general #total #totaltxthfp *, #total #totaltxthfp *{
    font-size: 11px;
}
#general #total #totaltxtfpo, #general #total #totaltxtfpo *, #total #totaltxtfpo *, #montantMiniPanier{
    font-size: 11px;
}
#port {
    float:right;
    font-size: 16px;

    width: 100%;
    clear:both;
    display:none;
}
#port h3 {
    text-align: right;
}
#r_port{
    text-align: right;
}
.qteup , .qtedown {
    display:block;
    text-align:center;
    float:left;
    width: 15px;
    height: 15px;
    margin: 2px 1px;
    padding: 0 ;	
    cursor:pointer;
    background : url('plus.gif') no-repeat;
}	
.qtedown {
    background : url('moins.gif') no-repeat;
}
.qtechoose {
    width:45px; text-align:center; float:left;
}

.marges, .surface {	
    margin : 0 5px 0 0;
}

.changeMarges , .changeSurface{
    cursor:pointer;

    background: url('switch.png') right center no-repeat;
    padding: 0 20px 0 0;
}
p.double label {
    cursor: pointer;
    display: block;
}

.btn_commander {
    cursor:pointer;
}
#btn_commander, span.btn_panier ,#btn_creer_compte,#btn_create_account, .btn_valid_command, #btn_payer{
    display:block;
    width: 250px;
    height: 80px;
    cursor:pointer;
    border:0;
}
#btn_payer{
    display:none;
    clear:both;
    float:right;
    overflow:auto;
}


.coloneright {
    width: 250px;
    float:right;
    clear:both;
}
.colonerightcentered form ,.colonerightcentered form * ,.colonerightcentered form p.double label {
    color:black;
}
.colonerightcentered {
    position:fixed;
    display:block;

    left: 50%;
    top: 10px;
    overflow:auto;
    color:black;
    height: 500px;
    width: 750px;
    height:750px;
    margin-left : -375px ;	
    background:#fff;
    z-index: 2000;
    border: 3px solid #dedede;
    /*-webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; */
    box-shadow: 0 0 10px #DEDEDE;
    padding: 20px;
}

img.btn_panier {
    cursor:pointer;
    border:0;
}

#creer_compte .button {
    display: inline-block;
    text-align: center;
    min-width: 45%;
    margin: 5px;
} 

.comptebuttons {
    text-align:center;
}

#new_compte, #connexion, #adr_livr, #adr_fact {
    width: 45%;
    float:left;
    padding: 0 20px;
}

#connexion, #adr_fact  {
    border-left: 1px solid #dedede;
}

.cartprogress img {
    margin: 0 30px;
    border: 0;
}
.cartprogress {
    height: 120px;
}

#menupaiement{
    width: 100%;
}

#closeColoneRight {
    background :  url('close.png');
    width: 40px;
    height: 40px;
    clear:both;
    float:right;
    cursor:pointer;
    display:none;
}
.magasin {
    padding: 5px;
    border-bottom: 1px solid #dedede;
    cursor:pointer;
}
.magselect {
    background: #dedede;
}
body.noir .magselect {
    background: #333;
    color:white;
}
.adresseEtablissement {
    border : 1px solid #ccc;
    margin: 10px 0;
    background: #dedede;
    color:black !important;
    padding: 10px;
}

#PopupContinue {
    display:none;
    position:fixed;
    left: 50%;
    top:10px;
    width: 550px;
    margin: 0 0 0 -275px;
    background: white;
    padding: 10px;
    border: 2px solid #dedede;
    text-align:center;
    z-index: 11000;
}

#PopupContinue .btn{

    border: 1px solid #dedede;
    background: white;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    padding: 5px 10px;
    width: 40%;
    font-size: 12px;
    margin: 10px 10px 0 0;
    cursor:pointer;
    overflow:auto;
    line-height: 48px;
}

.btn_gopanier img{
    float:right;

}

.btn_continue img{
    float:left;

}

.breadCrumb ul li.hidden {
    display:none;
}
a.btn_rep img, a.btn_returnback img { 
    vertical-align: middle;
}

.btn_rep, .btn_returnback {
    border: 3px solid #dedede;
    background: white;

    padding: 5px 10px;
    display:inline-block;
    font-size: 12px;
    margin: 10px 10px 0px 0;
    cursor:pointer;
    text-decoration:none;
}
.btn_rep.active {
    font-weight: bold;
    border: 3px solid #999;
}

body.noir  .btn_rep, body.noir .btn_returnback {
    background: black;
    border-color: #333;
    color: white;
}

.btn_returnback {
    width: 370px;
    max-width:100%;

    display:block;
    clear:both;
    margin-bottom: 10px;
    word-wrap: normal;
}

.notfull {
    color: red;
}
.link {
    text-decoration: underline;
    cursor: pointer;
}
#r_recap {
    margin : 15px 0;
}

#divadd_all {
    border: 3px solid #dedede;
    background: white;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    padding: 15px 0 15px 15px;
    display:block;
    font-size: 12px;
    margin: 10px  0 20px 10px;

    text-decoration:none;
}



#general .colonerightcentered #port {
    width: 700px;
    max-width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom : 1px solid #bfbfbf;
}
#general .colonerightcentered #total {
    background: #f5f5f5;
    width: 700px;
    max-width: 100%;
    padding: 15px;
    border-bottom : 1px solid #bfbfbf;
}
#totalapayer h3 , #port h3{
    margin : 0;
}
#general .colonerightcentered #totalapayer {
    width: 700px;
    max-width: 100%;
    padding: 15px;
    background: #f5f5f5;
    border-bottom : 1px solid #bfbfbf;
}

.ui-dialog .ui-dialog-content form{ 
    color: #000000;  
}

.pagination a:before {
    content:''!important;
}

div.pagination a {

    background-color: #dedede;

}
body.noir div.pagination a {

    color: white;
    background-color: transparent;
}

body.noir div.pagination a.active {

    color: white;
    background-color: #333;
}

body.noir .colonerightcentered {
    background: #222;
}
body.noir #general .colonerightcentered #total, body.noir  #general .colonerightcentered #port , body.noir  #general .colonerightcentered #totalapayer {
    background: #444;

}


body.noir #boxmultiple, body.noir #boxmultiple h3 , body.noir #boxmultiple h3 *{
    color:white;
}

body.noir #mod_reportages * ,body.noir #mod_reportages  {
    color: white;
}

body.noir  #mod_reportages input {
    background-color: white;
    color:black;
}
body.noir  #mod_reportages div.toggleProducts, body.noir  #mod_reportages div.toggleProducts * ,body.noir  #mod_reportages .success *, body.noir  #mod_reportages .error *, body.noir  #mod_reportages .warning *,body.noir #mod_reportages .error , body.noir  #mod_reportages .success , body.noir #mod_reportages .info , .noir #mod_reportages div.info *  ,body.noir  #mod_reportages .waning , body.noir  #mod_reportages input , body.noir  #mod_reportages textarea , body.noir  #mod_reportages select , body.noir  #mod_reportages option {
    color: black; 
}
.error {
    color:black !important;
}

body.noir div.toggleProducts {
    background-color: auto;
}

body.noir .productschose , body.noir .prDetail ,body.noir .prDetail *  {
    /*	background-color: transparent;*/
}
body.noir ul.Prlist,body.noir ul.Prlistall,body.noir ul.Prlist li{
    /*	background-color: transparent;*/
}

body.noir  span.trad{
    background-color: transparent;
}
body.noir div.ui-dialog-content h3 {
    color:black;
}
body.noir div.box_produit {
    background-color: #545454;
    border-color: #383838;
}


.numphoto {
    font-size:9px;
    display:none;
    overflow: visible;
    position:absolute;
    text-align:center;
    z-index:10;
    margin-top:20px;
}

#panier_coord {
    text-align: right;
    float:right;
    margin-top: 15px;
}

























/*-----------------*/
/***** Goliath *****/
/*-----------------*/

.photoinpanier {
    background: white;
    position:absolute;
    z-index:1200;
    right:0;
    padding: 0 5px 0 8px;
    display: none;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;

}
.photoinpanier i{
    font-size: 9px;
    cursor: default;
}



#mod_reportages .grid figure {
    position: relative;

    /* overflow hidden pour que l'image remonte dans passer par dessus 
    attention fait bugger chrome 
    */
    overflow: hidden;


    margin: 2px;
    /*min-width: 150px; 
     
    max-width: 480px;
    max-height: 360px;
    width: 30%;*/

    /*
            height: 280px;
            float: left; */
    background: transparent;
    text-align: center;
    cursor: pointer;
    text-align: center;
}



.grid figure img {
    position: relative;
    display: block;
    /*min-height: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;*/
    /*
    height : 100%; */
    width:100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #333;
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    /*font-size: 0;
    opacity: 0;*/
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}
#mod_reportages .grid figure p i{
    color:#333 ;
    font-size: 16px;
    margin: 0 5px;
}
#mod_reportages .grid figure p i.delCart,
#mod_reportages .grid figure p i.addCart{
    font-size: 22px;

}

#mod_reportages .grid figure p {
    width: 100%;
    letter-spacing: 1px;
    font-size: 68.5%;
    color:#333;
    background: #F0F0F0;
    text-align: center;
}




/* goliath */


figure.effect-goliath {
    background: #dedede;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



div.palu {


    overflow: auto;
    clear:both;
    margin:20px auto;
}
div.palu div.images {
    overflow: auto;

    position: relative;
    display: inline-block;
}
img.thumbPalu {
    margin: 10px;
    max-width: 180px;
}
div.palu div.preview {
    background:rgba(0,0,0,0.8);
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    z-index:3000;
    padding-top: 40px;
    text-align: center;
}


.masonry {
    /*  
      padding: 0;
      font-size: .85em;*/
    margin: 8px 0;
    -moz-column-gap: 4px;
    -webkit-column-gap: 4px;
    column-gap: 4px;

}

.itemmasonry {
    display: inline-block;

    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#choix_addr {
    overflow: auto;
}


/* petits écrans */


@media only screen and (max-width: 700px) {


    #mod_reportages {
        display:flex;
        flex-flow: column;
    }

    div.palu {
        order:0;
    }
    #panier {
        order:2;
    }
    #coloneright, #menupanier, #menupanier,#menucommander , #boxmultiple{
        order:3;
    }
    #panier, #adresses, #connexion_panel, #choix_addr, #creer_compte {
        margin-right: 0;
    }
    #frm_adr, #choix_addr {
        width: 100%;
    }
    #panier {
        float:left;
        clear:both;
    }

    div.itemPanier table tbody td {
        width: 100% !important;
        display:block;
    }

    .colonerightcentered {
        width:90%;
        left: 10px;
        margin:0 auto;
    }

}


@media only screen and (max-width: 900px) {
    #adr_livr, #adr_fact {
        width: 100%;
        clear: both;
    }
}


/*
//-----------------------

*/

@media only screen and (max-width: 1024px) {
    #connexion , #new_compte{
        width:100%;
    }
    
     .margespartout, .surfacepartout{
        display:inline-block;;
    }

}



@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    form p.double input[type="checkbox"],input[type="checkbox"],form p.double input[name="valid_cgv"] {
        width: 35px !important;
        height: 35px !important;
    }




}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    form p.double input[type="checkbox"],input[type="checkbox"],form p.double input[name="valid_cgv"] {
        width: 35px !important;
        height: 35px !important;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    form p.double input[type="checkbox"],input[type="checkbox"],form p.double input[name="valid_cgv"] {
        width: 35px !important;
        height: 35px !important;
    }

}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
    form p.double input[type="checkbox"],input[type="checkbox"],form p.double input[name="valid_cgv"] {
        width: auto !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 1300px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1500px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1700px) {
    .masonry {
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
    }
}
@media only screen and (min-width: 1900px) {
    .masonry {
        -moz-column-count: 8;
        -webkit-column-count: 8;
        column-count: 8;
    }
}

@media only screen and (min-width: 1960px) {
    #mod_reportages {
        width: 1260px;
    }
}






/* Portrait and Landscape */
@media only screen and (max-width : 1000px) {
    .cartprogress img {
        width:10%;
        margin: 0 5px;
    }
    .cartprogress {
        height: auto;
        margin: 10px 0;
    }
    .creer_compte {
        width:100%;
    }
}



@media only screen and (max-width : 470px) {

    #general .colonerightcentered  {
        max-width: 100%;
    }

    .colonerightcentered {

        width: 95%;
    }


    form p.double input[type="checkbox"],input[type="checkbox"],form p.double input[name="valid_cgv"] {
        width: 35px !important;
        height: 35px !important;
    }

    .prDetail {
        display:none;
    }
    .imgselprod {
        display:none !important;
    }

    #mod_reportages .grid figure {
        max-width: 100%;
    }
    #mod_reportages .grid figure img{

        height:80%;
    }
    form#frm_search_photochap {
        float:none;
        margin: 0;
        left: auto;
        position: relative;
        display:block;
        clear:both;
        margin : 10px 0;
    }


    ul.Prlist, ul.Prlistall {
        width: 100%;
    }


    #infoprixrep {text-align:center;}
    #infoprixrep img {
        clear:both;
        float:none;
    }
    #infoprixrep div.descProdChap {
        width: 100%;
        margin-left:0;
    }


}
