/* bordeaux : #84141D; vert : #206B63 */
@font-face
{
    font-family: 'DidactGothic';
    src: url('DidactGothic.eot');
}
@font-face
{
    font-family: 'DidactGothic';
    src: url('DidactGothic.ttf');
}
@font-face
{
    font-family: 'Hey October';
    src: url('Hey October.ttf');
}
@font-face
{
    font-family: 'Hey October';
    src: url('Hey October.svg');
}
@font-face
{
    font-family: 'Hey October';
    src: url('Hey October.eot');
}
@font-face
{
    font-family: 'Hey October';
    src: url('Hey October.otf');
}
@font-face
{
    font-family: 'Hey October';
    src: url('Hey October.woff');
}
*{
  border:0;
  margin:0px auto;
  padding:0;
}
body{
    border:0;
    margin:0px auto;
    padding:0;
    margin-left: auto;
    margin-right: auto;
    /*background-color:#84141D;*/
}
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}
ul{
    list-style: none;
}
#div_header{
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    background-color: #84141D;
}
#div_menu_haut{
    background: #84141D;
    font-size:0px;
    text-align:left;
    height: 130px;
    width:1100px;
    margin-left: auto;
    margin-right: auto;
}
#div_menu_haut table{
    border-collapse: collapse;
}
#logo{
    height:130px;
    width:130px;
    color:white;
    float:left;
}
#menu_haut{
		width:825px;
    padding-left: 25px;
}
#menu_haut a{
    font-family:"DidactGothic",verdana, helvetica, sans-serif;
    font-size:25px;
    letter-spacing: 0.5px;
    color:white;
}
#share_button{
    margin: 0.5% 0% 2% 0%;
    width: 74%;
    float: left;
}
#ligne_banniere{
    position: relative;
    z-index: 1;
    top: 95px;
    border-bottom: 2px solid #7b5a93;
    overflow: hidden;
}
#ligne_banniere_xs{
    display:none;
}
#wow{
    display: block;
}
#wow_xs{
    display: none;
}
#div_menu_bas{
    position:relative;
    width:750px;
    background-color: #FFF6B1;
    text-align:center;
    padding-left:250px;
    padding-top:5px;
    height:60px;
}
h2{
    font-size:25px;
    font-weight: normal;
}
/*---------------------------HEADER---------------------------*/
#td_a_menu{
	text-align:right;
	vertical-align:bottom;
	width:800px;
	padding:0 0 60px 50px;
}
#ul_nav{
	width:70%;
}
.li_nav{
	margin: 5px 4%;
}
	.div_a_menu{
        z-index: 100;
        position: relative;
        height: 60px;
	}
	.div_a_menu:hover{
		
	}
	#sous_menu{
		background: #fff9a3;
		position: relative;
        padding-top: 4px;
        padding-bottom: 8px;
		margin-top:0px;
        opacity: 0;
        -moz-transition: all .9s; 
        -webkit-transition: all .9s; 
        -o-transition: all .9s; 
        transition: all .9s;
	}
	.div_a_menu:hover #sous_menu{
		opacity: 1;
		visibility: visible;
	}
    /*============================================*/
        @media screen and (max-width: 640px) {
            #masque{
                position: relative;
                font-size: 12px;
                overflow:hidden;
                visibility: inherit;
                display: block;
                left: -1px;
            }
            .td_ss_menu{
                background: #fff9a3;
                margin:1% 0;
                padding: 1%;
                border-radius:5px;
            }
            .td_ss_menu a, .td_ss_menu a:link, .td_ss_menu a:visited {
                color: #939393;
                font-family: "DidactGothicBold",verdana, helvetica, sans-serif;
                font-size: 14px;
                text-decoration: none;
                background: #fff9a3;
            }
            #sous_menu{
                opacity: 1;
                background: none;
            }
            #sous_menu table{
                width:75%;
            }
        }
        @media screen and (min-width: 640px){
            #masque{
                position: relative;
                font-size: 12px;
                overflow: hidden;
                visibility: hidden;
                width: 160px;
                text-align: left;
                padding: 2px;
                left: -19px;
            }
        }
        @media screen and (min-width: 768px) /*and (max-width: 1200px)*/{
            .li_nav{
                margin: 5px 2%;
            }
        }
    /*============================================*/
	.td_ss_menu{
		text-align: center;
		padding-bottom: 2px;
		padding-top: 4px;
        font-size:14px;
        display: block;
	}
	.td_ss_menu:hover{
        
	}
	.td_ss_menu a, .td_ss_menu a:link, .td_ss_menu a:visited{
		color:#939393;
        font-family:"DidactGothicBold",verdana, helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
	}
	.td_ss_menu:hover a{
        
	}
    #log-mb{
        background: none;
        color: #939393;
    }
	#lien_nav{
		text-decoration: none;
	}
    .lien_menu_index{
        font-size:20px;
        color:white;
        -moz-transition: all .6s; 
        -webkit-transition: all .6s; 
        -o-transition: all .6s; 
        transition: all .6s;
    }
    .div_a_menu:hover .lien_menu_index{
        color:#84141D;
        -moz-transition: all .6s; 
        -webkit-transition: all .6s; 
        -o-transition: all .6s; 
        transition: all .6s;
      }
	#lien_menu{
      font-size:12.5px;
      color:#206B63;
    }
    #lien_menu:hover{
      color:#84141D;
    }
	/*===================
	 iphone hauteur pour logo + liens de navigations
	 ===================*/
    #navbar-inverse{
        height: 95px;
        background-color: #000;
        border-bottom: 2px solid #ed1c24;
        position: fixed;
        z-index: 2;
        width: 100%;
    }
	#navbar{
		margin:0px 0px 0px 22%;
	}

