* {
    margin: 0;
    padding: 0;
}
:root {
    --one: #ff9e00;
    --two: #000000;
    --three: #f0f0f0;
    --four: #ffca76;
    --five: #333333;
}
html {
    height: 100%;
}
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    background-color: var(--three);
}
main {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 10vh;
}
a:link,  a:visited, a:focus, a:active, a:hover {
    text-decoration: none;
}

/*-----Menu-----*/
nav {
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.burger {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    height: 10vh;
    background-color:var(--two);
    z-index: 30;
}
.burger-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 80%;
    margin-left: 1em;
}
.burger-logo img {
    height: 5vh;
}
.burger-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 75%;
    margin-right: 1em;
}
.burger-button:hover .burger-line {
    background-color: var(--one);
    transition: 0.2s ease;
}
.burger-button:hover .burger-line1 {
    transform: translateX(0.5em);
}
.burger-button:hover .burger-line3 {
    transform: translateX(-0.5em);
}
.burger-line {
    width: 2.5em;
    height: 0.3em;
    background-color: var(--three);
    border-radius: 0.5em;
    transition: 0.2s ease;
}
.menu {
    position: fixed;
    top: -100vh;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: var(--one);
    z-index: 20;
    transition: 0.2s ease;
}
.menu a li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.menu a li p {
    font-family: "Antonio", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: calc(1em + 0.5vw);
    text-transform: uppercase;
    text-align: center;
}
.menu-button {
    background-color: var(--one);
    color: var(--three);
    width: 100%;
    height: 3em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-button:hover {
    background-color: var(--three);
}
.menu-button:hover li p {
    color: var(--two);
}
.menu a:link, .menu a:visited, .menu a:focus, .menu a:active, .menu a:hover {
    text-decoration: none;
}
.menu-icon {
    display: none;
}

/*-----Page centrale-----*/
.center-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    animation: centerPanelOpacity 2s ease;
}
@keyframes centerPanelOpacity {
    0%  {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*-----Boutons-----*/
.bouton1, .bouton2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 8em;
    height: 3em;
    margin: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    clip-path: polygon(0% 100%, 0% 30%, 10% 0%, 100% 0%, 100% 70%, 90% 100%);
    text-align: center;
    background-color: var(--one);
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    font-family: "Antonio", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: calc(0.8em + 0.8vw);
    text-align: center;
    text-transform: uppercase;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}
.bouton1:hover {
    background-color: var(--four);
    transform: scale(0.95);
    color: var(--two);
    transition: all 0.3s ease;
}
.bouton2:hover {
    background-color: var(--four);
    color: var(--two);
    transition: all 0.3s ease;
}

/*-----Portes-----*/
.door-left, .door-right {
    position: fixed;
    top: 0;
    height: 100%;
    width: 50%;
    transition: transform 2s;
    z-index: 40;
}
.door-left {
    left: 0;
    background-image: url(images/door-left.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.door-right {
    right: 0;
    background-image: url(images/door-right.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

/*-----Section-----*/
section {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
  
/*-----Texte-----*/
h1, h2, h3 {
    font-family: "Antonio", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
h1 {
    color: var(--one);
    font-size: calc(1em + 3vw);
    margin-top: 1em;
}
h2 {
    color: var(--one);
    font-size: calc(1em + 1.5vw);
}
h3 {
    color: var(--four);
    font-size: calc(1em + 0.4vw);
}
p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--three);
    font-size: calc(0.5em + 1vw);
    line-height: 2em;
    text-align: left;
}
#h1words {
    opacity: 1;
    transition: opacity 1s ease;
}
.seo li,
.graph li {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 4vw;
    color: var(--three);
    font-size: calc(0.5em + 0.5vw);
    line-height: 2em;
    text-align: left;
}
.text-orange {
    color: var(--one);
}

/*-----Accueil-----*/
.div-accueil {
    width: 80%;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: var(--five);
    border-radius: 3vw;
}
.section-accueil div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: auto;
}

/*-----Projets-----*/
.projet {
    width: 25vw;
    height: 25vw;
    margin: 1em;
    border-radius: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: all 0.2s ease;
    overflow: hidden;
    box-shadow: 0 0 1em 0.5em #7c7c7c33;
}
.projet:hover {
    transition: all 0.2s ease;
    transform: scale(1.2);
    cursor: pointer;
}
.projet:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #00000099;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.projet:hover:after {
    opacity: 1;
}
.projet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.projet:hover img {
    transform: scale(1.3);
    transition: 0.2s ease;
}
.projet .div-content {
    display: none;
}
.div-name {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
    z-index: 10;
}
.div-name p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    font-family: "Antonio", Arial, Helvetica, sans-serif;
    font-size: calc(0.5em + 0.6vw);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: var(--three);
}
.projet:hover .div-name
{
    opacity: 1;
}
.projets {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
/*Animation*/
.projets div:nth-child(1) {
    animation: article-scale 0.4s;
}
.projets div:nth-child(2) {
    animation: article-scale 0.6s;
}
.projets div:nth-child(3) {
    animation: article-scale 0.8s;
}
.projets div:nth-child(4) {
    animation: article-scale 1s;
}
.projets div:nth-child(5) {
    animation: article-scale 1.2s;
}
.projets div:nth-child(6) {
    animation: article-scale 1.4s;
}
.projets div:nth-child(7) {
    animation: article-scale 1.6s;
}
.projets div:nth-child(8) {
    animation: article-scale 1.8s;
}
.projets div:nth-child(9) {
    animation: article-scale 2s;
}
.projets div:nth-child(10) {
    animation: article-scale 2.2s;
}
.projets div:nth-child(11) {
    animation: article-scale 2.4s;
}
.projets div:nth-child(12) {
    animation: article-scale 2.6s;
}
.projets div:nth-child(13) {
    animation: article-scale 2.8s;
}
.projets div:nth-child(14) {
    animation: article-scale 3.0s;
}
.projets div:nth-child(15) {
    animation: article-scale 3.2s;
}

/*Élargissement des articles*/
@keyframes article-scale {
    from {transform: scale(0);}
    to {transform: scale(1);}
}

/*-----Fenêtre modale-----*/
.modal {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    z-index: 100;
    box-sizing: border-box;
    animation: fade-in-modal ease 0.8s;
    color: var(--three);;
}
.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.7em;
    height: 0.7em;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--one);
    background-color: var(--two);
    transition: 0.2s ease;
}
.close-btn:hover {
    transform: scale(0.7);
    transition: 0.2s ease;
}
.div-content {
    width: 100%;
    height: 100%;
    background-color: var(--two);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content-left, .modal-content-right {
    width: 100%;
    height: auto;
    padding: 1em;
    box-sizing: border-box;
    text-align: left;
}
.modal-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content-left img {
    max-width: 50vw;
    height: auto;
}
.modal-content-right {
    padding: 2em;
}
.tools {
    display: flex;
    flex-direction: row;
 }
.tools-icon {
    width: 30px;
    height: 30px;
    margin: 0.5em;
 }
 .modal-link, .modal-link a:link, .modal-link a:visited {
    width: 120px;
    height: 40px;
    font-size: 1.2em;
    font-weight: 500;
    background-color: var(--one);
    color: #141414;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-link:hover {
    background-color: #2c2c2c;
    color: var(--three);;
}
.overlay {
    background-color: var(--two);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 90;
    animation: fade-in-modal ease 0.3s;
 }

 .div-block {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
    padding-bottom: 4em;
    position: relative;
}
.block-light {
    background-color: var(--three);;
    color: #141414;
}
.block-dark {
    background-color: #141414;
    color: var(--three);;
}
.div-title {
    position: relative;
    width: 100%;
    height: auto;
    top: -0.3em;
    font-size: calc(3em + 4vw);
    text-transform: uppercase;
    font-family: "Antonio", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.txt-dark {
    color: #141414;
}
.txt-light {
    color: var(--three);;
}

/*-----Compétences-----*/
.div-block-skills {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.skills {
    position: relative;
    width: 80vw;
    height: 80vw;
    box-sizing: border-box;
}
.skill {
    width: 3em;
    height: 3em;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: var(--three);;
    box-shadow: 0 0 1em 0.5em #2c2c2c33;
}
.skill-bis {
    width: 4em;
    height: 4em;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.skill-0 {    
    top: calc(50% - 2em);
    left: calc(50% - 2em);
    width: 4em;
    height: 4em;
    background-image: url("images/icones/icon-brain.png");
}
.skill-0-bis {
    position: absolute;
    top: calc(50% - 2em);
    left: calc(50% - 2em);
    width: 4em;
    height: 4em;
    opacity: 0;
    background-image: url("images/icones/icon-brain-bis.png");
    animation: 1s ease-in-out 2s infinite brain;
}
.skills-icons div:nth-child(2) {
    top: 0;
    left: calc(50% - 1.5em);
    background-image: url("images/icones/icon-photoshop.png");
    animation: 10s ease-in-out 0s infinite skill;
}
.skills-icons div:nth-child(3) {
    top: 8%;
    right: 16%;
    background-image: url("images/icones/icon-illustrator.png");
    animation: 10s ease-in-out 1s infinite skill;
}
.skills-icons div:nth-child(4) {
    top: 28%;
    right: 0;
    background-image: url("images/icones/icon-indesign.png");
    animation: 10s ease-in-out 2s infinite skill;
}
.skills-icons div:nth-child(5) {
    bottom: 28%;
    right: 0;
    background-image: url("images/icones/icon-figma.png");
    animation: 10s ease-in-out 3s infinite skill;
}
.skills-icons div:nth-child(6) {
    bottom: 8%;
    right: 16%;
    background-image: url("images/icones/icon-wordpress.png");
    animation: 10s ease-in-out 4s infinite skill;
}
.skills-icons div:nth-child(7) {
    bottom: 0;
    left: calc(50% - 1.5em);;
    background-image: url("images/icones/icon-mysql.png");
    animation: 10s ease-in-out 5s infinite skill;
}
.skills-icons div:nth-child(8) {
    bottom: 8%;
    left: 16%;
    background-image: url("images/icones/icon-php.png");
    animation: 10s ease-in-out 6s infinite skill;
}
.skills-icons div:nth-child(9) {
    bottom: 28%;
    left: 0;
    background-image: url("images/icones/icon-js.png");
    animation: 10s ease-in-out 7s infinite skill;
}
.skills-icons div:nth-child(10) {
    top: 28%;
    left: 0;
    background-image: url("images/icones/icon-css.png");
    animation: 10s ease-in-out 8s infinite skill;
}
.skills-icons div:nth-child(11) {
    top: 8%;
    left: 16%;
    background-image: url("images/icones/icon-html.png");
    animation: 10s ease-in-out 9s infinite skill;
}

@keyframes brain {
    0% {opacity: 0; transform: scale(1);}
    10% {opacity: 1; transform: scale(1.05);}
    80% {opacity: 0; transform: scale(1);}
    100% {opacity: 0;}
}

/*-----Votre projet-----*/
.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}
.service {
    width: 90%;
    height: auto;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: var(--five);
    border-radius: 2vw;
}
.service p {
    text-align: left;
}
.service img {
    width: 10vw;
    height: 10vw;
    margin: 0.5em;
}
.info {
    color: var(--one);
    font-weight: bold;
    padding: 0.2em;
    cursor: pointer;
}
.infobulle {
    position: fixed;
    top: 0;
    left: -150vw;
    width: 100%;
    height: 100%;
    z-index: 120;
    transition: 0.5s ease;
}
.infobulle-texte {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 2em;
    background-color: var(--two);
}
.infobulle-texte p {
    width: 90%;
    text-align: left;
    color: var(--three);
}
.infobulle-interrogation {
    font-size: 5em;
    color: var(--four);
    text-align: center;
}

/*-----Footer-----*/
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 1em;
    width: 100%;
    height: 20vh;
    border-top: solid 1px #6d6d6d;
    background-color: var(--two);
}
footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.logo {
    width: 10vw;
    height: 10vw;
    margin: 0.5em;
    background-color: var(--one);
    border-radius: 1vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: 0.3s ease;
    cursor: pointer;
}
.logo-email {
    background-image: url("images/logo-email.png");
}
.logo-phone {
    background-image: url("images/logo-phone.png");
}
.logo-instagram {
    background-image: url("images/logo-instagram.png");
}
.logo:hover {
    transform: scale(1.2);
    transition: 0.3s ease;
    background-size: 90%;
}
footer span {
    color: var(--three);
    font-size: calc(0.5em + 1vw);
    line-height: 2.5em;
    text-align: center;
}
.tooltip-email, .tooltip-phone {    
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    height: 2em;
    background-color: var(--one);
    color: var(--three);
    top: -5vh;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 54% 80%, 50% 100%, 46% 80%, 0% 80%);
    transition: 0.3s ease;
}
.tooltip-email {
    width: 15em;
}
.tooltip-phone {
    width: 10em;
}
.logo-email:hover .tooltip-email,
.logo-phone:hover .tooltip-phone {
    opacity: 1;
    transition: 0.3s ease;
}
.mentions {
    height: 4vh;
}
.mentions a:link, .mentions a:visited, .mentions a:active {
    text-decoration: none;
}


/*-----Mentions légales-----*/
.legal-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    animation: centerPanelOpacity 2s ease;
}
.legal-section {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    width: 80vw;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: var(--five);
    border-radius: 2vw;
}
.legal-section a:link, .legal-section a:visited, .legal-section a:active  {
    font-family: "Antonio", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: var(--one);
    text-decoration: none;
}
.legal-section a:hover {
    color: var(--three);
}

