html {
font-size: 62.5%;
}
html,
body {
border: 0;
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
margin: 0;
padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
border: 0;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
border: 0;
font-size: 100%;
vertical-align: baseline;
margin: 0;
padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
display: block;
}
table {
border-collapse: separate;
border-spacing: 0;
}
table caption,
table th,
table td {
text-align: left;
vertical-align: middle;
}
.clearfix {
clear: both;
}
a img {
border: 0;
}
:focus {
outline: 0;
}
.logo {
color: #202020;
text-decoration: none;
font-weight: 800;
font-size: 20px;
font-size: 2rem;
line-height: 100px;
vertical-align: middle;
padding-left: 55px;
letter-spacing: 1;
opacity: 0;
}
.logo span {
display: inline-block;
opacity: 0;
letter-spacing: 0.05rem;
white-space: pre;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
#header {
position: relative;
background: #f6f6f6;
}
.menu-header-container {
position: absolute;
right: 0;
top: 0;
height: 100px;
padding-right: 55px;
}
#menu-header {
text-align: right;
}
#menu-header li {
display: inline-block;
list-style: none;
line-height: 100px;
vertical-align: middle;
margin-left: 60px;
opacity: 0;
}
#menu-header li a {
text-decoration: none;
color: #202020;
font-size: 16px;
font-size: 1.6rem;
height: 100px;
display: block;
-webkit-transition: 400ms all ease-in-out;
-moz-transition: 400ms all ease-in-out;
-ms-transition: 400ms all ease-in-out;
-o-transition: 400ms all ease-in-out;
}
#menu-header li a:hover {
color: #fd7d5f;
}
#menu-header li.current_page_item a {
color: #6b6b6b;
}
#menu-header li.current_page_item a:hover {
color: #fd7d5f;
}
.accueil-container {
background: #f6f6f6;
display: grid;
grid-template-columns: repeat(6, 16.66666667%);
grid-template-rows: repeat(16, auto);
min-height: 100vh;
min-height: calc(var(--vh, 1vh) * 100);
}
@-webkit-keyframes imgAfterSlide {
0% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
45% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
55% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@keyframes imgAfterSlide {
0% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
45% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
55% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@-webkit-keyframes imgappear {
0% {
opacity: 0;
}
45% {
opacity: 0;
}
55% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes imgappear {
0% {
opacity: 0;
}
45% {
opacity: 0;
}
55% {
opacity: 1;
}
100% {
opacity: 1;
}
}
.profil-container {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 9;
overflow: hidden;
position: relative;
height: 650px;
}
.profil-container:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #fd7d5f;
-webkit-transform-origin: right top;
transform-origin: right top;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: imgAfterSlide;
animation-name: imgAfterSlide;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition-timing-function: cubic-bezier(1, 0, 0, 0.95);
}
.profil-container img {
margin: 0 auto;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: imgappear;
animation-name: imgappear;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition-timing-function: cubic-bezier(1, 0, 0, 0.95);
}
@-webkit-keyframes imgAfterSlideTwo {
0% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
45% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
54.999% {
-webkit-transform-origin: top;
transform-origin: top;
}
55% {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
}
@keyframes imgAfterSlideTwo {
0% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
45% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
54.999% {
-webkit-transform-origin: top;
transform-origin: top;
}
55% {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
}
@-webkit-keyframes imgappearTwo {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
51% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes imgappearTwo {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
51% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes lieuAppear {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes lieuAppear {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.lieu-image-wrapper .lieu-texte-container {
z-index: 1;
opacity: 1;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: lieuAppear;
animation-name: lieuAppear;
-webkit-animation-delay: 900ms;
animation-delay: 900ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition-timing-function: cubic-bezier(1, 0, 0, 0.95);
}
.lieu-image-wrapper:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #fd7d5f;
-webkit-transform-origin: top;
transform-origin: top;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: imgAfterSlideTwo;
animation-name: imgAfterSlideTwo;
-webkit-animation-delay: 700ms;
animation-delay: 700ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition-timing-function: linear;
}
.lieu-image-wrapper img {
margin: 0 auto;
position: relative;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: imgappearTwo;
animation-name: imgappearTwo;
-webkit-animation-delay: 700ms;
animation-delay: 700ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition-timing-function: linear;
}
@-webkit-keyframes slideAfterAccueil {
0% {
right: 100%;
width: 0%;
}
50% {
right: 0;
width: 100%;
}
80% {
width: 30%;
right: 0;
}
100% {
right: 0;
width: 37%;
}
}
@keyframes slideAfterAccueil {
0% {
right: 100%;
width: 0%;
}
50% {
right: 0;
width: 100%;
}
80% {
width: 30%;
right: 0;
}
100% {
right: 0;
width: 37%;
}
}
.intro-accueil {
grid-column-start: 3;
grid-column-end: 6;
grid-row-start: 3;
grid-row-end: 7;
justify-self: center;
}
.intro-accueil h1 {
font-size: 3.5vw;
letter-spacing: 0.1vw;
font-weight: 800;
text-transform: uppercase;
display: block;
position: relative;
padding-bottom: 2vw;
}
.intro-accueil h1 span {
display: inline-block;
opacity: 0;
letter-spacing: 0.05rem;
white-space: pre;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
.intro-accueil h1:after {
content: "";
background: #fd7d5f;
height: 0.8vw;
width: 0;
position: absolute;
bottom: 0;
right: 0;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: slideAfterAccueil;
animation-name: slideAfterAccueil;
-webkit-animation-delay: 600ms;
animation-delay: 600ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
transition-timing-function: linear;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.metiers {
margin-top: 1vw;
font-size: 1.5vw;
}
.metier {
margin-bottom: 0.5vw;
}
.lieu-container {
grid-column-start: 4;
grid-column-end: 7;
grid-row-start: 8;
grid-row-end: 17;
position: relative;
}
.lieu-container img {
width: 100%;
height: auto;
padding-top: 13px;
}
.lieu-texte-container {
position: absolute;
top: 0;
left: 10%;
background: white;
padding: 20px 40px;
font-weight: 800;
font-size: 0.88vw;
}
.lieu-txt {
color: #fd7d5f;
}
.white-background {
background: white;
grid-column-start: 1;
grid-column-end: 7;
grid-row-start: 16;
grid-row-end: 17;
width: 100%;
}
.description-container {
position: relative;
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 9;
grid-row-end: 16;
justify-self: center;
align-self: center;
font-size: 1vw;
}
.description-container p:first-child {
padding-bottom: 1rem;
}
.description-container a {
color: #fd7d5f;
font-weight: 800;
}
.description-container .orange-square {
position: absolute;
background: #fd7d5f;
bottom: -30px;
right: -60px;
width: 1vw;
height: 1vw;
}
.projet-container {
overflow: hidden;
padding-bottom: 50px;
}
.projet-container h2 {
font-size: 3vw;
letter-spacing: 0.1vw;
font-weight: 800;
text-transform: uppercase;
display: block;
width: 15vw;
position: relative;
padding-left: 16.66666667%;
padding-bottom: 1vw;
padding-top: 30px;
}
.projet-container h2:after {
content: "";
background: #fd7d5f;
height: 0.6vw;
width: 25%;
position: absolute;
bottom: 0;
right: 0;
}
.container-project {
height: 70vh;
height: calc(var(--vh, 1vh) * 70);
width: 100%;
position: relative;
padding-bottom: 10vh;
padding-bottom: calc(var(--vh, 1vh) * 10);
z-index: 3;
}
.container-img {
height: 50vh;
height: calc(var(--vh, 1vh) * 50);
position: relative;
z-index: 2;
width: 100%;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.container-img:after {
height: 50vh;
height: calc(var(--vh, 1vh) * 50);
position: relative;
z-index: 1;
width: 100%;
}
.container-img-page {
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
position: relative;
z-index: 1;
width: 100%;
overflow: hidden;
}
.card-link {
text-decoration: none;
display: block;
position: relative;
height: 100%;
width: 66.66666667%;
z-index: 10;
color: #202020;
margin: 0 auto;
}
.img-hidden {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10;
}
.img-thumb {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: 1s all cubic-bezier(0.12, 0.86, 0.36, 1.02);
}
.card-link:hover .img-thumb {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
.img-page {
position: absolute;
top: 0;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
height: auto;
}
.img-thumb-height {
height: 100%;
width: auto;
}
.img-page-height {
height: 100%;
width: auto;
}
.background-img {
background-color: #f6f6f6;
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
transition: 500ms all cubic-bezier(1, 0, 0, 1);
z-index: 1;
}
@-webkit-keyframes bgImgScale {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
50% {
-webkit-transform: scale(1.2, 1.6) rotate(2deg);
transform: scale(1.2, 1.6) rotate(2deg);
}
62.5% {
-webkit-transform: scale(1.2, 1.6) rotate(2deg);
transform: scale(1.2, 1.6) rotate(2deg);
}
to {
-webkit-transform: scale(2, 2) rotate(0deg);
transform: scale(2, 2) rotate(0deg);
}
}
@keyframes bgImgScale {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
50% {
-webkit-transform: scale(1.2, 1.6) rotate(2deg);
transform: scale(1.2, 1.6) rotate(2deg);
}
62.5% {
-webkit-transform: scale(1.2, 1.6) rotate(2deg);
transform: scale(1.2, 1.6) rotate(2deg);
}
to {
-webkit-transform: scale(2, 2) rotate(0deg);
transform: scale(2, 2) rotate(0deg);
}
}
@-webkit-keyframes thumbScale {
from {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
60% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
top: 50%;
}
90% {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: 100px;
}
to {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: 100px;
}
}
@keyframes thumbScale {
from {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
60% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
top: 50%;
}
90% {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: 100px;
}
to {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: 100px;
}
}
@-webkit-keyframes cardLinkScale {
from {
width: 66.66666667%;
}
to {
width: 100%;
}
}
@keyframes cardLinkScale {
from {
width: 66.66666667%;
}
to {
width: 100%;
}
}
@-webkit-keyframes containerImgScale {
from {
height: 50vh;
height: calc(var(--vh, 1vh) * 50);
}
to {
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
}
}
@keyframes containerImgScale {
from {
height: 50vh;
height: calc(var(--vh, 1vh) * 50);
}
to {
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
}
}
@-webkit-keyframes ImgDescrSlide {
from {
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
to {
-webkit-transform: translateY(200%) scale(1, 0);
transform: translateY(200%) scale(1, 0);
}
}
@keyframes ImgDescrSlide {
from {
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
to {
-webkit-transform: translateY(200%) scale(1, 0);
transform: translateY(200%) scale(1, 0);
}
}
@-webkit-keyframes separatorTags {
from {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
to {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes separatorTags {
from {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
to {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
.container-img-descr {
position: absolute;
display: block;
height: 220px;
width: 100%;
left: 5%;
top: 85%;
z-index: 20;
}
.container-img-descr .vertical-bar {
width: 14px;
height: 100%;
background: #fd7d5f;
position: absolute;
left: 0;
top: 0;
bottom: 0;
}
.container-img-descr .descr {
position: absolute;
bottom: 20px;
left: 0;
display: block;
width: 100%;
}
.container-img-descr h3 {
font-size: 40px;
font-size: 4rem;
font-weight: 800;
color: #fd7d5f;
display: block;
position: relative;
padding-left: 70px;
}
.container-img-descr .date {
font-size: 20px;
font-size: 2rem;
display: block;
position: relative;
padding-left: 70px;
color: #202020;
}
.container-img-descr--right {
position: absolute;
display: block;
height: 220px;
width: 100%;
right: 5%;
top: 85%;
z-index: 20;
}
.container-img-descr--right .vertical-bar {
width: 14px;
height: 100%;
background: #fd7d5f;
position: absolute;
right: 0;
top: 0;
bottom: 0;
}
.container-img-descr--right .descr {
position: absolute;
bottom: 20px;
right: 0;
display: block;
width: 100%;
text-align: right;
}
.container-img-descr--right h3 {
font-size: 40px;
font-size: 4rem;
letter-spacing: 0.1vw;
font-weight: 800;
color: #fd7d5f;
display: block;
position: relative;
padding-right: 7rem;
}
.container-img-descr--right .date {
font-size: 20px;
font-size: 2rem;
display: block;
position: relative;
padding-right: 7rem;
}
@-webkit-keyframes loaderOpening {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes loaderOpening {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-webkit-keyframes loaderOpeningWithCard {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes loaderOpeningWithCard {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-webkit-keyframes loaderBarOpening {
from {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: translateY(0) scaleY(0);
transform: translateY(0) scaleY(0);
}
49.999% {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: translateY(-25%) scaleY(1);
transform: translateY(-25%) scaleY(1);
}
50% {
-webkit-transform: translateY(-25%) scaleY(1);
transform: translateY(-25%) scaleY(1);
-webkit-transform-origin: top;
transform-origin: top;
}
to {
-webkit-transform: translateY(-50%) scaleY(0);
transform: translateY(-50%) scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
}
}
@keyframes loaderBarOpening {
from {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: translateY(0) scaleY(0);
transform: translateY(0) scaleY(0);
}
49.999% {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: translateY(-25%) scaleY(1);
transform: translateY(-25%) scaleY(1);
}
50% {
-webkit-transform: translateY(-25%) scaleY(1);
transform: translateY(-25%) scaleY(1);
-webkit-transform-origin: top;
transform-origin: top;
}
to {
-webkit-transform: translateY(-50%) scaleY(0);
transform: translateY(-50%) scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
}
}
.loader-card {
position: fixed;
z-index: 2;
width: 100%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
top: 100%;
left: 0;
background: #f6f6f6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.loader {
position: fixed;
z-index: 30;
width: 100%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
top: 100%;
left: 0;
background: #f6f6f6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: 1s -webkit-transform ease-in-out;
transition: 1s transform ease-in-out;
transition: 1s transform ease-in-out, 1s -webkit-transform ease-in-out;
}
.loader .loader-bar--one {
background: #fd7d5f;
position: fixed;
z-index: 40;
width: 20%;
max-width: 70px;
height: 80vh;
height: calc(var(--vh, 1vh) * 80);
top: 20%;
left: 25%;
-webkit-transform: scaleY(0) translateY(0);
transform: scaleY(0) translateY(0);
}
.loader .loader-bar--two {
background: #fd7d5f;
position: fixed;
z-index: 40;
width: 20%;
max-width: 10px;
height: 50vh;
height: calc(var(--vh, 1vh) * 50);
top: 30%;
left: 50%;
-webkit-transform: scaleY(0) translateY(0);
transform: scaleY(0) translateY(0);
}
.loader .loader-bar--three {
background: #fd7d5f;
position: fixed;
z-index: 40;
width: 15%;
max-width: 30px;
height: 30vh;
height: calc(var(--vh, 1vh) * 30);
top: 10%;
left: 80%;
-webkit-transform: scaleY(0) translateY(0);
transform: scaleY(0) translateY(0);
}
.loader.is-opening {
-webkit-animation-duration: 1500ms;
animation-duration: 1500ms;
-webkit-animation-name: loaderOpening;
animation-name: loaderOpening;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.loader.is-opening .loader-bar--one {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-name: loaderBarOpening;
animation-name: loaderBarOpening;
-webkit-animation-delay: 500ms;
animation-delay: 500ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
will-change: transform;
}
.loader.is-opening .loader-bar--two {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-webkit-animation-name: loaderBarOpening;
animation-name: loaderBarOpening;
-webkit-animation-delay: 1000ms;
animation-delay: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
will-change: transform;
}
.loader.is-opening .loader-bar--three {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
-webkit-animation-name: loaderBarOpening;
animation-name: loaderBarOpening;
-webkit-animation-delay: 700ms;
animation-delay: 700ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
will-change: transform;
}
.is-opening .background-img {
-webkit-animation-duration: 1600ms;
animation-duration: 1600ms;
-webkit-animation-name: bgImgScale;
animation-name: bgImgScale;
-webkit-animation-delay: 200ms;
animation-delay: 200ms;
-webkit-transform: scale(2, 2) rotate(0deg);
transform: scale(2, 2) rotate(0deg);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
will-change: scale,rotate;
}
.is-opening.container-img {
-webkit-animation-duration: 700ms;
animation-duration: 700ms;
-webkit-animation-delay: 1200ms;
animation-delay: 1200ms;
-webkit-animation-name: containerImgScale;
animation-name: containerImgScale;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
will-change: height;
}
.is-opening .card-link {
-webkit-animation-duration: 600ms;
animation-duration: 600ms;
-webkit-animation-name: cardLinkScale;
animation-name: cardLinkScale;
-webkit-animation-delay: 1200ms;
animation-delay: 1200ms;
width: 100%;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
will-change: width;
}
.is-opening .img-thumb {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: thumbScale;
animation-name: thumbScale;
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.is-opening .container-img-descr,
.is-opening .container-img-descr--right {
-webkit-animation-duration: 1200ms;
animation-duration: 1200ms;
-webkit-animation-name: ImgDescrSlide;
animation-name: ImgDescrSlide;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#footer {
text-align: center;
background: #f6f6f6;
padding-top: 10px;
}
#footer h2 {
font-size: 2.3vw;
letter-spacing: 0.1vw;
font-weight: 800;
text-transform: uppercase;
position: relative;
text-align: center;
padding-bottom: 1vw;
padding-top: 50px;
}
#footer h2:after {
content: "";
background: #fd7d5f;
height: 0.6vw;
width: 10%;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
#footer p {
margin: 50px 0 40px;
font-size: 18px;
font-size: 1.8rem;
letter-spacing: -0.01em;
}
#footer a {
font-size: 16px;
font-size: 1.6rem;
display: block;
text-decoration: none;
color: #666;
font-weight: 800;
padding-bottom: 10px;
}
#footer .mail {
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 25px;
color: #fd7d5f;
}
#copyright {
margin-top: 30px;
padding: 30px 0;
background: #f6f6f6;
width: 100%;
font-size: 14px;
font-size: 1.4rem;
}
@-webkit-keyframes slideAfterArticle {
0% {
-webkit-transform: translateX(-10%) scaleX(0);
transform: translateX(-10%) scaleX(0);
}
50% {
-webkit-transform: translateX(0) scaleX(1.2);
transform: translateX(0) scaleX(1.2);
}
100% {
-webkit-transform: translateX(0) scaleX(1);
transform: translateX(0) scaleX(1);
}
}
@keyframes slideAfterArticle {
0% {
-webkit-transform: translateX(-10%) scaleX(0);
transform: translateX(-10%) scaleX(0);
}
50% {
-webkit-transform: translateX(0) scaleX(1.2);
transform: translateX(0) scaleX(1.2);
}
100% {
-webkit-transform: translateX(0) scaleX(1);
transform: translateX(0) scaleX(1);
}
}
.article-wrapper {
overflow: hidden;
}
.article-wrapper h1 {
font-size: 3.5vw;
letter-spacing: 0.1vw;
font-weight: 800;
text-transform: uppercase;
display: block;
position: relative;
padding-bottom: 1vw;
text-align: center;
margin: 4vw 0 4vw;
}
.article-wrapper h1 span {
display: inline-block;
opacity: 0;
letter-spacing: 0.05rem;
white-space: pre;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
.article-wrapper h1.is-active:after {
content: "";
background: #fd7d5f;
height: 0.8vw;
width: 20%;
position: absolute;
bottom: 0;
left: 40%;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-transform-origin: left;
transform-origin: left;
-webkit-animation-name: slideAfterArticle;
animation-name: slideAfterArticle;
-webkit-animation-delay: 300ms;
animation-delay: 300ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
transition-timing-function: linear;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.descr-projet {
width: 90%;
max-width: 700px;
margin: 0 auto 4vw;
display: flex;
}
.separator-tags-projet {
width: 1px;
background: #c8c8c8;
height: 100px;
flex-basis: 1px;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: separatorTags;
animation-name: separatorTags;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition-timing-function: cubic-bezier(1, 0, 0, 0.95);
}
.tags-projet {
font-size: 15px;
font-size: 1.5rem;
color: #494949;
line-height: 180%;
font-weight: 700;
display: block;
flex-grow: 1;
flex-basis: 0;
}
.tags-projet .inner-tags-projet {
text-align: right;
display: inline-block;
}
.tags-projet .inner-tags-projet span {
display: inline-block;
}
.site-projet {
flex-grow: 1;
flex-basis: 0;
text-align: right;
}
.site-projet a {
display: inline-flex;
text-decoration: none;
color: #202020;
font-weight: 700;
font-size: 18px;
font-size: 1.8rem;
justify-content: flex-end;
align-items: center;
position: relative;
}
.site-projet a .website-arrow {
display: inline-block;
margin-left: 15px;
-webkit-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
-moz-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
-ms-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
-o-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
}
.site-projet a .website-underline {
height: 3px;
background: #202020;
width: 0;
position: absolute;
bottom: -10px;
right: 45px;
-webkit-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
-moz-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
-ms-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
-o-transition: 400ms all cubic-bezier(0.05, 0.9, 0.13, 0.99);
}
.site-projet a:hover .website-arrow {
margin-left: 20px;
display: inline-block;
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
.site-projet a:hover .website-underline {
width: 100%;
}
.full-img-wrapper {
margin-bottom: 8vw;
}
.full-img-wrapper img {
width: 100%;
height: auto;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.large-img-wrapper {
width: 70vw;
margin: 0 auto;
margin-bottom: 8vw;
}
.large-img-wrapper img {
width: 100%;
height: auto;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.txt-wrapper {
width: 80%;
margin: 0 auto 8vw;
max-width: 600px;
}
.txt-wrapper h2 {
font-size: 24px;
font-size: 2.4rem;
text-transform: uppercase;
color: #fd7d5f;
margin-bottom: 1rem;
}
.txt-wrapper p {
font-size: 16px;
font-size: 1.6rem;
color: #494949;
line-height: 180%;
}
.txt-wrapper blockquote {
font-weight: 700;
color: #8f8f8f;
font-size: 1.4rem;
text-align: justify;
position: relative;
padding: 40px 0;
display: block;
margin-bottom: 5vw;
}
.txt-wrapper blockquote:before {
content: "";
background: #f6f6f6;
width: 100vw;
position: absolute;
left: 50%;
top: 50%;
height: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.txt-wrapper blockquote p {
z-index: 2;
position: relative;
}
.multiple-bloc-wrapper {
width: 75vw;
display: flex;
margin: 0 auto 5vw;
justify-content: space-between;
align-items: center;
}
.multiple-bloc-wrapper h2 {
font-size: 24px;
font-size: 2.4rem;
text-transform: uppercase;
color: #fd7d5f;
margin-bottom: 1rem;
}
.multiple-bloc-wrapper p {
font-size: 16px;
font-size: 1.6rem;
color: #494949;
line-height: 180%;
}
.multiple-bloc-wrapper .left-bloc .img-container {
width: 36.5vw;
}
.multiple-bloc-wrapper .left-bloc .img-container img {
width: 100%;
height: auto;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.multiple-bloc-wrapper .left-bloc .txt-container {
width: 30vw;
text-align: left;
}
.multiple-bloc-wrapper .right-bloc .img-container {
width: 36.5vw;
}
.multiple-bloc-wrapper .right-bloc .img-container img {
width: 100%;
height: auto;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.multiple-bloc-wrapper .right-bloc .txt-container {
width: 30vw;
text-align: right;
}
.video-wrapper {
display: flex;
justify-content: center;
margin: 0 auto 8vw;
}
.video-wrapper .wp-video {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.video-wrapper .mejs-controls {
display: none;
}
.projet-precedent {
margin: 0 auto 1rem;
padding-bottom: 50px;
text-align: center;
font-size: 30px;
font-size: 3rem;
text-transform: uppercase;
color: #202020;
font-weight: bold;
position: relative;
display: block;
}
.projet-precedent:after {
content: "";
background: #fd7d5f;
height: 3px;
width: 10%;
position: absolute;
bottom: 0;
right: 45%;
}
.lien-iematuer {
text-align: center;
display: block;
}
.lien-iematuer img {
display: inline-block;
margin: 50px auto 100px;
}
.sandbox-projects-wrapper {
flex-flow: row wrap;
width: 76vw;
display: flex;
margin: 0 auto 5vw;
justify-content: space-between;
}
.sandbox-projet-block {
width: 36.5vw;
background: #f4f4f4;
margin: 0 0 3vw;
}
.sandbox-project-container{
color: black;
text-decoration: none;
}
.sandbox-img-container{
overflow: hidden;
height: 25.5vw;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 0px transparent solid;
position: relative;
display: flex;
flex-flow: column nowrap;
}
.sandbox-img-container:before{
content: "";
background: #f4e6e2;
width: 100%;
height: 4px;
bottom: 0;
left: 0;
position: absolute;
z-index: 2;
}
.sandbox-img-container:after{
content: "";
background: #fd7d5f;
width: 0;
height: 4px;
transition: all 1000ms cubic-bezier(.13,.82,.58,1);
bottom: 0;
left: 0;
position: absolute;
z-index: 3;
}
.sandbox-project-container:hover .sandbox-img-container:after{
width: 100%;
}
.sandbox-img-container img{
position: absolute;
top: 50%;
left: 50%;
height: auto;
width: 100%;
transition: all 1000ms cubic-bezier(.13,.82,.58,1);
transform: translate(-50%,-50%) scale(1);
}
.sandbox-project-container:hover img{
transform: translate(-50%,-50%) scale(1.1);
}
.sandbox-project-categories{
font-size: 14px;
font-size: 1.4rem;
color: #666;
line-height: 180%;
font-weight: 700;
text-align: center;
padding: 20px;
}
.sandbox-project-description{
font-size: 13px;
font-size: 1.3rem;
line-height: 180%;
text-align: left;
padding: 0 3vw 3vw;
flex: 1 0 auto;
}
.retour-accueil-container {
overflow: hidden;
}
.retour-accueil {
margin: 0 auto 50px; 
padding-bottom: 30px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
position: relative;
display: block;
}
.retour-accueil a{
margin: 0 auto 1rem;
padding: 40px 0;
text-align: center;
font-size: 25px;
font-size: 2.5rem;
color: #202020;
font-weight: bold;
text-decoration: none;
position: relative;
transition: 300ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.retour-accueil a:hover{
margin: 0 auto 1rem;
text-align: center;
font-size: 25px;
font-size: 2.5rem;
color: #fd7d5f;
font-weight: bold;
text-decoration: none;
position: relative;
}
.retour-accueil:after {
content: "";
background: #fd7d5f;
height: 3px;
width: 10%;
position: absolute;
bottom: 0;
right: 45%;
}
@media (max-width: 1280px) {
.metiers {
margin-top: 1rem;
font-size: 17px;
font-size: 1.7rem;
}
.lieu-texte-container {
font-size: 12px;
font-size: 1.2rem;
}
.description-container {
font-size: 12px;
font-size: 1.2rem;
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 9;
grid-row-end: 16;
justify-self: center;
align-self: center;
}
.projet-container h2 {
font-size: 35px;
font-size: 3.5rem;
letter-spacing: 1px;
width: 175.5px;
padding-bottom: 1.1rem;
padding-top: 3rem;
}
.container-img-descr,
.container-img-descr--right {
height: 180px;
}
.container-img-descr h3 {
font-size: 30px;
font-size: 3rem;
padding-left: 5rem;
}
.container-img-descr .date {
font-size: 17px;
font-size: 1.7rem;
padding-left: 5rem;
}
.container-img-descr--right h3 {
font-size: 30px;
font-size: 3rem;
padding-right: 5rem;
}
.container-img-descr--right .date {
font-size: 17px;
font-size: 1.7rem;
padding-right: 5rem;
}
#footer {
padding: 0 5%;
}
#footer h2 {
font-size: 35px;
font-size: 3.5rem;
letter-spacing: 1px;
padding: 5rem 0 1.1rem;
}
.article-wrapper h1 {
font-size: 40px;
font-size: 4rem;
letter-spacing: 1px;
font-weight: 800;
text-transform: uppercase;
display: block;
position: relative;
padding-bottom: 1.5rem;
margin: 4.5rem 0;
}
.article-wrapper h1.is-active::after {
height: 1rem;
}
.profil-container {
margin-left: 10%;
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 9;
height: 80vh;
height: calc(var(--vh, 1vh) * 80);
max-height: 650px;
}
.profil-container img {
max-height: 80vh;
max-height: calc(var(--vh, 1vh) * 80);
}
.intro-accueil {
grid-column-start: 3;
grid-column-end: 7;
padding: 0 5%;
}
.intro-accueil h1 {
font-size: 40px;
font-size: 4rem;
padding-bottom: 2rem;
text-align: center;
}
.lieu-container {
grid-column-start: 4;
grid-column-end: 7;
grid-row-start: 10;
grid-row-end: 17;
}
.logo {
font-size: 18;
padding-left: 4rem;
}
.menu-header-container {
padding-right: 4rem;
}
}
@media (max-width: 800px) {
.logo {
font-size: 3rem;
letter-spacing: 1rem;
padding-left: 4rem;
}
.logo .char1 {
padding-right: 2px;
}
.logo .char2,
.logo .char3,
.logo .char4,
.logo .char5,
.logo .char6,
.logo .char7,
.logo .char8,
.logo .char10,
.logo .char11,
.logo .char12,
.logo .char13,
.logo .char14,
.logo .char15 {
display: none;
visibility: hidden;
opacity: 0;
}
#menu-header li {
margin-left: 50px;
}
#menu-header li a {
font-size: 15px;
font-size: 1.5rem;
}
.profil-container {
margin-left: 0;
}
.intro-accueil {
grid-column-start: 3;
grid-column-end: 7;
padding: 0 5%;
}
.intro-accueil h1 {
font-size: 30px;
font-size: 3rem;
}
.intro-accueil h1 .char8 {
display: block;
height: 0px;
}
.intro-accueil h1 .char7 {
padding-right: 20px;
}
.intro-accueil h1 .char9 {
padding-left: 20px;
}
.intro-accueil h1:after {
height: 8px;
}
.metiers {
margin-top: 2rem;
font-size: 17px;
font-size: 1.7rem;
}
.multiple-bloc-wrapper {
width: 100vw;
display: flex;
margin: 0 auto;
flex-direction: column;
}
.multiple-bloc-wrapper .left-bloc,
.multiple-bloc-wrapper .right-bloc {
margin-bottom: 7vw;
}
.multiple-bloc-wrapper .left-bloc .txt-container,
.multiple-bloc-wrapper .right-bloc .txt-container {
width: 80%;
text-align: left;
margin: 0 auto;
}
.multiple-bloc-wrapper .left-bloc .img-container,
.multiple-bloc-wrapper .right-bloc .img-container {
width: 70%;
margin: 0 auto;
}
.sandbox-projects-wrapper {
width: 90%;
}
.sandbox-img-container{
height: 60vw;
}
.sandbox-projet-block {
width: 100%;
background: #f4f4f4;
margin: 0 0 50px;
}
.page-template-page-bacasable .descr-projet{
margin-bottom: 40px;
}
}
@media (max-width: 600px) {
.lieu-container {
grid-column-start: 1;
grid-column-end: 7;
grid-row-start: 9;
grid-row-end: 14;
margin: 20px 5%;
}
.description-container {
grid-column-start: 1;
grid-column-end: 7;
grid-row-start: 14;
grid-row-end: 17;
margin: 20px 5% 60px;
}
.description-container .orange-square {
position: absolute;
background: #fd7d5f;
bottom: -10px;
right: -30px;
width: 1rem;
height: 1rem;
}
.container-img-descr h3,
.container-img-descr--right h3 {
font-size: 24px;
font-size: 2.4rem;
}
.article-wrapper h1 {
font-size: 28px;
font-size: 2.8rem;
}
.separator-tags-projet {
display: none;
}
.descr-projet {
flex-direction: column;
}
.tags-projet {
font-size: 14px;
font-size: 1.4rem;
}
.tags-projet .inner-tags-projet {
text-align: center;
display: block;
}
.site-projet a {
font-size: 16px;
font-size: 1.6rem;
margin: 3rem auto 2rem;
}
.txt-wrapper blockquote {
margin-bottom: 6rem;
}
.txt-wrapper {
margin: 0 auto 8rem;
}
.full-img-wrapper {
margin-bottom: 8rem;
}
.large-img-wrapper {
margin-bottom: 8rem;
}
.video-wrapper {
margin: 0 auto 8rem;
}
.multiple-bloc-wrapper {
margin: 0 auto;
flex-direction: column;
}
.multiple-bloc-wrapper .left-bloc,
.multiple-bloc-wrapper .right-bloc {
margin-bottom: 8rem;
}
}
@media (max-width: 490px) { .menu-item-21{ 
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height: 1px; width: 1px; 
margin: -1px; padding: 0; border: 0; 
}
}