@charset "utf-8";


@media only screen and (min-width: 540px){

	.admin-bar [role=banner]{
		height: auto;
	}
		
	nav[role=navigation] button{
		right: 30px;	
	}

	[role=article]{
		padding: 40px 30px;
	}	
	
		
}

@media only screen and (min-width: 600px){
		
}

@media only screen and (min-width: 660px){	
	
		
}
	
@media only screen and (min-width: 740px){
	[role=banner]{
		height: 160px;
	}
	[role=banner] h1{
		font-size: 20px;
		line-height: 30px;
		max-width: 320px;
		width: 100%;
		padding-top: 57px;
		padding-bottom: 0;
		position: relative;
		padding-left: 48px;
	}
	[role=banner] h1:before{
		content: "";
		background: url("../../img/structure/trousse_bandeau.svg") top left no-repeat;
		display: block;
		width: 212px;
		height: 98px;
		position: absolute;
		top: -14px;
		left: 0px;
	}
	[role=banner] .clown{
		width: 190px;
		height: 218px;
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url("../../img/structure/png/clown_bandeau.png") left bottom no-repeat;
	}

	nav[role=navigation]{
		display: block;
		position: absolute;
		text-align: right;
		bottom: -10px;
	}
	
	nav[role=navigation] button{
		display: none;
		top: 7px;
	}
	
	nav[role=navigation] ul{
		display: block!important;
		margin-left: 30px;
		margin-left: 1.875rem;
		padding-right: 170px;
		-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    	transition: all 0.5s;
	}

	nav.fixed[role=navigation]{
		height: 56px;
		background-color: #F4F4F4;
		-webkit-box-shadow: 0px 4px 4px 0px rgba(49, 50, 50, 0.2);
		-moz-box-shadow:    0px 4px 4px 0px rgba(49, 50, 50, 0.2);
		box-shadow:         0px 4px 4px 0px rgba(49, 50, 50, 0.2);
	}

	nav.fixed[role=navigation] ul{
		padding-top: 0;
		-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    	transition: all 0.5s;
    	max-width: 1250px;
	}
	
	nav[role=navigation] li{
		border: none!important;
		display: inline-block;
	}
	
	nav[role=navigation] li + li{
		margin-left: 35px;
		margin-left: 2.1875rem;
	}
	
	nav[role=navigation] a:link,
	nav[role=navigation] a:visited	{
		background: none;
	}
	
	nav[role=navigation] a:active,
	nav[role=navigation] a:hover,
	nav[role=navigation] a:focus{
		color: #1a8481;
	}	

	[role=article]{
		padding: 40px 40px 10px;
	}
	
}

@media only screen and (min-width: 768px){
	nav[role=navigation] ul{
		margin-left: 0;
	}
	
	
}

@media only screen and (min-width: 840px){
	.bloc-universite{
		clear: both;
	}
	.bloc-universite .bloc-personne{
		width: 50%;
		float: left;
	}

	.bloc-universite .bloc-personne:nth-child(even){
		padding-right: 20px;
	}
	.bloc-universite .bloc-personne:nth-child(odd){
		padding-left: 20px;
	}
}

@media only screen and (min-width: 950px){
	[role=banner]{
		height: 130px;
	}

	[role=banner] h1{
		font-size: 24px;
		line-height: 30px;
		max-width: 380px;
		width: 100%;
		padding-top: 57px;
		padding-bottom: 0;
		position: relative;
		padding-left: 48px;
	}
}