/*
Theme Name: Ascier
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Agence KWAN
Author URI: http://kwan.fr/
Description: Thème du site Ascier.fr
Version: 1.0
*/


body, * {
    font-family: 'Roboto', sans-serif;
}

/******************************************** GLOBAL **************************************************/

.orange {
    color: #fc8a05;    
}
.alignleft {
    float:left;
    margin: 0 20px 10px 0px;
}
.alignright {
    float:right;
    margin: 0 0px 10px 20px;
}
.button {
    display: inline-block;
    font-size:21px;
    padding:10px 17px;
    text-decoration: none;
}
a.button {
    text-decoration: none;
}
.button.orange {
    color: #fff;  
    background-color: #fc8a05;  
}
.top-shadow {
    -moz-box-shadow: 0px 0px 6px #AAAAAA;
    -o-box-shadow: 0px 0px 6px #AAAAAA;
    -webkit-box-shadow: 0px 0px 6px #AAAAAA;
    box-shadow: 0px 0px 6px #AAAAAA;
}
.bottom-shadow {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD,direction=135, strenght=1);
    -moz-box-shadow: 0px 6px 6px -6px #AAAAAA;
    -o-box-shadow: 0px 6px 6px -6px #AAAAAA;
    -webkit-box-shadow: 0px 6px 6px -6px #AAAAAA;
    box-shadow: 0px 6px 6px -6px #AAAAAA;
    margin-bottom:3px;
}
.label {
    color:#333;
}

/******************************************** HEADER **************************************************/

#header {
    width: 100%;
     position:fixed;
     z-index:99;
-webkit-box-shadow: 0 4px 4px -3px #CCCCCC;
   -moz-box-shadow: 0 4px 4px -3px #CCCCCC;
        box-shadow: 0 4px 4px -3px #CCCCCC;
}

#preheader {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #fc8a05;
    text-align:right;
    font-size:12px;
}
@media(max-width:767px){
    #top-navigation {
        float: right;
        width:100%;
    }   
}
.navbar-toggle {
    margin-top:25px;
    background-color: #993128;    
}
.icon-bar {
    background-color:#fff;
}
.navbar-ascier {
    vertical-align:middle;
    height:80px;
    margin-bottom:0;
}
#navigation {
    background-color: #f5f5f5;
}
#navigation a {
    color:#333;
    font-size:16px;
}
#navigation a:hover {
    color:#fc8a05;
}

#top-navigation {
    float: right;
    padding-right:0;
}

#btn-menu {
    float: right;
}
#btn-home {
    float: left;
    padding:30px 20px;
    line-height: 20px;
}
#btn-search {
    float: left;
    padding:30px 20px;
    line-height: 20px;
}
#btn-devis {
    float: left;
    padding:30px 20px;
    line-height: 20px;
    font-weight: bold;
    border-left: 1px #d3d3d3 solid;
    text-transform: uppercase;
}
#btn-zoom {
    float: left;
    margin:0px 0px 0px 0px;
    padding:20px 20px;
    line-height: 20px;
    border-left: 1px #d3d3d3 solid;
    border-right: 1px #d3d3d3 solid;
    text-transform: uppercase;
}

@media(max-width:767px){
    #top-navigation {
        float: right;
        width:100%;
        padding-right:15px;
    }   
}
@media(min-width:768px){
    #menu-principal {
        height:80px;
        vertical-align: middle;
        padding:15px 0;
    }     
}
@media(min-width:992px){}
@media(min-width:1200px){}

.navbar-nav > li > a {
    color:#333;
}
.nav > li > a {
    padding: 15px 13px;
}


#search-block {
    display: none;
    padding:10px 0;
    background-color: white;
}
#search-block form {
    float:right;
}
#search-block input {
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right:none;
    font-weight: normal;
    font-style: italic;    
}
input.search-field {
    width: 300px;
    border-bottom: 1px dotted #333;
    background-color: #F3F3F3;
    padding:3px 10px;
}
.search-submit {
    color:white;
    padding:4px 10px;
    background-color: #ffa645;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}


/******************************************** FOOTER **************************************************/

#footer {
    padding:40px 0;
    background-color: #333333;
    color:#999999;
}
#footer p {
    font-size:13px;    
}
#footer-contact p {
    margin-bottom: 20px;    
}
#footer-contact a {
    color:#999999;   
}
#footer h4 {
    color:#fff;
    margin-bottom: 20px;
}
#footer-links {
    list-style-type: none;
    padding: 20px 0;
    margin:0;
}
#footer-links a {
    color:#fff;
}
.footer-picto {
    float: left;
    margin-right: 10px;
}

#footer-map ul {
    list-style-type: none;
}


/******************************************** ACCUEIL **************************************************/


.buttonslider {
    color: #fff;  
    background-color: #fc8a05;
    font-size:20px;
    margin-left:80px;
    padding:7px 15px;
    text-decoration: none;  
}
a.buttonslider:hover {
    color:white;
    text-decoration: none;  
}

