html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
    height: 100%;
    background-color: #000;
}
body {
    width: 100%;
    overflow: hidden;
    font-size: 100%;
    color: #000;
    background-color: #000;
    background-image: url('images/bg-brique.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
}
a {
    text-decoration: none;
    color: #ffff00;
}
@-webkit-keyframes fondu {
    0%{opacity: 0;}
    75%{opacity: 0;}
    100%{opacity: 1;}
}
@-moz-keyframes fondu {
    0%{opacity: 0;}
    75%{opacity: 0;}
    100%{opacity: 1;}
}
@-o-keyframes fondu {
    0%{opacity: 0;}
    75%{opacity: 0;}
    100%{opacity: 1;}
}
@-ms-keyframes fondu {
    0%{opacity: 0;}
    75%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fondu {
    0%{opacity: 0;}
    75%{opacity: 0;}
    100%{opacity: 1;}
}
@-webkit-keyframes down {
    0%{opacity: 0; top: -630px;}
    100%{opacity: 1; top: 0px;}
}
@-moz-keyframes down {
    0%{opacity: 0; top: -630px;}
    100%{opacity: 1; top: 0px;}
}
@-o-keyframes down {
    0%{opacity: 0; top: -630px;}
    100%{opacity: 1; top: 0px;}
}
@-ms-keyframes down {
    0%{opacity: 0; top: -630px;}
    100%{opacity: 1; top: 0px;}
}
@keyframes down {
    0%{opacity: 0; top: -630px;}
    100%{opacity: 1; top: 0px;}
}
@-webkit-keyframes up {
    0%{opacity: 0; bottom: -630px;}
    100%{opacity: 1; bottom: 0px;}
}
@-moz-keyframes up {
    0%{opacity: 0; bottom: -630px;}
    100%{opacity: 1; bottom: 0px;}
}
@-o-keyframes up {
    0%{opacity: 0; bottom: -630px;}
    100%{opacity: 1; bottom: 0px;}
}
@-ms-keyframes up {
    0%{opacity: 0; bottom: -630px;}
    100%{opacity: 1; bottom: 0px;}
}
@keyframes up {
    0%{opacity: 0; bottom: -630px;}
    100%{opacity: 1; bottom: 0px;}
}

/***** ----- MENU ----- *****/

#wrap-menu {
    position: absolute;
    width: 250px;
    margin: 0 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    z-index: 5;
}
#wrap-menu-index {
    position: absolute;
    width: 250px;
    margin: 0 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    z-index: 5;
    -webkit-animation: down 1.5s ease-in-out forwards;
    -moz-animation: down 1.5s ease-in-out forwards;
    -o-animation: down 1.5s ease-in-out forwards;
    -ms-animation: down 1.5s ease-in-out forwards;
    animation: down 1.5s ease-in-out forwards;
}
#bloc-menu {
    height: 465px;
    padding: 0 5px;
    /*outline: 4px solid #000;
    outline-offset: -9px;*/
    background: #ffff00;
}
#logo-menu {
    position: absolute;
    top: 22px;
    left: 17px;
    z-index: 10;
}
nav {
    position: absolute;
    width: 240px;
    overflow: hidden;
    padding: 214px 0 70px 0;
}
.diagonale {
    /*-webkit-transform: skewY(-11.5deg) skewX(-33deg) rotate(-33deg);
    -moz-transform: skewY(-11.5deg) skewX(-33deg) rotate(-33deg);
    -o-transform: skewY(-11.5deg) skewX(-33deg) rotate(-33deg);
    -ms-transform: skewY(-11.5deg) skewX(-33deg) rotate(-33deg);
    transform: skewY(-11.5deg) skewX(-33deg) rotate(-33deg);*/
}
#bg-apropos, #bg-illustration, #bg-contact {
    height: 82px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.75em;
    color: #ffff00;
    background: url('images/color-menu-hover.gif') repeat-y scroll -250px 0px rgba(0, 0, 0, 1);
    transition: all 0.2s ease-in-out 0.2s;
}
#bg-apropos {
    padding: 13px 0 0;
}
#bg-illustration {
    outline: 7px solid #ffff00;
    padding: 16px 0 0;
}
#bg-contact {
    padding: 19px 0 0;
}
#bg-apropos:hover,
#bg-illustration:hover,
#bg-contact:hover {
    color: #000;
    background-position: 0 0px;
}
.link-apropos, .link-illustration, .link-contact {

    /*-webkit-transform: translateX(80px) translateY(50px);
    -moz-transform: translateX(80px) translateY(50px);
    -o-transform: translateX(80px) translateY(50px);
    -ms-transform: translateX(80px) translateY(50px);
    transform: translateX(80px) translateY(50px);
    transition: all 0.2s ease-in-out 0.2s;*/
}
#bg-apropos:hover .link-apropos,
#bg-illustration:hover .link-illustration,
#bg-contact:hover .link-contact {
    transition: all 0.2s ease-in-out 0.2s;
}
.en-menu {
    font-size: 0.65em;
    margin: 5px 0 0 0;
    text-transform: initial;
}
#bas-header {
    width: 0;
    height: 0;
    border-bottom: 170px solid transparent;
    border-right: 125px solid rgba(255,255,0,1);
    border-left: 125px solid rgba(255,255,0,1);
}
/*#triangle {
    width: 0;
    height: 0;
    border-top: 164px solid #ffff00;
    border-right: 250px solid transparent;
}*/