/*-----Formulaire-----*/
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: auto;
    color: var(--three)
}
form input[type="text"],
form input[type="email"] {
    height: 4vh;
}
form textarea {
    height: 10vh;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 80%;
    margin: 0.5em;
    padding-left: 1em;
    transition: all 0.5s ease;
}
form input::placeholder,
form textarea::placeholder {
    color: var(--five);
    font-variant: small-caps;
}
form textarea::placeholder {
    font-size: 1.2em;
}
form input:focus,
form textarea:focus {
    outline: none;
    background-color: var(--four);
    transition: all 0.5s ease;
}
.error {
    color: var(--one);
    margin: 0.5em;
}

/*-----Affichage transparent-----*/
.hidden {
    display: none;
}
.menu-translate {
    transform: translateY(110vh);
    transition: 0.3s ease;
}

/*-----Parcours et Contact-----*/
.section-parcours,
.section-contact {
    width: 80%;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: var(--five);
    border-radius: 3vw;
}

/*Fade in de la modale*/
@keyframes fade-in-modal {
    from {opacity: 0; transform: translateX(+100vw);}
    to {opacity: 1; transform: translateX(0);}
}

/*Compétences - icones*/
@keyframes skill {
    0% {transform: scale(1);}
    10% {transform: scale(1.2);}
    20% {transform: scale(1);}
    100% {transform: scale(1);}
}

