@media (max-width:767px){
    
    
	.carousel-wrap ul li.before .content-illustration  {
		float : none;
	}
	
	.carousel-wrap .content-illustration img{
	    width: auto;
	}
	
    
    .breadcrumb{
        margin-top: 5px;
    }
    
    /* footer */

    .footer-links ul li{
        display: inline-block;
        margin: 0 6px;
        position: relative;
    }

    .footer-links ul li:not(:first-child):before{
        position: absolute;
        content: "/";
        top: 0;
        left: -8px;
    }
    
    .footer-links ul{
        width: 100%;
        text-align: center;
    }
    
    /* footer */
    
    /* accueil */
    
    .center-wrap{
        position: absolute;
        right: 6px;
        top: 110px;
    }
    
    .remonte_actualite_type2 .content-illustration{
        display: none;
    }
    
    /* /accueil */
    
    /* actualites */

    .view-main .contact, .view-main .responsables, .view-main .temoignage1, .view-main .stageinfos1{
        margin-bottom: 12px;
    }
    
    .news.view-abstract .content-illustration{
        display: none;
    }

    /* /actualites */
    
    .sidebar{
        margin-bottom: 30px;
    }
    
}