/*-------  HEADER  -------------*/


.header {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: 70pw;
    line-height: 70px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(190, 190, 190, 0.9));
    /*background-color: rgba(255, 255, 255, 90%);*/
    position: fixed;
    top: 0;
    z-index: 999;
}

.header .header-logo {
    color: #000000;
    font-size: 2em;
    float: left;
    margin-left: 30px;
}

.header .header-menu {
    float: right;
    margin-right: 30px;
}

.header .header-menu a {
    color: #000000;
    margin-right: 15px;
    font-size: 1.3em;
}
.header .header-menu a:hover {
    color: #3498db;
}


/*----------------------------------  BANNER  ------------------------------------------*/



.banner {
    margin-top: -25px;
    width: 100%;
}

.banner .banner-content {
    position: relative;
    width: 100%;
    text-align: center;
    top: 20%;
}
.banner .banner-content h1,
.banner .banner-content h2,
.rep3 h2,
.rep3 h3
 {
    color: #eeeeee;
    text-align:center;
}
.rep3 h3
 {
    color: #999999;
    text-align:center;
    font-style: italic;
}



/*----------------------------------  CONTENAIR  ------------------------------------------*/

/*
.rep1 {
    background-image: url('../../src/img/Marionnette.png');
    background-position: center center;
    background-repeat:  no-repeat;
    border: 2px ridge rgba(170, 50, 220, .9);
    background-size: 100% 100%;
    background-size: contain;
}

.rep2 {
    background-image: url('../../src/img/moh.png');
    background-position: center center;
    background-repeat:  no-repeat;
    border: 2px ridge rgba(170, 50, 220, .9);
    background-size: 100% 100%;
    background-size: cover;
}
*/

.back-black {
    /*background-image: url('../../src/img/Marionnette.png');
	background-color: black;
    background-repeat:  no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    color: #dddddd;
	*/
    background-color: black;
}

.rep3 {
    /*background-image: url('../../src/img/Marionnette.png');*/
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    color: #dddddd;
}
/*
.rep3 img {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rep3:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
*/
.rep3:hover {
    color: #dddddd;
    border: 1px ridge rgba(170, 170, 170, .1);
}




.rep3 img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rep3:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}













/*float : none;

background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
                  url("../../src/img/Marionnette.png");
*/







/*----------------------------------  FOOTER  ------------------------------------------*/


.footer
 {
    background-color: black;
    height: auto;
    margin:0;
    padding-top: 100px;
    padding-bottom: 10px;
}

.footer .columns
 {
    border-top: 1px ridge rgba(170, 170, 170, .5);
}
.footer table
 {
    margin:auto;
    margin-bottom: 0;
}

.footer td,
.footer h3
 {
    color: #eeeeee;
    font-size: 15px;
    margin-left: 7px;
    padding-bottom: 12px;
    vertical-align: middle;
}

.footer h2
 {
    color: #aaaaaa;
    text-align:right;
    font-size: 22px;
    margin-bottom: 0px;
}



