@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans+Condensed:300|Raleway');
@import "foundation.css";
body {
	background-color: black;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
}
#imgMenu{
    width: 100%;
}
#mainMenu{
	position: absolute;
	top: 8%;
	left: 25%;
    padding: 0px;
    margin: 0 0 0 0;
    width: 50%;
    text-align: center;
}
#mainMenu li{
    font-size: 2.3em;
    display: block;
}
#mainMenu li a{
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #eeb213;
	color: #eeb213;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(0,0,0,0.7);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
    text-decoration: none;
}
#mainMenu:hover li a{
	text-shadow: 0px 0px 10px #eeb213;
	color: transparent;
	background: rgba(0,0,0,0.2);
}
#mainMenu li a:hover{
	background: rgba(0,0,0,1.0);
	text-shadow: 0px 0px 1px #eeb213;
}
a {
    color: black;
}
h2{
    text-align: center;
    color: #eeb213;
}
h3{
    text-align: center;
    color: #eeb213;
}
.accordion-item{
    text-align: justify;
}
@media only screen and (max-width: 1150px) {
    #mainMenu{
        top: 5%;
    }
}
@media only screen and (max-width: 900px) {
    #mainMenu{
        top: 5%;
    }
}
@media only screen and (max-width: 790px) {
    #mainMenu{
        top: 2%;
    }
}
@media only screen and (max-width: 670px) {
    #mainMenu{
        top: 1%;
    }
}
@media only screen and (max-width: 670px) {
    #mainMenu{
        top: 2%;
    }
    #mainMenu li{
        font-size: 2em;
    }
}
@media only screen and (max-width: 600px) {
    #mainMenu{
        top: 1%;
    }
    #mainMenu li{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 500px) {
    #mainMenu{
        top: 1%;
    }
    #mainMenu li{
        font-size: 1em;
    }
}
@media only screen and (max-width: 400px) {
    #mainMenu{
        top: 0.2%;
    }
    #mainMenu li{
        font-size: 0.6em;
    }
}
#exemples{
    width: 28%;
    height: 800px;
    margin : 1%;
    float: left;
    background-color: #fff;
}
#cv{
    width: 65%;
    background-color: white;
    float: right;
    margin-right: 2%;
    text-align: justify;
}
.sticky-footer-css {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    background-color: #000;
}
.sticky-footer-css .footer {
  width: 100%;
  color: #fff;
  padding: 2%;;
}
.sticky-footer-css .footer .menu a {
  color: #fff;
    text-align: center;
}
.sticky-footer-css .footer .menu a:hover {
  color: #eeb213;
}
@media only screen and (min-width: 40.063em) {
.footer {
  .columns:nth-child(n+2) {
     border-left: 1px solid scale-color(#fff, $lightness: -30%);
     min-height: 280px;
  }
 }
}

.footer-links {
  list-style-type: none;
}
.footer-links a {
    color: #fff;
    font-weight: 300;
  }