@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Allan:400);
@import url(//fonts.googleapis.com/css?family=Allan:700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);

html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #f4f5f4;
    color: #b7b7b7;
    font: 13px/20px  Arial, "Helvetica Neue", Helvetica, sans-serif;
}



strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #000;
}

.h22 {
    font-size: 16px;
    line-height: 0px;
    padding: 15px 15px 14px;
    border-radius: 3px;
    margin-top: 9px;
    letter-spacing: 0.5px;
    border: 1px solid #c6c6c6;
    margin-bottom: 5px;
    background: #e9e9e9 url(../images/head_bg.png) 0 0 repeat-x;
}

h3 {
    color: #fff;
    padding-top: 36px;
/*     text-transform: uppercase; */
    margin-bottom: 10px;
}


/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
}

.list li {
    padding-left: 15px;
    background: url(../images/marker.png) 0 6px no-repeat;
}

.list li+li {
    border-top: 1px dashed #e9e9e9;
    margin-top: 5px;
    padding-top: 4px;
    background-position: 0 10px;
}

.list1 {
    margin-bottom: 3px;
    padding-top: 1px;
}

.list1 li {
    padding-left: 15px;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/marker1.png) 0 6px no-repeat;
}

.list1 li+li {
    margin-top: 11px;
}


.list1 a:hover {
     color: #b7b7b7;
}

.list1 li:first-child+li+li {
    margin-top: 12px;
}

.list2 li {
    background: url(../images/marker2.png) 0 7px no-repeat;
    padding-left: 19px;
}

.list2 li+li {
    margin-top: 10px;
}

.list3  {
    padding: 1px 5px 0px;
}

.list3 .count {
    margin-top: 3px;
    float: left;
    background: url(../images/count_bg.png) 0 0 repeat-x;
    width: 39px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
    font-weight: bold;
    box-shadow: 0 1px 2px #aaa;
    border-radius: 500px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
}

.list3 .text1 {
    padding-bottom: 3px;
}

.list3 li {
    overflow: hidden;
}

.list3 li+li {
    margin-top: 24px;
}

.list3 li+li  .text1 {
    padding-bottom: 0;
}

.list3 li+li+li {
    margin-top: 23px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #fc5108;
}


/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 2px;
}

