
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot {
    border: medium none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
html * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
* html, body {
    background: rgba(0, 0, 0, 0) url("../images/bg.jpg") no-repeat scroll center top;
    color: #5c5c5c;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

@font-face {
  font-family: 'FashionFetish';
  src: url('font/FashionFetish.eot?#iefix') format('embedded-opentype'),  url('font/FashionFetish.woff') format('woff'), url('font/FashionFetish.ttf')  format('truetype'), url('font/FashionFetish.svg#FashionFetish') format('svg');
  font-weight: normal;
  font-style: normal;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
.header {
    height: 533px;
    margin: 0 auto;
    width: 960px;
    z-index: 9;
}
#extranet {
    float: right;
    height: 73px;
    margin-top: 33px;
    width: 213px;
    background: url(../images/espacepro.png) right 1px top 15px no-repeat;
    margin-right: 4px;
}
#extranet a {
    color: #93be31;
    margin-top: 37px;
    display: inline-block;
    text-transform: none;
    margin-left: 6px;
    font-size: 23px;
    font-weight: bold;
}
 
#contact {
    float: left;
    height: 59px;
    margin-left: 4px;
    margin-top: 48px;
    width: 227px;
    background:url(../images/phone.png) left top no-repeat;
}
.c1 {
    color: #93be31;
    display: inline-block;
    font-size: 23px;
    margin-left: 61px;
    margin-top: 24px;
    font-weight: bold;
}
 
#logo {
    float: left;
    margin-left: 140px;
    margin-top: 14px;
    z-index: 1;
}

  #menu2 {
    float: left;
    height: 35px;
    margin-left: 0;
    margin-top: 23px;
    width: 100%;
    z-index: 5;
}
#menu2 ul {
    margin: 0 auto;
    padding: 0;
}
#menu2 > ul > li {
    display: inline-block;
    float: left;
    height: 23px;
    list-style: outside none none;
    padding-left: 23px;
    padding-right: 24px;
    padding-top: 3px;
    text-align: left;
}

#menu2 > ul > li:first-child {
    padding-left: 16px;
    /* padding-right: 6px; */
}
#menu2 > ul > li:last-child {
 
padding-right: 0;
 
border: none;
}
 
#menu2 > ul > li > a {
 	    color: #495357;
 	    display: inline-block;
 	    font-size: 13px;
 	    padding-bottom: 17px;
 	    text-transform: none;
 	    font-family: 'FashionFetish';
 	    font-weight: bold;
}

#menu2 > ul > li:hover > a {color: #92bd31;}
#menu2 a {
    cursor: pointer;
    text-decoration: none;
}
#menu2 > ul > li:hover {
 }
#menu2 ul ul {
    background: #364145;
    display: none;
    margin-top: 0;
    min-width: 100%;
    position: absolute;
 }
#menu2 ul ul li a {
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
#menu2 ul ul li {
    height: auto;
    padding: 2px 15px;
    margin-right: 10px;
}
#menu2 ul ul li:hover {
    height: auto;
}
#menu2 ul ul li:hover a {color:#fff !important;background: #4a5457;}
#menu2 ul ul a {
    display: block;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

 .slogan {
 font-family: 'Roboto', sans-serif;
 color: #fff;
 width: 100%;
 float:  left;
 font-size: 45px;
 text-align: left;
 margin-top: 228px;
 font-weight: 700;
 margin-left: 3px;
 line-height: 32px;
 }
.slogan span {text-transform: none;font-weight: 400;font-size: 32px;display:  inline-block;margin-top: -11px;}

.content {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 960px;
    z-index: 5;
}
 #contenu {
    float: left;
    height: auto;
    margin-bottom: 25px;
    margin-top: 29px;
    width: 82%;
    z-index: 30;
    margin-left: 89px;
}
 
 
#contenu h1 {
    color: #495357;
    font-family: 'FashionFetish';
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 15px;
    text-transform: none;
    width: 100%;
    text-align: center;
    background: url(../images/titre.png) bottom center no-repeat;
}
 

 
#contenu h2 {
    color: #495357;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    margin-top: 10px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
#contenu p {
    text-align: justify;
}
 .visuelle {
    width: 100%;
    float: left;
    margin: 20px 0;
    border-top: 1px solid #e0e0e0;
    padding: 50px 0;
    background: #fff;
}
 .visuelle a {float:  left;width: 25%;} 
