<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Silver 6 horizontal big slide*/

@media screen and (min-width: 960px) {

.cbp-af-header {
	position: absolute;
	top: 0;
margin:0 auto;
	width: 960px;
	
	height:127px; /* taille de votre entÃªte + navigation*/
	z-index: 10000;
	/*overflow: hidden;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s; 
	
}

.cbp-af-header .cbp-af-inner {
	width: 960px;
	/*max-width: 60em;*/
	margin: 0 auto;
}

.cbp-af-header div#logo,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}




/* Transitions and class for reduced height */
.cbp-af-header div#logo,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	position:fixed;
	height: 60px; /* taille de votre navigation scroll avec logo fixe */ 
	 clear:both;
	background: #fff;
	/*box-shadow:0px 0px 3px #000;*/
	width: 960px;
}

.cbp-af-header.cbp-af-header-shrink nav {
	  margin: -60px 0 0;
	  background: #2c9479 none repeat scroll 0 0;
    width: 850px;
	float:right;
}
.cbp-af-header.cbp-af-header-shrink nav ul.dropmenu{ font-size: 18px; margin: 12px 0 0 0 }
/**/.cbp-af-header.cbp-af-header-shrink div#slogan {/*display:none*/ width:0; height:0}
.cbp-af-header.cbp-af-header-shrink div#slogan p {display:none}

.cbp-af-header.cbp-af-header-shrink div#animation {}
.cbp-af-header.cbp-af-header-shrink div#entete { width:100px; height:60px}
#entete { background:none}
.cbp-af-header.cbp-af-header-shrink div#logo {
	position:fixed;
	height:38px;
	margin:10px 5px 0 5px;
	width:100px;
	float:left;
	background:url(../charte/fond-logo-fixe.png) no-repeat top center;
}
}

/* Example Media Queries */
/*@media screen and (max-width: 55em) {
	.cbp-af-header.cbp-af-header-shrink {
	position:relative;
	height: 260px;
	 clear:both;
	box-shadow:0px 0px 3px #000;
	width: 100%;
}
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 60px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}
*/</pre></body></html>