/*=================================================*/
/*           ENTETE                                */
/*=================================================*/

#entete{
    position: relative;
    background: #eee;
}
#entete table{
    width:1100px;
    border-collapse: collapse;
}
#ent_gauche{
    background: #eee;
}
#ent_gauche h1{
    background: white;
    font-size: 1.5em;
    color: #000;
    letter-spacing: 0.5px;
    padding: 0.5%;
    text-align: center;
    border: 1px solid orangered;
    border-radius: 5px;
    box-shadow: 0px 0px 3px crimson;
}
#ent_gauche p {
   padding: 2%;
   letter-spacing: 0.3px;
   text-align: justify;
   font-size: 1.3em;
   line-height: 1.1em;
}
#ent_droite{
    background: #77bde3;
    text-align: center;
    padding: 1% 0;
}
#ent_droite span{
    font-family: "DidactGothic", arial, sans-serif;
    font-size: 26px;
    padding-top:20px;
    color:#fff;
    letter-spacing: 0.5px;
}
#ent_droite p{
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color:#fff;
}
#h1-ban{
    font-family: "DidactGothic", arial, sans-serif;
    text-align: center;
    margin-top: 4%;
}
.h1-ban-2{
    font-family: "DidactGothic", arial, sans-serif;
    text-align: center;
    margin-top: 0%;
    font-size: 1.8em;
}
/*=================================================*/
/*           ENTETE PRODUIT                        */
/*=================================================*/
#ent_row{
}
#ent_gauche_pdt{
    background: #fff;
    width: 100%;
    float: left;
    padding: 2% 0 0% 0.7%;
    font-family: "DidactGothic", arial, sans-serif;
    font-size: 1em;
}
#ent_gauche_pdt ul{
    
}
#ent_gauche_pdt li{
    text-decoration: none;
    margin: 2px 0;
    font-weight: bold;
    display: inline;
}
#ent_gauche_pdt h1{
    font-family: "DidactGothic", arial, sans-serif;
    font-size: 2.5em;
    color: #000;
}
#ent_gauche_pdt p {
    font-family: verdana,arial,sans-serif;
    text-align: justify;
    font-size: 1.2em;
	line-height: 1.1em;
    text-align: center;
}
#ent_droite_pdt {
    background: #747474 none repeat scroll 0% 0%;
    text-align: center;
    padding: 1% 0px;
}
#ent_droite_pdt span{
    font-family: "DidactGothic", arial, sans-serif;
    font-size: 26px;
    padding-top:20px;
    color:#fff;
    letter-spacing: 0.5px;
}
#ent_droite_pdt p{
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color:#fff;
    margin:0;
    padding:1%;
}
/*=================================================*/
/*           CONTENU                               */
/*=================================================*/
#contenu{
    float:left;
    background: white;
    width:100%;
}
#categorie{
    
}
#menu_bas_a {
    float: left;
    position: relative;
    text-align: right;
    width: 100%;
}
#menu_bas_a td{
		width:280px;
}
#menu_bas_a h2{
    font-size: 1.5em;
    margin-top: 5%;
    letter-spacing: 0.035em;
    text-align: center;
    color: #000;
    font-family: "painter";
}
#art5{
    float:left;
    width:305px;
    margin-bottom:4%;
    /*background-color: #FFF6B1;*/
    background:#000;
    -moz-transition: all 1.4s; 
    -webkit-transition: all 1.4s; 
    -o-transition: all 1.4s; 
    transition: all 1.4s;
    cursor:pointer;
}
.contenu_img_ss_cat{
    text-align: center;
}
.contenu_img_ss_cat img{
    width:100%;
}
.contenu_img{
    height:0;
}
.contenu_img img{
    width:305px;
}
.contenu_img_05{
    height:137px;
}
.contenu_img_05 img{
    width:305px;
}

