@font-face {
    font-family: 'robotomedium';
    src: url('../polices/Roboto-Medium-webfont.eot');
    src: url('../polices/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/Roboto-Medium-webfont.woff') format('woff'),
         url('../polices/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../polices/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../polices/Roboto-Bold-webfont.eot');
    src: url('../polices/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/Roboto-Bold-webfont.woff') format('woff'),
         url('../polices/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../polices/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ----------------------------- Éléments principaux ---------------------------- */
/* Vert Nico : #7FAF1B, (Vert) Salem #1E824C, New Green #0e9a38, Gris clair Nuages #ecf0f1, Sunset Orange-Rouge #F64747, lightning yellow #F5AB35 */
body
{
	background-color: #ecf0f1;
	/* background-color: #d24d57; */ /* Rouge de test */
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #0e9a38; 
	margin: 0;
}

/*
#bloc_page
{
	width: 1100px;
	margin: auto;
} */

section h3, nav a, nav h1, section h2
{
	font-family: 'robotomedium', 'Trebuchet MS', serif;
}

a:hover
{
	color: #F64747;
	text-decoration: none;
}


/* ------------------------------------ Nav Fixed Top ------------------------------------ */

/* header
{
	background-color: #ecf0f1;
	height: 123px;
	width: 100%;
} */

nav
{
	background-color: #ecf0f1;
	background-color: rgba(236, 240, 241, 0.9);
	text-align: left;
}

.navbar
{
	min-height: 43px;
}

.icon-bar /* Couleur verte des trois barres du bouton Collapse */
{
	background-color: #0e9a38;
}

nav li a
{
	font-size: 1.5em;
	color: #0e9a38;
	padding-bottom: 3px;
	text-decoration: none;
}

nav li a
{
	color: #0e9a38;
	text-decoration: none;
}

nav li a:visited
{
	color: #0e9a38;
	text-decoration: none;
}

nav li a:hover
{
	color: #F64747;
	background-color: none;
}

.active
{
	color: #ecf0f1;
	background-color: #0e9a38;
}

.active:visited
{
	color: #ecf0f1;
	text-decoration: none;
}

.active:hover
{
	color: #F64747;
	text-decoration: none;
}

.navbar-brand /* Titre "Louis Zabus" */
{
	color: #0e9a38;
	font-weight: normal;
	font-size: 2em;
}
.navbar-brand:hover /* Overwrite du vert sur le rouge */
{
	color: #0e9a38;
}


.spacer-debut
{
	height: 50px;
}


/* 
li .active:hover
{
	color: #0e9a38;
	background-color: #ecf0f1;
} */

/*
nav ul
{list-style-type: none; position: absolute; right: 50px; bottom: -4px;}
nav li
{display: inline-block; margin-right: 10px;}
.selected
{border-bottom: 5px solid #0e9a38;}
*/




/* ------------------------------------ Bannière ------------------------------------ */

.banner
{

}

.banner h2 
{
	font-family: 'robotobold', 'Trebuchet MS', serif;
	color: #ecf0f1;
	font-size: 3em;
	background-color: #0e9a38;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 8px; 
/*	text-shadow: 0px 3px 4px #000; */
}

/* 
.banner-image
{
	max-width: 85%;
}



#foot_banner
{
	position: relative;
	bottom: 20px;
	width: 100%;
	height: 20px;
	background-color: #0e9a38;
	background-color: rgba(30, 130, 76, 0.8);
}
*/



/* ------------------------------------ Corps ------------------------------------ */

.grid
{
	margin-top: 20px;
}

.bloc-gris
{
	background-color: #ecf0f1;
	padding-left: 10px;
	padding-right: 10px;
}

.bloc-blanc
{
	background-color: #FFF;
	color: #333;
	padding: 10px;
}

hr
{
	border-top: 1px solid #dedede;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 80%;
	margin-top: 20px;
}

section h3 
{
	color: #0e9a38;
	margin-top: 5px;
}

.bloc-blanc p
{
	text-align: justify;
	font-size: 1.1em;
}

.center-parent
{
   display: table;
   width: 100%;
}
.center-me
{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

section a
{
	color: #0e9a38;
}

section a:visited
{
	color: #0e9a38;
}

/*
section h2, section img
{
	display: inline-block; 
}
*/

section h2 a
{
	position: absolute;
	color: #ecf0f1;
	z-index: 3;
	bottom: 25px;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

section h2 a:visited
{
	color: #ecf0f1;
}

section h2 a:hover
{
	color: #F64747;
}

/* ----------------------------------------------------------------------------- PAGE SHOWREEL ----*/

/* #mur_videos
{
	width: auto;
	margin: 5px;
	position: relative;
} */

.mur-videos h3
{
 	margin: 10px;
	font-size: 2em;
	text-align: center;
}

.mur-videos p
{
	text-align: center;
	font-size: 1.1em;
}

/*
.titled-video
{
	display: inline-block;
	position: relative;
} */

.video-container
{ 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 10px; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed
{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

p#boxmdp
{
	height: 20px;
	border-radius: 10px;
	background-color: #8d8d8d;
	color: white;
  	width: 200px;
  	display: block;
  	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.mdp
{
	font-family: 'american typewriter', 'courier', 'serif';
	font-weight: normal;
	color: #ecf0f1;
}


/* ---------------------------------------------------------------------------------- PAGE CV -----*/

#cv-title
{
	background-color: #0e9a38;
	color: #ecf0f1;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}



#cv-title h2
{
	margin-top: 7px;

}

.exp-pro
{
	background-color: #0e9a38;
	padding: 0;
}

.pave-dates-job
{
	background-color: #0e9a38;
	margin-left: 0;
	margin-right: 0; 
}



.pave-central
{
	background-color: #FFF;
}

.pave-central p
{
	color: #333;
}



/* ----------- Texte bloc principal -------*/

p.fin_job, p.debut_job
{
	color: #ecf0f1;
	margin: 5px;
}



.texte_job
{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 10px;
	background-color: #FFF;
}

.job
{
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: left;
	top: 0px;
}



p.id_job, p.poste, p.descriptif
{
	margin: 0;
}

p.id_job
{
	text-align: right;
	color: #b1b4b5;
	font-style: italic;
}

p.poste
{

}

p.descriptif
{

}

#leftCol, #rightCol
{
	color: #ecf0f1;
	padding-left: 15px;
	padding-right: 15px;
}

.bloc-vert
{
	background-color: #0e9a38;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}




/* ----------- Boutons et Filtres -------*/

.btn-primary
{
	background-color:#606060;
}

.btn-primary:hover
{
	background-color:#404040;
}

.filter-button
{

}

/* ——— Coloration par type ——— */

#cv-title{background-color: #606060;} /* Version Grise */
.bloc-vert{background-color: #606060;} /* Version Grise pour les anciens blocs verts. */

/*
div.row.filter.edit div.pave-dates-job
{
	background-color: #F5AB35;
}
div.row.filter.edit h3
{
	color:#F5AB35;
}


div.row.filter.assist div.pave-dates-job
{
	background-color: #9966ff;
}
div.row.filter.assist h3
{
	color:#9966ff;
}


div.row.filter.infog div.pave-dates-job
{
	background-color: #F64747;
}
div.row.filter.infog h3
{
	color:#F64747;
}



div.row.filter.other div.pave-dates-job
{
	background-color: #606060;
}
div.row.filter.other h3
{
	color:#606060;
}

*/

/* ----------------------------------------------------------------------------- PAGE CONTACT -----*/

#contactsheet
{
	list-style-type: none; /* remplacer par une puce personalisée ? */
	margin-top: 10px;
	font-size: 1.3em;
	text-align: center;
	padding: 0px;
}

#contactsheet a
{
	color: #0e9a38;
}

#contactsheet a:hover
{
	color: #F64747;
	text-decoration: none;
}

.moyen-de-contact
{
	color: #F64747;
	font-size: 0.9em;
}



/* ------------------------------------ Footer ------------------------------------ */
footer
{
	background-color: #0e9a38;
	background-color: rgba(127, 175, 27, 0.8);
	z-index: 999;
	color: #ecf0f1;
	position: fixed;
	bottom: 0px;
	width: 1100px;
	height: 40px;
}

footer a
{
	color: #ecf0f1;
	text-decoration: none;
}



#quickcontact, #made_by_me
{
	position: absolute;
	display: inline-block;
	vertical-align: top;
	font-size: 0.8em;
	top: 12px;
}

#quickcontact
{
	left: 50px;
}


#made_by_me
{
	right: 50px;
}




/* ------------------------------------ Spacers ----------------------------------- */
.xs-spacer
{
	min-height: 10px;
}


.md-spacer
{
	min-height: 30px;
}

.xl-spacer
{
	min-height: 50px;
}


/* Block x scroll */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}