#encart-accueil {
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0;
}
#visuel-accueil,#text-accueil {
    padding-left: 15px;
    padding-right: 15px;    
}
#visuel-accueil img {
    width:100%;
    height:auto;    
}
#encart-accueil h3 {
    font-size: 18px;
    font-weight: bold;
    color:#993128;
    margin:10px 0 20px 0;
    text-align: justify;
}
#encart-accueil p {
    text-align: justify;
}

#nos-solutions {
    margin-left: 0px;
    margin-right: 0px;
    padding-top:20px;  
}
#nos-solutions h2 {
    font-size: 24px;
    color:#993128;    
}
#nos-solutions ul {
    margin:0;
    padding:0;
    list-style-type: none;
    float: left;
}

#nos-solutions ul li.bloc-solution {
    float: left;
    border:1px solid #e6e6e6;
    padding-left:0;
    padding-right:0;
    margin-right:15px;
    margin-bottom:15px;
}

@media(max-width:767px){

}
@media(min-width:768px){
    #nos-solutions ul li.bloc-solution {
        width:calc(33.3333% - 15px);
    }   
}
@media(min-width:992px){
    #nos-solutions ul li.bloc-solution {
        width:calc(25% - 12px);
    }
    #nos-solutions ul li:nth-child(4) {
        margin-right:0;
        margin-bottom:15px;    
    }    
}
@media(min-width:1200px){
    #nos-solutions ul li.bloc-solution {
        width:calc(25% - 12px);
        }
    #nos-solutions ul li:nth-child(4n) {
        margin-right:0;
        margin-bottom:15px;    
    }
}



#nos-solutions ul li.bloc-solution img {
    width:100%;
    height:195px;
}
@media(max-width:767px) {
    #nos-solutions ul li.bloc-solution img {
        float: left;
        width:80px;
        height:80px;
    }
    #nos-solutions ul li.bloc-solution a h3 {
        float:left;
    }  
}

#nos-solutions ul li.bloc-solution a h3 {
    font-size:14px;
    color:#333;
    margin:0px 10px;
    text-decoration: none;
    line-height: 34px;
    white-space:nowrap;
}
#nos-solutions ul li.bloc-solution a:hover h3 {
    text-decoration: none;
    color:#fc8a05;
}
#nos-solutions ul li.bloc-solution a i {
    margin:0px 10px;
    line-height: 34px;
}


#nos-solutions ul li.bloc-solution-page {
    float: left;
    border:1px solid #e6e6e6;
    padding-left:0;
    padding-right:0;
    margin-right:15px;
    margin-bottom:15px;
}
#nos-solutions ul li.bloc-solution-page img {
    width:100%;
    height:auto;
    min-height:180px;
    max-height:180px;  
}
#nos-solutions ul li.bloc-solution-page a h3 {
    font-size:14px;
    color:#333;
    margin:0px 10px;
    text-decoration: none;
    line-height: 34px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 180px;
}
#nos-solutions ul li.bloc-solution-page a:hover h3 {
    text-decoration: none;
    color:#fc8a05;
}
#nos-solutions ul li.bloc-solution-page a i {
    margin:0px 10px;
    line-height: 34px;
}
@media(max-width:767px){
    #nos-solutions ul li.bloc-solution-page {
        width:calc(50% - 15px);
    }  
}
@media(min-width:768px){
    #nos-solutions ul li.bloc-solution-page {
        width:calc(33.3333% - 15px);
    }   
}
@media(min-width:992px){
    #nos-solutions ul li.bloc-solution-page {
        width:calc(33.3333% - 15px);
    }
    #nos-solutions ul li.bloc-solution-page:nth-child(3) {
        margin-right:0;
        margin-bottom:15px;    
    }    
}
@media(min-width:1200px){
    #nos-solutions ul li.bloc-solution-page {
        width:calc(33.3333% - 15px);
        }
    #nos-solutions ul li.bloc-solution-page:nth-child(3n) {
        margin-right:0;
        margin-bottom:15px;    
    }
}

.mix{
	display: none;
}
.controls{
  padding: 2%;
  background: #fff;
  color: #eee;
}

label{
  font-weight: 300;

}

button{
  display: inline-block;
  padding: .4em .8em;
  background: #eee;
  border: 0;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 5px 5px 0;
}

button.active{
  background: #ffa645;
  color:white;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}
.no-display {

}










#blocs-hp {
    background: #f5f5f5;
    padding:10px 0px 30px 0;
}
.bloc-hp h2 {
    font-size: 24px;
    color:#333;    
}
.bloc-hp img {
    width:100%;    
}
.bloc-hp a {
    color:#fc8a05;
    display: inline-block;
    width: 100%;
    text-align:right;
    padding:0px 15px 5px 0;    
}
.bloc-hp p {
    width:100%;
    padding:8px 15px 0 15px;
    margin:0;    
}
.bloc-hp-white {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD,direction=135, strenght=1);
    -moz-box-shadow: 0px 6px 6px 0px #CCCCCC;
    -o-box-shadow: 0px 6px 6px 0px #CCCCCC;
    -webkit-box-shadow: 0px 6px 6px 0px #CCCCCC;
    box-shadow: 0px 6px 6px 0px #CCCCCC;   
}