.visuelle img {float:  left;margin-right: 10px;} 
.visuelle .t3 {color: #495357;font-family: 'FashionFetish';display: inline-block;font-size: 14px;font-weight: bold;margin-bottom: 5px;padding-bottom: 8px;x;text-transform: none;text-align: left;background: url(../images/titre.png) bottom left no-repeat;clear: both;} 
.visuelle span {display: inline-block;font-size: 12px;font-weight: 600;color:  #5c5c5c;font-style: italic;} 
.maps { display:inline-block; width:100%; height:auto; overflow:hidden;    height: 280px;
}
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.last {
    margin-right: 0 !important;
}
 
 #footer {
    background:#364145;
    clear: both;
    /*display: inline-block;*/
    min-height: 201px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    margin-top: 0;
}
.last {
    margin-right: 0;
}
.row {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    font-size: 14px;
    color: #d6d6d6;
	font-weight:300;
    clear: both;
}
 .diag {
    float: left;
    margin: 0 auto;
    min-height: 119px;
    padding-bottom: 20px;
    padding-top: 0;
    width: 600px;
    z-index: 1;
}
.diag h2 {
    height: auto !important;
}
 
 .commune, .cordonnee .t3 {
      color: #fff;
    font-family: 'FashionFetish';
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 8px;
    text-transform: none;
    text-align: left;
    background: url(../images/titre.png) bottom left no-repeat;
    clear: both;
} 

#contenu h2.commune{
    margin-top: 30px;
    margin-bottom: 10px;
}

.links {
     float: left;
    font-size: 14px;
    color: #d6d6d6;
	font-weight:300;
    padding-top: 0;
    text-align: justify;
    width: auto;
	 line-height: 22px;
 	 padding-left:0
} 

.links a{
    color: #d6d6d6;
}

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

.cordonnee {
    float: left;
    margin-right: 40px;
    text-align: left;
    width: 298px;
	margin-top: 0;
	border-right:1px solid #525b5e; 
	margin-right:40px;
 }
 
 
 
.cordonnee li {
    min-height: 29px;
    padding-left: 25px;
    text-align: left;
    float: left;
     margin-right: 8px;
    line-height: 20px;
    margin-bottom: 7px;
	    width: 100%;
}
.adr { background:url(../images/loc.png) left top 4px no-repeat; }
.phone { background:url(../images/tel.png) left top 4px no-repeat;}
.mail { background:url(../images/mail.png) left top 4px no-repeat;}

 
.last {
    margin-right: 0;
}
 .blocarobiz {
    background: #262f32 none repeat scroll 0 0;
    clear: both;
    color: #909596;
    font-size: 13px;
    min-height: 52px;
 }
.blocarobiz > div {
    padding: 26px 0;
}
 .blocarobiz .FR {
    float: right;
    font-size: 13px;
    text-align: right;
    width: 36%;
}
.blocarobiz a {
    color: #909596;
  }
 .arobizing {
    background: url(../images/arobiz.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    font-size: 0;
    height: 41px;
    margin: 0 0 0 15px;
    overflow: hidden;
    width: 111px;
    bottom: 5px;
}
.content_footer {
    font-size: 13px;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    width: 960px;
 
}
.linked {
    color: #535353;
    text-decoration: none;
}
.linkid {
    color: #535353;
}
h1 .linked, h1 .linkid, h2 .linked, h2 .linkid, h3 .linked, h3 .linkid {
    color: #fa8f0f;
    text-decoration: none;
}
h1 {
    color: #fa8f0f;
}
h2.commune, h2 {
    color: #fa8f0f;
}
a {
    color: #101010;
    text-decoration: none;
}
a img {
    border: medium none;
}
a:active, a:focus {
    outline: medium none;
}
#contenu p, #contenu div, #contenu li, #contenu p span, legend {
    font-size: 14px;
}
#menu, #express, #express h1, #clients h2, .telM, #express h3, #clients2, #menu, .tel {
    display: none;
}
@media only screen and (max-width: 980px) {

.arobizing {
    height: 30px;
    width: 79px;
}

#sidebar, #clients, #menu2, #devisexpress, #extranet, #contact, .telephone, .cordonnee, .visuelle, .carte, .slogan  {
    display: none;
}
.cordonnee {
    color: #2e2d38;
    float: left;
    text-align: center;
    width: 100%;
}
.row {
    width: auto;
}
#menu {
    display: block;
    z-index: 0;
}
#contenu h1 {
    margin-top: 17px;
}
.header {
    background: rgba(0, 0, 0, 0) url("../images/bgmob.jpg") no-repeat scroll center top;
    color: white;
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 999999;
}
.top {
    background-color: #4a5457;
    box-shadow: 0 0 10px black;
    height: 75px;
    min-width: 100%;
    position: fixed;
    width: auto;
    z-index: 9999;
}
.top a.pos {
    background: rgba(0, 0, 0, 0) url("../images/menu2.png") no-repeat scroll center center;
    display: block;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 62px;
}
.top a.right {
    left: auto;
    right: 10px;
}
.header #clients {
    padding-top: 100px;
}
#logo img, #logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    height: auto;
    margin-left: 4px;
    margin-top: 2px;
    top: 0;
    width: 109px;
}
.tel a {
    color: #000;
    font-weight: 600;
}
.tel {
    color: #000;
    display: block;
    font-size: 28px;
    height: 50px;
    line-height: 65px;
    padding-top: 80px;
    position: relative;
    width: 100%;
    font-weight: 600;
}
#clients2 {
    display: block;
    float: left;
    height: 65px;
    left: 0;
    margin-top: 0;
    padding: 0;
    text-align: left;
    top: 0;
    width: 100%;
}
#clients2 a {
    background: rgba(0, 0, 0, 0) url("../images/icone-extranet.png") no-repeat scroll center center;
    color: transparent;
    display: block;
    font-size: 0;
    font-weight: normal;
    line-height: 63px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
