body{
	color: #2a2e4d;

}
.servEnte{
	margin-top: -150px;
}
a{
	color: #505891;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #505891;

}
main h2{

		font-size:1.6em;
		margin-top:0px;
		margin-bottom:0px;
	}
main h1{
		font-size:1.8em;
		margin-top:0px;
		margin-bottom:0px;
	}
main h3{

		font-size:1.5em;
		margin-top:0px;
		margin-bottom:0px;
	}
.h3video{
	font-family: 'Alex Brush', cursive;
	font-size:2em;
	padding:10px;
	width:100%;
	text-align:center;
	    background: #2a2e4d none repeat scroll 0 0;
		color:#FFFFFF;}
hr{
	border: none;
	background: none;
	background: url(/images/content/hr.png) center center no-repeat;
	background-size: contain;
	height: 3em;
}
ul{
	
}
.periode-de-temps{
	margin: 10px 0;
}

.accueil{
	margin-right: 302px;
}
aside{
	float: right;
	width: 333px;
	margin-left:40px;
	opacity:0.8;
	text-align:center;
}
@media (max-width: 700px){
	aside{
		display: none;
	}
	.accueil{
		margin-right: 0;
	}
}
aside .boite{
	background: #2a2e4d;
	color: #fff;
	padding: 24px;
		padding-top:40px;
	margin-bottom: 40px;
}
aside .boite-special{
	line-height: 10px;
	font-size: 31px;
	text-align:center;

}
aside .boite .special, aside .boite .services{
	font-size: 80px;

	line-height: 30px;
	padding-top:20px;
	 font-family: "Alex Brush",cursive;
}
aside .boite .services{
	font-size: 75px;
	}
aside .boite .nouveau-client{
	font-size: 38px;
	font-weight:bold;

	color: #505891;
	line-height: 60px;
}
.pin{
	display:inline-block;
	margin-bottom:-1px;
	width:17px;
}
aside .boite .impot-personnel-de-base{
	font-size: 24px;
	font-weight:bold;
	line-height: 14px;
}
aside .boite .a-40-dollars{
	font-size: 78px;
	line-height: 60px;
	text-align:center;
	width:100%;
	margin-left:33px;
}

aside .services{
	font-size: 57px;
}
aside .lagenda{
	padding-top:20px;
}
aside .disponibilites{
		 font-family: "Alex Brush",cursive;
		 font-size:45px;
		 top:-30px;
	}
aside ul{
	margin: 0;
	padding: 0 0 0 24px;
	font-size: 21px;
	list-style: image;
	list-style-image: url(/images/content/li.png);
	padding-top:20px;
	margin-left:20px;
}
aside a{
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #abb0d3;
	text-decoration:none;
}
aside a:hover{
	display: block;
	color: #fff;
}
main a:hover{
	text-decoration:underline;}
.lesservices {
	padding:20px !important;
	margin-bottom:0px !important;
}
.lesservices a{
	font-size:40px;

}
aside a:hover{
	text-decoration:underline !important;
}
.devise{
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
}
aside .lien-agenda{
	font-size: 1.3em;
	color: #abb0d3;
}

.services{
	text-align:center;
	width:100%;}

.table-horaire{
	background: #cacdde;
	border-collapse: collapse;
}
.table-horaire th:nth-child(even),
.table-horaire td:nth-child(even){
	background: #bfc0c9;
}
.table-horaire th,
.table-horaire td{
	padding: 2px 5px;
	width: 14.28%;
	text-align: center;
}

.horaire{
	text-align: center;
	background: #cacdde;
}
.horaire .jour-de-la-semaine{
	color: #fff;
	background: #505891;
	position: relative;
	font-size: 1.1em;
	text-align: center;
	padding-right: 0.3em;
}
@media (max-width: 1000px){
	.horaire .jour-de-la-semaine{
		font-size: 1.8vw;
	}
}
.horaire .jour:nth-child(odd) .jour-de-la-semaine{
	background: #404398;
}
.horaire .date{
	display:inline-block;
	top: 0px;
	left: 0.4em;
	font-size: inherit;
	
}
.horaire .date .mois{
	font-size: 0.7em;
}
.horaire .semaine{
	display: inline-block;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.horaire .semaine .jour{
	width: 14.28%;
	display: block;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-direction: column;
	        flex-direction: column;
}
.horaire .semaine .jour:nth-child(even){
	background: rgba(177,179,189, 0.3);
}
.horaire .semaine .jour .periode-de-temps{
/*	height: 50%;*/
	flex-grow: 1;
	margin: 0;
	display: block;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}
.horaire .heure{
	background: rgba(255,255,255,0.8);
	color: #505891;
	font-size: 1.5em;
	margin: 5px 0;
}
.horaire .heure-succursale{
	flex-grow: 1;
	padding: 20px 0;
	font-weight: bold;
}
.horaire .ferme{
	height: 100%;
	display: block;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	color: #f00;
	min-height: 100px;
}

@media (max-width: 730px){
	.jour-ferme{
		
	}
	.horaire .semaine .jour-6,
	.horaire .semaine .jour-7{
		display: none;
	}
	.horaire .semaine .jour{
		width: 20%;
	}
}
@media (max-width: 650px){
	.horaire .semaine {
		display: block;
	}
	.horaire .semaine .jour,
	.horaire .semaine .jour-6,
	.horaire .semaine .jour-7{
		display: block;
		width: auto;
	}
	.horaire .jour-de-la-semaine{
		text-align: left;
		font-size: 14px;
	}
	.horaire .date{
		position: static;
		display: inline;
		font-size: inherit;
	}
	.horaire .semaine .jour .periode-de-temps{
		
		
	}
	.horaire .semaine .jour .periode-de-temps .heure{
		order: 1;
		display: inline;
		margin: 0;
		font-size: inherit;
	}
	.horaire .semaine .jour .periode-de-temps .inner{
		order: 2;
	}
	.horaire .heure-succursale{
		padding: 5px 0;
	}
}





.contact-email{
	display: block;
	background: url(/images/content/email.png) left center no-repeat;
	background-size:80px;
	line-height: 68px;
	min-height: 68px;
	padding-left: 103px;
	font-size: 2vw;
	text-decoration: none;
	color: #2a2e4d;
	margin-top:20px;
	margin-bottom:20px;
}
.bureaux{
	display: inline-block;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	vertical-align:top;
	
}
.bureaux div{
	min-width:50%;
	vertical-align:top;
	
}
.bureaux .bureau{
	width: 100%;
}
.bureaux h2, .bureaux h1{
	font-size: 2.5vw;
	margin: 0;
	font-family: "Alex Brush",cursive;
}
.bureaux h3{
	margin: 0;
}
.bureaux .telephone{
	color: #2a2e4d;
	font-size:30px;
	line-height:40px;

}
.lien-google-maps{
	color: inherit;
	text-decoration: none;
}
.titre-prix{
	margin-bottom: -0.4em;
	text-transform: uppercase;
	font-size: 2.5em;
	color: #2a2e4d;
	font-family: 'Alegreya', serif;
}
table.prix{
	background: #d2d3da;
	border: 2px solid #2a2e4d;
	border-collapse: collapse;
	width: 100%;
	font-size: 1.4em;
	margin: 0 0 20px;
}
table.prix th,
table.prix td{
	padding: 2px 5px;
	width: 50%;
	text-align: left;
}
table.prix th{
	color: #505891;
}
table.prix thead tr,
table.prix tbody tr:nth-child(even){
	background: #b1b2be;
}
.googlemap{

	opacity:0.7;
}
.googlemap:hover{

	opacity:1;
}
.gouv{
	display:flex;
	background-color:#FFF;
	height:58px;
	}
@media (max-width: 600px){

}










