@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #FFF;
	background-attachment:fixed;
}

.droite {
	text-align: right;	
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #A2D329;	
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CF9;
}
a {
	font-size: 16px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	font-weight: bold;
}
.centrer {

}

.txt-noir {
	color: #000;
}
.gauche {
	text-align: left;
}

/*animation txt========================================*/
h1 {
	opacity: 0;
	animation: anim 2s linear forwards 1s;
	font-size: 16px;
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

h2 {
    opacity:0;    
    animation: anim 2s linear forwards 3s;
	font-size:16px;
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

h3 {
    opacity:0;    
    animation: anim 2s linear forwards 5s;
	font-size: 16px;
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
h4 {
    opacity:0;    
    animation: anim 2s linear forwards 10s;
	font-size: 16px;
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

/* header============================================*/

header {
	background-color: #860B17;
	padding: 1em 0 2em; 
  	width: 100%;
	
	}

.bd-hd {
	background-color: #9e0511;	
	
	border-top: 2px solid #600;
}

.bd-hd-fixed {
	background-color: #9E0511 ;	
	width: 100%;

}


/* = Footer
-------------------------------------------------------------- */

footer {
	background-color: #262b33;
	border-top: 4px solid #AFE127;
	clear: both;
	margin: 6em 0 0 0;
	padding: 0 0 0;
	max-width: 100%;
}

#site-footer {
	color: #ccc;
	margin: 0 auto;
	max-width: 1100px;
	padding: 2em 0;
}

#ass-tel {
	float: right;
}

#foot-cop a:hover, #foot-sav a:hover {
	color: #AFE127;
	text-decoration: underline;
	
}




.gotop {
	color: #AFE127;
	float: right;
	font-size: 3.5em;
	line-height: 0;
	margin: 0 0 0 0.5em;
}

.gotop a {
	color: #AFE127 !important;
}

.gotop a:hover {
	color: #505760 !important;
}

#box-menu-foot {
	border-top: 3px solid #000;
	background-color: #15171C;
	padding: 1em;
}

.menu-foot {
	max-width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 3em;
	padding-left: 0;
	text-align: left;
}

.menu-foot li {
	list-style: none;
	margin-left: -1.5em;
}

.menu-foot-item {
	border-right: 1px solid #777;
	color: #ccc;
	display: inline-block;
	float: left;
	line-height: 1;
	margin-right: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

.menu-foot-item:hover {
	color: #A2D329;
}

.nav-accueil-foot::before {
	color: #AFE127;
	content: "\f015";
	font-size: 1.1em;
	font-family: FontAwesome;
    left: -1em;
    position: absolute;
    top: -0.5em;
}

 .nav-accueil-foot {
    color: #fff;
    cursor: pointer;
	padding-left: 0 !important;
    position: relative;
 }