/***** ----- FIN de MENU ----- *****/

/***** ----- LOGO ----- *****/

/*#logo {
    position: fixed;
    width: 200px;
    margin-top: 10px;
    margin-left: 50%;
    -webkit-animation: fondu 0.5s ease-in-out forwards;
    -moz-animation: fondu 0.5s ease-in-out forwards;
    -o-animation: fondu 0.5s ease-in-out forwards;
    -ms-animation: fondu 0.5s ease-in-out forwards;
    animation: fondu 0.5s ease-in-out forwards;
}*/

/***** ----- FIN de LOGO ----- *****/

/***** ----- TRAIT ----- *****/

/*@-webkit-keyframes trait-vertic {
    0%{opacity: 0; top: 0; left: 1400px; width: 0;}
    50%{opacity: 1;}
    100%{opacity: 1; top: 480px; left: -213px; width: 1000px; }
}
@-moz-keyframes trait-vertic {
    0%{opacity: 0; top: 0; left: 1400px; width: 0;}
    50%{opacity: 1;}
    100%{opacity: 1; top: 480px; left: -213px; width: 1000px; }
}
@-o-keyframes trait-vertic {
    0%{opacity: 0; top: 0; left: 1400px; width: 0;}
    50%{opacity: 1;}
    100%{opacity: 1; top: 480px; left: -213px; width: 1000px; }
}
@-ms-keyframes trait-vertic {
    0%{opacity: 0; top: 0; left: 1400px; width: 0;}
    50%{opacity: 1;}
    100%{opacity: 1; top: 480px; left: -213px; width: 1000px; }
}
@keyframes trait-vertic {
    0%{opacity: 0; top: 0; left: 1400px; width: 0;}
    50%{opacity: 1;}
    100%{opacity: 1; top: 480px; left: -213px; width: 1000px; }
}
#trait-vertical {
    position: absolute;
    width: 1000px;
    height: 4px;
    top: 480px;
    left: -213px;
    z-index: 2;
    background-color: rgba(255,255,0,1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: trait-vertic 2.5s ease-in-out forwards;
    -moz-animation: trait-vertic 2.5s ease-in-out forwards;
    -o-animation: trait-vertic 2.5s ease-in-out forwards;
    -ms-animation: trait-vertic 2.5s ease-in-out forwards;
    animation: trait-vertic 2.5s ease-in-out forwards;
}
@-webkit-keyframes trait-diago {
    0%{top: 1400px; left: -1290px; opacity: 0;}
    50%{opacity: 1;}
    100%{top: 296px; left: -150px; width: 1400px; opacity: 1;}
}
@-moz-keyframes trait-diago {
    0%{top: 1400px; left: -1290px; opacity: 0;}
    50%{opacity: 1;}
    100%{top: 296px; left: -150px; width: 1400px; opacity: 1;}
}
@-o-keyframes trait-diago {
    0%{top: 1400px; left: -1290px; opacity: 0;}
    50%{opacity: 1;}
    100%{top: 296px; left: -150px; width: 1400px; opacity: 1;}
}
@-ms-keyframes trait-diago {
    0%{top: 1400px; left: -1290px; opacity: 0;}
    50%{opacity: 1;}
    100%{top: 296px; left: -150px; width: 1400px; opacity: 1;}
}
@keyframes trait-diago {
    0%{top: 1400px; left: -1290px; opacity: 0;}
    50%{opacity: 1;}
    100%{top: 296px; left: -150px; width: 1400px; opacity: 1;}
}
#trait-diagonale {
    position: absolute;
    width: 1400px;
    height: 2px;
    top: 296px;
    left: -150px;
    z-index: -1;
    background-color: rgba(255,255,0,1);
    -webkit-transform: rotate(-33deg);
    -moz-transform: rotate(-33deg);
    -o-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
    -webkit-animation: trait-diago 2.5s ease-in-out forwards;
    -moz-animation: trait-diago 2.5s ease-in-out forwards;
    -o-animation: trait-diago 2.5s ease-in-out forwards;
    -ms-animation: trait-diago 2.5s ease-in-out forwards;
    animation: trait-diago 2.5s ease-in-out forwards;
}
@-webkit-keyframes trait-diago2 {
    0%{top: 340px; right: -370px; width: 0; opacity: 1;}
    50%{opacity: 1;}
    100%{top: 670px; right: -40px; width: 400px; opacity: 1;}
}
@-moz-keyframes trait-diago2 {
    0%{bottom: 280px; right: -370px; width: 0; opacity: 1;}
    50%{opacity: 1;}
    100%{bottom: 100px; right: -80px; width: 400px; opacity: 1;}
}
@-o-keyframes trait-diago2 {
    0%{top: 340px; right: -370px; width: 0; opacity: 1;}
    50%{opacity: 1;}
    100%{top: 670px; right: -40px; width: 400px; opacity: 1;}
}
@-ms-keyframes trait-diago2 {
    0%{top: 340px; right: -370px; width: 0; opacity: 1;}
    50%{opacity: 1;}
    100%{top: 670px; right: -40px; width: 400px; opacity: 1;}
}
@keyframes trait-diago2 {
    0%{bottom: 400px; right: -370px; width: 0; opacity: 1;}
    50%{opacity: 1;}
    100%{bottom: 100px; right: -80px; width: 400px; opacity: 1;}
}
#trait-diagonale2 {
    position: absolute;
    width: 400px;
    height: 6px;
    bottom: 100px;
    right: -80px;
    z-index: 4;
    background-color: rgba(255,255,0,1);
    -webkit-transform: rotate(-33deg);
    -moz-transform: rotate(-33deg);
    -o-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
    -webkit-animation: trait-diago2 4s ease-in-out forwards;
    -moz-animation: trait-diago2 4s ease-in-out forwards;
    -o-animation: trait-diago2 4s ease-in-out forwards;
    -ms-animation: trait-diago2 4s ease-in-out forwards;
    animation: trait-diago2 4s ease-in-out forwards;
}
/***** ----- FIN de TRAIT ----- *****/

