@media (min-width: 1240px) {
	.header .wrap {
		width: 1160px;
	}
	.fond-livre, .etapes {
		width: 1148px;
	}
}
@media (max-width: 1239px) {
	.header .nav > li > a {
	  padding: 12px 25px 19px 50px;
	}
}
@media (min-width: 1010px) {
	.header #logo {
		display: block;
		float: left;
	}
	#carousel-top .supercrsl a.superprev, #carousel-top .supercrsl a.supernext {
		width: 72px;
		height: 72px;
	}
	#carousel-top .supercrsl a.superprev {
		left: 50%;
		margin-left: -528px;
	}
	#carousel-top .supercrsl a.supernext {
		right: 50%;
		margin-right: -528px;	
	}
	.home .featured-image {
		float: right;
	}
	.home .featured article {
		min-height: 374px;
		width: 32%;		
		border-bottom: 1px solid #e5e5e5;
		border-radius: 5px;
		padding: 4.286em 1.143em 1.143em 2em;
		-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
		-o-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=1);
	}
	#post-carousel .supercarousel_wrapper .supercarousel .quote p.qans {
	    min-height: 105px;
	}
}
@media (max-width: 1009px) {
	.header #inner-header {
		text-align: center;
	}
	.header .nav {
		margin-top: 2em;
	}
	.home .featured-image { 
		padding: 0 !important;
		margin-bottom: 1.4em;
		position: relative;
		margin-bottom: 25px;
	}
	.home .featured-image:after {
		content: " ";
		background: url(library/images/fleche_bottom.png) no-repeat;
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -30px;
		bottom: -30px;
	}
}
@media (min-width: 900px) {
	.page-template-equipe .supercrsl a.prev {
	    left: -50px;
	}
	.page-template-equipe .supercrsl a.next {
	    right: -50px;
	}
}
@media (min-width: 768px) {
	.header .nav.top-nav {
		display: block !important;
	}
	.header .nav > li {
		background: url(library/images/menu-divider.png) no-repeat left top;
	}
	.header .nav > li > ul.sub-menu, .header .nav > li > ul.children {
		border: 0;
		background: #fff url(library/images/bg_sous-menu.jpg) no-repeat center top;
		padding: 24px 0 0;
		text-align: center;
		width: 100%;
	}
	.nav li ul.sub-menu li, .nav li ul.children li {
	  float: none;
	  width: 100%;
	}
	.header .nav > li > ul.sub-menu > li > a, .header .nav > li > ul.children > li > a {
	  padding: 5px;
	  color: #e5007d;
	}
	.header .nav > li > ul.sub-menu > li > a:before, .header .nav > li > ul.children > li > a:before {
		content: '> ';
	}
	.header .nav > li > ul.sub-menu > li > a:hover, .header .nav > li > ul.children > li > a:hover {
		background-color: #f2f2f2;
	}
	.header .nav li:hover > ul li ul.sub-menu {
		visibility: visible;
	}

	.home .tx_programme-code {
		/*padding-right: 200px;*/
	}
	/*.home .telecharger_programme-code {
		width: 200px;
		position: absolute;
		top: 0;
		right: 0;
	}*/
	.home .titre-centre h2:before, .home .titre-centre h2:after {
		content: ' ';
		width: 76px;
		height: 24px;
		background: url(library/images/trait-titre_N.png) no-repeat;
		display: inline-block;
	}
	.home .titre-centre h2:before {
		margin-right: 19px;
	}
	.home .titre-centre h2:after {
		margin-left: 15px;
	}
	.home .agence {
		padding-right: 25px;
	}

	.fond-livre {
		background: #fff url(library/images/page_divider_normal.jpg) repeat-y top center;
	}
	.page-template-formation-simple .fond-livre, .page-template-formation .fond-livre {
		background: #fff url(library/images/page_divider.jpg) no-repeat top center;
		min-height: 655px;
	}  
	.fond-livre:after {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 5px;
		background: url(library/images/bas_livre.jpg) no-repeat top center;
	}
	.fond-livre .texte_page_gauche {
		padding-right: 70px;
		min-height: 650px;
		padding-top: 2.500em;
	}
	.fond-livre .texte_page_droite {
		min-height: 650px;
		padding-left: 70px;
		padding-top: 2.500em;
	}
	.page-template-equipe .vignette_contact { 
		right: -42px;
	}
	.page-template-contact .texte_bas_contact .rightCol {
	    padding-left: 70px;
	}
	.page-template-contact .texte_bas_contact {
		font-size: 1.688em;
	}
	.page-template-contact .texte_bas_contact .leftCol .spanBloc {
		display: inline-block;
		width: 50%;
	}
	.pre-footer .wrap {
		max-width: 735px;
	}	
	.pre-footer h4:before, .pre-footer h4:after {
		content: ' ';
		width: 75px;
		height: 22px;
		background: url(library/images/trait-titre.png) no-repeat;
		display: inline-block;
	}
	.pre-footer h4:before {
		margin-right: 19px;
	}
	.pre-footer h4:after {
		margin-left: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.home .agence .tel {
	  font-size: 1.6em;
	}
	.fond-livre .texte_page_droite {
		padding-left: 15px;
		padding-right: 40px;
	}
	.fond-livre .texte_page_gauche {
		padding-right: 40px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2.6em;
	}
	#menu-toggle {
		width: 32px;
		height: 32px;
		background-image: url(library/images/bouton-menu-mobile.png);
		background-repeat: no-repeat;
		display: block;
		cursor: pointer;
		position: absolute;
		top: 62px;
		right: 15px;
	}
	.header .nav.top-nav {
		display: none;
		width: 100%;
		height: auto;
	}
	.header .nav > li > a {
	  padding: 12px 5px 19px 5px;
	}
	.nav li ul.sub-menu li a, .nav li ul.children li a {
		padding-left: 5px;	
		padding-right: 5px;	
	}
	.nav li ul.sub-menu li ul li a, .nav li ul.children li ul li a {
		color: #eee;
	}
	#carousel-top .supercaption {
		max-width: 77%;
    	font-size: 0.9em;
    	bottom: 20px !important;
    }
    .home .tx_programme-code .cf > div {
    	margin-bottom: 1.5em;
    }
	.home .text-contact {
		margin-top: 0;
	}
	.home .text-contact img {
		max-width: 200px;
	}
	.page .texte_bas { 
		font-size: 1.5em;
	}
}

@media (max-width: 480px) {
	.header #logo {
  		padding-right: 47px;
  	}
  	.header #logo img {
  		max-width: 200px;  		
  	}
  	#menu-toggle { 
  		top: 51px;
  	}
  	.home .agence .tel {
	  font-size: 1.4em;
	  letter-spacing: 1px;
	}
	.home .text-contact img {
		max-width: 170px;
	}
}