/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    background-color: #1d1d1d;
    text-align: center;
    scroll-behavior: smooth;
}

.divExitMenu {
    position: fixed;
    left: 0.5vw;
    top: 40vh;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.divExitMenu a {
    text-decoration: none;
    color: #878787;
}

.divExitMenu a .menuExit {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin-left: 1.8vw;
}

.divExitMenu a:hover {
    color: #fff;
    cursor: pointer;
}

.menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #1d1d1d;
}

.menu .listeMenu {
    height: 93vh;
    margin-left: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu .listeMenu ul {
    margin-top: 9vh;
    list-style: none;
}

.menu .listeMenu ul li {
    position: relative;
    text-align: left;
}

.menu .listeMenu ul li a {
    position: relative;
    z-index: 1;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 41px;
    color: #878787;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 200%;
    list-style: none;
    text-decoration: none;
}

.menu i {
    position: fixed;
    right: 3vw;
    color: white;
    font-size: 30px;
}

.menu i:hover {
    color: #ad6b6b;
}

@media screen and (max-width: 768px) {
    .divExitMenu {
        display: block;
        position: fixed;
        left: auto;
        right: 2vw;
        top: -1vh;
        width: 45px;
    }
    .menu .listeMenu ul li {
        margin-top: 5vh;
        color: white;
    }
}

@media screen and (min-width: 768px) {
    .menu .listeMenu ul li:hover,  .menu .listeMenu ul li:hover a{
        color: #fff;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }
    .menu .listeMenu ul li:hover:before {
        content: "";
        -webkit-transition: 1s;
        transition: 1s;
        background-color: #ad6b6b;
        position: absolute;
        z-index: 0;
        width: 150%;
        height: 10px;
        top: calc(50% - 5px);
    }
}

.projets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: start;
}

.projets a {
    margin-top: 25vh;
    margin-bottom: 25vh;
    text-decoration: none;
    color: #fff;
}

.projets a section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 5%;
}

.projets a section h3 {
    font-family: "Reenie Beanie", cursive;
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 5px;
    margin: 0;
    padding: 0;
}

.projets a section .imageNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.projets a section .imageNum img {
    width: 40vw;
}

.projets a section .imageNum p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 67px;
    letter-spacing: 20px;
    padding: 0;
    margin: 0;
    color: #727272;
}

@media screen and (max-width: 768px) {
    .projets a section h3 {
        font-size: 30px;
    }
    .projets a section .imageNum img {
        width: 75vw;
    }
    .projets a section .imageNum p {
        display: none;
    }
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    margin-left: 2vw;
}

header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    margin-top: 4vh;
}

header a img {
    width: 38px;
    height: 28px;
}

header .menuFixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
    margin-left: 0.5vw;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

header .menuFixed a {
    text-decoration: none;
}

header .menuFixed a .headMenu {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    color: #fff;
}

header .menuFixed a .headMenu i {
    display: none;
}

header .menuFixed a .headMenu p {
    margin: 0;
    padding: 8px 0 2px 0;
    border-style: solid none;
    border-color: #ad6b6b;
    border-width: 3px;
    text-transform: uppercase;
    line-height: 110%;
    letter-spacing: 3px;
    -webkit-transition: 1s;
    transition: 1s;
}

header .menuFixed a .headMenu p:hover {
    border-width: 5vh;
    cursor: pointer;
}

.headCourriel {
    position: fixed;
    margin-right: 2.5vw;
    right: 0;
    top: 35vh;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 7px;
}

.headCourriel p {
    margin: 0;
    color: #444;
    -webkit-transition: 1s;
    transition: 1s;
}

.headCourriel p:hover {
    color: white;
}

@media screen and (max-width: 768px) {
    header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 4vh;
    }
    header a {
        margin-top: 0;
    }
    header .menuFixed {
        height: auto;
    }
    header .menuFixed a .headMenu i {
        cursor: pointer;
        font-size: 30px;
        display: block;
        position: fixed;
        right: 2vw;
        top: 4vh;
    }
    header .menuFixed a .headMenu p {
        display: none;
    }
    header .headCourriel {
        display: none;
    }
}

.hero {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 25vh;
}

.hero div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5%;
    margin-right: 5%;
}

.hero div h1 {
    margin: 0;
    padding: 0;
    font-family: "Red Hat Display", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 82.4%;
    letter-spacing: 10px;
    text-align: left;
}

.hero div h2 {
    font-family: "Red Hat Display", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 82.4%;
    letter-spacing: 10px;
    text-align: left;
}

.hero img {
    margin-top: 26vh;
    height: 50vh;
}

.hero .btnCV {
    margin-top: 9vh;
    margin-left: 5vw;
}

.hero .btnCV p {
    margin-left: 30%;
}

@media screen and (max-width: 768px) {
    .hero .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hero .wrapper h1 {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        letter-spacing: 2px;
    }
    .hero .wrapper h2 {
        display: none;
    }
    .hero div img {
        height: 40vh;
        width: auto;
    }
}

footer {
    margin-top: 30vh;
    margin-bottom: 2vh;
}