/***** ----- ASIDE ----- *****/

aside {
    float: right;
    margin: 0 25px 0 0;
    -webkit-animation: fondu 1s ease-in-out forwards;
    -moz-animation: fondu 1s ease-in-out forwards;
    -o-animation: fondu 1s ease-in-out forwards;
    -ms-animation: fondu 1s ease-in-out forwards;
    animation: fondu 1s ease-in-out forwards;
}
aside img {
    width: 25%;
    padding: 0 10px 0 0;
}

/***** ----- FIN DE ASIDE ----- *****/


/***** ----- ARTICLE ----- *****/

section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-width: 100%;
    height: 100%;
    overflow: auto;
}
#apropos {
    background-image: url('images/bureau-pastel.jpg');
}
#illustration {
    background-image: url('images/bg-brique.jpg');
}
#expo {
    background-image: url('images/pastel.jpg');
}
article {
    position: relative;
    padding: 0 30px 20px 300px;
}
h1 {
    position: absolute;
    visibility: hidden;
}
.titre-site-tino {
    display: block;
    height: auto;
    max-width: 100%;
    margin-top: 190px;
    -webkit-animation: fondu 1s ease-in-out forwards;
    -moz-animation: fondu 1s ease-in-out forwards;
    -o-animation: fondu 1s ease-in-out forwards;
    -ms-animation: fondu 1s ease-in-out forwards;
    animation: fondu 1s ease-in-out forwards;
}
.wrapper-article {
    position: relative;
    padding: 0 0 50px 0;
}
.wrapper-article-apropos {
    position: relative;
    padding: 0 0 50px 0;
}
.wrapper-article-expo {
    position: relative;
    padding: 0 0 50px 0;
}
.content-home {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    -webkit-animation: fondu 1.5s ease-in-out forwards;
    -moz-animation: fondu 1.5s ease-in-out forwards;
    -o-animation: fondu 1.5s ease-in-out forwards;
    -ms-animation: fondu 1.5s ease-in-out forwards;
    animation: fondu 1.5s ease-in-out forwards;
}
.content-article {
    float: left;
    width: 31.33%;
    height: 620px;
    padding: 1%;
}
.premier {
    -webkit-animation: fondu 2s ease-in-out forwards;
    -moz-animation: fondu 2s ease-in-out forwards;
    -o-animation: fondu 2s ease-in-out forwards;
    -ms-animation: fondu 2s ease-in-out forwards;
    animation: fondu 2s ease-in-out forwards;
}
.deuxieme {
    -webkit-animation: fondu 2.5s ease-in-out forwards;
    -moz-animation: fondu 2.5s ease-in-out forwards;
    -o-animation: fondu 2.5s ease-in-out forwards;
    -ms-animation: fondu 2.5s ease-in-out forwards;
    animation: fondu 2.5s ease-in-out forwards;
}
.troisieme {
    -webkit-animation: fondu 3s ease-in-out forwards;
    -moz-animation: fondu 3s ease-in-out forwards;
    -o-animation: fondu 3s ease-in-out forwards;
    -ms-animation: fondu 3s ease-in-out forwards;
    animation: fondu 3s ease-in-out forwards;
}
.quatrieme {
    -webkit-animation: fondu 3.5s ease-in-out forwards;
    -moz-animation: fondu 3.5s ease-in-out forwards;
    -o-animation: fondu 3.5s ease-in-out forwards;
    -ms-animation: fondu 3.5s ease-in-out forwards;
    animation: fondu 3.5s ease-in-out forwards;
}
.cinquieme {
    -webkit-animation: fondu 4s ease-in-out forwards;
    -moz-animation: fondu 4s ease-in-out forwards;
    -o-animation: fondu 4s ease-in-out forwards;
    -ms-animation: fondu 4s ease-in-out forwards;
    animation: fondu 4s ease-in-out forwards;
}
.sixieme {
    -webkit-animation: fondu 4.5s ease-in-out forwards;
    -moz-animation: fondu 4.5s ease-in-out forwards;
    -o-animation: fondu 4.5s ease-in-out forwards;
    -ms-animation: fondu 4.5s ease-in-out forwards;
    animation: fondu 4.5s ease-in-out forwards;
}
/*.image-article {
}*/
.img-news {
    display: block;
    max-width: 100%;
    height: auto;
}
.titre-article {
    width: 100%;
    height: 60px;;
    border-top: 5px solid rgb(255,255,0);
    background-color: rgba(0,0,0,1);
}
.titre-article h2 {
    padding: 15px 0 0 15px;
    font-size: 1.5em;
    color: rgb(255,255,0);
}
.texte-article {
    width: 100%;
    background-color: rgba(255,255,255,1);
}
.texte-article p {
    font-family: monospace;
    font-size: 1.25em;
    line-height: 24px;
    padding: 15px;
}
.topbar {
    position: relative;
    padding: 20px 0 13px 0;
    margin: 9px 0 50px 0;
    box-shadow: 0 3px 0 #ffff00, 0 -3px 0 #ffff00;
}
article h2,
article h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.1;
}
article h2 {
    font-size: 110px;
    text-align: left;
    padding: 0 20px 0 0;
    /*min-width: 440px;*/
    color: rgba(255,255,255,1);
    text-shadow: 3px 3px 1px rgba(0,0,0,0.3);
}
article h3 {
    display: inline;
    font-size: 40px;
    text-align: left;
    color: rgba(255,255,0,1);
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
article .wrapper-article-apropos p{
    font-size: 16px;
    font-family: monospace;
    padding: 10px;
    line-height: 24px;
    color: #fff;
    display: table;
    background: rgba(0,0,0,0.75);
    padding: 10px;
    margin: 3px 0px;
}
article .wrapper-article-expo p{
    font-size: 16px;
    font-family: monospace;
    padding: 10px;
    line-height: 24px;
    color: #fff;
    display: table;
    background: rgba(0,0,0,0.75);
    padding: 10px;
    margin: 3px 0px;
}
.evenements {
    clear: both;
}
/*.panel{
    position: absolute;
    min-width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -150%;
    z-index: 3;
    background: rgba(0,0,0,0.25);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 50%,rgba(0,0,0,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 50%,rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 50%,rgba(0,0,0,1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 50%,rgba(0,0,0,1) 100%);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.panel:target {
    margin-top: 0%;
}*/
/*#home:target ~ #wrap-menu #bloc-menu #link-home,
#apropos:target ~ #wrap-menu #bloc-menu #bg-apropos,
#illustration:target ~ #wrap-menu #bloc-menu #bg-illustration,
#contact:target ~ #wrap-menu #bloc-menu #bg-contact{
    color: #000;
    background-position: 0 0px;
    transition: all 0.2s ease-in-out 0.2s;
}*/

/***** ----- FIN DE ARTICLE ----- *****/

/***** ----- FOOTER ----- *****/

footer {
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 170px;
    z-index: 4;
    font-family: 'Oswald', sans-serif;
    -webkit-animation: up 1.5s ease-in-out forwards;
    -moz-animation: up 1.5s ease-in-out forwards;
    -o-animation: up 1.5s ease-in-out forwards;
    -ms-animation: up 1.5s ease-in-out forwards;
    animation: up 1.5s ease-in-out forwards;
}
#footer {
    width: 0;
    height: 0;
    border-bottom: 170px solid rgba(255,255,0,1);
    border-right: 125px solid transparent;
    border-left: 125px solid transparent;
}
#copy {
    float: left;
    margin: 120px 0 0 55px;
    font-size: 13px;
    color: rgb(0,0,0);
    text-align: center;
}
#copy p {
    line-height: 1.7;
}
.copy a {
    font-size: 16px;
    color: rgb(0,0,0);
    line-height: 1;
    padding-bottom: 15px;
}
/***** ----- FIN de FOOTER ----- *****/