.page1 .img_inner {
    margin-top: 0;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

header {
    display: block;
    position: relative;
    z-index: 800;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.head_top {
    padding: 40px 11px 37px 41px;
    border-top: 4px solid #fc5108;
    border-bottom: 1px solid #000;
    background: url(../images/header_bg.png) 0 0 repeat-x #2c211d;
}

/****Content****/

.content {
    padding-bottom: 10px;
    padding-top: 1px;
}

.page1 .content {
    padding-top: 1px;
}

/****Blocks****/

.box {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    /*padding: 27px 20px 25px;*/
    border-bottom: 1px solid #e6e7e6;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
	-moz-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}

.box img{	
	padding: 5px;
}

.bx__1 {
    padding: 29px 15px 43px;
}

.bx__2 {
    padding: 26px 20px 23px;
    margin-bottom: 10px;
}

.bx__3 {
    padding: 29px 15px 23px;
    padding-bottom: 45px;
}


.block1 {
    width: 138px;
    float: left;
}

.block1+.block1 {
    margin-left: 20px;
}

.block2 {
    float: left;
    width: 205px;
}

.block2 img {
    width: 100%;
    margin-bottom: 14px;
}

.block2+.block2 {
    margin-left: 10px;
}

.block2 .links {
    font-size: 11px;
    margin-bottom: 10px;
}

.video {
    padding: 7px 5px 23px;
    font-size: 18px;
}

.video+h2 {
    margin-top: 8px;
}

.video .color1 {
    padding-left: 14px;
}

.video iframe {
    margin-bottom: 22px;
    width: 100%;
    height: 257px;
}

.bottom_block {
    color: #8a8a8a;
    padding: 0 40px 40px;
    border-top: 5px solid #fc5108;
    overflow: hidden;  
    background: url(../images/bot_bg.png) 0 0 repeat-x #2c211d;
    border-bottom: 1px solid #000;
}

.bottom_block .bot_col {
    width: 180px;
    float: left;
}

.bot_col+.bot_col {
  /*  margin-left: 40px;*/  
}

.bot_col+.bot_col+.bot_col {
    margin-left: 60px;
}

.bot_col+.bot_col+.bot_col+.bot_col {
    margin-left: 58px;
    width: 140px;
}

.socials {
    color: #fff;
}

.socials img {
    position: relative;
    top: -5px;
    margin-right: 10px;
}


.socials li {
    padding-top: 11px;
}

.socials li +li {
    margin-top: 12px;
}

.list_block {
    padding-top: 10px;
    float: left;
    width: 272px;
}

.list_block+.list_block {
    margin-left: 48px;
}

.pad__1 {
    padding-bottom: 50px;
    position: relative;
    top: 1px;
    margin-top: -1px;
}

.pad__2 {
    padding-top: 30px;
    top: 1px;
    margin-top: -1px;
    position: relative;
}

.pad__2 .text1 {
    padding-bottom: 3px;
}

.pad__3 {
    position: relative;
    top: 2px;
    padding-bottom: 45px;
    margin-bottom: 1px;
}

.block3 {
    width: 152px;
    float: left;
    margin-top: -7px;
}


.block3 .img_inner {
    margin-bottom: 17px;
}

.inn__1 {
    margin-bottom: 17px;
}

.block3+.block3 {
    margin-left: 10px;
}

.bq1 p {
    font-style: italic;
    margin-bottom: 12px;
}

.bq1 .text1 {
    margin-bottom: 0;
}

.bq1+.bq1 {
    margin-top: 23px;
}

.blog {
    padding-top: 1px;
    overflow: hidden;
}

.blog .clear {
    height: 13px;
}

.blog+.blog {
    margin-top: 28px;
}

.blog_links {
    overflow: hidden;
    padding-top: 1px;
    font-size: 11px;
}

 a.hov1:hover {
    color: #fff;
}

.blog_links .comment {
    padding-right: 30px;
    background: url(../images/comment_icon.png) right 6px no-repeat;
    float: right;
}

.box.prv {
    padding-top: 30px;
}

.box.prv  .text1 {
    padding-bottom: 3px;
}

.box.prv p+.text1 {
    padding-top: 3px;
}

/****Separators****/

.sep__1 {
    height: 26px;
}

.sep__2 {
    height: 33px;
}

.sep__3 {
    height: 30px;
}

/*******Search******/

#search,
.search1 {
    float: right;
    position: relative;
    width: 180px;
    padding-top: 2px;
}

#search .rel,
.search1 .rel {
    position: relative;
}

#search label,
.search1 label {
    display: block;
}

#search input,
.search1 input {
     width: 100%;
     height: 27px;
     padding: 4px 30px 5px 15px;
     font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
     color: #fff;
     border-radius: 6px !important;
     border: none;
     background: url(../images/search_bg.png) 0 0 repeat-x #2b201d;
     border-bottom: 1px solid #43322c;
     box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

#search1.search1 {
    padding-bottom: 3px;
    float: none;
    width: 100%;
}

#search1.search1 input {
    background: #fff;
    border: 1px solid #c6c6c6;
    height: 35px;
    border-radius: 2px !important;
    font-size: 13px;
    color: #b7b7b7;
    line-height: 20px;
    padding: 7px 40px 8px 14px;
}

#search1.search1 a {
    width: 35px;
    height: 35px;
    background: url(../images/search_icon1.png) 0 0 no-repeat;
}

#search a,
.search1 a {
    display: block;
    position: absolute;
    background: url(../images/search_icon.png) center center no-repeat;
    width: 30px;
    height: 27px;
    right: 0;
    top: 0;
    cursor: pointer;
}

#search a:hover,
.search1 a:hover {
    opacity: 0.5;
}



/****Text styles****/
.text1 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9px;
}

.text1.color1 a:hover {
    color: #fff !important;
    background-color: #fc5108;
}

.text1.color2 a:hover {
    color: #fff !important;
    background-color: #000;
}

.tx1 {
    margin-bottom: 12px;
}

.color1 {
    color: #fc5108;
}

.color1 a:hover, a.color1:hover {
    color: #000;
}

.color2 {
    color: #000;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
}

.map figure {
    margin-bottom: 17px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 298px;
    max-width: 100%;
}

.address1 {
    padding-top: 3px;
    display: block;
    float: left;
}

.address1 dt {
}

.address1+.address1 {
    margin-left: 60px;
}

.address1 dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    text-align: center;
    color: #938f8d;
    background-color: #271e1b;
    border-top: 1px solid #221a18;
    border-bottom: 9px solid #fc5108;
}

