
/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	    	INTERFACE 	        	*/
/*    	    				 	        */
/*    	    *** *** *** *** 	        */


/* 			en-tete			 */
header{
	position: fixed;
	top: 0;
	left: 0px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	background-color: rgba(0,50,100,0.9);
	height: 100px;
	height: auto;
	width : 100%;
	z-index: 1000;
	opacity: 1;
	transition: 0.4s;
}
@media screen and (min-width: 1024px) {
	header.nTH_Accueil{
		opacity: 0;
	}
}
header.nTH_Scroll, header:hover{
	opacity: 1;
}

#navHaut {
	text-align: center;
}
#navHaut ul {
	margin: 0;
	padding: 0;
}
#navHaut li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0px 18px;
	padding: 40px 18px;
	text-transform: uppercase;
	text-align: center;
	/*border: 1px solid #f00;*/
}
#navHaut a {
	color: #666;
	color: #9ab;
	text-decoration: none;
	transition: 0.4s;
}
#navHaut a:hover , #navHaut a.nh_actif{
	color: #0ae;
	color: #258;
	color: #fff;
	transition: 0.1s;
}
#navHaut li#logo {
	text-align: center;
	padding: 0px 18px;
	width: auto;
}
#navHaut a.nh_fixe {
	border: 2px solid #0ae;
	border: 2px solid #258;
	border: none;
	border: 2px solid transparent;
	border-radius: 2em;
	padding: 0.6em 1.6em;
	text-align: center;
	background: #0ae;
	background: #258;
	color: #fff;
}
#navHaut a.nh_fixe:hover {
	background: #fff;
	color: #0ae;
	color: #258;
}
#logo img{
	vertical-align: -97%;
	height: 56px;
}
/* menus déroulants */
#navHaut ul li ul{
	display: none;
	position: absolute;
	top: calc(80px + 1.2em);
	left: 50%;
	width: 240px;
	text-align: center;
	margin-left: -120px;
	padding: 0px;
	transition: 0.5s;
}
#navHaut ul li:hover ul {
	display: inline;
	background: #fff;
	background: #258;
	background-color: rgba(10,50,100,0.7);
}
#navHaut ul li ul:hover{
	background-color: rgba(10,50,100,0.8);
}
#navHaut ul li ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	border-bottom: 1px solid #258;
	border-bottom: 1px solid #136;
}
#navHaut ul li ul li a {
	color: #666;
	color: #9ab;
	color: #fff;
	text-decoration: none;
	transition: 0.4s;
	display: block;
	margin: 0px;
	padding: 20px;
}
#navHaut ul li ul li a:hover {
	color: #0ae;
	color: #258;
	color: #fff;
	background-color: rgba(10,50,100,1);
}

@media screen and (max-width: 1280px) {
	header{
		height: 130px;
		height: 180px;
	}
	#navHaut li#logo  {
		display: block;
		width: auto;
		margin: 1em 0em 9px;
		padding: 0em;
		height: auto;
	}
}