footer small {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #878787;
}

.btnCV {
    text-decoration: none;
    color: #fff;
}

.btnCV p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    border: solid 2px #ff9797;
    width: 258px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 768px) {
    .btnCV p:hover {
        background-color: #ff9797;
    }
}

@media screen and (max-width: 768px) {
    .btnCV p {
        width: 175px;
        height: 51px;
    }
}

.divAPropos {
    padding-left: 25vw;
    width: 95vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.divAPropos h2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 67px;
}

.divAPropos div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.divAPropos div .imageAPropos {
    height: 40vh;
    width: 25vw;
}

.divAPropos div p {
    text-align: left;
    width: 25vw;
}

.divAPropos .btnCV {
    margin-top: 5vh;
}

.footerAPropos {
    margin-top: 13vh;
    margin-bottom: 0;
}

@media screen and (max-width: 1190px) {
    .divAPropos h2 {
        padding-top: 13vh;
        font-size: 40px;
    }
    .divAPropos div .imageAPropos {
        display: none;
    }
    .divAPropos div p {
        width: 60vw;
    }
}

.divProjet {
    padding-left: 10vw;
    width: 95vw;
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.divProjet h2 {
    padding-top: 10vh;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 67px;
}

.divProjet div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.divProjet div img {
    width: 40vw;
    height: fit-content;
}

.divProjet div .descriptionProjet {
    margin-left: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.divProjet div .descriptionProjet h3 {
    margin: 0;
    font-size: 30px;
}

.divProjet div .descriptionProjet p {
    text-align: left;
    width: 25vw;
}

.divProjet div .descriptionProjet .logosAppProjet {
    margin-top: 20vh;
}

.divProjet div .descriptionProjet .logosAppProjet i {
    color: white;
    font-size: 50px;
    margin-right: 5vh;
}

.divProjet div .descriptionProjet .logosAppProjet img {
    height: 50px;
    margin-right: 5vh;
    width: 50px;
}

@media screen and (max-width: 768px) {
    .divProjet {
        display: block;
    }
    .divProjet h2 {
        padding-top: 13vh;
        font-size: 40px;
        text-align: left;
    }
    .divProjet div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .divProjet div img {
        width: 80vw;
        margin-bottom: 5vh;
    }
    .divProjet div .descriptionProjet {
        margin-left: 0;
    }
    .divProjet div .descriptionProjet p {
        width: 80vw;
        margin-bottom: 5vh;
    }
    .divProjet div .descriptionProjet .logosAppProjet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footerProjet {
        padding-top: 3vh;
    }
}

.divContact {
    padding-left: 25vw;
    width: 95vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.divContact h2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 67px;
}

.divContact .btnCV {
    margin-top: 5vh;
}

.divContact h3 {
    font-size: 35px;
    margin-top: 0;
}

.divContact div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.divContact div i {
    color: white;
    font-size: 50px;
    margin: 5vh 0 18vh 0;
}

.divContact div i:hover {
    color: #ad6b6b;
}

.footerContact {
    margin-top: 25vh;
}

@media screen and (max-width: 768px) {
    .divContact {
        padding-left: 13vw;
    }
    .divContact h2 {
        padding-top: 13vh;
        font-size: 40px;
    }
    .divContact h3 {
        font-size: 32px;
    }
    .divContact div i {
        margin: 5vh 5vw 18vh 0;
    }
}

.div404 {
    height: 95vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: start;
    margin-left: 22vw;
}

.div404 h2 {
    -ms-flex-item-align: start;
    align-self: start;
    font-size: 200px;
    -webkit-text-stroke: 3px #ff9797;
    color: rgba(0, 0, 0, 0);
    margin-top: 5vh;
    margin-bottom: 0;
}

.div404 h4 {
    text-align: start;
    font-size: 90px;
    -webkit-text-stroke: 3px #ff9797;
    color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
}

.div404 .retour404 {
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 5vh;
}

.div404 .retour404 i {
    font-size: 75px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 3px #ff9797;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.div404 .retour404 i:hover {
    color: #ff9797;
}

.papineau404 {
    position: fixed;
    z-index: -100;
    bottom: 0;
}

@media screen and (max-width: 1375px) {
    .div404 h2 {
        font-size: 150px;
    }
    .div404 h4 {
        font-size: 70px;
    }
    .div404 .retour404 i {
        font-size: 50px;
    }
    .papineau404 {
        right: 0;
    }
}

@media screen and (max-width: 1150px) {
    .div404 {
        margin-left: 5vw;
    }
}

@media screen and (max-width: 950px) {
    .div404 h2 {
        font-size: 150px;
    }
    .papineau404 {
        right: -300px;
    }
}

@media screen and (max-width: 450px) {
    .div404 h2 {
        margin-top: -25vh;
        font-size: 150px;
    }
    .div404 h4 {
        font-size: 40px;
        -webkit-text-stroke: 1px #ff9797;
    }
    .papineau404 {
        bottom: -90vh;
        right: -200px;
    }
}

.u-hidden-visually {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.u-hidden {
    display: none !important;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
