body{
    margin: 0;
    font-family: 'ralewayregular';
    color: #0A0A0A;
}
header img{
    width: 100%;
}
main{
    text-align: center;
    padding: 2em 0 7em;
}
    main p{
        text-align: left;
    }
.margin{
    width: 70%;
    margin: auto;
}



/*////////// HEADER ///////////*/

.nav{
    margin: auto;
}




input[id="noidea"]{
		visibility: hidden;
        position: absolute;
	}
	[id="noidea"]:checked ~ nav a, [id="noidea"]:checked ~ nav  {
      transform: translateX(0);
    }
    
	.mobilenav{
		position: fixed;
		margin: .5em;
		top:0;
		left: 0;
		z-index: 10;
        cursor: pointer;
	}
        .mobilenav svg{
            fill: #4ab597;
            cursor: pointer;
        }
        .mobilenav:hover svg{
            fill: #90E1B3;
        }
nav{
    display: none;
    
    position: fixed;
    justify-content: center;
    flex-direction: column;

    text-align: center;
    background-color: #fafafa;
    color: white;
    font-family: 'ralewaybold';
    font-size: 2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    z-index: 9;
}
nav a{
    text-decoration: none;
    color: #03A9F4;
}



.menu{
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    font-family: 'ralewayregular';
}
    .menu a{
    text-decoration: none;
    color: #0A0A0A;
    transition: .2s;
}
    .menu a:hover{
        color: #03A9F4;
    }

.nav a{
    margin-right: 2em;
}

h2{
    font-size: 4em;
    margin-bottom: 0em;
}
hr{
    size: 3px;
    width: 18%;
    height: 3px;
    background-color: black;
    margin-bottom: 2em;
}
.repertoire{
    width: 80%;
    margin: auto;
    display: flex;
}
    .repertoire div{
            padding: 0 1%;
        width: 33.333%;
        text-align: center;
    }

/*//////////// FOOTER //////////////*/

h4{
    font-size: 1.5em;
}

footer{
    background-color: #03A9F4;
}
    footer .margin{
        display: flex;
        flex-wrap: wrap;
        padding: 2em 0;
    }
    footer svg{
        width: 3em;
    }
    footer p{
        margin: 0;
    }
    footer .margin div{
    width: 50%;
    text-align: center;
}

    .margin .foot:last-child{
        width: 100%;
        padding: 1em 0;
    }
    .margin .foot:first-child p{
        color: white;
    }
.social{
    margin: 0;
    padding: 0;
}
.bastien{
    font-family: 'Fira sans';
    color: #90E1B3;
    font-size: 1.5em;
    text-decoration: none;
    transition: .2s;
}
    .bastien:hover{
        color:#4ab597;
    }


/*/////////// REPRESENTATIONS /////////////*/

table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th{
    height: 3.75em;
}
td{
    height: 3.75em;
    margin: 0;
    padding: 0;
}
/*tr td:last-child{
    text-align: left;
}*/
tr:nth-child(even){
    background-color: #e9f3f9;
}




/*/////////// PHOTOS /////////////*/

h3{
    padding-top: 3em;
}
.gallery{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around
}
.thumb{
    width: 100%;
}
    .thumb img{
        width: 100%;
    }
.zoom{
    position: absolute;
    margin-right: 125px
}
.gallery a{
    width: 24%;
}







/*@media (max-width: 1025px) {
    
    .nav{
        visibility: hidden;
    }
    
    nav{
        display: flex;
        transform: translateX(-100%);
        transition: .2s;
    }
    nav a{
        transform: translateX(-100%);
        transition: .2s;
    }
    
    [id="noidea"]:checked ~ nav a, [id="noidea"]:checked ~ nav  {
      transform: translateX(0);
    }
    
    
    
} */

/*/////////// FONTS /////////////*/


@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}