@charset "UTF-8";

/***************/
/* Footer Fixe */
/***************/

#footerFixe {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	height: 4em;
	text-align: center;
	font-family: 'questrial', arial, sans-serif;
	color: #777;
	z-index: 40;
}

#footerFixe > ul { display: inline-block;}

#footerFixe > ul > li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#footerFixe a {
	color: inherit;
}

#footerFixe a.active {
	color: #a81e33;
	color: hsl(351, 70%, 39%);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#footerFixe a:hover,
#footerFixe a:focus { color: #000; }

/* Liste des drapeaux */
.bloc-langues {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
}

.bloc-langues li {
	display: block;
}

.liste-drapeaux {
	position: absolute;
	bottom: 1.8em;
	left: -1em;
	overflow: hidden;
	margin-top: 0.2em;
	padding: 0 0.6em;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	height: 0;
}

.bloc-langues:hover .liste-drapeaux { height: 6.5em; }

.bloc-langues a,
footer li.langues a {
	display: block;
	padding-left: 2.5em;
	height: 2em;
	background: url(../images/drapeaux.png) no-repeat;
	content: '';
	line-height: 2;
}

.bloc-langues a:hover,
.bloc-langues a:focus,
footer li.langues a:hover,
footer li.langues a:focus {
	color: #000;
}

.bloc-langues .fr a, 
footer li.fr a { background-position: 0 0px; }
.bloc-langues .uk a,
footer li.uk a { background-position: 0 -20px; }
.bloc-langues .de a,
footer li.de a  { background-position: 0 -40px; }

.fr .langues.fr,
.uk .langues.uk,
.de .langues.de,
.fr .open-langue .uk,
.fr .open-langue .de,
.uk .open-langue .fr,
.uk .open-langue .de,
.de .open-langue .uk,
.de .open-langue .fr { display: none !important; }


.open-langue a:after {
	margin-left: 0.6em;
	content: '\e875';
	font-family: 'myicon';
}

.langues { margin: 0.5em 0; }

/* Outils  + Navfooter */

.tools { font-size: 1.8em; }

.tools {
	margin: -0.4em 1em 0 1em;
}

.tools .rond {
	border-color: inherit;
	width: 1.6em;
	padding: 0;
	line-height: 1.6;
	display: block;
	height: 1.6em;
	text-align: center;
	margin: 0 0.1em;
}

.tools .rond i {
	font-size: 0.9em;
}

#music {
	display: block;
}

#music.pause { background: url(../images/music-off.gif) no-repeat center center; }
#music.play { background: url(../images/music-on.gif) no-repeat center center; }

/* Nav Footer */
.links {
	font-size: 1.4em;
}

.links li {
	margin: 0 0.2em;
}

.links .meilleur-tarif {
	width: 19em;
}

.links .button {
	position: absolute;
	bottom: -1.4em;
	right: 0;
	font-size: 1em;
	padding: 0.4em 1.2em;
	color: #fff !important;
}

/**********/
/* Footer */
/**********/

.footer {
	position: fixed;
	bottom: 4em;
	left: 0;
	z-index: 50;
	width: 100%;
	border-top: 5px solid #96989b;
	background-color: #fff;
	color: #969696;
	font-family: 'questrial',arial,sans-serif;
}

.footer:before {
	position: absolute;
	top: 2px;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #aaa;
	content: '';
}

#btnCloseFooter {
	position: absolute;
	top: 0;
	top: -2.6em;
	right: 0;
	z-index: 10;
	padding: 0.8em 1em;
	line-height: 1;
}

#btnCloseFooter:hover {
	background-color: #a81e33;
}

#btnCloseFooter:before {
	content: none;
}

a.button-footer:after {
	padding: 0.5em;
	border: none;
	border-radius: none;
	vertical-align: middle;
}

a.button-footer {
	position: relative;
	display: inline-block;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	box-shadow: -1px -1px 6px rgba(0,0,0,0.8) inset,1px 1px 6px rgba(255,255,255,0.8) inset;
	color: #fff;
	color: hsl(0,100%,100%);
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	font-size: 1.4em;
}

.button-footer li a {
	padding: 0;
	background: none;
}

#btnCloseFooter:after {
	margin-left: 1em;
	padding: 0;
	content: '\e818';
	font-size: 1.4em;
	font-family: 'myicon';
}

/* Blocs du footer */
.footer .bloc {
	float: left;
	width: 25%;
	padding: 2em 1.25em;
	font-size: 1.4em;
	line-height: 1.5;
	min-height: 28em;
}

.footer .bloc:nth-child(2n){
	background: url(../images/motif.png) repeat 0 0;
}

/* Titre des blocs */
.footer .titre {
	color: #969696;
	line-height: 1.2;
	font-size: 1.2em;
	margin-top: 1em;
	border-bottom: none;
}

.footer .titre:after {
	content: none;
}

.footer .bloc a,
.tableauCredits a {
	color: #969696;
}

.footer .bloc a:hover,
.tableauCredits a:hover {
	color: #a81e33;
	color: hsl(351, 70%, 39%);
	text-decoration: underline;
}

.hoverIcon {
	color: #a81e33;
	color: hsl(351, 70%, 39%);
}

/* Listes des boutons dans bloc adresse */

.button-footer {
	margin: 1em 0 0 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.89em;
}

.button-footer a {
	display: block;
	margin: 1em 0;
}

/* Réseaux sociaux */
.footer .tools li {
	font-size: 0.6em;
	text-align: center;
}

.footer .tools a {
	margin: 0.6em auto;
	font-size: 2.4em;
}

.footer .tools .rond:hover {
	text-decoration: none;
	border-color: #a81e33;
}


/* Tableau Crédits */
.tableauCredits {
	display: block;
	clear: both;
	text-align: center;
	padding: 1em 0;
}

/* Logo Relais du silence footer */ 
.logo-rds-footer {
	display: block;
	margin: 0.5em auto 0;
}

.logo-rds-footer img {
	display: block;
	margin: 0 auto;
}

/*=========================================================
=            Gestions des effets de transition            =
=========================================================*/

#btnCloseFooter,
#footerFixe .button {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}

#footerFixe a,
.footer a {
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-ms-transition: color .4s;
	transition: color .4s;
}

.liste-drapeaux {
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	-o-transition: height .4s;
	-ms-transition: height .4s;
	transition: height .4s;
}

.footer .tools a,
.footer ul.tools li { 
	-webkit-transition: color .4s, border-color .4s;
	-moz-transition: color .4s, border-color .4s;
	-o-transition: color .4s, border-color .4s;
	-ms-transition: color .4s, border-color .4s;
	transition: color .4s, border-color .4s;
}

/*-----  End of Gestions des effets de transition  ------*/