#art_ss_cat:hover{
    background:#fff2f2;
}
#art_qsn:hover{
    background:#206B63;
}
#art4:hover{
    background:#84141D;
}
#art5:hover{
    background:#84141D;
}
.txt_art{
    position:relative;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.txt_art h1{
    font-family:verdana, helvetica, sans-serif;
    text-align:center;
    color:black;
    font-weight:bold;
    font-size:14px;
}
.txt_art p{
    font-family:verdana, helvetica, sans-serif;
    text-align:justify;
    color:black;
    font-size:11px;
    padding:10px;
}
#p_art{
    float: left;
    min-height: 230px;
    background: none repeat scroll 0% 0% #fff;
    font-size: 1.2em;
    padding: 1%;
    text-align: justify;
    letter-spacing: 0.2px;
    line-height: 1.2em;
}
#p_art_qsn{
    float: left;
    min-height: 242px;
    background: none repeat scroll 0% 0% white;
    font-size: 1.15em;
    font-family: "DidactGothic";
    padding: 1%;
    text-align: justify;
    letter-spacing: 0.3px;
    line-height: 1.2em;
    width:100%;
}
#p_art_05{
    background: none repeat scroll 0% 0% #888;
    color:white;
    float: left;
    height: 200px;
    font-size: 1.2em;
    font-family: "DidactGothic";
    padding: 1%;
    text-align: justify;
    letter-spacing: 0.3px;
}
#fleches{
    text-align:center;
    width:305px;
    height:35px;
    float:left;
    background:#888;
    padding-left:125px;
}
#lien_art_cat{
    color:black;
}
#ss_nav_head{
	padding: 3% 0 0 12%;
}
.rupt-stk{
    color:red;
    font-style: italic;
}
#div-2-icn{
    background-image: url('../img-reparation-jante/contenu-pergolas-1.jpg');
    background-repeat: round;
    width: 100%;
    height: 352px;
    padding-top: 2%;
    margin-right: 0;
    margin-left: 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;
    float: left;
}
#div-3-icn{
    background-image: url('../img-reparation-jante/contenu-pergolas-2.jpg');
    background-repeat: round;
    width: 100%;
    height: 352px;
    padding-top: 2%;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 2px solid white;
    text-align: center;
    float: left;
}
#div-pergo-toile{
    background-image: url('../img-reparation-jante/contenu-pergolas-toile.jpg');
    background-repeat: round;
    width: 100%;
    height: 352px;
    padding-top: 2%;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 2px solid white;
    text-align: center;
    float: left;
}
#div-ctn{
    background-image: url('../img-reparation-jante/fabric_plaid.png');
    background-repeat: repeat;
}
#content-icn{
    border-radius: 10px;
    margin: 2% 1% 2% 1%;
    min-height: 352px;
    color: black;
}
#content-1, #content-2, #content-3{
    border-radius: 10px;
    margin: 2% 2%;
    width: 28%;
}
.h3-idx{
    text-align: center;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 4px 0 7px 0;
    color: silver;
}
#content-1:hover .h3-idx, #content-2:hover .h3-idx, #content-3:hover .h3-idx{
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#content-1:hover .icon-idx, #content-2:hover .icon-idx, #content-3:hover .icon-idx{
    opacity: 1;
}
.icon-idx{
    width:98%;
    opacity:0.85;
}
#icon{
    width:100%;
}
#content-art-idx{
  border-radius: 10px;
  min-height: 180px;
  color: black;
  margin: 5% 0 1% 21%;;
}
#content-art-idx h3{
    padding: 5px;
    font-size: 1.8em;
    text-align: center;
    background-color: #3d91b1;
    color: white;
    margin: 0;
}
#content-art-idx img{
    width: 100%;
    border-radius: 10px;
    border:2px solid black;
}
#content-art-idx p{
    padding: 4%;
    text-align: justify;
    font-size: 1.25em;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 1% 0;
    text-shadow: 1px 1px 0px black;
}
#tel-hdr {
    width: 235px;
    margin: 26px 0 0 0;
    float: left;
}
#tel-hdr p {
    padding: 0;
    margin: 0;
    color: white;
}
#tel-hdr img {
    float: left;
    margin-right: 15px;
}
/*=================================================*/
/*           ENTETE PRODUIT                        */
/*=================================================*/