/*Compétences - points*/
@keyframes trans-dot {
    0% {opacity: 1;}
    20% {top: calc(50% - 0.4em); left: calc(50% - 0.4em); opacity: 0;}
    100% {opacity: 0;}
}


@media (min-width: 768px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100vw;
        height: 6vh;
        top: 0;
        left: 0;
        background-color: var(--two);
        border-bottom: solid 1px #6d6d6d;
        z-index: 20;
    }
    .burger {
        display: none;
    }
    .menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        position: fixed;
        width: 100%;
        height: 6vh;
        top: 0;
        background-color: var(--two);
        z-index: 21;
        transition: 0.2s ease;
    }
    .menu a li p {
        font-size: calc(0.6em + 0.6vw);
    }
    .menu-button {
        background-color: var(--two);
        color: var(--three);
        width: 16%;
        height: 6vh;
        transition: all 0.2s ease;
    }
    .menu-button:hover {
        background-color: var(--one);
        transform: scale(0.9);
        transition: all 0.3s ease;
    }
    .menu-button:hover li p {
        transition: all 0.3s ease;
    }
    .bouton1, .bouton2 {
        margin: 1em;
        margin-left: 2em;
        margin-right: 2em;
        font-size: calc(1em + 0.5vw);
    }
    .door-left, .door-right {
        display: none;
    }
    section {
        width: 70%;
    }
    h1 {
        margin-top: 0;
    }
    h2 {
        font-size: calc(1em + 1.5vw);
    }
    p {
        font-size: calc(0.5em + 0.5vw);
    }
    .div-accueil {
        width: 70%;
        padding: 2em;
        border-radius: 2vw;
    }
    .section-accueil div {
        flex-direction: row;
        flex-wrap: wrap;
        width: 70vw;
    }
    .projet {
        width: 15vw;
        height: 15vw;
        margin: 1em;
        border-radius: 2vw;
    }
    .close-btn {
        right: 0.5em;
        top: 0.5em;
    }    
    .modal-content-left, .modal-content-right {
        width: 90%;
    }
    .modal-content-left {    
        padding-top: 3em;
    }
    .modal-content-left img {
        width: 40%;
    }
    .modal-content-right {
        width: 100%;
        padding: 3em;
    }
    .tools-icon {
        width: 50px;
        height: 50px;
     }
     .skills {
        width: 40vw;
        height: 40vw;
    }
    .service {
        width: 100%;
        padding: 2em;
        border-radius: 1vw;
    }
    .service img {
        width: 3vw;
        height: 3vw;
    }
    .infobulle {
        position: fixed;
        width: 50%;
        border-right: solid 2px var(--one);
    }
    .infobulle-texte p {
        width: 80%;
    }
    footer {
        height: 10vh;
    }
    .logo {
        width: 4vw;
        height: 4vw;
        border-radius: 0.4vw;
    }
    footer span {
        font-size: calc(0.5em + 0.5vw);
    }
    .tooltip-email, .tooltip-phone {       
        height: 2.5em;
        top: -4vh;
    }
    .tooltip-email {
        width: 14em;
    }
    .tooltip-phone {
        width: 8em;
    }
    .mentions {
        height: 2vh;
    }
    form {
        width: 70%;
    }
    form input[type="text"],
    form input[type="email"] {
        height: 3vh;
    }
    form input,
    form textarea {
        margin: 1em;
    }
    .section-parcours,
    .section-contact {
        width: 60%;
        padding: 2em;
        border-radius: 1vw;
    }
}


