@font-face {
    font-family: "polya";
    src: url("Polya_Font/orkney.otf");
}
.fade-in {
    opacity: 1 !important;
}
@keyframes smooth-down {
    0%, 25% {
    bottom: 5%;
    opacity: 0;
}
25%, 75% {
    bottom: 2.5%;
    opacity: 1;
}
75%, 100% {
    bottom: 0;
    opacity: 0;
}
}@keyframes slider-txt {
    0%, 35% {
    left: -100%;
    opacity: 0;
}
35%, 50% {
    left: 25%;
    opacity: 1;
}
60%, 100% {
    left: 110%;
    opacity: 0;
}
}@keyframes point {
    from {
    left: 67%;
    transform: rotate(45deg);
}
to {
    left: 82%;
    transform: rotate(405deg);
}
}@keyframes balance {
    from {
    transform-origin: top;
    transform: rotate(5deg);
}
to {
    transform-origin: top;
    transform: rotate(-5deg);
}
}* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%}
strong {
    color: #f2dbab;
    font-weight: bold;
    display: inline;
}
body {
    margin: 0;
    background-color: #4e7e65;
    margin-left: 50px;
}
@media(max-width: 767px) {
    body {
    margin-left: 0;
}
}.border__top {
    z-index: 200;
    width: 100%;
    position: fixed;
    min-height: 30px;
    background-color: #fff;
    transition: min-height 1s ease-in-out, background-color 1s ease-in-out;
}
@media(max-width: 767px) {
    .border__top {
    display: none;
}
}.border__bottom {
    z-index: 200;
    width: 100%;
    position: fixed;
    min-height: 30px;
    background-color: #fff;
    bottom: 0;
    transition: min-height 1s ease-in-out, background-color 1s ease-in-out;
}
@media(max-width: 767px) {
    .border__bottom {
    display: none;
}
}.border__left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    width: 50px;
    position: fixed;
    min-height: 100%;
    background-color: #fff;
    left: 0;
    transition: width 1s ease-in-out, background-color 1s ease-in-out;
}
@media(max-width: 767px) {
    .border__left {
    width: 0;
}
}.border__right {
    z-index: 200;
    width: 15px;
    position: fixed;
    min-height: 100%;
    background-color: #fff;
    right: 0;
    transition: width 1s ease-in-out, background-color 1s ease-in-out;
}
@media(max-width: 767px) {
    .border__right {
    display: none;
}
}.burger.active .burger__span {
    background-color: transparent;
    transition: background-color 300ms ease-in-out;
}
.burger.active .burger__span::before {
    background-color: #4e7e65;
    transform: translateY(0px) rotateZ(45deg);
    transition: transform 300ms ease-in-out, background-color 1s ease-in-out;
}
.burger.active .burger__span::after {
    background-color: #4e7e65;
    transform: translateY(0px) rotateZ(-45deg);
    transition: transform 300ms ease-in-out, background-color 1s ease-in-out;
}
.border__left.open {
    width: 50%;
    transition: width 1s ease-in-out, background-color 1s ease-in-out;
    background-color: #f2dbab;
}
@media(max-width: 767px) {
    .border__left.open {
    height: 100vh;
    width: 100%}
}.border__right.open {
    width: 25px;
    transition: width 1s ease-in-out, background-color 1s ease-in-out;
    background-color: #f2dbab;
}
.border__top.open {
    min-height: 40px;
    transition: min-height 1s ease-in-out, background-color 1s ease-in-out;
    background-color: #f2dbab;
}
.border__bottom.open {
    min-height: 40px;
    transition: min-height 1s ease-in-out, background-color 1s ease-in-out;
    background-color: #f2dbab;
}
.nav.open {
    flex-direction: column;
    transition: visibility 2s ease-in-out, opacity 1.7s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.burger:hover .burger__span {
    width: 120%;
    transition: width 300ms ease-in-out;
}
.burger {
    position: fixed;
    margin-left: -50px;
    z-index: 10000;
    transform: translateY(50%);
    top: 50%;
    width: 34px;
    height: 34px;
    cursor: pointer;
    transition: background-color 300ms ease-in-out, transform 300ms ease-in-out;
}
@media(max-width: 767px) {
    .burger {
    top: 0;
    right: 20px;
}
}.burger__span {
    display: block;
    z-index: 10000;
    width: 100%;
    height: 4px;
    background-color: #f2dbab;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 300ms ease-in-out, transform 300ms ease-in-out;
}
.burger__span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    transform: translateY(-10px);
    display: block;
    background-color: #f2dbab;
}
.burger__span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    transform: translateY(10px);
    display: block;
    background-color: #f2dbab;
}
.nav {
    transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.nav__name {
    display: flex;
    margin: 18px;
    align-items: center;
    justify-content: center;
}
.nav__name__link {
    font-size: 2em;
    color: #4e7e65;
    text-decoration: none;
    font-family: "polya"}
@media(max-width: 767px) {
    .nav__name__link {
    font-size: 1.7em;
}
}.nav__navbar {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nav__navbar__list {
    display: flex;
    list-style: none;
    align-items: center;
    flex-direction: column;
}
.nav__navbar__list__element {
    display: flex;
    font-size: 1.2em;
    color: #f2dbab;
    margin: 20px;
    font-family: "polya";
    align-items: center;
}
.nav__navbar__list__element__a {
    text-decoration: none;
    color: #4e7e65;
}
.smooth-down {
    font-size: 50px;
    color: #f2dbab;
    bottom: 30px;
    position: absolute;
    animation-name: smooth-down;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
@media(max-width: 767px) {
    .smooth-down {
    display: none;
}
}.smooth-down--quisuisje {
    left: 49%}
.webp .header {
    box-sizing: border-box;
    background-image: url("img/P1010206.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transform-style: inherit;
    position: relative;
    min-height: 100vh;
    box-shadow: inset 0px -8px 20px 0px #464c49;
}
.no-webp .header {
    box-sizing: border-box;
    background-image: url("img/P1010206.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transform-style: inherit;
    position: relative;
    min-height: 100vh;
    box-shadow: inset 0px -8px 20px 0px #464c49;
}
.header__image {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
    align-items: center;
}
.header__image__image {
    width: 30%;
    height: auto;
    border-bottom: 3px solid #f2dbab;
    opacity: .9;
}
.header__image__titre {
    font-size: 4em;
    color: #f2dbab;
    margin: 10px 0 10px 0;
    font-family: "polya"}
@media(max-width: 767px) {
    .header__image__titre {
    font-size: 2em;
}
}.header__image__poste {
    font-size: 2em;
    color: #f2dbab;
    font-family: "polya";
    margin-bottom: 200px;
}
@media(max-width: 767px) {
    .header__image__poste {
    font-size: 18px;
}
}.quisuisje {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
@media(max-width: 767px) {
    .quisuisje {
    min-height: auto;
    margin-bottom: 40px;
}
}.quisuisje__image {
    width: 50vw;
    background-color: #4e7e65;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background-image: url("img/mozaique.svg");
}
@media(max-width: 767px) {
    .quisuisje__image {
    display: none;
    width: 0;
}
}
.quisuisje__image__picture{
	width: 70%;
}
.quisuisje__image__image {
    width: 100%;
    height: auto;
    border-bottom: solid 8px #f2dbab;
    border-left: solid 8px #f2dbab;
    border-top: solid 8px #c2ab81;
    border-right: solid 8px #c2ab81;
    animation-name: balance;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.quisuisje__text {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    width: 50vw;
    position: static;
    background-color: #4e7e65;
}
@media(max-width: 767px) {
    .quisuisje__text {
    width: 100vw;
    min-height: auto;
}
}.quisuisje__text__link {
    display: flex;
    align-self: flex-start;
    margin: 0 0 0 -42px;
    position: absolute;
    bottom: 0;
}
@media(max-width: 767px) {
    .quisuisje__text__link {
    display: none;
}
}.quisuisje__text__titre {
    display: flex;
    align-content: center;
    font-size: 2em;
    color: #fff;
    font-family: "polya";
    justify-content: center;
    margin: 30px 0 30px 0;
}
@media(max-width: 767px) {
    .quisuisje__text__titre {
    font-size: 1.7em;
}
}.quisuisje__text__hr {
    justify-content: left;
    width: 300px;
    color: #f2dbab;
}
@media(max-width: 767px) {
    .quisuisje__text__hr {
    width: 150px;
}
}.quisuisje__text__point {
    display: flex;
    position: absolute;
    width: 20px;
    top: 177px;
    min-height: 20px;
    background-color: #f2dbab;
    animation-name: point;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}
.quisuisje__text__point--reverse {
    animation-direction: alternate-reverse;
    top: 500px;
}
.quisuisje__text__text {
    width: 80%;
    transition: all .4s linear;
    line-height: 30px;
    align-content: center;
    font-size: 18px;
    color: #fff;
    font-family: "polya";
    text-align: justify;
    margin: 30px;
}
@media(max-width: 767px) {
    .quisuisje__text__text {
    width: 90%;
    font-size: 16px;
}
}.outils {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    background-color: #4e7e65;
}
@media(max-width: 767px) {
    .outils {
    flex-direction: column;
    height: auto;
}
}.outils__link {
    display: flex;
    align-self: flex-start;
    margin: 0;
    position: absolute;
    bottom: 0;
}
.outils__hr {
    height: 50%;
    color: #f2dbab;
}
@media(max-width: 767px) {
    .outils__hr {
    width: 0;
    height: 0;
    margin-top: 20px;
}
}.outils__competences {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
    padding: 15px 20px 20px 20px;
    width: 45%}
@media(max-width: 767px) {
    .outils__competences {
    width: 90%;
    justify-content: center;
    margin-right: 0;
    padding: 0;
}
}.outils__competences__titre {
    display: flex;
    align-items: center;
    font-size: 2em;
    margin: 0 0 20px 0;
    color: #fff;
    font-family: "polya";
    text-align: center;
    justify-content: center;
}
@media(max-width: 767px) {
    .outils__competences__titre {
    font-size: 1.7em;
}
}.outils__competences__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.outils__competences__list__element {
    align-content: center;
    font-size: 18px;
    color: #fff;
    font-family: "polya";
    text-align: justify;
    list-style: none;
    margin: 5px 0 0 0;
}
@media(max-width: 767px) {
    .outils__competences__list__element {
    font-size: 16px;
}
}.outils__competences__list__element__i {
    margin: 0 5px 0 0;
    color: #f2dbab;
}
.outils__outils {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    width: 40%}
@media(max-width: 767px) {
    .outils__outils {
    width: 90%;
    padding: 15px;
}
}.outils__outils__titre {
    display: flex;
    align-items: center;
    font-size: 2em;
    margin: 0 0 20px 0;
    color: #fff;
    font-family: "polya";
    text-align: center;
    justify-content: center;
}
@media(max-width: 767px) {
    .outils__outils__titre {
    font-size: 1.7em;
}
}.outils__outils__list {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
.outils__outils__list__element {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    margin-bottom: 20px;
}
.outils__outils__list__element__html {
    display: flex;
    width: 70%;
    height: auto;
}
.outils__outils__list__element__css {
    display: flex;
    width: 50%;
    height: auto;
}
.outils__outils__list__element__sass {
    display: flex;
    width: 80%;
    height: auto;
}
.outils__outils__list__element__cc {
    display: flex;
    width: 70%;
    height: auto;
}
.outils__outils__list__element__mo {
    display: flex;
    width: 60%;
    height: auto;
}
.outils__outils__list__element__js {
    display: flex;
    width: 50%;
    height: auto;
}
.outils__outils__list__element__react {
    display: flex;
    width: 100%;
    height: auto;
}
.outils__outils__list__element__php {
    display: flex;
    width: 80%;
    height: auto;
}
.outils__outils__list__element__mysql {
    display: flex;
    width: 90%;
    height: auto;
}
.outils__outils__list__element__wordpress {
    display: flex;
    width: 50%;
    height: auto;
}
.realisations {
    display: flex;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #4e7e65;
}
.realisations__titre {
    display: flex;
    align-items: center;
    font-size: 2em;
    margin: 1% 0 3% 0;
    color: #fff;
    font-family: "polya";
    justify-content: center;
}
@media(max-width: 767px) {
    .realisations__titre {
    font-size: 1.7em;
}
}.realisations__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    justify-content: center;
    padding: 0 0 3% 0;
}
@media(max-width: 767px) {
    .realisations__list {
    flex-direction: column;
    width: 80%;
    align-items: center;
    flex-wrap: nowrap;
}
} .webp .realisations__list__realisation {
    border-radius: 2%;
    display: flex;
    margin: 0 3% 3% 0;
    justify-content: space-around;
    min-width: 300px;
    min-height: 500px;
    box-shadow: 0 0 10px 1px #464c49;
    list-style: none;
    background-image: url("img/P1010206.webp");
    background-position: center;
    transition: transform 300ms ease-in-out;
}
.no-webp .realisations__list__realisation {
    border-radius: 2%;
    display: flex;
    margin: 0 3% 3% 0;
    justify-content: space-around;
    min-width: 300px;
    min-height: 500px;
    box-shadow: 0 0 10px 1px #464c49;
    list-style: none;
    background-image: url("img/P1010206.png");
    background-position: center;
    transition: transform 300ms ease-in-out;
}
@media(max-width: 767px) {
    .realisations__list__realisation {
    justify-content: center;
    margin: 0 0 3% 0;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
}
}
.webp .realisations__list__realisation--cv {
    background-image: url("img/screen_cv.webp");
}
.no-webp .realisations__list__realisation--cv {
    background-image: url("img/screen_cv.png");
}
.webp .realisations__list__realisation--access {
    background-image: url("img/screen_agence.webp");
}
.no-webp .realisations__list__realisation--access {
    background-image: url("img/screen_agence.png");
}
.webp .realisations__list__realisation--mailes {
    background-image: url("img/screen_mailes.webp");
}
.no-webp .realisations__list__realisation--mailes {
    background-image: url("img/screen_mailes.png");
}
.realisations__list__realisation:hover {
    transform: scale(1.1);
}
.realisations__list__realisation__link {
    display: flex;
    border-radius: 2%;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    height: 500px;
    font-size: 1.5em;
    color: #464c49;
    background-color: rgba(242, 219, 171, 0);
    font-family: "polya";
    text-decoration: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
}
.realisations__list__realisation__link:hover {
    opacity: 1;
    background-color: rgba(242, 219, 171, .8);
}
.footer {
    position: relative;
    background-color: #464c49;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    box-shadow: 0 0 10px 2px #4e7e65;
    align-items: center;
}
.footer__hr {
    margin: 50px 0;
    min-width: 300px;
}
.footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer__links__link {
    display: flex;
    justify-content: center;
    margin: 10px;
    align-items: center;
    font-size: 1.5em;
    color: #fff;
    font-family: "polya";
    text-decoration: none;
}
@media(max-width: 767px) {
    .footer__links__link {
    font-size: 16px;
}
}.footer__links__link--ld {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
    color: #f2dbab;
}
.footer__links__text {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 1.2em;
    color: #fff;
    font-family: "polya";
    text-align: justify;
}
.footer__localise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer__localise__iframe {
    display: flex;
    border-radius: 2%;
    width: 600px;
    height: 300px;
}
.footer__localise__text {
    display: flex;
    align-content: center;
    font-size: 1.2em;
    color: #fff;
    font-family: "polya";
    text-align: justify;
    align-self: flex-start;
}
/*# sourceMappingURL=style.css.map */