#entete{
    position: relative;
    background: #eee;
}
#entete table{
    width:1100px;
    border-collapse: collapse;
}
#ent_row{
    
}
#ent_pdt{
    min-height:175px;
}
#ent_pdt h1{
    font-family: "DidactGothicBold", arial, sans-serif;
    font-size: 2.4em;
    padding:20px 0 5px 0;
    margin: 0;
    color:#206B63;
    letter-spacing: 0.5px;
    text-align: center;
}
#ent_pdt p{
    font-family: "DidactGothic",verdana,arial,sans-serif;
    padding: 20px;
    font-size: 2em;
    letter-spacing: 0.3px;
    text-align: justify;
    width:60%;
    margin-left: auto;
    margin-right: auto;
}
/*=================================================*/
/*              CONTENU PDT                        */
/*=================================================*/
#msg-erreur{
    color:red;
    font-size: 1.1em;
    font-style: italic;
    padding: 1%;
}
#contenu_fv{
    float:left;
    background: #fff;
    width:100%;
}
#contenu_pdt{
    float:left;
    background: #fff;
    width:100%;
    margin-top:0;
}
#nav_fv{
    width:10%;
}
#nav_pdt{
    background: #fff;
    width: 20%;
    min-height: 500px;
    float: left;
    padding: 2% 0 2% 1%;
    font-family: "DidactGothic", arial, sans-serif;
    font-size: 1em;
}
#nav_pdt div{
    background: #838383;
    padding:10px;
    float:left;
    font-size:1.2em;
}
#div_item{
    background-color: white;
    padding-bottom: 4%;
}
.li_pdt{
    margin-bottom:10px;
    list-style: none;
}
.li_pdt_a{
    margin-bottom:10px;
    color:white;
    list-style: none;
    padding:5px 8px;
    background: #206B63;
}
.li_pdt_a:hover{
    color:#206B63;
    background: white;
}
.ul_pdt{
    padding:10px;
    color:#fff;
    list-style: none;
}
.ss_li_pdt{
    padding:5px;
    font-size: 0.85em;
}
.ss_li_pdt a{
    padding:5px 8px;
    color:#fff;
}
.ss_li_pdt a:hover{
    padding:5px;
    color:#206B63;
    background: white;
}
#ss_contenu_pdt{
    float:left;
    width:75%;
    font-family: verdana,helvetica,sans-serif;
	margin-left: 4%;
	padding-bottom:4%;
}
.categorie_pdt{
    
}
#div-det{
    margin-bottom:4%;
}
#span-px{
    font-size: 1.2em;
}
#span-px-barre{
    text-decoration: line-through;
}
#solde{
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    color: lightcoral;
}
#non-solde{
    display: none;
}
.art_pdt{
	width: 100%;
	height: 150px;
	margin: 5.5% 0% 0% 3.5%;
	background: #fff;
}
.div-4-art{
    float:left;
    width:100%;
}
#info_pdt{
    width: 24%;
    margin: 2% 0.5% 0% 0.5%;
    text-align: center;
    padding: 0;
    background: #fff;
    color: #595454;
    font-family: "DidactGothic";
    letter-spacing: 0.02em;
    font-size: 1.1em;
}
#info_pdt:hover{
    
}
.info_pdt{
    float: left;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top:4%;
}
.info_container{
    float: left;
    width: 100%;
    height: 22%;
}
.info{
    float:left;
    height: 69%;
    width: 23.65%;
    padding: 5px 0 0 0;
    font-size:0.75em;
    margin-left:5px;
    background: black;
    text-align: center;
    color:white;
}
#form-ajout{
    width: 75%;
    float: left;
}
#div-ajout{
    width: 100%;
    text-align: left;
    margin: 0% 4% 4% 0;
    float: left;
}
#form-favori{
    width: 15%;
    float: left;
    padding-top: 2px;
    padding-left: 10px;
}
#favori{
    width: 43px;
    background-image: url('https://www.lajante-normandie.fr/img-reparation-jante/favori.png');
    height: 40px;
    background-repeat: no-repeat;
    margin-left: 4%;
    border: 1px solid;
    float: right;
}
#non-favori{
    width: 43px;
    background-image: url('https://www.lajante-normandie.fr/img-reparation-jante/non-favori.png');
    height: 38px;
    background-repeat: no-repeat;
    margin-left: 4%;
    border: 1px solid;
    float: right;
}
#non-favori:hover{
    width: 43px;
    background-image: url('https://www.lajante-normandie.fr/img-reparation-jante/favori.png');
}
#art_pdt_4{
    float:left;
    width:720px;
    background:#000;
    -moz-transition: all 1.4s; 
    -webkit-transition: all 1.4s; 
    -o-transition: all 1.4s; 
    transition: all 1.4s;
    cursor:pointer;
}
#art_pdt_5{
    float:left;
    width:305px;
    margin-bottom:4%;
    /*background-color: #FFF6B1;*/
    background:#000;
    -moz-transition: all 1.4s; 
    -webkit-transition: all 1.4s; 
    -o-transition: all 1.4s; 
    transition: all 1.4s;
    cursor:pointer;
}
.contenu_img_pdt{
    float: left;
    width: 100%;
    margin: 2% 0 0 0%;
    background-image: url(../image-communication-en-ligne/bg-img-item.jpg);
}
.contenu_img_pdt img{
    max-height: 350px;
}
.div-px-pdt{
    float:left;
    width:100%;
    height:120px;
    padding-top: 15px;
    font-size:small;
}
.contenu_img_pdt_04{
    width:720px;
    height:137px;
}
.contenu_img_pdt_04 img{
    width:720px;
    height:137px;
}
.contenu_img_pdt_05{
    width:305px;
    height:137px;
}
.contenu_img_pdt_05 img{
    width:305px;
    height:137px;
}
/*.art_pdt:hover{
    background:#fff9f9;
}
.art_pdt:hover .info{
    background:#fff;
}*/
#art_pdt_4:hover{
    background:#84141D;
}
#art_pdt_5:hover{
    background:#84141D;
}
#pagination{
	background-color: #FFF;
}
.info_item {
    padding: 2%;
    border: 1px solid silver;
}
.info_item_det {
    padding: 2%;
    border: 1px solid silver;
    background: crimson;
    color: white;
}
#xs, #s, #m, #l, #xl, #sm, #ml, #tu{
    width:11%;
}
#link_det_pdt{
    color:white;
    font-weight: bold;
}
#link_det_pdt:link, #link_det_pdt:hover, #link_det_pdt:visited{
    color:white;
}
.px_item{
	font-weight: bold;
}
.desc_pdt {
    height: 150px;
    padding: 0px;
    float: left;
    width: 100%;
    border: 1px solid silver;
}
.desc_pdt h2 {
    font-size: 1.2em;
    padding: 5px;
    color: #FFF;
    text-align: center;
    background-color: #000;
    margin: 0px;
}
.desc_pdt p {
    height: 72%;
    font-size: 1.1em;
    padding: 2%;
    text-align: left;
}
#qte_item {
    width: 92%;
    text-align: center;
    border: 1px solid silver;
    border-right:none;
    margin-bottom: 7.5%;
    height: 38px;
    float:left;
}
#btn-plus{
    width:26px;
    height: 19px;
    border: 1px solid silver;
    background: #fff;
    margin-left:2%;
    background-image: url('../img-reparation-jante/qte-up.svg');
    background-repeat: no-repeat;
    display:block;
}
#btn-moins{
    width:26px;
    height: 19px;
    border: 1px solid silver;
    border-top:none;
    background: #fff;
    margin-left:2%;
    background-image: url('../img-reparation-jante/qte-down.svg');
    background-repeat: no-repeat;
    display:block;
}
.qte_item_det{
    width: 20%;
    text-align: center;
    border: 1px solid silver;
}
.div_ajout_item{
    padding: 1%;
	background: linear-gradient(to bottom, #26C92E, #a6f09b);
}
.div_ajout_item:hover{
	background: linear-gradient(to bottom, #2CB332, #52f03b);
}
#div-ajout-fv{
    float:left;
    height:38px;
    width:98%;
    margin: 2% 0 3% 0;
}
.ajout_item{
	background: transparent;
	font-size:1.2em;
	letter-spacing: 0.2em;
	color:white;
    padding: 1%;
	width:100%;
}
.ajout_item_det {
    width: 84%;
    background: #000;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    color: white;
    padding: 2%;
    margin-top: 0%;
}
/*=================================================*/
/*                    MENU GAUCHE                  */
/*=================================================*/
.li{
    text-decoration: none;
    margin: 2px 0;
    font-weight: bold;
    list-style: none;
}
.ss_li{
    padding-left: 10px;
    list-style: none;
    margin: 2px 0;
    height: 20px;
}
.li_actif{
    color: white;
    font-size: 1.15em;
    font-weight: bold;
    width: 95%;
    padding: 4px;
    margin-top: 2px;
}
.li_inactif{
    color: white;
    font-size: 1.15em;
    font-weight: bold;
    width: 95%;
    padding: 4px;
    margin-top: 2px;
}
.ss_li_actif{
    color: white;
    font-style: italic;
    list-style: square;
    margin-left: 20px;
}
.ss_li_inactif{
    color: white;
    font-style: italic;
    list-style: square;
    margin-left: 20px;
}
.li_actif a, .li_inactif a, .ss_li_actif a, .ss_li_inactif a{
    color:silver;
}
/*=================================================*/
/*                 CONTENU DETAIL                  */
/*=================================================*/
#categorie_02{
    background:#fff;
}
#div_item_det{
    background:#fff;
}
#div_img_det{
    margin: 2% 0;
}
#img_det{
    width:100%;
    border: 1px solid;
}
#imagette_det {
    width: 15%;
    margin: 0 0 2% 0.5%;
    float: left;
}
#imagette_det img{
    width: 98%;
}
.input_det{
    width: 98%;
    padding: 5px;
    border-radius: 5px;
    background: white;
    border: 1px dashed black;
    color: black;
}
.text_det{
    width: 98%;
    padding: 5px;
    border-radius: 5px;
    background: white;
    border: 1px dashed black;
    color: black;
    height:100px;
}
#choix_t {
    width: 98%;
    margin-right: 1%;
    border: 1px solid silver;
    padding: 2%;
    margin-bottom: 3%;
}
/*=================================================*/
/*                   HEADER PANIER                 */
/*=================================================*/
.hd_panier{
	padding:0;
}
#img_hd_panier{
	padding: 5px;
}
#img_hd_panier img{
	height:34px;
}
/*=================================================*/
/*                       PANIER                    */
/*=================================================*/
#div_panier{
    padding: 2% 0;
    float: left;
    border-top: 2px solid black;
    width:100%;
}
#div_page_panier{
    padding: 2% 0;
}
.div_contenu_panier{
	background: white;
}
.ligne_panier{
	margin-bottom:0.4%;
}
/*&eacute;l&eacute;ment {
    padding: 0px;
    margin: 0px;
    height: 75px;
}*/
.div_img_panier {
    background: #ddd;
    height: 75px;
    text-align: center;
}
.div_img_panier:hover{
    background: #a5a5a5;
}
.contenu_img_panier {
    height: 75px;
}
.contenu_img_panier img {
    height: 100%;
}
.hdr_panier{
    border: 1px solid #000;
    padding: 0.2%;
}
.info_panier {
    border: 1px solid #b7b7b7;
    padding: 0.5%;
    height: 75px;
}
#span_tp_pdt{
    font-style: italic;
    color: #206B63;
}
.div_del_item{
    height: 75px;
	padding: 1% 0 0 0;
}
.div_del_item div {
    background-image: url("../img-reparation-jante/del.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin: 22% 0 0 22%;
}
.div_del_item:hover{
	
}
.del_item{
	width: 100%;
	height: 100%;
	background-color: inherit;
}
.info_px_total{
    border: 1px solid #ffcfd3;
    padding: 1.2%;
    height: 75px;
    text-align: center;
    font-size:1.2em;
}
.info_px_total_02{
    background: #ffcfd3;
    padding: 1.2%;
    height: 75px;
    text-align: center;
    color:black;
    font-size:1.2em;
    font-weight: bold;
}
.div_acheter{
    padding: 1.8% 0%;
	background: #D82727 none repeat scroll 0% 0%;
	height: 75px;
	color: white;
	text-align: center;
	font-weight: bold;
}
.div_acheter:hover{
    background: #f33;
}
.acheter{
    background: transparent none repeat scroll 0% 0%;
    font-size: 1.2em;
    color: #FFF;
    width: 100%;
    padding: 22% 0;
    font-weight:bold;
}
/*----------- LISTE COMMANDE MEMBRE ---------------*/
#div-com-mb{
    width: 100%;
    text-align: center;
    margin: 2% 0;
}
#no_com{
    background: white;
}
/*----------- COORDONNEES CLIENTS -----------------*/
#form_coord{
	
}
#div_inp_coord{
    text-align: center;
}
#div_coordonnees{
	background: white;
	float:right;
}
#div_coordonnees .div{
	background: white;
}
.carre_coord{
	
}
.span_coord {
    
}
.titre_form_coord{
    font-size: 1.2em;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    background-color: #000;
    padding: 5px 0px;
    border-radius: 10px;
}
.input_coord{
    margin: 5px;
    width: 70%;
    height: 30px;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
}
.txrea_coord{
    width: 85%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid silver;
}
#valider_panier{
    padding: 1% 2%;
    border-radius: 4px;
    background: #206b63;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: white;
    margin-bottom: 3%;
}
#valider_panier:hover{
  background:#109385;
}
.MRW-Search{
    min-height:140px;
}
/*---------------- RESUME COMMANDE ------------------*/
#div_form{
    text-align: center;
    min-height: 450px;
    padding: 7%;
}
#px_ttc_res_pan {
    font-size: 1.2em;
    font-weight: bold;
}
#resume_panier_0{
    border: 2px solid crimson;
    width: 40%;
    padding: 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #5D5D5D;
}
#h1_com_0{
    color:crimson;
}
/*------------ ICONE PAIEMENT ------------*/
#div_footer_pmt{
  background: #6f6f6f;
  border-top:4px solid #206B63;
  width:100%;
  float:left;
  margin: 0;
  padding:0 3% 0 0;
}
#onglet-ftr-pmt{
  margin:1% 2%;
  text-align: center;
  font-size: 0.9em;
}
.img-paiement{
    height: 60px;
    box-shadow: 2px 2px 6px rgb(0, 0, 0);
}
/*=================================================*/
/*                   CONTACT                       */
/*=================================================*/
#form_cdt_ctc h1{
  font-size:1.3em;
  font-weight: 500;
	color:#fff;
	text-align: center;
	padding: 5px 0;
}
#gc-contact{
  width:25%;
}
.carre-crea-ctc{
  background:#e72c33;
  border-radius: 10px;
  min-height:300px;
}
#h1-contact{
    text-align: center;
}
#contact-droit{
     margin: 18.5% 2%;
     font-size: 1.8em;
}
#div_inp_ance{
	margin:5px 0;
	padding:5px;
	text-align: center;
}
#div_inp_ance textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    border-radius: 4px;
}
.titre_champs{
	color:white;
    padding-left:5%;
}
#input_exp {
    margin: 5px;
    width: 70%;
    height: 30px;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}
