/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 480px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  background: #ECECEC none repeat scroll 0% 0%;
  border-top: 1px solid #DEDEDE;
  padding-bottom: 20px;
}


/* EDIT */

a {
	text-decoration: none;
	color: #7EAD01;
	border: none;
}

/* CV */

#cv_header
{
    display: table;
    margin: 60px 0 0 0;
    padding: 0;
    width: 100%;
}

#cv_header #infoPerso
{
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
}

#cv_header #infoPerso .name {
    font-size: 1.2em;
    font-weight: bold;
}

#cv_header div
{
    margin: 0;
    padding: 0;
    display: table-cell;
    min-width: 180px;
    vertical-align: bottom;
}

#cv_header div img
{
    margin-right: 20px;
    float: right;
}

#cv_header h1
{
    text-align: center;
    color: #7a0;
    margin-bottom: 0px;
}

#cv_header .subtitle
{
    display: block;
    text-align: center;
    font-style: italic;
}

#cv h2
{
    font-size: 2em;
    padding: 1px 20px;
    background: #79a100;
    color: #FFF;
    box-shadow: inset 1px 1px 2px #111;
    text-shadow: 0 0 2px #000;
}

#cv h3{
    font-size: 16px;
    margin: 10px 0px 0px 20px;
    font-weight : bold;
}

#cv .description{
    margin: 0px 40px;
    font-weight : normal;
}


#cv .date{
    margin: 0px 40px;
    font-style: italic;
    font-size: 0.9em;
    color:#333;
}

#local_bar_top{
    float:right;
    position: relative;
    top: -40px;
}


#local_bar_bottom{
    float:right;
    position: relative;
}
