*{
  border:0;
  margin:0px auto;
  padding:0;
}
body{
    border:0;
    margin:0px auto;
    padding:0;
    margin-left: auto;
    margin-right: auto;
    /*background-color:#84141D;*/
}
section {
  width:1000px;
}
a, a:visited, a:link, a:hover {
  text-decoration:none;
  color: white;
}
a:hover{
    text-decoration: underline;
}
option{
  width:auto;
  text-align: left;
  background-color: white;
  color:black;
}
:disabled{
  color:white;
  opacity:1;
  background: black;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                                   HEADER
/*                   ***************************************               */
/*-------------------------------------------------------------------------*/
nav a{
  color:#fff;
  text-shadow: 1px 1px 2px #555;
  letter-spacing: 1px;
}
nav a:hover{
  text-decoration: none;
  color:#fff;
}
.div_nav_left{
    float: left;
    width: 125px;
    padding-top: 40px;
    height: 95px;
    text-align: center;
    border-left: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff;
    background: #838383;
}
.div_nav_left:hover{
    background: #e90000;
}
.div_nav{
    float: left;
    width: 135px;
    padding-top: 40px;
    height: 95px;
    text-align: center;
    border-right: 1px dashed #ffffff;
    background: #838383;
}
.div_nav:hover{
    background: #e90000;
}
.lien-hdr{
    float: left;
  padding-top: 40px;
  text-align: center;
  margin-left: 4%;
}
.lien-hdr a{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}
.lien-hdr a:hover {
    border-bottom: 2px solid white;
}
/*.div_nav_trc{
    float: left;
    width: 135px;;
    padding-top: 31px;
    height: 95px;
    text-align: center;
    border-right: 1px dashed #ffffff;
    background: #838383;
}*/
.div_nav_trc:hover{
    background: #e90000;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                                    INDEX
/*                   ***************************************               */
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#ligne_banniere{
  border-bottom: 2px solid #576165;
}
#txt-logo{
  font-size:1.2em;
}
#div-gen-idx{
  width:100%;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  background-repeat: repeat-x;
  border-top: 2px solid black;
  overflow: hidden;
}
#div-1-idx{
  width:100%;
  margin-right: 0;
  margin-left: 0;
  margin-top:0;
}
#div-2-idx{
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background-color: #f9fffa;
  padding: 0 0px 2% 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#div-2b-idx{
  background: #fff9f9;
}
#div-4-idx{
  width:100%;
  margin-right: 0;
  margin-left: 0;
  padding:2% 0;
}
#div-4-idx a{
  color:inherit;
}
.carre_txt{
  
}
.carre{
  min-height:250px;
  border-radius:5px;
  background:white;
  padding:2%;
  margin:4%;
}
.carre_icn{
  border-radius: 5px;
  margin-top: 4%;
  margin-bottom: 4%;
  overflow: hidden;
  height: 250px;
  width: 250px;
  border: 1px solid silver;
}
.txt-icon{
    position: absolute;
    font-size: 1.2em;
    padding: 15px 15px 0px 20px;
    width: 250px;
}
.carre_icn:hover .carre-slide-1, .carre_icn:hover .carre-slide-2, .carre_icn:hover .carre-slide-3{
  right:-125px;
}
.carre-slide-1, .carre-slide-2, .carre-slide-3{
    position: relative;
    /*background: #FFF none repeat scroll 0% 0%;*/
    background-image:url('../img/carre-slide.png');
    /*opacity: 0.75;*/
    color: #000;
    height: 250px;
    width: 500px;
    font-size:1.4em;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    right:250px;
    -moz-transition: all .6s; 
    -webkit-transition: all .6s; 
    -o-transition: all .6s; 
    transition: all .6s;
}
.carre-slide-1{
    background-image:url('../img/carre-slide-1.png');
}
.carre-slide-2{
    background-image:url('../img/carre-slide-2.png');
}
.carre-slide-3{
    background-image:url('../img/carre-slide-3.png');
}
#p-idx{
  padding:2% 5%;
  text-align:justify;
  letter-spacing: 0.01em;
  color: black;
  position: relative;
  right:200%;
}
#p-idx span{
  background: black;
  padding:5px;
  font-size:1em;
}
#p-idx a{
  background: black;
  border-radius: 4px;
  padding:5px;
  font-size:1em;
  color:white;
}
#p-idx a:hover, #p-idx a:visited, #p-idx a:link {
  text-decoration: none;
}
#p-idx-2{
  padding: 20px 5%;
  text-align: justify;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  color: black;
}
#p-idx-3{
  padding: 20px 5%;
  text-align: justify;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  color: white;
}
#h1-idx {
    text-align: center;
    padding: 5px;
    font-size: 1.75em;
    border-top: 1px solid #576165;
    border-bottom: 1px solid #576165;
    position:relative;
    color:#000;
    left:200%;
}
#h2-idx{
  padding: 5px 0 0px 43px;
  font-size: 1.8em;
  text-align: left;
  color: black;
}
#h3-idx{
  padding: 5px 0 0px 43px;
  font-size: 1.8em;
  text-align: left;
  color: white;
}
#h1-dtf {
    text-align: center;
    padding: 5px;
    font-size: 1.75em;
    border-top: 1px solid #576165;
    border-bottom: 1px solid #576165;
    position:relative;
    color:#000;
    display:none;
}
#p-dtf{
  padding:2% 5%;
  text-align:justify;
  letter-spacing: 0.01em;
  color: black;
  position: relative;
  min-height: 260px;
  display:none;
}
.img-traceur-1, .img-traceur-2{
  margin-top:8%;
  width:90%;
  float:left;
  position:relative;
  display: none;
}
.img-traceur-3, .img-traceur-4{
  margin-top:8%;
  width:70%;
  float:left;
  margin-left:18%;
  position:relative; 
  right:-150%;
}
#cdt{
  margin: 25px 15px 36px 15%;
  height: 75px;
  width: 70%;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  color:white;
  font-size: 1.6em;
  border-radius: 7px;
  background-color: rgb(83, 67, 186);
    -moz-transition: all 1s; 
    -webkit-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#h-det {
    text-align: center;
    padding: 5px;
    font-size: 1.75em;
    border-top: 1px solid #576165;
    border-bottom: 1px solid #576165;
    position:relative;
    left:200%;
}
#cdt:hover{
  background-color: rgb(83, 67, 156);
}
#ent{
  margin: 25px 15px 30px 15%;
  height: 75px;
  width: 70%;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  color:white;
  font-size: 1.6em;
  border-radius: 7px;
  background-color: rgb(253, 194, 67);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#ent:hover{
  background-color: rgb(253, 164, 67);
}
#tt_ance{
  margin: 25px 15px 36px 15%;
  height: 75px;
  width: 70%;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  color:white;
  font-size: 1.6em;
  border-radius: 7px;
  background-color: rgb(89, 89, 89) ;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#tt_ance:hover{
  background-color:#000;
}
#p_ctc{
  width:80%;
  text-align:justify;
  font-size:1.3em;
}
.bg-carre{
  background-image:url('../img/bg-carre.png');
  height:250px;
  background-repeat: no-repeat;
  border-radius: inherit;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                                PANIER HEADER
/*                   ***************************************               */
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#div_hd_panier{
  background: #101010;
  padding:0%;
  color:white;
  border-bottom: 2px solid #576165;
}
#div_logo{
  text-align: center;
}
#logo_hd{
    max-width: 90%;
    max-height: 95px;
    padding-top: 15px;
}
#logo_hd:hover{
  opacity:0.85;
}
#div-px-panier{
  padding:10px 0 0 14.5%;
}
#div-px-panier img{
  opacity:1;
}
#cadre-px-panier{
  width:200px;
  display: none;
}
#cadre-px-panier:hover{
  opacity: 0.85;
}
#prix-panier{
    position: absolute;
    text-align: center;
    top: 25px;
    padding-left: 74px;
    width: 180px;
    text-shadow: none;
    font-size: 1.1em;
    letter-spacing: 0;
    font-weight: bold;
    color: black;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                                PANIER PLAQUE
