@media all{
    
    .clearfix:before,
    clearfix:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .clearfix:after {
        clear: both;
    }

    body{
           background-color: rgb(101,101,105);
             /*background: url('../images/header-top.jpg') top repeat-x,
                        url('../images/tail-cont.gif') bottom repeat rgb(0,0,0);*/


            /*font-family: 'Ubuntu', sans-serif;*/
          font-family: 'Lato', sans-serif;
    }

    h1, h2, h3, h4, h5, h6{
        margin: 0px;
        padding: 0px;
        font-family: 'Lato', sans-serif;
    }   
    p, ul, figure {
        margin: 0px;
        padding: 0px;
        
    }
    

    figcaption{
        display: none;
    }


    a{
        color: rgb(255,255,255);
        text-decoration: none;
    }

    a:hover{
        color: rgb(253,103,0);

    }    


    li{
        /*float: left;*/
        list-style: none outside none;
        text-transform: uppercase;
        color: rgb(255,255,255);
    }
 
    
      #wrapper{
        margin: 0px auto;
        max-width: 950px;
        background: transparent;
        padding: 0px;
    }

    #preheader{
        float: right;
        margin-top: 13px;

    }


    #preheader-nav >li{
        padding-left: 7px;
        font-size: 0.7em;
        float: left;
         font-family: 'Ubuntu', sans-serif;
    }


    #preheader-nav >li:before{
        content: '|';
        padding-right: 5px;
    }    



    #header{
        width: 100%;
        border: 0;
        padding-top: 35px;
        margin-bottom: 5px;
    }


    #header-logo{
        display: block;
        float: left;
        color: rgb(253,103,0);
        font-size: 2.7em;
        font-weight: bold;
        text-shadow: 1px 1px rgba(100,100,100,0.6); 
        -webkit-text-shadow: 1px 1px rgba(100,100,100,0.6); 
        margin-bottom: 15px;


    } 

    #header-logo em{
        color: rgb(255,255,255);
        font-size: 0.4em;
        font-style: normal;
        font-family: 'Ubuntu', sans-serif;
    }    
    #header-telephone{
        display: block;
        float: right;
        color: rgb(255,255,255);
        font-size: 1.6em;
        margin-top: 14px;
        margin-right: 13px;
        font-family: 'Ubuntu', sans-serif;
    }
    
    #header-nav-responsive{
        display: none;
    }

    #header-nav{
        max-width: 950px;
        width: 100%;
        height: 70px;
        border: 1px solid #fecb42;
         -webkit-border-radius: 15px 15px 0px 0px;
        border-radius: 15px 15px 0px 0px;
        background: linear-gradient(to bottom, #fd9e3a 50%, #fd6400 100%) repeat scroll 0% 0% transparent;
        background: -webkit-linear-gradient(top,  rgba(253,161,62,1) 50%,rgba(253,101,0,1) 100%);
        background: -o-linear-gradient(top,  rgba(253,161,62,1) 50%,rgba(253,101,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(253,161,62,1) 50%,rgba(253,101,0,1) 100%);
    }

    #header-nav-list >li{
        float: left;
        font-size: 0.96em;
        font-weight: bold;
        padding: 26px 10px;
        border-right: solid 1px rgba(254,168,40,0.8);
        font-family: 'Ubuntu', sans-serif;
        

    }

    #header-nav-list >li:last-child{
        border-right: none;
    }    
    
     #header-nav-list >li a{
         color: rgb(0,0,0);
     }

    #header-nav-list >li a:hover{
        color: rgb(255,255,255);    
        text-decoration: none;
         -webkit-text-shadow: 1px 1px rgba(100,100,100,0.6); 
         text-shadow: 2px 2px rgba(100,100,100,0.3); 

    } 
    #slider{
         border-radius: 0px 0px 15px 15px;
        -webkit-border-radius: 15px;
        margin-bottom: 5px;
    }
    

    
    #slider img{
        max-width: 950px;
        height: 305px;
        border-radius: 0px 0px 15px 15px;
        -webkit-border-radius: 0px 0px 15px 15px;
        margin-bottom: 4px;
    }
    #callback{
         border-radius: 15px;
        -webkit-border-radius: 0px 0px 15px 15px;
        background: linear-gradient(to bottom, #fd9e3a 50%, #fd6400 100%) repeat scroll 0 0 transparent;
        height: 40px;
        max-width: 950px;
        width: 100%;
        font-size: 1.6em;
        text-align: center;
        margin-bottom: 5px;
        font-weight: bold;
        
    }
    #callback a{
        color: rgb(0,0,0);
    }
    #callback a:hover{
        color: rgb(255,255,255);
        text-decoration: none;
        
     }
    .index-devis{
        margin-left: 100px;
    }

    #content, #content-page{
        display: flex;
        display: -webkit-flex; 
        display: -moz-flex; 
        flex: 1 1 0; 
        border: 1px solid #464646;
        border-radius: 15px;
        -webkit-border-radius: 15px; 
        background: linear-gradient(to bottom, #f7f7f7 100%, #FFFFFF 40%) repeat scroll 0% 0% transparent;
        padding: 15px;
        margin-bottom: 5px;
    }

    /* patch pour ie
    .content-article{
        display: flex;
        display: -webkit-flex; 
        display: -moz-flex; 
        flex: 1 1 0; 
        -webkit-flex: 1 1 0;
        -moz-flex: 1 1 0;
        flex-direction: column;
         -webkit-flex-direction: column;
        -moz-flex-direction: column;
        align-items: flex-start;

    }*/
    
    
    .content-article-chapo{
        width: 100%;
        /*margin-bottom: -45px;*/
        float: left;
    }

    .content-titre{
        font-size: 1.1em;
        text-transform: uppercase;
        margin-top: 15px;
		margin-left:10px;
        width: 70%;
        float: left;
		
    }
    .content-titre a{
        color: rgb(0,0,0);
    }

    .content-titre a:hover{
        color: rgb(253,103,0);
    }

    .content-picto{
        border: 0px;
        float: left;
        
    }

    .content-texte{
        color: rgb(0,0,0);
        font-size: 1em;
        line-height: 1.5em;
         width:85%;
        min-height: 260px;
        margin-bottom: 10px;
    }
    .content-btn{
        margin-left: 50px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        background: linear-gradient(to bottom, #eb4b00 10%, #d01e00 100%) repeat scroll 0% 0% transparent;
        padding: 5px;
        box-shadow: 1px 1px rgba(100,100,100,1); 
    }

    .content-btn:hover{
        text-decoration: none;
        background: linear-gradient(to bottom, #d01e00 10%, #d01e00 100%) repeat scroll 0% 0% transparent;
        color: rgb(41,41,41);
    }


    #sidebar{
        display: -webkit-flex; 
        display: -moz-flex; 
        display: flex;
         flex: 1 1 0; 
        -webkit-flex: 1 1 0;
        -moz-flex: 1 1 0;
        border: 1px solid #464646;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        background: linear-gradient(to bottom, #313131 100%, #272727 40%) repeat scroll 0% 0% transparent;
        padding: 15px;
    }

    .sidebar-article{
        /*border-left: solid 1px rgba(70,70,70,0.7);*/
        padding-left: 10px;
    }

    .sidebar-titre{
        font-size: 0.95em;
        color: rgb(253,103,0);
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .sidebar-texte{
        font-size: 0.85em; 
        color: rgb(255,255,255);
        text-align: left;
        width: 90%;
        line-height: 20px;
        padding-top: 12px;
    }

    #sidebar a{
        color: rgb(253,103,0);
    }



    #footer{
        width: 80%;
        height: 50px;
        margin: 0 auto;
        padding-top: 20px;
        font-family: 'Ubuntu', sans-serif;

    }

    #footer-nav >li{
        padding-left: 7px;
        font-size: 0.65em;
        float: left;
    }

    #footer-nav >li:before{
        content: '|';
        padding-right: 5px;
    }

    /* pour la page */   
    

    #page-2col{
        display: flex;
        display: -webkit-flex; 
        display: -moz-flex;
        flex : 0;
    }

    #flex-wrapper{
        display: flex;
        display: -webkit-flex; 
        display: -moz-flex;
        justify-content: space-between;
    }

    #page-content{

        border: 1px solid #464646;
        border-radius: 15px;
        -webkit-border-radius: 15px; 
        background: linear-gradient(to bottom, #f7f7f7 100%, #FFFFFF 40%) repeat scroll 0% 0% transparent;
        padding: 15px;
        flex: 4;
        /* patch pour ie
        flex: 4 1 0;
       -webkit-flex: 4 1 0;
       -moz-flex: 4 1 0;*/
    }    
    .page-titre{
        font-size: 1.2em;
        text-transform: uppercase;
        color: rgb(253,103,0);
        /*float: left;*/
        margin: 30px 0px 0px 100px;

    }
    .page-texte{
        color: #000000;
        font-size: 1em;
        line-height: 1.5em;
        margin-top: 10px;
    }
    .texte-engagement{
        margin: 15px auto;
        padding: 10px;
        width: 80%;
        background-color: #fb8b01;
		text-align:center;
    }
    .texte-engagement >em{
        display: block;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        text-transform: uppercase;
        border-radius: 12px;
    }

    #page-liste{
        margin: 10px 0px 10px 50px;

    }    

    #page-liste>li{
        text-transform: none;
        color: rgb(0,0,0);
        list-style: disc inside;
        padding: 5px 0 3px 20px;

    }

    #page-action{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        margin-top: 20px;
    }
    
    .page-article, .page-article-separ{
        margin: 15px;
        text-align: left;
        width: 30%;
    }
    .page-article-separ{
        border-left: 1px solid rgba(199, 199, 199, 0.7);
        padding-left: 15px;
    }
    .one-col{
        flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
    }
    .two-col{
        flex: 3;
        -webkit-flex: 3;
        -moz-flex: 3;
    }
    
    
    
    .page-article-separ li{
        color: rgb(0,0,0);
    }
    
    .page-article-separ-sol{
        margin: 10px;
        text-align: left;
        width: 20%;
        border-left: 1px solid rgba(199, 199, 199, 0.7);
        padding-left: 10px;
    }
      


    #bulle{
        background: linear-gradient(to bottom, #313131 100%, #272727 40%) repeat scroll 0% 0% transparent;
        border-radius: 100px;
        width: 44px;
        height: 44px;
        color: rgb(255,255,255);
        font-size: 1.8em;
        text-align: center;
        margin: 0 auto;
    }
    .page-stitre{
        font-size: 1.1em;
        color: rgb(0,0,0);
        text-align: center;
        margin-bottom: 5px;
        min-height: 66px;

    }
    
    .page-stitre-petit{
        height: 35px;
    }
    
    .list-sol >li{
        color: rgb(0,0,0);
        font-size: 0.8em;
        text-align: left;
        text-transform: capitalize;
        list-style: square;
        margin-left: 10px;
        line-height: 20px;
    }
    
    
    .toggler{
        font-style: italic;
        color: rgb(0,0,0);
        text-decoration: underline;
    }

    #sidebar-page{
        border: 1px solid #464646;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        background: linear-gradient(to bottom, #313131 100%, #272727 40%) repeat scroll 0% 0% transparent;
        margin-left: 5px;
        padding: 5px;
        text-align: center;
        flex: 1;
      /* patch pour ie
        flex: 1 1 0;
        -webkit-flex: 1 1 0;
        -moz-flex: 1 1 0; */
    }
    
    

    .sidebar-page-titre{
        background: linear-gradient(to bottom, #fb8b01 100%, #f55700 100%) repeat scroll 0% 0% transparent;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        height: 35px;
        font-size: 1.5em;
        padding-top: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
        color: rgb(0,0,0);
        box-shadow: 3px 3px 12px #aaa;
    }
   #sidebar-page-nav >li{
       font-size: 0.85em;
       text-transform: none;
       text-align: left;
       line-height: 2em;
       padding: 3px;
      
   }
    
    #popTel{
        color: rgb(255,255,255);
        font-size: 1.2em;
        height: 165px;
        background: linear-gradient(to bottom, #fb8b01 100%, #f55700 100%) repeat scroll 0% 0% transparent;
		padding-top: 5px;
        
    }
    
    #popTel h1{
       color: rgb(0,0,0);
    }
    
     #popTel input[type="tel"]{
         width: 160px;
         height: 25px;
         color: rgb(0,0,0);
         font-size: 1.1em;
         text-align: center;
     }
    
    #popTel input[type="text"]{
         width: 160px;
         height: 25px;
         color: rgb(0,0,0);
         font-size: 1.1em;
         text-align: left;
     }
    
    #popTel input[type="submit"]{
        width: 120px;
        height: 34px;
        font-size: 1.0em;
		cursor:pointer;
    }
    
    #dmd-devis{
        width: 300px;
         margin: 20px auto 0;
    }
    
    #btn-devis{
        background: linear-gradient(to bottom, #eb4b00 10%, #d01e00 100%) repeat scroll 0 0 transparent;
        border-radius: 5px;
        box-shadow: 2px 2px rgba(100, 100, 100, 1);
        padding: 5px;
        font-size: 1.2em;
     }
    #btn-devis:hover{
         background: linear-gradient(to bottom, #d01e00 10%, #eb4b00 100%) repeat scroll 0 0 transparent;
         color: rgb(0,0,0);
        text-decoration: none;
    }
    
    
    
    /* pour les formulaires */
    
    #form-contacter label, 
    #form-contacter input[type="text"],
    #form-contacter input[type="email"],
    #form-contacter select {
        width: 116px;
        float: left;
        margin-bottom: 10px;
    }
    #form-contacter textarea{
        resize: vertical;
        margin-bottom: 20px;
		min-width:230px;
    }
    
    #form-audit{
        max-width: 400px;
        margin: auto;
    }
    
    
    #form-audit label{
         width: 120px;
        float: left;
        margin-bottom: 15px;
    }
    #form-audit select{
         width: 120px;
        float: left;
        margin-bottom: 15px;
        margin-right: 50px;
    }
    
    #form-audit  input[type="text"],
     #form-audit  input[type="tel"],
    #form-audit  input[type="email"]{
        width: 190px;
        float: left;
        margin-bottom: 15px;
    }
    
     #form-audit textarea{
         resize: vertical;
        margin-bottom: 20px;
    }
    
    .mask{
        display:none;
    }
    
    #testeur{
        display:none;
    }
    #infos-contact{
        display: block;
        line-height: 25px;
    }
    .sup-contact{
        float: left;
        width: 100px;
    }
    .num-contact{
        text-align: right;
    }
    #infos-contact a{
        color: rgb(253, 103, 0);
    }
    
    #ref-clients{
        font-size: 0.7em;
        width: 90%;
        margin: 30px auto 0;
     
        
    }
    .ref-clients-place{
        float: left;
        margin-bottom: 54px;
        margin-right: 12px;
        width: 190px;
        height: 60px;

        
    }
    #form-devis{
        margin: 0 auto;
    }
    
    #form-devis td{
        padding: 10px;
    }
    #form-devis .input-petit{
        width: 70px;    
    }
    
    #form-devis input[type="text"],
    #form-devis input[type="email"],
    #form-devis  input[type="tel"],
    #form-devis select {
        width: 190px;
           
    }
    #form-devis label{
        float: left;
        width: 90px;
    }
    
    .liste-devis > li{
        list-style: decimal inside ;
        text-transform: none;
        margin-bottom: 12px;
        
    }
        
    
    
} /* fin de la css par défaut */    



