#logo, .social, h1 {
    position: fixed;
}
#fireworks h2 span, header h2 span span {
    color: #00f;
}
.m6, .project {
    overflow: hidden;
}
#fireworks h2, #want-more {
    text-align: center;
}
#want-more h4, #want-more h5, h2 {
    font-weight: 900;
}
* {
    box-sizing: border-box;
}
body, html {
    margin: 0;
    padding: 0;
}
body {
    font-family: Merriweather, serif;
    overflow-x: hidden;
}
.fp #logo {
    opacity: 1;
    transition-delay: 0s;
}
#logo:hover {
    /*animation: .75s wiggle-logo infinite;*/
    background-color: rgba(255, 255, 255, 1);
}
.titre-s-1 .l1, .titre-s-1 .l2 {
    animation: apear 1.75s forwards;
}
#logo {
    background-color: rgba(255, 255, 255, .75);
    border-radius: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
    width: 15vh;
    height: auto;
    z-index: 9;
    opacity: 0;
    transition: .75s opacity cubic-bezier(.55, .085, .68, .53), 1.5s transform cubic-bezier(.55, .085, .68, .53), 1.5s background-color cubic-bezier(.55, .085, .68, .53);
    transition-delay: 2s;
    -webkit-backface-visibility: hidden;
}
h1 {
    color: transparent;
    user-select: none;
    cursor: default;
}
.social {
    top: 50px;
    right: 12.5%;
    z-index: 11;
}
.fp .social ul {
    opacity: 1;
    transform: translateY(0);
}
.social ul {
    padding-left: 0;
    opacity: 0;
    transform: translateY(5px);
    transition: .5s opacity ease-in-out, .5s transform ease-in-out;
    transition-delay: 2s;
}
.social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}
.social ul li img {
    width: 35px;
    height: 35px;
    opacity: 1;
    transform: translateY(0);
    transition: .5s opacity ease-in-out, .5s transform ease-in-out;
}
.social ul li img:hover {
    opacity: .5;
    transform: translateY(-2px);
}
.titre-s-1 .l1, .titre-s-1 .l2, .titre-s-1 .l3 {
    opacity: 0;
    transform: translateY(15px);
}
.social ul li:last-of-type {
    margin-right: 0;
}
.titre-s-1 {
    height: 75vh;
    display: flex;
    align-items: center;
    margin-left: 8vw;
    margin-top: 12.5vh;
}
.titre-s-1 .l1 {
    display: block;
    animation-delay: .25s;
}
.titre-s-1 .l2 {
    display: block;
    animation-delay: .5s;
}
.titre-s-1 .l3 {
    display: block;
    animation: apear 1.75s forwards;
    animation-delay: .75s;
}
h2 {
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header h2 span {
    display: block;
}
hr.double-line {
    border-top: 5px solid #fff;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    height: 10px;
    opacity: .75;
    width: 120%;
    margin-left: -10%}
#fireworks .ballon, #fireworks h2 {
    margin-left: auto;
    margin-right: auto;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.m6 {
    width: 50%}
.photo {
    position: relative;
    height: 100vh;
}
.photo img {
    opacity: .6;
    width: 75%;
    top: 50%;
    position: absolute;
    animation: 2s fade-in-photo forwards;
    transform: translate(-100%, -50%);
    display: block;
}
#fireworks {
    background-image: url(../images/bg-fireworks.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 40px;
    position: relative;
    z-index: 10;
}
#fireworks .ballon {
    width: 15vh;
    height: auto;
    display: table;
}
#fireworks h2 {
    max-width: 33vw;
}
#project-list {
    margin-bottom: 50px;
}
#project-list h2 {
    margin-left: 8vw;
    margin-top: 150px;
}
#project-list>.flex-row {
    margin-left: -15px;
    margin-right: -15px;
}
.project {
    width: 50%;
    padding: 15px;
}
.project hr.double-line {
    opacity: 0;
    transition: .75s opacity ease-in-out;
    margin-bottom: 30px;
}
.project:hover img {
    opacity: .1;
}
.project:hover .cont-project .cont-text h3 {
    transform: translateY(0);
    opacity: 1;
}
.project:hover .cont-project .cont-text h3:hover {
    opacity: .5;
}
.project:hover .cont-project .cont-text>p {
    transform: translateY(0);
    opacity: 1;
}
.project:hover .cont-project .cont-text, .project:hover hr.double-line {
    opacity: 1;
}
.project img {
    width: 100%;
    height: auto;
    opacity: .66;
    transition: .33s opacity ease-in-out;
    filter: grayscale(100%);
    margin-bottom: -5px;
}
.cont-project a {
    text-decoration: none;
    color: #000;
}
.cont-project {
    position: relative;
    background-color: #c1bfb3;
    transition: .33s background-color ease-in-out;
    cursor: pointer;
}
.cont-project .background-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 4;
}
.cont-project .cont-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: table;
    bottom: 5px;
    padding: 10px 15px;
    opacity: 0;
    transition: .33s opacity ease-in-out;
    color: #fff;
    z-index: 5;
}
.cont-project .cont-text h3, .cont-project div.cont-text>p {
    opacity: 0;
    display: block;
    transition: .5s opacity ease-in, .25s transform ease-in;
}
.cont-project .cont-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    transform: translateY(20px);
    margin-top: 0;
}
.cont-project div.cont-text>p {
    transform: translateY(-20px);
}
.cont-project .cont-text a, .cont-project .cont-text p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
    transition: .33s opacity ease-in-out;
}
.cont-project .cont-text p:hover a {
    opacity: .5;
}