/***** ----- EXPOSITION ----- *****/

.mail {
    font-size: 1.5em;
    margin: 3px 0 10px 0;
}
#expo article h3, h4 {
    display: inline-block;
    margin: 3px 0;
    padding: 10px;
    background: rgba(0,0,0,0.75);
}
article h4 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: rgba(255,255,0,1);
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}

/***** ----- FIN DE EXPOSITION ----- *****/

/***** ----- illustration ----- *****/

.back {
    font-size: 50px;
    padding: 5px 10px;
    margin-right: 15px;
    vertical-align: calc(12px);
    color: #000;
    background: rgba(255,255,0,1);
    cursor: pointer;
    display: none;
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
#name {
    font-size: 75px;
}
.no-touch .back:hover {
    background: rgba(255,255,255,0.75);
}
/* stapel.css pour grille du illustration en mouvement */
.tp-grid {
    list-style-type: none;
    position: relative;
    display: block;
    z-index: 6;
}
.tp-grid li {
    position: absolute;
    width: 250px;
    height: 188px;
    cursor: pointer;
    border: 10px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    display: none;
    overflow: hidden;
}
.no-js .tp-grid li {
    position: relative;
    display: inline-block;
}
.tp-grid li a {
    display: block;
    outline: none;
}
.tp-grid li img {
    /*display: block;*/
    border: none;
}
.tp-title {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0%;
    margin: -35px 0 0 0;
    padding: 15px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #ffff00;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04);
    background: rgba(0,0,0,1);
    -webkit-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    -moz-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    -o-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    -ms-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
}
.tp-info {
    position: absolute;
    width: 100%;
    height: 13%;
    top: 158%;
    left: -120%;
    margin: -35px 0 0 0;
    padding: 15px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04);
    background: rgba(255,255,0,1);
    -webkit-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    -moz-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    -o-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    -ms-transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
    transform: skewY(-11deg) skewX(-33deg) rotate(-33deg);
}
.touch .tp-info {
    left: 0px;
}
.no-touch .tp-info {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.no-touch .tp-grid li:hover .tp-info {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms;
}
.no-touch .tp-open li:hover .tp-info {
    top: 55%;
    left: 0%;
}
.tp-title span:nth-child(2){
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    right: 30px;
    line-height: 2.5;
    color: #aaa;
}
/* lightbox */
.lightbox{
    position: fixed;
    width: 0px;
    height: 0px;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 99999;
    text-align: center;
    background: rgba(0,0,0,0.5);
    background: -webkit-gradient(radial, 0px, 100%, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-radial-gradient(ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
    background: -moz-radial-gradient(ellipse cover, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%);
    background: -o-radial-gradient(ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
}
.lightbox > div{
    position: relative;
    width: 100%;
    height: 80px;
    margin: 50px auto 0px auto;
}
.lightbox div h3,
.lightbox div p{
    display: inline-block;
    height: 60px;
    padding: 0px 20px;
    font-weight: normal;
}
.lightbox div h3{
    margin: 10px 0 10px 0;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: rgba(255,255,0,1);
    line-height: 1.2;
    text-align: right;
    text-transform: uppercase;
    border-right: 4px solid rgba(255,255,255,0.5);
}
.lightbox div h3 span {
    display: block;
    font-size: 16px;
    font-family: monospace;
    font-style: italic;
    color: rgba(255,255,0,0.5);
    line-height: 1;
}
.lightbox div p{
    max-width: 370px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    font-family: monospace;
    font-style: italic;
    color: rgba(255,255,255,0.5);
}
.lightbox a.close{
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    top: 5px;
    right: 10%;
    z-index: 7;
    font-size: 95px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #000;
    opacity: 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    background: #ffff00;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.lightbox img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    /*opacity: 0;*/
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.prev, .next{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -40px;
    left: 50%;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    text-align: center;
    color: #000;
    background: rgba(255,255,0,1);
    cursor: pointer;
}
.prev:hover, .next:hover{
    background: rgba(255,255,255,0.75);
}
.prev{
    margin-left: -50px;
}
.next{
    margin-left: 10px;
}
.lightbox:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 5px 0 150px 0;
}
.lightbox:target img,
.lightbox:target a.close{
    opacity: 1;
}
x:-o-prefocus, .lightbox img {
    height: 100%;
}
/* Loader */
.loader {
    position: absolute;
    left: 50%;
    margin-left: -120px;
}
.loader i {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-animation: loading 1s linear infinite forwards;
    -moz-animation: loading 1s linear infinite forwards;
    -o-animation: loading 1s linear infinite forwards;
    -ms-animation: loading 1s linear infinite forwards;
    animation: loading 1s linear infinite forwards;
}
.cssanimations .loader span {
    display: none;
}
.no-cssanimations .loader i {
    display: none;
}
.loader i:nth-child(2){
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loader i:nth-child(3){
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader i:nth-child(4){
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loader i:nth-child(5){
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loader i:nth-child(6){
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes loading{
    0%{opacity: 0; background-color: rgba(255,255,255,0.9);}
    100%{opacity: 1; -webkit-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9);}
}
@-moz-keyframes loading{
    0%{opacity: 0; background-color: rgba(255,255,255,0.9);}
    100%{opacity: 1; -moz-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9);}
}
@-o-keyframes loading{
    0%{opacity: 0; background-color: rgba(255,255,255,0.9);}
    100%{opacity: 1; -o-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9);}
}
@-ms-keyframes loading{
    0%{opacity: 0; background-color: rgba(255,255,255,0.9);}
    100%{opacity: 1; -ms-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9);}
}
@keyframes loading{
    0%{opacity: 0; background-color: rgba(255,255,255,0.9);}
    100%{opacity: 1; transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9);}
}

/***** ----- FIN DE illustration ----- *****/

/***** ----- MEDIAQUERIES ----- *****/
@media only screen and (max-width: 1300px) {
    /* home trait */
    #trait-vertical {display: none;}
    #trait-diagonale {display: none;}
}
@media only screen and (max-width: 1260px) {
    /* home */
    article #logo {margin-left: 15%;}
    .content-article {width: 48%;}
    /* page illustration */
    article h2 {font-size: 75px;}
}
@media only screen and (max-width: 768px) {
    /* menu */
    #wrap-menu-index {position: relative; width: 100%; margin: 0; -webkit-animation: none; -moz-animation: none; -o-animation: none; -ms-animation: none; animation: none;}
    #wrap-menu {position: relative; width: 100%; margin: 0; -webkit-animation: none; -moz-animation: none; -o-animation: none; -ms-animation: none; animation: none;}
    #bloc-menu {height: 75px; padding: 0; outline: none; outline-offset: none;}
    #logo-menu {max-width: 80px; top: 8px; left: 5%;}
    nav {width: 100%; padding: 0 0 0 25%;}
    nav ul li {display: inline-block; overflow: hidden; width: 25%;}
    #bg-apropos, #bg-illustration, #bg-contact {height: 75px; outline: none; outline-offset: 0; padding: 15px 0 0 0;}
    .link-apropos, .link-illustration, .link-contact {text-align: center; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; transition: none;}
    #bas-header {display: none;}
    /* home */
    #home article {width: 100%; right: 0; left: 0;}
    #home article #logo {margin: 90px auto 0 auto;}
    article #logo {max-width: 75%;}
    /* page */
    article {width: 95%; margin: 0 auto 40px; padding: 0;}
    /* footer */
    #trait-diagonale2 {display: none;}
    footer {display: none;}
}
@media only screen and (max-width: 648px) {
    /*.lightbox:target {padding-left: 0;}*/
    /* menu */
    #bg-apropos, #bg-illustration, #bg-contact {font-size: 1.25em;}
}
@media only screen and (max-width: 480px) {
    body {background-image: none; background-color: #000;}
    #logo-menu {max-width: 25%; top: 8px; left: 0;}
    .content-article {width: 100%; font-size: 0.75em;}
    #apropos, #illustration, #expo {background-image: none;}
    /*.panel {margin-top: -200%;}*/
    /* menu */
    #bg-apropos, #bg-illustration, #bg-contact {font-size: 0.85em; padding: 25px 0 0 0;}
    #link-apropos, #link-illustration, #link-contact {padding: 30px 0;}
    /* page illustration */
    article h2 {font-size: 40px; text-align: center;}
}