/* pour le Responsive */
@media all and (max-width:550px){
    
    #preheader{
        display: none;
    }
    
    #header {
        padding-top: 0px;
    }
    #header-logo {
         margin-bottom: 5px;
    }
    
    #header-logo em {
        display: block;
        font-size: 0.28em;
    }
    #header-telephone {
        margin-top: 0px;
    }
    #header-nav{
        display: none;
    }
    
    #header-nav-responsive{
        display: block;

    }
    #header-nav-responsive select{
        height: 30px;
        margin: 0 20px 10px;
        width: 80%;
    }
    
    
    
    #header-nav-list > li {
        font-size: 0.80em;
        font-weight: normal;
        padding: 5px 0px 9px 9px;
        border: 0px;
    }
    #header-nav-list > li:before {
        content: '|';
    padding-right 2px;
    }
    
    img{
        max-width: 100% !important;
        height: auto;
    }
    p, .page-texte, .toggle{
      font-size: 0.90em;  
    }
    
    #content,#sidebar {
        display: block;
        float: left;
    }
    .content-article,.sidebar-article {
        margin-bottom: 20px;
    }
    
    .page-titre{
        font-size: 0.98em;
        margin: 20px 0 0 24px;
        
    }
    #slider,#callback {
        display: none;
    }
  
    
    .content-picto{
        margin-right: 20px;
    }
    
    .page-stitre {
        height: 45px;
        font-size: 0.95em;
    }
    
    #page-action,#page-2col {
        display: block;
    }
    .page-article,.page-article-separ{
        width: 98%;
    }
    #form-audit {
        margin-top: 20px;
    }
    
    
    
    #footer-nav > li {
        padding-bottom: 5px;
    }
    
    .page-article-separ-sol {
        width: 100%;
    }
    .list-sol {
        margin: 0 auto;
        max-width: 80%;
    }
    .ref-clients-place {
        width: 50%;
        height: 50%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    
    
    
    
}/* fin CSS responsive */
    
@media all and (min-width: 700px) and (max-width: 800px){
    #header-nav-list > li {
        font-size: 0.83em;
        padding: 26px 4px;
    }
    #page-2col {
        display: block;
    }
}
    