#want-more h5 a:hover {
	color: #00f;
}

.cont-project .cont-text p:first-of-type {
    margin-top: 15px;
    margin-bottom: 10px;
}
.cont-project:hover {
    background-color: #00f;
}
#want-more h4 {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 200px;
}
#want-more h5 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 100px;
}
#want-more h5 a {
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: .33s all ease-in-out;
}
#want-more img {
    width: 25%;
    margin-bottom: 100px;
    min-width: 200px;
}
@media screen and (max-width:768px) {
    hr.double-line {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
    border-top: 4px solid #fff;
    border-bottom: 2px solid #fff;
}
.m6, .photo img, .project, .social {
    width: 100%}
#logo {
    display: none;
}
h2 {
    font-size: 25px;
}
header>div.flex-row {
    flex-direction: column;
}
.social {
    top: 0;
    right: initial;
    z-index: 11;
    left: 0;
    text-align: right;
    padding: 10px;
    background-color: #fff;
}
.social ul {
    margin-top: 0;
    margin-bottom: 0;
}
.titre-s-1 {
    height: auto;
    margin-top: 10vh;
}
.photo {
    height: auto;
    margin-bottom: -5px;
}
.photo img {
    position: relative;
    transform: none;
    animation: unset;
    opacity: .6;
    margin-bottom: 30px;
}
#fireworks {
    padding: 90px 20px;
}
#fireworks h2 {
    max-width: 95%;
    margin-top: 50px;
}
#project-list h2 {
    margin-top: 80px;
}
#want-more h4 {
    font-size: 24px;
    margin-top: 100px;
}
#want-more h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 50px;
}
}@media screen and (max-width:1024px) {
    #logo {
    left: initial;
    right: 12.5%;
    position: absolute;
    transform: translate(50%, -50%) translateZ(0) scale(1, 1);
}
#project-list>.flex-row {
    margin-left: 0;
    margin-right: 0;
}
.cont-project {
    background-color: #00f;
}
.project img {
    opacity: .333;
}
.project .cont-project .cont-text, .project hr.double-line {
    opacity: 1;
}
.project .cont-project .cont-text h3 {
    transform: translateY(0);
    opacity: 1;
    font-size: 18px;
}
.project .cont-project .cont-text>p {
    transform: translateY(0);
    opacity: 1;
    font-size: 14px;
}
#fireworks h2 {
    max-width: 75vw;
    margin-top: 25px;
}
}