#express {
    background: rgba(0, 0, 0, 0) url("../images/btn-devis.png") no-repeat scroll center center;
    color: white;
    display: block;
    font-size: 18px;
    height: 95px;
    margin-top: 0;
    padding: 40px 0 0;
    width: auto;
    z-index: 0;
}
#express a {
    color: white;
    display: block;
    height: 90px;
    margin: 0 auto;
    padding-left: 20px;
    width: 275px;
}
#express span {
    font-size: 15px;
}
body, .fg, .fd, .container, .content {
    background: white none repeat scroll 0 0;
    width: auto;
}
.mm-page {
    background: white none repeat scroll 0 0;
}
.content {
    background: white none repeat scroll 0 0;
    top: 0;
    z-index: 0;
}
#contenu {
    background: white none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: auto;
    margin: 0 auto;
    min-height: 540px;
    padding: 0 20px;
    text-align: justify;
    width: auto;
}
#contenu p, #contenu div, #contenu li, #contenu p span, #contenu p a, legend {
    font-size: 14px;
    line-height: normal;
    width: auto;
}
#contenu iframe {
    width: 100%;
}
#contenu img {
    height: auto;
    margin: 0 10px;
    max-width: 150px;
}
.diag {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 15px;
    width: auto;
	margin-top:20px
}

.diag .links a{
    color: #101010;
}

.diag .links a:hover{
    text-decoration: underline;
}

.contentbas {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.seo {
    margin: 0 20px;
    width: auto;
	background:none
}
.contentbas {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: -1;
}
.diag h2 span {
    text-align: left;
}
.diag h2 {
    float: left;
    margin-right: 20px;
    width: auto;
}
.diag h2 span {
    left: 0;
    text-transform: uppercase;
}
p.links {
    color: #4c4949;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 22px;
    padding: 0;
    text-align: justify;
    width: auto;
}
.commune {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    width: 100%;
	color:#000
}
.bottom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin-top: 0;
    padding-top: 0;
}
#footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    height: auto;
    min-height: initial;
    width: 100%;
}
.content_footer {
    width: auto;
}
.blocarobiz {
    min-height: 63px;
    padding: 0 20px;
}
#menu .mm-list > li > a, #menu .mm-list > li > span {
    font-size: 14px;
    line-height: normal;
    padding: 30px 10px 30px 20px;
    text-transform: uppercase;
}
#menu .mm-list a.mm-subopen {
    height: 25%;
    width: 80px;
}
#menu .mm-list a.mm-subopen::after {
    right: 45px;
}
#menu .mm-list a.mm-subclose::before {
    margin-bottom: -10px;
}
#menu .mm-list a.mm-subclose {
    margin-top: 0;
}
#menu .mm-menu > .mm-list {
    padding: 70px 0 40px;
}
*::-moz-placeholder {
    color: #8b8b8b;
}
input:-moz-placeholder {
    color: #8b8b8b;
}
.radiopaiement {
    font-size: 20px;
    margin-left: 0;
    text-align: center;
}
#tabGenerateur label {
    display: block;
    float: left;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    width: 100%;
}
ul.ulError, ul.ulError li {
    font-size: 22px;
}
#tabGenerateur fieldset {
    border: medium none;
}
body .appnitro li {
    margin: 10px 0;
}
body .appnitro input.text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.appnitro .btnDPE {
    background-color: #486e5f;
    border: 0 none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    padding: 9px 10px;
}
}

.cmap2#googleMap {
    height: 280px;
}

  #map {
        height: 100%;
      }

#menu2 .subicon ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu2 .subicon{
    background: url(../images/fleche.png) right no-repeat;
}

#menu2 .subicon:hover{
    background: url(../images/fleche-hover.png) right no-repeat;   
}