/* =======================================================
*
* 	Template Tokyo - Un design Equation Web 
*
*   Equation Web - Agence Web à Rennes
*   Mail : hello@equation-web.bzh
*   Tel : 02 30 96 11 11
*
*   Le design du site web est basé sur un modèle fourni par freehtml5.co,
*	adapté par Equation Web protégés par le droit d'auteur.
*
* ======================================================= */

/* Template version EW : 1.0 */

/*** COULEURS ***/
/* Couleur principale : #173054 */
/* Couleur principale - Exergue : #274063 */
/**/



.ew_tokyo footer {
	background: #efefef;
    padding:3em 0;
	}
	
.ew_tokyo footer .footer_colonnes {
	text-align:center;
	}
	
.ew_tokyo footer .footer_colonnes .footer_col {
	padding:0 25px;
	display:inline-block;
	width:23%;
	text-align:left;
	vertical-align:top;
	margin-bottom:4em;
	}

@media (max-width: 920px) {
	.ew_tokyo footer .footer_colonnes .footer_col {
		width:46%;
		}
	}

@media (max-width: 560px) {
	.ew_tokyo footer .footer_colonnes .footer_col {
		width:90%;
		}
	}
	
.ew_tokyo footer .footer_colonnes .footer_col .col_titre {
	color: #000000;
    font-size:1.125em;
	font-weight:400;
	margin:0;
	margin-bottom:20px;
	}
	
.ew_tokyo footer .footer_colonnes .footer_col a {
	color:inherit;
	}
	
.ew_tokyo footer .footer_colonnes .footer_col p {
	margin:0;
	}
	
.ew_tokyo footer .footer_colonnes .footer_col ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.ew_tokyo footer .watermark_equation_web {
	text-align:center;
	margin-bottom:20px;
	}

.ew_tokyo footer .watermark_equation_web img {
	height:1em;
	}

.ew_tokyo footer .mentions_legales_link {
	font-size:0.8em;
	text-align:center;
	margin-bottom:20px;
	}

.ew_tokyo footer .mentions_legales_link a {
	color:inherit;
	}
	
.ew_tokyo .gototop {
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:999;
    opacity: 0;
    width:50px;
    height:50px;
    background:rgba(0, 0, 0, 0.5);
    color:#ffffff;
    text-align:center;
    border-radius:4px;
	cursor:pointer;
	padding-top:13px;
	transition:opacity 0.5s;
	}