.bloc-avantage {

}
.bloc-avantage span {
    display: inline-block;
}
.bloc-avantage img {
    float:left;
    margin:25px 15px 25px 0;
}
.bloc-avantage h3 {
    float:left;
    margin:25px 20px 25px 0px;
    line-height: 22px;
    padding: 20px 0 0 0;
}

/******************************************** PAGE **************************************************/

#main {
    padding-top:116px;
}

#breadcrumbs {
    padding:30px 0;
    font-size:12px;
}
#breadcrumbs a {
    color: #ffa645;
}
#centre {
    padding-left:0;
    padding-right:0;
    padding-bottom:20px;
}
#centre h1 {
    color:#333;
    font-size: 24px;
    margin-top:0;
    padding-bottom: 15px;
}
#centre h2 {
    color:#993128;
    font-size: 18px;
    clear:both;
}
#centre p {
    text-align:justify;
}
.photo_principale {
    border:1px solid #CCC;
    margin:0 40px 15px 0;
}


#articlecontent {
    padding-right: 40px;
}
#textcontent a {
    color:#ffa645;
    border-bottom: 1px dotted #ffa645;
    text-decoration: none;
}
#ensavoirplus {
    /*
    border: 1px solid #e6e6e6;
    border-left:4px solid #e6e6e6;
    background-color: #f6f6f6;
    */
}
#ensavoirplus a {
    
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
    
}
blockquote {
    font-size:14px;
    line-height:15px;
}

.nav-tabs {
    clear: both;
    padding-top: 15px;
}
.nav > a {
    border-bottom: none;
}
.nav-tabs > li.active a {
    color: #ffa645;
}
.nav-tabs > li a {
    color: #333;
}
#top-links {
    float:right;
    display: block;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    border-top:4px solid #fc8a05;
    background-color: #f6f6f6;
    padding:10px;
}
#top-links a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}
#top-links strong {
    color: #ffa645;
}
#top-links ul {
    color: #fc8a05;
}

.article_found h2 a {
    color: #993128;
}
.article_found a.url {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;    
}

/******************************************** PAGE SOLUTIONS **************************************************/

#photo-main-solutions {
    text-align: center;
    position: relative;
    width: 100%;
    min-height:150px;    
}
#photo-main-solutions img {
    width: 100%;
    height:auto;
}
    /*position: absolute;
    z-index: 1;    
}
#photo-main-solutions h1 {
    z-index: 2;    
    position: absolute;
    text-align: center;
    color:white;
    padding-top: 60px;
    margin:0 auto;
}*/


#blocs-filtres ul {
    background-color: #f7f7f7 ;
    list-style-type: none;
    padding:10px 15px;
    margin:0;
}


#bloc-reassurance-sidebar {
    float: left;
    padding:30px 0;
    padding-left:0;
    padding-right:0;
}
.bloc-avantage-sidebar {
    padding-left:0;
    padding-right:0;
}
.bloc-avantage-sidebar span {
    display: inline-block;
}
.bloc-avantage-sidebar img {
    float:left;
    margin:5px 15px 5px 0;
}
.bloc-avantage-sidebar h4 {
    float:left;
    margin:5px 20px 5px 0px;
    line-height: 22px;
    padding: 7px 0 0 0;
}


#bloc-notre-actualite {
    margin-top:20px;
}
#bloc-notre-actualite ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.bloc-sidebar {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD,direction=135, strenght=1);
    -moz-box-shadow: 2px 2px 2px 2px #CCCCCC;
    -o-box-shadow: 2px 2px 2px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 2px 2px #CCCCCC;
    box-shadow: 2px 2px 2px 2px #CCCCCC; 
    padding:13px 15px 8px 15px;
    margin-bottom: 15px;  
}
#bloc-notre-actualite h4, #bloc-notre-actualite h4 a {
    color:#333;
    margin:0;
}
#bloc-notre-actualite h4 a:hover {
    color:#fc8a05;
    text-decoration: none;
}
#bloc-notre-actualite span {
    color:#666;
    font-size:12px;
}
#bloc-notre-actualite a.lirelasuite {
    color:#fc8a05;
    float: right;
}

#bloc-conseils {
    padding:20px 0;
}
#bloc-conseils ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
#bloc-conseils ul li {
    float:left;
    width: 100%;
    height:auto;
}
#bloc-conseils h4, #bloc-conseils h4 a {
    color:#333;
    margin:0;
}
#bloc-conseils h4 a:hover {
    color:#fc8a05;
    text-decoration: none;
}
#bloc-conseils span {
    color:#666;
    font-size:12px;
}
#bloc-conseils img {
    float: left;
    margin: 10px 20px 10px 0;
}
#bloc-conseils a.lirelasuite {
    color:#fc8a05;
    float: right;
}
a.tous {
    color:#fc8a05;    
}
.bloc {
    background-color: #ededed;
}
.mar10g {
    font-weight: 500;
    font-style: normal;
    color: #990000;
}
.width100 {
    width:100%;
    height:auto;
    max-width:100%;
}





/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