#navHaut li#bt_navMobile {
	display: none;
}
@media screen and (max-width: 1024px) {
	header{
		position: relative;
		/*background-color: rgba(255,255,255,0.9);*/
		height: auto;
		/*min-height: 100px;*/
	}
	/* fermée */
	#navHaut {
		font-size: 1.5em;
		line-height: 2em;
		/* padding: 0px 0px 1em 0px; déplacée dans .nhOuverte */
	}
	#navHaut li {
		display: block;
		display: none;
		padding: 0px 10px;
	}
	#navHaut a.nh_fixe {
		display: inline-block;
		margin-top: 0.7em;
	}
	#navHaut ul li:hover ul{
		background: transparent;
	}
	#navHaut ul li ul li{
		font-size: 0.7em;
	}
	#navHaut ul li ul li:first-child{
		border-top: 1px solid #136;
	}
	#navHaut ul li ul li a {
		padding: 4px;
	}
	#navHaut li#logo  {
		display: inline-block;
		width: 70%;
		margin: 0em  3% 0px;
		padding: 0em;
		height: auto;
	}
	#navHaut li#logo a {
		display: block;
		width: auto;
		height: auto;
		margin: 0em;
		padding: 0em;
	}
	#navHaut li#logo img{
		vertical-align: initial;
		text-align: center;
		padding: 30px 0px;
		width: 100%;
		height: auto;
	}
	#navHaut li#bt_navMobile {
		float: right;
		display: inline-block;
		text-align: center;
		margin: 20px 0;
	}
	#navHaut li#bt_navMobile span,
	#navHaut li#bt_navMobile a{
		display: inline-block;
		padding: 0px 4px 4px;
		line-height: 0.7em;
		color: #fff;
		border-radius: 5px;
		border: 1px solid #fff;
		font-size: 3em;
		cursor: pointer;
		font-family: "Trebuchet MS";
		background: transparent;
		transition: 0.4s;
	}
	
	/* ouverte */
	#navHaut.nhOuverte {
		height: auto;
		padding: 0px 0px 1em 0px;
	}
	#navHaut.nhOuverte ul li {
		display: block;
		width: auto;
		height: auto;
	}
	#navHaut.nhOuverte ul li:hover a , #navHaut ul li a.NH-actif {
	}
	#navHaut.nhOuverte ul li ul {
		display:block;
		width: auto;
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0px;
	}
	#navHaut.nhOuverte ul li:hover ul { 
		display: block;
		width: auto;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0px;
	}
	#navHaut.nhOuverte ul li ul li {
		display:block;
		width: auto;
	}
	#navHaut.nhOuverte ul li ul li a:hover, #navHaut.nhOuverte  li:hover ul li a{
		/*border-bottom: 1px solid #eee;*/
	}
}

/* 			pied de page			 */

.bas {
	margin: 0;
	padding: 40px 0px 40px 45px;
	background: #1e1d1e;
	line-height: 1.4em;
	line-height: 1.8em;
}
.bas #ini {
	height: 125px
}
.bas ul {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 65px;
}
.bas li {
	color: #fff;
	text-align: left;
}
.bas li a{
	color: #fff;
}
.bas li a:hover{
	color: #0ae;
	color: #258;
}
.titre_bas {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 17px 0px;
}

#navBas {
	/* border-left: 1px solid #333; */
	padding: 85px 0 90px 65px;
	position: relative;
}
#navBas::before { /* remplace la bordure */
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: "\0000a0";
	background: #333;
	background: linear-gradient(to bottom, #1e1d1e, #333 20%, #444 50%, #333 80%, #1e1d1e);
}


@media screen and (max-width: 1024px) {
	.bas li {
		color: #fff;
		text-align: center;
	}
	.bas {
		font-size: 1.8em;
		line-height: 2em;
		text-align: center;
		padding: 40px 0px 40px 0px;
	}
	.bas ul {
		list-style-type: none;
		float: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.bas #ini {
		padding: 20px 0px 0px 0px;
		height: auto;
		width: 60%;
	}
	.bas li {
		color: #fff;
		text-align: center;
		font-size: 4.3vw;
		line-height: 11.6vw;
	}
	.bas #inter {
		color: #fff;
		text-align: center;
		font-size: 3.3vw;
		line-height: 11.6vw;
		padding: 0px 0px 20px 0px;
	}
	.bas li.titre_bas {
		font-size: 30px;
		padding: 35px 0px 30px 0px;
	}
	#navBas {
		border: none;
		border-top: 1px solid #333;
		margin: 10vh 0 0;
		padding: 10vh 0;
	}
}

@media screen and (max-width: 700px) {
	.bas #inter {
		font-size: 4.0vw;
	}
}