.copyright {
    text-transform: uppercase;
    font-size: 11px;
    padding: 20px 10px 22px;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

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

    .extra_wrapper {
        overflow: visible;
    }

    .address1 {
        float: none;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }
    
    .caption {
        font-size: 18px;
        line-height: 17px;
    }

    .block1 {
        width: 108px;
    }

    .block2 {
        width: 161px;
    }

    .block3 {
        width: 118px;
    }

 /*   .bottom_block .bot_col {
        width: 120px;
    }*/

    .list_block {
        width: 216px;
    }

    .list3 .count {
        margin-bottom: 20px;
    }
    
    .Menu_entete_Mobile{
		display: none;
		}
}

@media only screen and (max-width: 767px) {
    
    .caption {
        display: none;
    }

    #search {
        float: none;
        margin: 0;
        width: 100%;
    }

    .block1, .block2, .block3 {
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px!important;
    }

    .list_block  {
        margin: 0 !important;
        float: none;
        width: auto;
    }

    .bottom_block .bot_col {
        margin-bottom: 0 !important;
    }

    .sep__1 {
        height: 0;
    }

    .lightbox {
        margin-top: 40px;
    }



    .block1 {
        padding-top: 20px;
    }

    .img_inner img {
    	width: 100%;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }


    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        padding-left: 0;
        float: none;
        left: 0;
        text-align: center;
    }

    .head_top  {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 0;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }
}


@media only screen and (max-width: 479px) {
    .prevButton {
        left: 30% !important;
    }

    .nextButton {
        right: 30% !important;
    }
}








.tableDeco {
	width: 90%;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #161616;
}


.tableDeco td {

		padding-left: 5px;
		padding-right: 5px;
		
}

.tableDeco th {

		padding-left: 10px;
		padding-right: 10px;
}


.orange {
	color: #F60;
}








 .GrandBanniere {
	padding-bottom: 10px;
}
 
 .BoxAnnuaire {
	border: 1px solid;
	float: left;
  height: 80px;
  width: 270px;
  margin-left: 35px;
  margin-right: 18px;
  margin-bottom: 15px;
  background-image: url(../img/annuaire/annuaire_box.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0;
}
 .BoxAnnuaire .logoMarchant {
	width: 110px;
	text-align: center;
/* 	padding-top: 8px; */
	float: left;
}
 .BoxAnnuaire .DescriptionMarchant {
float: left;
  padding-top: 18px;
}
.titreMarchant {
	color: #FC5108;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 170px;
}
 .BoxAnnuaire .DescriptionMarchant a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
 .BoxAnnuaire .DescriptionMarchant a:hover {
	text-decoration: underline;
}

#BoxAnnuaire:hover{
	background-color: #FCE2E2;
}

#creanceDiv:hover{
	background-color: #FFFFFF;
}

#creanceDiv {
background-color: #FDEBE4;
color:#FC5108; 
font-weight:bold; 
padding-top:10px; 
width: 100%;
height: 30px; 
border: solid 1px #FC5108; 
border-top-left-radius: 5px;
border-top-right-radius: 1px; 
border-bottom-right-radius: 6px; 
border-bottom-left-radius: 1px;
}


.box_or {
	font-weight:bold;
	text-align:center;
	padding: 0 13px;
	margin-right:10px;
	margin-bottom:5px;
	display:inline-block;
	line-height:39px;
	color:#FC5108;
	background-color: #fff1f1;
	border: 1px solid #f3c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}


.dynamique_input{

border-radius: 6px !important;
padding-left: 10px;
border: 1px solid #FC5108;
background-color: #FFFFFF;
}


.dynamique_input:focus{

border: 2px solid #FC5108;

}

.Boxtitle {
	  color: #b7b7b7;
  border: 1px solid;
  float: center;
  height: 80px;
  width: 250px;
/*   margin-left: 35px; */
/*   margin-right: 18px; */
  margin-bottom: 15px;
  background-image: url(../../img/annuaire/annuaire_box.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0;
}
.Boxtitle .logoMarchant{
	width: 110px;
	text-align: center;
/* 	padding-top: 8px; */
	float: left;

}
.Boxtitle .DescriptionMarchant {
  float: left;
  padding-top: 18px;
}
.warning{
	color:red; 
font-size: 12px;
background-color: #ffcaca;
/*background-image:url(/Content/x.png);*/
background-size: 20px 20px;
background-repeat:no-repeat;
background-position:2px;
padding: 5px;
border-radius: 5px 5px 5px;
border: 1px solid red;
/* padding-left: 25px; */
position:relative;
display:block;
}

@media (min-width: 720px ) and (max-width: 1014px) {
	.BoxAnnuaire{
		float: inherit;
	}
}

@media (min-width: 200px ) and (max-width: 720px) {
	.BoxAnnuaire {
		float:inherit;
	}
}