#map{
    padding: 4.5% 6%;
    border:inherit;
}
#map iframe{
    width:100%;
    border-radius:10px;
    border:1px solid black;
}
#facade{
    width:90%;
    border:1px solid black;
    margin: 4% 5%;
    border-radius: 10px;
}
/*=================================================*/
/*                ESPACE MEMBRE                    */
/*=================================================*/
#barre-cnx{
    text-align: right;
    padding: 2px 20px;
    background: black;
}
#bienvenue{
    padding: 2%;
    margin: 0;
    font-family: "DidactGothic";
    font-size: 1.5em;
    letter-spacing: 0.02em;
}
#a-crea-mb{
    color: wheat;
    text-align: right;
}
#inp-dcx-mb{
    color: wheat;
    text-align: right;
    background: none;
}
#h1_fiche_cnx{
    text-align: center;
    color: white;
    font-size: 1.4em;
    background-color: #797979;
    padding: 1% 0;
    margin: 3% 0 0 0;
    border-radius: 5px;
}
.info-mb{
    padding: 2%;
}
#form_anc{
    text-align: center;
    border: 1px solid silver;
    border-radius: 5px;
    padding-bottom: 3%;
    min-height: 260px;
}
#h2_fiche{
    color: #333;
    background-color: #f5f5f5;
    padding: 12px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#input_anc{
    width: 94%;
    padding: 1%;
    border: 1px solid silver;
    border-radius: 4px;
    margin: 2%;
}
#a-mdp-perdu{
    color: darkblue;
    font-style: italic;
}
#input_log_mb{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 2%;
    margin-top: 4%;
    border-radius: 4px;
}
#input_crea_mb{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 2%;
    margin-top: 3%;
    border-radius: 4px;
}
#Zone_Widget input{
    height:25px;
}
#Target_Widget{
    margin: 1% 0.5%;
    border: 1px solid silver;
}
#liste-coord{
    width: 31%;
    padding: 1%;
    margin: 1%;
    background:#ffb4b4;
    color: white;
    font-size: 1.2em;
}
#liste-fv{
    width: 31%;
    padding: 1%;
    margin: 1%;
    background:#ff6a6a;
    color: white;
    font-size: 1.2em;
}
#liste-cmd{
    width: 31%;
    padding: 1%;
    margin: 1%;
    background: #ff8e8e;
    color: white;
    font-size: 1.2em;
}
/*=================================================*/
/*                MENTIONS / CGU                   */
/*=================================================*/
#div-gen-mtn{
    width: 100%;
    padding-top: 0%;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    background-repeat: repeat-x;
}
#div-3-mtn{
    background: #e4e4e4;
    width: 100%;
    font-size: 1.5em;
}
#h1-mtn{
    font-size: 1.4em;
    text-align: center;
    text-decoration: underline;
}
#p-mtn{
    font-size: 0.9em;
    text-align: justify;
}
#div-3-apr{
    background: #fff8f8;
    width: 100%;
    font-size: 1.5em;
}
#h1-apr{
    font-family: "DidactGothic", arial, sans-serif;
    font-size: 1.8em;
    color: #000;
}
#p-apr{
    font-size: 0.9em;
    text-align: justify;
}
/*=================================================*/
/*=================================================*/
/*                MEDIA QUERIES                    */
/*=================================================*/
/*=================================================*/
@media screen and (max-width: 768px) {
    #ss_nav_head{
        padding: 2% 0 0 5%;
    }
    #navbar {
        margin: 0px 0px 0px 0%;
        border-bottom: 2px solid #fff;
        float: left;
        width: 100%;
        box-shadow: none;
        background: #555;
    }
    #navbar-toggle{
        background-color: #ed1c24;
        padding: 9px 10px;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 8px;
        right: -5px;
        top: 20px;
    }
    #navbar-inverse {
        background-color: #535353;
        float: none;
        position: relative;
        top: 0;
    }
    #nav-head{
        height: 94px;
    }
    .div_a_menu {
        height: inherit;
    }
    #ligne_banniere{
        /*display: none;*/
        top:0;
    }
	#art_ss_cat {
        float: left;
        margin: 4% 8%;
        padding: 0;
        background: white;
        box-shadow: 0 0 4px #555;
        cursor: pointer;
        border: 1px solid black;
        width: 84%;
    }
	#art_ss_cat:hover {
        background: white;
    }
    #content-art-idx {
        border-radius: 0px;
        margin: 0% 5% 1% 5%;
    }
    #content-art-idx h3{
        font-size: 1.2em;
    }
    #content-art-idx img{
      width: 100%;
      border-radius: 10px;
      border:2px solid black;
    }
    #content-art-idx p{
        font-size: 1.1em;
        letter-spacing: 0em;
        line-height: 1.2em;
    }
	#art_qsn{
		float:left;
		margin: 2% 0%;
		padding: 0;
		/*background-color: #FFF6B1;*/
		background:#000;
		-moz-transition: all 1.4s; 
		-webkit-transition: all 1.4s; 
		-o-transition: all 1.4s; 
		transition: all 1.4s;
		box-shadow:0 0 6px #555;
		cursor:pointer;
	}
    #art4 {
        float: left;
        box-shadow: 0px 0px 6px #555;
        cursor: pointer;
        margin: 2% 0% 1% 0px;
        width: 100%;
        cursor:pointer;
        padding: 0px;
        background: #000;
        -moz-transition: all 1.4s; 
        -webkit-transition: all 1.4s; 
        -o-transition: all 1.4s; 
        transition: all 1.4s;
    }
    #img_art_4 {
        width: 100%;
    }
	#menu_bas_a_04{
		font-family:"DidactGothic",verdana, helvetica, sans-serif;
		font-style:italic;
		font-size:25px;
		color:white;
		float:left;
		position:relative;
		padding:10px 0 0 20px;
		height:51px;
	}
	#menu_bas_a_04 td{
			width:90%;
		text-align:center;
	}
	#menu_bas_a_04 h2{
			font-size:72%;
			margin-top:0;
	}
	#img_art_4{
		width:100%;
	}
    #div-2-icn{
        height: 200px;
        background-image: url('../img-reparation-jante/contenu-pergolas-1-sm.jpg');
    }
    #div-3-icn{
        height: 200px;
        background-image: url('../img-reparation-jante/contenu-pergolas-2-sm.jpg');
    }
    #div-pergo-toile{
        height: inherit;
        background-image: url('../img-reparation-jante/contenu-pergolas-toile-sm.jpg');
    }
    #div-ctn{
        height: inherit;
        background-image: url('../img-reparation-jante/fabric_plaid.png');
    }
    #content-icn {
        margin: 2% 0;
        min-height: inherit;
    }
    #content-1, #content-2, #content-3{
        border-radius: 10px;
        margin: 2% 0%;
        width: inherit;
    }
    #tel-hdr {
        width: 100%;
        margin: 15px 0% 15px 17%;
        text-align: center;
    }
    #tel-hdr p {
        float: right;
        padding: 0;
        margin-right: 44%;
        text-align: left;
        color: white;
    }
    #ul_nav {
        width: 100%;
    }
	/*-----------------
	      PANIER
	-----------------*/
	/*.div_del_item div{
		background-image: url("../image-communication-en-ligne/del.png");
		background-repeat: no-repeat;
		height: 100%;
		width:100%;
	}*/
	.info_px_total {
		border: 1px solid #DDD;
		padding: 6% 5px 0 0px !important;
		height: 75px;
		text-align: center;
		font-size: 0.9em;
	}
    .info_panier {
        border: 1px solid #DDD;
        padding: 0.5%;
        height: 75px;
        font-size: 0.9em;
        line-height: 1.3em;
    }
    .contenu_img_ss_cat {
        width: 100%;
        margin: 0;
        float: left;
    }
    .contenu_img_ss_cat img {
        height: auto;
        max-width: 100%;
    }
    #menu_bas_a {
        padding: 2%;
    }
    .txt_art {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1em;
        padding-top: 6%;
    }
    #p_art {
        float: left;
        min-height: 120px;
        font-size: 1em;
        padding: 1%;
    }
    #info_pdt {
        width: 48%;
        margin: 0% 0.5% 0% 0.5%;
        text-align: center;
        padding: 0;
        min-height: inherit;
        background: #fff;
        color: #595454;
        font-family: "DidactGothic";
        letter-spacing: 0.02em;
        font-size: 1.1em;
    }
    .qte_item_det {
        width: 60%;
        margin: 1% 0 1% 20%;
    }
    .ajout_item_det {
        width: 80%;
        margin: 0% 1% 0% 0%;
        padding: 3% 0%;
    }
    #share_button {
        margin: 0;
        width: 100%;
    }
    #xs, #s, #m, #l, #xl, #sm, #ml, #tu{
        width:25%;
        padding: 1%;
    }
    #choix_t {
        width: 100%;
        margin-right: 1%;
        border: 1px solid silver;
        margin-bottom: 6%;
        padding: 4%;
    }
    .qte_item {
        width: 100%;
        text-align: center;
        border: 1px solid silver;
    }
    .contenu_img_pdt img{
        max-height: 220px;
    }
    #form-ajout {
        width: 98%;
    }
    /* ========== PAGE MEMBRE ===========*/
    
    #liste-coord, #liste-cmd, #liste-fv{
        width: 30%;
        font-size:1.1em;
    }
    #log-mb {
        background: none;
        color: #fff;
        margin-bottom: 10px;
    }
    #div_item {
        padding-bottom: 0%;
    }
}
/*------------------------------------------------------*/
@media screen and (min-width: 768px){
        #art_ss_cat {
        float: left;
        width:25%;
        margin: 2% 0% 2% 6%;
        padding: 0;
        background: #fff2f2;
        -moz-transition: all 1.4s;
        -webkit-transition: all 1.4s;
        -o-transition: all 1.4s;
        transition: all 1.4s;
        box-shadow: 0 0 2px #555;
        cursor: pointer;
        border: 1px solid black;
    }
    #art_qsn{
        float: left;
        margin: 2% 2.5%;
        padding: 0px;
        background: #000 none repeat scroll 0% 0%;
        transition: all 1.4s ease 0s;
        cursor: pointer;
        border: 1px solid black;
    }
	#art4{
		float:left;
		width:720px;
		margin: 2% 0% 1% 5%;
		padding: 0;
		/*background-color: #FFF6B1;*/
		background:#000;
		-moz-transition: all 1.4s; 
		-webkit-transition: all 1.4s; 
		-o-transition: all 1.4s; 
		transition: all 1.4s;
		box-shadow:0 0 6px #555;
		cursor:pointer;
	}
	#menu_bas_a_04{
		font-family:"DidactGothic",verdana, helvetica, sans-serif;
		font-style:italic;
		font-size:25px;
		color:white;
		float:left;
		position:relative;
		padding:10px 0 0 20px;
		height:51px;
	}
	#menu_bas_a_04 td{
			width:695px;
		text-align:center;
	}
	#menu_bas_a_04 h2{
			font-size:0.9em;
			margin-top:0;
	}
    #nav-head{
        height: 0;
    }
}