/* ---------------------------- */
/*		    Responsive  		*/
/* ---------------------------- */

@media screen and (max-width: 1480px) {
    #slider_home .slick-arrow {left:calc(100% - 80px);}
}

@media screen and (max-width: 1260px) {
    /*HEADER*/
  
    
    /*HOME*/
    .scrolldown {left: 15px;}

}

@media screen and (max-width: 992px) {
    /*HEADER*/
	.site-branding {top:10px; left:20px;}
	.menu-infos {right:20px; top:10px;}
    #blogname img {width:100px; height:auto;}
    
    /*HOME*/
    h2 > span {font-size: 1.35em;}
    
}

@media screen and (max-width: 767px) {     
    /*HEADER*/
    .menu-infos {right:80px; }
    button#responsive-menu-button {right:10px!important;}
    
    /*HOME*/
    
}

@media screen and (max-width: 576px) {
    h1, h1.entry-title, .top .title-top, .entry-content > .entry-title {font-size:30px;}
    h2, .entry-content > .entry-description, .content > .entry-description {font-size:24px;}
    h3 {font-size: 20px; margin-bottom: 10px;}
    
    .page-content, .entry-content, .entry-summary {margin-top:20px;}
        
    /*HEADER*/
    .menu-infos {display:none;}
    .top {padding-top:80px; height:150px;}
    
    /*FOOTER*/
    .footer-menus > div {margin-bottom:20px;}
    
    /*HOME*/
    #slider_expertises .item {padding:0 5px;}
    #slider_expertises .item .ct {height:450px; padding:15px;}

}

@media screen and (max-width: 379px) {
    /*HOME*/
    #slider_expertises .item .ct {height:380px;}
}