/*                   ***************************************               */
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#del_item{
    background-image: url('../img/del.png');
    background-repeat: no-repeat;
    background-color: white;
    width:45px;
    height:45px;
    margin: 2% 0 0 2%;
    cursor: pointer;
    color: transparent;
    opacity: 0.8;
}
#modif_item{
    background-image: url('../img/modif.png');
    background-repeat: no-repeat;
    background-color: white;
    width:45px;
    height:45px;
    margin: 15px 0 0 2%;
    cursor: pointer;
    color: transparent;
    opacity: 0.8;
}
#del_item:hover, #modif_item:hover{
  opacity: 1;
}
#det-lg-vs{
    padding: 6px;
    width: 30%;
    margin: 1%;
    border-radius: 5px;
    color: white;
    box-shadow: 2px 2px 2px #555;
    background: #5087c1;
    font-size: 1em;
    letter-spacing: 0.02em;
}
#p-com-vs{
    border: 1px solid silver;
    padding: 2%;
    width: 95%;
    border-radius: 5px;
    margin: 2% 0 0 1%;
    min-height: 75px;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                          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;
}
#btn-pay{
    text-align: center;
    font-size: 1.25em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.6);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.6);
    -o-box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.6);
    box-shadow: 0px 1px 2px 1px rgba(100, 100, 100, 0.6);
    margin-left: 8%;
    width:200px;
    padding: 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none !important;
    color: #fff;
    background-color: #206b63;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a25a11), to(#ff7512));
    background-image: -webkit-linear-gradient(top, #ff7512, #a25a11);
    background-image: -moz-linear-gradient(top, #ff7512, #a25a11);
    background-image: -ms-linear-gradient(top, #ff7512, #a25a11);
    background-image: -o-linear-gradient(top, #ff7512, #a25a11);
    background-image: linear-gradient(top, #ff7512, #a25a11);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7512', EndColorStr='#a25a11');
}
#btn-pay:hover{
    background-color: #206b63;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ce483b), to(#f78888));
    background-image: -webkit-linear-gradient(top, #f78888, #ce483b);
    background-image: -moz-linear-gradient(top, #f78888, #ce483b);
    background-image: -ms-linear-gradient(top, #f78888, #ce483b);
    background-image: -o-linear-gradient(top, #f78888, #ce483b);
    background-image: linear-gradient(top, #f78888, #ce483b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f78888', EndColorStr='#ce483b');
}
#btn-fact{
    text-align: center;
    font-size: 1.25em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.6);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.6);
    -o-box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.6);
    box-shadow: 0px 1px 2px 1px rgba(100, 100, 100, 0.6);
    margin: 8px 0;
    width:200px;
    padding: 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none !important;
    color: #fff;
    background-color: #a22929;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e60a0a), to(#a22929));
    background-image: -webkit-linear-gradient(top, #e60a0a, #a22929);
    background-image: -moz-linear-gradient(top, #e60a0a, #a22929);
    background-image: -ms-linear-gradient(top, #e60a0a, #a22929);
    background-image: -o-linear-gradient(top, #e60a0a, #a22929);
    background-image: linear-gradient(top, #e60a0a, #a22929);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a22929', EndColorStr='#e60a0a');
}
#btn-fact:hover{
    background-color: #206b63;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ce483b), to(#f78888));
    background-image: -webkit-linear-gradient(top, #f78888, #ce483b);
    background-image: -moz-linear-gradient(top, #f78888, #ce483b);
    background-image: -ms-linear-gradient(top, #f78888, #ce483b);
    background-image: -o-linear-gradient(top, #f78888, #ce483b);
    background-image: linear-gradient(top, #f78888, #ce483b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f78888', EndColorStr='#ce483b');
}
#facturation{
    display:none;
}
#lg-btn-pay{
  margin:2% 0;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                               RESUME COMMANDE
/*                   ***************************************               */
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#div_form{
    text-align: center;
    min-height: 450px;
    padding: 7%;
}
#resume_panier{
    border: 2px solid #206B63;
    width: 40%;
    padding: 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #5D5D5D;
}
#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;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*                   ***************************************               */
/*                                    CONTACT
/*                   ***************************************               */
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#div-gen-ctc{
  color:#576165;
  overflow: hidden;
}
#div-3-ctc{
  width:100%;
  padding-top: 2%;
  margin-right: 0;
  margin-left: 0;
}
#form_cdt_ctc{
  font-size:1.2em;
}
#form_cdt_ctc h1{
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  background: #ce1515;
  color: white;
  padding: 5px 2px;
  border-radius: 10px;
}
.carre-crea-ctc{
  padding: 0px 5px 5px 5px;
  border-radius: 10px;
  min-height:300px;
}
#h1-contact{
}
#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;
    border: 1px solid #576165;
}
.titre_champs{
    padding-left:5%;
}
#input_exp {
    margin: 5px;
    width: 70%;
    height: 30px;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    border: 1px solid #576165;
}
#input_mdf_cdt_ok{
  width:32%;
  padding:10px 0 10px 5px;
	border-radius:4px;
  background:#e90000;
    -moz-transition: all 1s; 
    -webkit-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
    color:white;
}
#input_mdf_cdt_ok:hover{
  background:#d60d0d;
}
#map{
    padding: 1% 6%;
    border:inherit;
}
#map iframe{
    width:100%;
    border:1px solid black;
}
#facade{
    width:90%;
    border:1px solid black;
    margin: 4% 5%;
    border-radius: 10px;
}
#coord_ctc{
  text-align: center;
  width: 100%;
  font-size:1.2em;
  color: white;
}
/*=================================================*/
/*            FOOTER                               */
/*=================================================*/
#div_footer{
  background: #3e3b3b;
  border-top:1px solid #000;
  width:100%;
  float:left;
  margin: 0;
  padding:0 3% 0 0;
}
#div_footer_02{
    background: #000;
  border-top:1px solid #e80000;
  width:100%;
  float:left;
  margin: 0;
  padding:0 3% 0 0;
}
#div_footer_ctc{
    background: #5f5f5f;
  border-top:1px solid #000;
  width:100%;
  float:left;
  margin: 0;
  padding:0 3% 0 0;
  font-size:1.4em;
}
#footer{
   /* background : linear-gradient(to top, #ccc, #555555);*/
    background: #000;
	color:#fff;
	padding:15px 10px 25px 10px;
	text-align: center;
    float: left;
}
#footer a, #footer a:visited, #footer a:link {
  text-decoration:none;
	color:white;
	font-style: italic;
}
#footer a:hover{
	color:#ff8080;
}
#onglet-ftr{
  margin:1% 2%;
  min-height:80px;
  text-align: center;
  font-size: 1em;
}
#onglet-ftr h3{
  font-size: 1.1em;
  color: #fff;
  border-bottom: 1px solid #aaa;
}
#onglet-ftr ul{
  padding-left:20px;
  text-align:left;
}
#onglet-ftr li{
  color: #bbb;
  padding: 5px 0 0 0;
}
#onglet-ftr a{
  color: #fff;
  text-decoration: none;
}
#onglet-ftr a:hover{
  color: #ff8080;
}
#img-ftr{
  width:130px;
  margin-top:10%;
}
/*=================================================*/
/*                PAGINATION                       */
/*=================================================*/
#div_pagination{
  width:100%;
  text-align: center;
  margin-bottom: 1%;
}
#btn_page{
  font-size:1.5em;
    text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    margin: 2% 0 0 1%;
    padding: 0.5%;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none !important;
    color: #fff;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    background-color: #21636B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#21636B), to(#108D9B));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #108D9B, #21636B);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #108D9B, #21636B);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #108D9B, #21636B);
    /* IE10 */
    background-image: -o-linear-gradient(top, #108D9B, #21636B);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #108D9B, #21636B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#108D9B', EndColorStr='#21636B');
  /* IE6IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='silver', EndColorStr='#000');
  /* IE6IE9 */
}
#btn_page:hover{
  color:#fff;
    background-color: #11AEBF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11AEBF), to(#7BE3F3));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #7BE3F3, #11AEBF);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #7BE3F3, #11AEBF);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #7BE3F3, #11AEBF);
    /* IE10 */
    background-image: -o-linear-gradient(top, #7BE3F3, #11AEBF);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #7BE3F3, #11AEBF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7BE3F3', EndColorStr='#11AEBF');
  /* IE6IE9 */
}
#page_active{
  font-size:1.5em;
    text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    margin: 2% 0 0 1%;
    padding: 0.5%;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none !important;
  color:#fff;
    background-color: #11AEBF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11AEBF), to(#7BE3F3));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #7BE3F3, #11AEBF);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #7BE3F3, #11AEBF);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #7BE3F3, #11AEBF);
    /* IE10 */
    background-image: -o-linear-gradient(top, #7BE3F3, #11AEBF);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #7BE3F3, #11AEBF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7BE3F3', EndColorStr='#11AEBF');
  /* IE6IE9 */
}
/*=================================================*/
/*                MEDIA QUERIES                    */
/*=================================================*/
@media screen and (max-width: 768px) {
    section {
    width:100%;
    float: left;
  }
  .lien-hdr {
    clear: both;
}
#amazingslider-1{
  width:100%;
}
  #div-style{
      width:26%;
  }
  .div_nav_left {
    width: 100%;
    height: 34px;
    padding: 2% 0;
    margin-top:1px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #ffffff;
    background: #838383;
  }
  .div_nav{
    width: 100%;
    height: 34px;
    padding: 2% 0;
    margin-top:1px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #ffffff;
    background: #838383;
  }
  .div_nav_trc {
    width: 100%;
    height: 34px;
    padding: 2% 0;
    margin-top:1px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #ffffff;
    background: #838383;
  }
  #div-px-panier {
    padding: 10px 0 0 0;
  }
  #prix-panier {
    padding-left: 85px;
  }
  #onglet-ftr ul{
    padding-left:0;
    text-align:left;
  }
  #onglet-ftr li{
    color: #bbb;
    padding: 0;
    text-align: center;
  }
  #img-ftr {
    width: 130px;
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .img-traceur-1, .img-traceur-2, .img-traceur-3 {
    width: 100%;
    margin-left: 0;
    min-height: 220px;
    margin-bottom: 10%;
    margin-top: 0;
  }
}