#bas_rezo{
	padding: 1em 0;
}
#bas_rezo span{
	margin-right: 2em;
}
#navReseaux {
	display: inline;
	margin: 20px 0px 0px 0px;
	line-height: 1em;
}
#navReseaux a {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 6px 0px 0px;
	padding: 6px 8px;
	border-radius: 32px;
	background: #fff;
	text-align: center;
}
#navReseaux a img {
	transition: 0.7s;
	opacity: 1;
}
#navReseaux a:hover img {
	transition: 0.2s;
	opacity: 0.5;
}
@media screen and (max-width: 1024px) {
	#bas_rezo{
		margin: 0.5em 0 0;
		padding: 0.5em 0;
	}
	#bas_rezo span{
		margin-right: 0;
	}
	#navReseaux {
		display: block;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 20px 0px;
	}
}

/*    	    Signature 	        */


#logo_pied {
	width: 360px;
}

@media screen and (max-width: 1024px) {
	#logo_pied {
		width: 90%;
	}
}


#siteWeb{
	margin: 0px 0px 0px;
	padding: 20px;
	text-align: center;
	line-height: 14px;
	background: #333;
	font-family: "Trebuchet MS";
}
#siteWeb a {
	text-decoration: none;
	font-size: 0.7em;
    text-shadow: none;  
	color: #fff;
	letter-spacing: 2px;
}
#siteWeb a:hover {
	color: #f90;
	text-decoration: none;
}
#siteWeb img{
	height: 20px;
}

@media screen and (max-width: 1024px) {
	#siteWeb{
		padding: 40px 0px 60px;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	#siteWeb img{
		height: 55px;
	}
}

/*    	CORPS 	    */

main {
	padding-top: 99px; /* 100px pour avoir le filet blanc audessus */
}

@media screen and (max-width: 1280px) {
	main {
		padding-top: 130px;
		padding-top: 179px;
	}
}
main.nTH_Accueil {
	padding: 0;
}
@media screen and (max-width: 1024px) {
	main {
		padding-top: 0px;
	}
}


/* fil d'ariane */

#filAriane {
	margin: 0px auto 50px;
	padding: 4px 0px 4px 0px;
	font-family: "Trebuchet MS";
	font-size: 1em;
	text-align: left;
	line-height: 1.8em;
	color: #666;
	color: #fff;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border: none;
	background-color: rgba(10,50,100,0.6);
}
#filAriane a {
	padding: 0px 4px;
	color: #666;
	color: #fff;
}
#filAriane a:first-child {
	padding-left: 10px;
}
#filAriane a:hover {
	/*text-decoration: underline;*/
	color: #f90;
}
#filAriane strong {
	padding: 0px 4px;
	color: #000;
}
@media screen and (max-width: 980px) {
	#filAriane { display: none;
		padding: 8px 0px 8px 0px;
		line-height: 2em;
		font-size: 0.7em;
	}
	#filAriane strong {
		display: none;
	}
}


#corps { /* ?? utilisé ?? */
	margin: 0px 0px;
	padding: 100px 0px 0px;
}
@media screen and (max-width: 980px) {
	#corps {
		margin: 0px 0px;
		/*padding: 194px 0px 0px; si header fixed*/
		padding: 0px 0px 0px;
		font-size: 1.8em;
	}
	.corps_accueil {
		font-size: 0.556em;
		font-size: 1em;
	}
}
@media screen and (max-width: 640px) {
	#corps {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 400px) {
	#corps {
		margin: 0px 0px;
		padding: 0px 0px 0px;
	}
}


/* CHRONO D'ATTENTE */
/* appelée par la fonction js ouvreChrono() */
/* peut-être entièrement custumisée */
@-webkit-keyframes anim_tourne_1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}
#chrono_ecran_noir {
	display: block;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0px 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.chrono_anim_1 {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	-webkit-animation: anim_tourne_1 1s infinite linear;
	background: url("style/ico_chrono.png") no-repeat center center scroll;
	background-size: cover;
}