@media (min-width: 1024px) {    
    nav {
        height: 8vh;
    }
    .menu {        
        width: 70%;
        height: 8vh;
    }
    .menu a li p {
        font-size: calc(0.5em + 0.5vw);
    }
    .menu-button {
        height: 8vh;
    }
    .menu-icon {
        display: block;
        position: relative;
        width: 3em;
        height: 3em;
        z-index: -1;
        top: -5em;
        left: 17vw;
        margin: 0;
        padding: 0;
    }
    .bouton1, .bouton2 {
        width: 18vw;
        height: 3em;
    }
    .bouton1:hover {
        transform: translateX(-6vw);
    }
    section {
        width: 50%;
    }
    h1 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    h2 {
        font-size: calc(1em + 1vw);
    }
    .div-accueil {
        width: 40%;
        border-radius: 1vw;
    }
    .section-accueil div {
        width: 60vw;
    }
    .projet {
        width: 10vw;
        height: 10vw;
        border-radius: 1vw;
    }
    .close-btn {
        right: 0;
        top: 0;
    }    
    .modal-content-left, .modal-content-right {
        width: 40%;
    }
    .modal-content-left img {
        width: 70%;
    }
    .modal-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .skills {
        width: 20vw;
        height: 20vw;
    }
    .infobulle {
        width: 25%;
    }
    .infobulle-texte p {
        width: 70%;
    }
    footer {
        height: 15vh;
    }
    .logo {
        width: 2vw;
        height: 2vw;
        border-radius: 0.4vw;
    }
    footer span {
        font-size: calc(0.5em + 0.5vw);
    }
    .tooltip-email, .tooltip-phone {       
        height: 2em;
    }
    form {
        width: 70%;
    }
    form input[type="text"],
    form input[type="email"], form textarea {
        width: 90%;
        font-size: 0.7em;
        border: solid 3px var(--five);
    }
    form input[type="text"],
    form input[type="email"] {
        height: 4vh;    }

    form input[type="text"]:hover,
    form input[type="email"]:hover,
    form textarea:hover {
        border: solid 3px var(--one);
    }
    .section-parcours,
    .section-contact {
        width: 40%;
    }
}




