@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-light-webfont.woff') format('woff'),
         url('roboto-light-webfont.ttf') format('truetype'),
         url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('roboto-medium-webfont.eot');
    src: url('roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-medium-webfont.woff') format('woff'),
         url('roboto-medium-webfont.ttf') format('truetype'),
         url('roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rivel_maximeregular';
    src: url('rivel_maxime-webfont.eot');
    src: url('rivel_maxime-webfont.eot?#iefix') format('embedded-opentype'),
         url('rivel_maxime-webfont.woff') format('woff'),
         url('rivel_maxime-webfont.ttf') format('truetype'),
         url('rivel_maxime-webfont.svg#rivel_maximeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'robotolight';
	font-size:15px;
	margin: 0;
	padding: 0
}
#bg{
	position:fixed;
	top:0;
	width:100%;
	min-width:750px;
	margin:0 auto;
	z-index:-10
}
a, a:visited{
	font-family: 'robotolight';
	color:#000;
	text-decoration:none;
	transition: color 1s;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}
a:hover{
	color:#444;
	text-decoration:none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
a.a-pro, a.a-perso, a.a-asso{
	font-size:20px;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
a:hover.a-pro{
	color:#a2c8ff!important;
}
a:hover.a-perso{
	color:#81d981!important;
}
a:hover.a-asso{
	color:#fda45c!important;
}
h1 {
	font-family: 'robotolight';
	font-size:45px;
	color:#000;
	text-align:center;
	margin:45px 0 65px 0
}
h2 {
	margin:30px 0 25px 0;
	padding-top:30px;
	font-family: 'robotomedium';
	font-size:20px;
	color:#000;
}
.h2-index{margin-top:-10px!important;margin-bottom:150px!important}
h3 {
	font-family: 'robotolight';
	font-size:18px;
	color:#000;
	text-align:center;
	margin:30px 0 20px 0;
	padding-top:30px;
}
.h3-index{font-family: 'rivel_maximeregular';color:#FFF;margin:-140px 0 -75px 0!important}
h3.taches {margin: 0 auto 15px 0;padding: 0}
h4 {
	font-family: 'robotomedium';
	font-size:16px;
	color:#000;
	text-align:center;
	margin:25px 0 20px 0;
	padding-top:25px;
}
p{
	font-family: 'robotolight';
	font-size:15px;
	color:#000;
	text-align:justify;
	margin:15px 5%;
}
p.p-c{
	font-family: 'robotolight';
	font-size:16px;
	color:#000;
	text-align:center;
	margin:5px 0;
}
p.p-content{
    width:70%;
    margin:auto 15%;
    text-align:center;
}
li{
	font-family: 'robotolight';
	font-size:15px;
	color:#000;
	text-align:justify;
	margin: 8px 5% 8px 0;
}
.contenu{
	display:block;
	width:80%;
	margin:0 auto;	
}
iframe{border:none}
table, .dtable{width:76%;margin:0 auto}
table.footer{width:60%!important}
footer{
	position:fixed;
	z-index: 350;
	width:100%;
	height:55px;
	bottom:0;
	background:#fff;
	-webkit-box-shadow: 0px -4px 10px #a6a6a6;
	-moz-box-shadow: 0px -4px 10px #a6a6a6;
	box-shadow: 0px -4px 10px #a6a6a6;
}
.td-footer{text-align:center}
.lk, .cv, .mail, .tel, .loc{
	position:relative;
	max-height:50px;
	width:50px!important;
	border:none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
    opacity:0.5
}
.lk:hover, .cv:hover, .mail:hover, .tel:hover, .loc:hover{opacity:0.8}
.lk{background: url(../img/footer-lk.png) no-repeat}
.cv{background: url(../img/footer-cv.png) no-repeat}
.mail{background: url(../img/footer-mail.png) no-repeat}
.tel{background: url(../img/footer-tel.png) no-repeat}
.loc{background: url(../img/footer-loc.png) no-repeat}
.espace-pour-footer{height:57px;background:url(../img/transparent.png)}
#fade {
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	z-index: 200;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.chargement {
	width:90%;
	margin: 80px 5% 150px 5%;
	text-align: center
}
.progress-bar {
	position: absolute;
	background-color:#FFF;
	height: 41%;
	margin: -10% 0 0 1%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.img-container{width:101%}
.bar-bleu{background-color:#a2c8ff!important}
.bar-vert{background-color:#81d981!important}
.bar-orange{background-color:#FF9300!important}
.progress-bar-container {
	width: 100%;
	margin:9px 0 0 1%;
	position: relative;
}
.tipsy { margin-bottom: 25px; font-size: 13px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.png); font-family: helvetica;  }
.tipsy-inner { padding: 10px 20px; background-color: black; color: white; max-width: 400px; text-align: right; -webkit-box-shadow: 0 20px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 20px 15px rgba(0,0,0,0.5); -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }

.colonnes {
	width: 100%;
	margin: 5% auto 0 auto;
	text-align: center
}
.colonne-pro, .colonne-perso, .colonne-asso {
	float:left;
	width: 27.2%;
	height:65px;
	margin:0 3%;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	opacity:0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}
.colonne-pro:hover, .colonne-perso:hover, .colonne-asso:hover {
	opacity:0.9;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}
.colonne-pro{background:#a2c8ff}
.colonne-perso{background:#81d981}
.colonne-asso{background:#fda45c}

@media screen and (max-width:1280px){
	a.a-pro, a.a-perso, a.a-asso{font-size:25px}
    body, p{font-size:17px}
	#bg{width:190%}
}
@media screen and (max-width:980px){
	h1{font-size:50px}
	.h2-index{font-size:40px}
	.dispnone{display:none}
	.colonne-pro, .colonne-perso, .colonne-asso {float:none;width:80%;height:110px;margin:25px 6%}
    a.a-pro, a.a-perso, a.a-asso{font-size:20px}
}
