#ensemble{
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}
header{
    border-radius: 10px 10px 0px 0px;
}
aside{
    width:100%;
}
#article-width-sidebar{
    width:100%;
}
#myCarousel{
    width: 90%;
    margin: auto;
}
#myCarousel img{
    width: 100%;
}
.carousel-caption {
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0%;
    z-index: 4;
    padding-top: 20px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    width: 100%;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
}
#header-title{
    position: relative;
}
#search_form{
    position: relative;
    top: 0px;
    right:10px;
}
.searchbutton{
    display: none;
}
.searchfield{
    margin: auto;
}
/* This code is tested with latest version of Firefox and Chrome */
.box {
    position: relative;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1%     1%     1%     1% /     1%     1%     1%     1%;

}
.box:before {
    position: absolute;
    width: 100%;
    height: 78%;
    border-radius: 10px / 100px;
    z-index: -1;
    top: 11%;
    bottom: 11%;
    content: "";
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}


.zoombox-thumbnails{
    width:100% !important; 
}
#static-width-sidebar{
    width:100%;
}
.searchfields, #header-title{
    text-align: center;
}




/* ---------- RESPONSIVE DESIGN ---------- */

/*@media screen and (max-width:980px) {

	input, textarea {
		width: 100%;
		display: block;
		max-width: 350px;
	}

	input[type=submit],
	input[type=reset] {
		width: auto;
	}

	#article-width-sidebar,
	#static-width-sidebar {
		width: 60%;
	}

	aside {
		width: 35%;
	}

}*/


        @media screen and (max-width:640px) {
#ensemble{
    width: 98%;
  
}
#content, .col-md-9{    
    padding : 0px 2px;
}
	header {
		text-align: center;
	}

	nav {
		padding: 7px 0;
	}

	nav li {
		margin: 7px 0;
		display: block;
		text-align: center;
	}

	#article-width-sidebar,
	#static-width-sidebar,
	aside {
		width: 100%;
	}

	aside {
		margin-top: 50px;
		padding-left: 0;
	}
        #myCarousel{
   display : none;
}

}
