@charset "UTF-8";
@media screen and (min-aspect-ratio: 16/9) {
  #mainpage {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: white;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #191726;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  /* Custom Scrollbar */
  #mainpage::-webkit-scrollbar {
    width: 10px;
    background-color: #191726;
  }
  #mainpage::-webkit-scrollbar-track {
    background-color: #191726;
  }
  #mainpage::-webkit-scrollbar-thumb {
    background-color: rgba(27, 48, 89, 0.7);
    border-radius: 5px;
  }
  #mainpage::-webkit-scrollbar-thumb:hover {
    background-color: rgb(27, 48, 89);
  }
  #mainpage {
    /* animation stylée image keyframe */
    /*  Style pour les badges des technologies */
    /* Style du formulaire */
    /* active state */
    /* BOTTOM BARS ================================= */
    /* active state */
    /* HIGHLIGHTER ================================== */
    /* active state */
    /* ANIMATIONS ================ */
    /* Style du footer */
  }
  #mainpage * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #mainpage #menu-toggle {
    display: none;
  }
  #mainpage .loader {
    aspect-ratio: 1/1;
    width: 40px;
    /* Augmenter la taille du loader */
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
    animation: l2 1.5s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  #mainpage .loader:before,
  #mainpage .loader:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
    animation: inherit;
    animation-delay: -0.5s;
  }
  #mainpage .loader:after {
    animation-delay: -1s;
  }
  @keyframes l2 {
    100% {
      box-shadow: 0 0 0 80px rgba(0, 0, 0, 0);
    }
    /* Augmenter la taille de l'ombre */
  }
  #mainpage header {
    display: block;
    position: fixed;
    width: 100%;
    height: 8vh;
    margin: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.5s;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mainpage header.scrolled {
    background-color: rgba(27, 48, 89, 0.7);
    height: 8vh;
    transition: 0.5s;
  }
  #mainpage .burger-icon {
    display: none;
  }
  #mainpage #menu {
    height: 6vh;
    margin-top: 1vh;
    padding: 0;
    /* Remove default padding */
    list-style-type: none;
    /* Remove default list styles */
  }
  #mainpage #menu > li {
    display: inline-block;
    height: 6vh;
    /* Adjusted height to match the menu height */
    margin-right: 1vw;
    /* Adjusted margin for spacing between menu items */
  }
  #mainpage #menu > li:last-child {
    margin-right: 0;
    /* Remove right margin for the last menu item */
  }
  #mainpage #menu > li:nth-last-of-type(3) > a,
  #mainpage #menu > li:nth-last-of-type(2) > a {
    margin: 0;
    padding: 0;
  }
  #mainpage #menu > li > a > img {
    width: 3vw;
    max-height: 6vh;
    margin-right: 0.5vw;
    /* Adjusted margin for spacing between flags */
    vertical-align: middle;
    /* Align images vertically with text */
    transition: 0.3s;
  }
  #mainpage #menu > li > a:hover > img {
    transform: scale(1.2, 1.2);
    transform: rotate3d(1, 1, 1, 360deg);
  }
  #mainpage #menu > li > a > #telechargement {
    padding: 0;
    margin-right: 0.5vw;
    width: 2vw;
    height: auto;
    max-height: 4vh;
  }
  #mainpage #menu > li > a > #home {
    width: 2vw;
    height: auto;
    max-height: 4vh;
  }
  #mainpage #menu > li > a {
    font-size: 1.4vw;
    color: white;
    text-decoration: none;
    padding: 1vh 1vw;
    /* Ajustement du rembourrage pour les éléments du menu */
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    /* Aligner le texte verticalement au centre */
    transition: 0.5s;
  }
  #mainpage #menu > li > a:hover {
    color: #3671BF;
  }
  #mainpage #menu > li:first-child > a:hover {
    background-color: unset;
    color: white;
  }
  #mainpage #menu > li:nth-last-child(-n+3) {
    float: right;
  }
  #mainpage #menu > li:nth-last-child(-n+3) > a {
    font-size: 1.4vw;
    color: white;
    text-decoration: none;
    padding-left: 1vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
  }
  #mainpage #menu > li:nth-last-child(-n+3) > a:hover {
    color: #3671BF;
  }
  #mainpage #telechargerLayout {
    display: none;
  }
  #mainpage main {
    display: block;
    position: relative;
    /* float: right; */
    width: 100vw;
    margin: 0;
    z-index: 2;
  }
  #mainpage h2 {
    font-size: 4em;
    margin-left: 14vw;
    padding-top: 12vh;
    margin-bottom: 12vh;
    color: #F2EC91;
    opacity: 1;
    text-shadow: 0 0 50px rgb(0, 0, 0);
  }
  #mainpage h2:first-of-type {
    padding-top: 9vh;
  }
  #mainpage .text {
    text-align: justify;
    font-size: 2.6vh;
    width: 54vw;
    margin-left: 10vw;
    color: #F1F2EE;
    background-color: #1B3059;
    padding: 2vh 4vw;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 1vh;
    transition: 0.5s;
  }
  #mainpage .text:hover {
    background-color: #04040E;
    color: #F1F2EE;
    transform: scale(1.06, 1.06);
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #mainpage #acceuil {
    padding-top: 6vh;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/terre_acceuil.jpg);
    background-size: cover;
    padding: 0;
    padding-top: 8vh;
    margin: 0;
    border: 0;
    color: white;
    box-sizing: border-box;
  }
  #mainpage #acceuil > p {
    font-size: 2.5vh;
    margin-top: 6vh;
    height: 10vh;
    padding: 0;
    width: 50vw;
    text-align: justify;
    margin-left: 2vw;
    color: #F1F2EE;
    background: none;
  }
  #mainpage #acceuil > h1:nth-of-type(3) {
    margin-top: 20vh;
    max-width: 90vw;
    font-size: 20vh;
    animation: zoomFaux 1.2s ease-in-out;
    color: #F2EC91;
    opacity: 1;
  }
  #mainpage #acceuil > h1:last-of-type {
    font-size: 25vh;
    max-width: 90vw;
    animation: zoomClement 1.2s ease-in-out;
    color: #F2EC91;
    opacity: 1;
  }
  #mainpage #acceuil > h1 {
    opacity: 0.5;
    margin: 0;
    padding: 0;
    margin-left: 1vw;
  }
  #mainpage .layout {
    display: none;
  }
  @keyframes zoomFaux {
    0% {
      font-size: 0;
      opacity: 0;
    }
    10% {
      font-size: 2vh;
      opacity: 0.1;
    }
    20% {
      font-size: 4vh;
    }
    30% {
      font-size: 6vh;
    }
    40% {
      font-size: 8vh;
      opacity: 0.2;
    }
    50% {
      font-size: 10vh;
    }
    60% {
      font-size: 12vh;
    }
    70% {
      font-size: 14vh;
      opacity: 0.3;
    }
    80% {
      font-size: 16vh;
    }
    90% {
      font-size: 18vh;
    }
    100% {
      font-size: 20vh;
      opacity: 0.4;
    }
  }
  @keyframes zoomClement {
    0% {
      font-size: 0;
      opacity: 0;
    }
    10% {
      font-size: 2.5vh;
      opacity: 0.1;
    }
    20% {
      font-size: 5vh;
    }
    30% {
      font-size: 7.5vh;
    }
    40% {
      font-size: 10vh;
      opacity: 0.2;
    }
    50% {
      font-size: 12.5vh;
    }
    60% {
      font-size: 15vh;
    }
    70% {
      font-size: 17.5vh;
      opacity: 0.3;
    }
    80% {
      font-size: 20vh;
    }
    90% {
      font-size: 22.5vh;
    }
    100% {
      font-size: 25vh;
      opacity: 0.4;
    }
  }
  #mainpage #photo_profil {
    position: relative;
    float: right;
    margin-right: 5vw;
    z-index: 2;
    width: 17vw;
    /* Beau contour d'image */
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 3px solid #F1F2EE;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#4384CC, #F1F2EE);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
  }
  #mainpage #photo_profil:hover {
    transform: scale(1.2, 1.2);
    background: none;
  }
  @keyframes zoom {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  #mainpage .badge {
    display: inline-flex;
    /* Changement de flex à inline-flex pour s'adapter au contenu */
    align-items: center;
    margin: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    font-size: 14px;
    max-width: 200px;
    /* Limitation de la largeur maximale du badge */
    white-space: nowrap;
    /* Empêche le texte de passer à la ligne */
  }
  #mainpage .badge img {
    height: 20px;
    margin-right: 8px;
  }
  #mainpage .badge span {
    font-size: 14px;
    font-weight: bold;
    color: #F1F2EE;
  }
  #mainpage #vitrine {
    display: inline-flex;
    box-sizing: content-box;
    position: relative;
    width: 90vw;
    height: auto;
    margin: 0;
    margin-left: 10vw;
  }
  #mainpage #vitrine > .vitre {
    background: linear-gradient(to top left, #4384CC, #2A4B76, #10121F);
    width: 22vw;
    height: auto;
    margin: 0;
    margin-right: 3vw;
    padding-left: 2vw;
    padding-bottom: 5vh;
    transition-duration: 0.3s;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  #mainpage #vitrine > .vitre:hover {
    padding: 2vh;
    padding: 2vw;
  }
  #mainpage #vitrine > .vitre > h3 {
    font-size: 2em;
    color: #3671BF;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
    margin-right: 5vw;
    font-weight: bold;
  }
  #mainpage #vitrine > .vitre > li {
    font-size: 1vw;
    margin-top: 2vh;
    border: 0;
  }
  #mainpage .img_parcours {
    position: relative;
    width: 20vw;
    height: 20vh;
    border: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
    float: right;
    margin-right: 5vw;
    z-index: 2;
    clear: right;
    margin-bottom: 2vh;
  }
  #mainpage .img_parcours:hover {
    transform: scale(2, 2);
    margin-right: 20vw;
    z-index: 3;
  }
  #mainpage .logo {
    margin-left: 4vw;
    width: 5vw;
    border: 0;
    float: left;
    margin-right: 5vw;
  }
  #mainpage .parcours {
    display: block;
    margin-bottom: 2vh;
    margin-top: 15vh;
  }
  #mainpage .presentation > h3 {
    font-size: 1em;
    margin-bottom: 2vh;
    color: #3671BF;
    font-size: 1.1em;
    font-weight: bold;
  }
  #mainpage .presentation {
    -ms-text-size-adjust: none;
    font-size: 3vh;
    width: 60vw;
    margin-left: 10vw;
    color: #F1F2EE;
    background-color: #24446D;
    padding: 2vh;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 1vh;
    transition: 0.5s;
  }
  #mainpage .presentation:hover {
    background-color: #04040E;
    transform: scale(1.08, 1.08);
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #mainpage #stackOverflow:hover {
    transform: scale(1, 1);
    background-color: #24446D;
  }
  #mainpage .presentation > p {
    text-align: justify;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #mainpage #contact {
    display: block;
    position: fixed;
    z-index: 1;
    width: 5vw;
    height: 40vh;
    background-color: black;
    bottom: 0;
    right: 0;
    border-top-left-radius: 60px;
    transition: 0.5s;
    opacity: 0.3;
  }
  #mainpage #contact:hover {
    border: solid 5px #F2EC91;
    border-bottom: 0;
    border-right: 0;
    z-index: 2;
    opacity: 1;
  }
  #mainpage #contact > .contact > img {
    width: 3vw;
    height: 3vw;
    margin-top: 6vh;
    margin-right: 1vw;
    border: 0;
    border-radius: 10px;
    padding-left: 1vw;
    font-size: 2vh;
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
  }
  #mainpage #contact > .contact > img:hover {
    transform: scale(1.2, 1.2);
  }
  #mainpage #voir_cv {
    /* style de bouton */
    display: block;
    position: relative;
    margin-left: 12vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding: 1vh 1vw;
    background-color: rgba(54, 113, 191, 0.7);
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
  }
  #mainpage #voir_cv:hover {
    transform: scale(1.08, 1.08);
    background-color: rgb(54, 113, 191);
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #mainpage #video > video {
    display: none;
    position: relative;
    margin-left: 10vw;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    width: 80vw;
    max-height: 100vh;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 2vh;
  }
  #mainpage #data_analyse {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    width: 60vw;
    height: 80vh;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  #mainpage #formmail {
    margin-left: 10vw;
    width: 80vw;
    height: 80vh;
    background-image: url("../img/planete-avec-anneau.jpg");
    background-size: cover;
    margin-bottom: 4vh;
  }
  #mainpage #formmail > h3 {
    position: absolute;
    font-size: 3vw;
    margin-left: 4vw;
    padding-top: 4vh;
    margin-bottom: 4vh;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 50px rgb(0, 0, 0);
  }
  #mainpage #formmail > #formulaire {
    display: block;
    position: absolute;
    padding-left: 2vw;
    padding-top: 4vh;
    margin-top: 4vh;
    width: 40vw;
    height: 68vh;
    margin-left: 35vw;
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }
  #mainpage #formmail > #formulaire:hover,
  #mainpage #formmail > #formulaire:focus-within {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.04, 1.04);
  }
  #mainpage .group {
    display: block;
    position: relative;
    margin-bottom: 3vh;
    display: inline-block;
    width: 13vw;
    margin-left: 4vw;
  }
  #mainpage .grand {
    width: 30vw;
    display: block;
  }
  #mainpage input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 10vw;
    border: none;
    border-bottom: 1px solid black;
    background: transparent;
  }
  #mainpage textarea {
    font-size: 1vw;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 27vw;
    height: auto;
    max-height: 20vh;
    border: none;
    /* Remove all borders */
    background: transparent;
    border-bottom: 1px solid black;
    resize: none;
  }
  #mainpage input:focus,
  #mainpage textarea:focus {
    outline: none;
  }
  #mainpage .grand > input {
    width: 27vw;
  }
  #mainpage input:focus {
    outline: none;
  }
  #mainpage label {
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  #mainpage input:focus ~ label,
  #mainpage input:valid ~ label {
    top: -20px;
    font-size: 0.9em;
    color: #5264AE;
  }
  #mainpage textarea:focus ~ label,
  #mainpage textarea:valid ~ label {
    top: -20px;
    font-size: 0.9em;
    color: #5264AE;
  }
  #mainpage .bar {
    position: relative;
    display: block;
    width: 13vw;
  }
  #mainpage .grand > .bar {
    width: 30vw;
  }
  #mainpage .bar:before,
  #mainpage .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  #mainpage .bar:before {
    left: 50%;
  }
  #mainpage .bar:after {
    right: 50%;
  }
  #mainpage input:focus ~ .bar:before,
  #mainpage input:focus ~ .bar:after {
    width: 50%;
  }
  #mainpage textarea:focus ~ .bar:before,
  #mainpage textarea:focus ~ .bar:after {
    width: 50%;
  }
  #mainpage .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  #mainpage input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }
  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  @-moz-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  #mainpage input[type=submit],
  #mainpage input[type=reset] {
    display: inline-block;
    position: relative;
    width: 10vw;
    margin-left: 9vh;
    margin-right: 0;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding: 1vh 1vw;
    background-color: rgba(54, 113, 191, 0.7);
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
  }
  #mainpage input[type=submit]:hover,
  #mainpage input[type=reset]:hover {
    transform: scale(0.9, 0.9);
    background-color: rgb(54, 113, 191);
  }
  #mainpage .footer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding-top: 10vh;
  }
  #mainpage .footer :root {
    --light: #ffffff;
    --dark: #000;
  }
  #mainpage .footer body {
    font-family: "Rubik", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #mainpage .footer h3 {
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
  }
  #mainpage .footer h4 {
    font-size: 1.5rem;
  }
  #mainpage .footer a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 400;
    transition: 0.3s ease-in;
    border-bottom: 1px solid transparent;
    margin-bottom: 0.5rem;
    display: inline-flex;
  }
  #mainpage .footer a:hover {
    border-bottom: 1px solid var(--dark);
  }
  #mainpage .footer ul {
    list-style-type: none;
    padding: 0;
  }
  #mainpage .footer button {
    appearance: none;
    border: 0;
    background: transparent;
  }
  #mainpage .footer .flex {
    display: flex;
  }
  #mainpage .footer .footer_video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    border: none;
  }
  #mainpage .footer .footer_inner {
    background: var(--light);
    backdrop-filter: blur(50px);
    border: 0.1px solid rgba(233, 232, 232, 0.208);
    border-radius: 5px;
    padding: 2rem;
    margin: 1rem 0;
  }
  #mainpage .footer .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #mainpage .footer form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 400px);
    border-bottom: 1px solid var(--dark);
  }
  #mainpage .footer input {
    padding: 0.75rem 0;
    border: none;
    background: none;
    font-weight: 500;
    transition: border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 0;
    width: 100%;
    font-size: 1.05rem;
    font-weight: bolder;
  }
  #mainpage .footer input:focus {
    outline: none;
  }
  #mainpage .footer input::placeholder {
    color: var(--dark);
  }
}
@media screen and (min-aspect-ratio: 16/9) and (min-width: 675px) {
  #mainpage .footer .layout {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2rem;
  }
  #mainpage .footer .w-50 {
    width: 50%;
  }
  #mainpage .footer .w-25 {
    width: 25%;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  #mainpage .footer form {
    position: relative;
  }
  #mainpage .footer svg {
    margin: 0.5rem;
  }
  #mainpage .footer .c-2 {
    margin-top: 3.5rem;
  }
  #mainpage .footer .footer_copyright {
    color: var(--light);
  }
}
@media screen and (max-aspect-ratio: 4/4) {
  /* Pour les portables */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    width: 100vw;
    overflow-x: hidden;
  }
  body {
    font-family: "Trebuchet MS", sans-serif;
    color: white;
    background-color: #191726;
  }
  .loader {
    aspect-ratio: 1/1;
    width: 40px;
    /* Augmenter la taille du loader */
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
    animation: l2 1.5s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .loader:before,
  .loader:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
    animation: inherit;
    animation-delay: -0.5s;
  }
  .loader:after {
    animation-delay: -1s;
  }
  @keyframes l2 {
    100% {
      box-shadow: 0 0 0 80px rgba(0, 0, 0, 0);
    }
    /* Augmenter la taille de l'ombre */
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
  }
  /* Menu */
  #menu {
    display: none;
    position: fixed;
    margin-top: -8vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .burger-icon {
    position: relative;
    font-size: 3em;
    margin-left: 2vw;
    z-index: 3;
  }
  #home {
    width: 4vw;
  }
  #menu > li {
    list-style: none;
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #menu > li a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
  }
  #menu > li:not(:hover) {
    opacity: 0.5;
  }
  #menu > li > a:hover {
    color: rgb(0, 0, 0);
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + label + #menu {
    display: block;
  }
  li:last-of-type {
    display: none;
  }
  #menu > li:hover > a {
    color: rgb(49, 83, 255);
  }
  input[type=checkbox]:checked + label + #menu > li a:focus {
    color: white;
  }
  #telechargerLayout {
    display: flex;
    float: right;
    margin-right: 5vw;
    margin-top: 2vh;
    color: white;
    text-decoration: none;
  }
  #telechargerLayout > img {
    display: flex;
    float: right;
    height: 3vh;
    margin-left: 1vw;
    margin-top: -0.5vh;
  }
  main {
    z-index: 1;
  }
  h2 {
    padding-top: 4vh;
    font-size: 7vw;
    text-align: center;
    margin-bottom: 20px;
    color: #F2EC91;
  }
  .text {
    font-size: 4vw;
    width: 85vw;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 7.5vw;
  }
  #acceuil {
    padding-top: 80px;
    background-image: url("../img/terre_acceuil.jpg");
    background-size: cover;
    color: white;
    text-align: center;
    height: 100vh;
    padding-left: 5vw;
  }
  #acceuil > p {
    font-size: 4vw;
    opacity: 0.7;
    margin-top: 20px;
    margin-right: 5vw;
  }
  #acceuil > h1 {
    font-size: 15vw;
    margin-top: 20px;
    color: #F2EC91;
  }
  #acceuil > h1:nth-of-type(2) {
    margin-bottom: 15vh;
  }
  #degrade {
    width: 100vw;
    height: 3vh;
    background: linear-gradient(to bottom, rgb(3, 3, 11), rgb(109, 103, 103));
  }
  .layout {
    display: block;
  }
  .pc {
    display: none;
  }
  #photo_profil {
    margin-right: 7.5vw;
    margin-left: 7.5vw;
    width: 85vw;
    /* Beau contour d'image */
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 3px solid #F1F2EE;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#4384CC, #F1F2EE);
  }
  #vitrine {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #vitrine > .vitre {
    background: linear-gradient(to top left, #4384CC, #2A4B76, #10121F);
    width: 85vw;
    margin-left: 7.5vw;
    padding: 1vh 7.5vw;
    margin-bottom: 20px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  #vitrine > .vitre > h3 {
    font-size: 1.5em;
    color: white;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  .img_parcours {
    width: 90vw;
    margin-left: 5vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-right: 0;
  }
  .logo {
    margin-left: 5%;
    width: 20%;
    margin-right: 0;
  }
  .parcours {
    margin-top: 20px;
  }
  .presentation {
    width: 85vw;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 7.5vw;
  }
  .presentation > p {
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 4vw;
  }
  .presentation > h3 {
    font-size: 5vw;
  }
  #contact {
    display: block;
    position: fixed;
    z-index: 1;
    width: 8vw;
    height: 30vh;
    bottom: 0;
    right: 2vw;
  }
  #contact > .contact > img {
    width: 8vw;
    margin-top: 3vh;
    margin-right: 1vw;
    border: 0;
    border-radius: 10px;
    padding-left: 1vw;
    font-size: 2vh;
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
  }
  #contact > .contact > img:hover {
    transform: scale(1.2, 1.2);
  }
  #voir_cv {
    /* style de bouton */
    display: block;
    position: relative;
    width: 40vw;
    margin-left: 30vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding: 1vh 1vw;
    background-color: rgba(0, 60, 255, 0.5);
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
  }
  #voir_cv:hover {
    background-color: rgba(0, 60, 255, 0.8);
    transform: scale(1.08, 1.08);
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #video > video {
    display: none;
    position: relative;
    margin-left: 10vw;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    width: 80vw;
    max-height: 100vh;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  #data_analyse {
    width: 90%;
    margin-left: 5%;
  }
  /* Titre du formulaire */
  #formmail > h3 {
    font-size: 5vw;
    /* Taille de police ajustée */
    color: #ffffff;
    text-shadow: 0 0 10px rgb(0, 0, 0);
    text-align: center;
    /* Centrer le texte */
    margin-top: 10vh;
    /* Ajuster selon les besoins */
  }
  /* Formulaire */
  #formmail > #formulaire {
    width: 80vw;
    /* Largeur du formulaire ajustée */
    margin: 0 auto;
    /* Centrer le formulaire */
    background-image: url("../img/planete-avec-anneau.jpg");
    /* Chemin de l'image de fond */
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    /* Ombre légère */
    padding: 5vh 3vw;
    /* Ajuster les marges internes */
    transition: 0.5s;
    position: relative;
    /* Position relative pour le positionnement de l'image de fond */
  }
  /* Styles des champs de saisie */
  .group {
    margin-bottom: 5vh;
    /* Espacement entre les champs */
    position: relative;
    /* Position relative pour positionner les labels */
  }
  .group > input,
  .group > textarea {
    font-size: 4vw;
    /* Taille de police ajustée */
    width: 100%;
    /* Remplir la largeur disponible */
    padding: 3vh 2vw;
    /* Ajuster les marges internes */
    border: none;
    /* Supprimer la bordure */
    border-bottom: 2px solid #ccc;
    /* Ajouter une ligne de séparation */
    background-color: transparent;
    /* Fond transparent */
    transition: border-bottom-color 0.3s;
    /* Animation lors du focus */
  }
  .group > input:focus,
  .group > textarea:focus {
    outline: none;
    /* Supprimer la bordure de focus */
    border-bottom-color: #5264AE;
    /* Couleur de la ligne de séparation lors du focus */
  }
  .group > label {
    font-size: 4vw;
    /* Taille de police ajustée */
    color: #fff;
    /* Couleur du texte en blanc */
    font-weight: bold;
    /* Texte en gras */
    position: absolute;
    /* Position absolue pour le déplacement en haut lors du focus */
    top: 2vh;
    /* Ajuster la position */
    left: 2vw;
    /* Ajuster la position */
    transition: top 0.3s, font-size 0.3s, color 0.3s;
    /* Animation lors du focus */
  }
  /* Styles des boutons */
  input[type=submit],
  input[type=reset] {
    width: 50%;
    /* Largeur du bouton ajustée */
    font-size: 4vw;
    /* Taille de police ajustée */
    margin: 0 auto;
    /* Centrer le bouton */
    display: block;
    /* Afficher en tant que bloc */
    margin-top: 5vh;
    /* Espacement depuis le dernier champ */
    padding: 2vh;
    /* Ajuster les marges internes */
    border: none;
    /* Supprimer la bordure */
    border-radius: 5px;
    /* Ajouter une bordure arrondie */
    background-color: #5264AE;
    /* Couleur de fond */
    color: #fff;
    /* Couleur du texte */
    cursor: pointer;
    /* Curseur pointer */
    transition: background-color 0.3s;
    /* Animation lors du survol */
  }
  .group > input[type=submit]:hover,
  input[type=reset]:hover {
    background-color: #324080;
    /* Couleur de fond au survol */
  }
  /* Image de fond */
  #formmail {
    background-size: cover;
    /* Ajuster la taille de l'image */
    background-position: center;
    /* Centrer l'image */
    min-height: 100vh;
    /* Hauteur minimale de l'élément */
    overflow: hidden;
    /* Empêcher le débordement de contenu */
  }
  /*  Style pour les badges des technologies */
  .badge {
    display: inline-flex;
    /* Changement de flex à inline-flex pour s'adapter au contenu */
    align-items: center;
    margin: 5px;
    padding: 2px 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    font-size: 8px;
    max-width: 200px;
    /* Limitation de la largeur maximale du badge */
    white-space: nowrap;
    /* Empêche le texte de passer à la ligne */
  }
  .badge img {
    height: 10px;
    margin-right: 8px;
  }
  .badge span {
    font-size: 8px;
    font-weight: bold;
    color: #F1F2EE;
  }
  .footer_video {
    max-width: 100vw;
  }
  .footer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding-top: 10vh;
  }
  .footer h3 {
    font-size: 1rem;
    font-weight: 300;
  }
  .footer h4 {
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .footer a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 400;
    transition: 0.3s ease-in;
    border-bottom: 1px solid transparent;
    margin-bottom: 0.5rem;
    display: inline-flex;
  }
  .footer a:hover {
    border-bottom: 1px solid var(--dark);
  }
  .footer ul {
    list-style-type: none;
    padding: 0;
  }
  .footer button {
    appearance: none;
    border: 0;
    background: transparent;
  }
  .footer .flex {
    display: flex;
  }
  .footer .footer_video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    border: none;
  }
  .footer .footer_inner {
    background: var(--light);
    backdrop-filter: blur(50px);
    border: 0.1px solid rgba(233, 232, 232, 0.208);
    border-radius: 5px;
    padding: 2rem;
    margin: 1rem 0;
  }
  .footer .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .footer form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 400px);
    border-bottom: 1px solid var(--dark);
  }
  .footer input {
    padding: 0.75rem 0;
    border: none;
    background: none;
    font-weight: 500;
    transition: border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 0;
    width: 100%;
    font-size: 1.05rem;
    font-weight: bolder;
  }
  .footer input:focus {
    outline: none;
  }
  .footer input::placeholder {
    color: var(--dark);
  }
}
@media screen and (max-aspect-ratio: 4/4) and (min-width: 675px) {
  .footer .layout {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2rem;
  }
  .footer .w-50 {
    width: 50%;
  }
  .footer .w-25 {
    width: 25%;
  }
}
@media screen and (max-aspect-ratio: 4/4) {
  .footer form {
    position: relative;
  }
  .footer svg {
    margin: 0.5rem;
  }
  .footer .c-2 {
    margin-top: 3.5rem;
  }
  .footer .footer_copyright {
    color: var(--light);
  }
}
@media screen and (min-aspect-ratio: 4/4) and (max-aspect-ratio: 16/9) {
  html,
  body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100vh;
    width: 100vw;
    font-family: "Open Sans", sans-serif;
    background-color: #191726;
    overflow-x: hidden;
  }
  header {
    display: none !important;
    top: 0;
    transition: 0.3s;
  }
  /* Le contenu du header est affiché alors que le header est caché */
  header.scrolled {
    display: inline-block !important;
    position: fixed;
    width: 20vw;
    height: 100vh;
    background-color: black;
    color: white;
  }
  main {
    display: inline-block;
    position: absolute;
    width: 100vw;
    background-color: #191726;
    left: 0;
    top: 0;
    transition: 0.3s;
  }
  main.scrolled {
    display: block;
    position: absolute;
    left: 20vw;
    width: 80vw;
  }
  img {
    width: 4vw;
  }
  video {
    width: 4vw;
  }
  .layout {
    display: none;
  }
  #telechargerLayout {
    display: none;
  }
  #menu-toggle {
    display: none;
  }
  .burger-icon {
    display: none;
  }
  #menu {
    list-style-type: none;
    padding: 0;
  }
  #menu li {
    display: block;
    text-align: center;
  }
  #menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: 0.3s;
  }
  #telechargement {
    width: 4vw;
    left: 7vw;
    display: block;
    position: relative;
    margin-bottom: 2vh;
  }
  #acceuil {
    height: 100vh;
    width: 100%;
    background-image: url("../img/terre_acceuil.jpg");
    background-size: cover;
    padding: 0;
    padding-top: 8vh;
    margin: 0;
    border: 0;
    color: white;
    box-sizing: border-box;
  }
  #acceuil > p {
    font-size: 3vh;
    padding: 0;
    margin-top: 1vh;
    padding-left: 5%;
    height: 10vh;
    width: 45%;
    text-align: justify;
    margin-left: 2vw;
    color: #F1F2EE;
    background: none;
  }
  #acceuil > h1:nth-of-type(3) {
    margin-top: 30vh;
    max-width: 90vw;
    font-size: 15vh;
    animation: zoomFaux 1.2s ease-in-out;
    color: #F2EC91;
    opacity: 1;
  }
  #acceuil > h1:last-of-type {
    font-size: 20vh;
    max-width: 90%;
    animation: zoomClement 1.2s ease-in-out;
    color: #F2EC91;
    opacity: 1;
  }
  #acceuil > h1 {
    opacity: 0.5;
    margin: 0;
    padding: 0;
    margin-left: 1vw;
    padding-left: 5%;
  }
  .layout {
    display: none;
  }
  @keyframes zoomFaux {
    0% {
      font-size: 0;
      opacity: 0;
    }
    10% {
      font-size: 1.5vh;
      opacity: 0.1;
    }
    20% {
      font-size: 3vh;
    }
    30% {
      font-size: 4.5vh;
    }
    40% {
      font-size: 6vh;
      opacity: 0.2;
    }
    50% {
      font-size: 7.5vh;
    }
    60% {
      font-size: 9vh;
    }
    70% {
      font-size: 10.5vh;
      opacity: 0.3;
    }
    80% {
      font-size: 12vh;
    }
    90% {
      font-size: 13.5vh;
    }
    100% {
      font-size: 15vh;
      opacity: 0.4;
    }
  }
  @keyframes zoomClement {
    0% {
      font-size: 0;
      opacity: 0;
    }
    10% {
      font-size: 2vh;
      opacity: 0.1;
    }
    20% {
      font-size: 4vh;
    }
    30% {
      font-size: 6vh;
    }
    40% {
      font-size: 8vh;
      opacity: 0.2;
    }
    50% {
      font-size: 10vh;
    }
    60% {
      font-size: 12vh;
    }
    70% {
      font-size: 14vh;
      opacity: 0.3;
    }
    80% {
      font-size: 16vh;
    }
    90% {
      font-size: 18vh;
    }
    100% {
      font-size: 20vh;
      opacity: 0.4;
    }
  }
  /*  Style pour les badges des technologies */
  .badge {
    display: inline-flex;
    /* Changement de flex à inline-flex pour s'adapter au contenu */
    align-items: center;
    margin: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    font-size: 14px;
    max-width: 200px;
    /* Limitation de la largeur maximale du badge */
    white-space: nowrap;
    /* Empêche le texte de passer à la ligne */
  }
  .badge img {
    height: 20px;
    margin-right: 8px;
  }
  .badge span {
    font-size: 14px;
    font-weight: bold;
    color: #F1F2EE;
  }
  h2 {
    font-size: 6vw;
    margin-left: 6vw;
    padding-top: 4vh;
    margin-bottom: 12vh;
    color: #F2EC91;
    opacity: 1;
    text-shadow: 0 0 50px rgb(0, 0, 0);
  }
  .text {
    text-align: justify;
    font-size: 1.5vw;
    width: 60%;
    margin-left: 10vw;
    color: #F1F2EE;
    background-color: #1B3059;
    padding: 1vh 2vw;
    margin-left: 6vw;
    margin-right: 6vw;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 1vh;
    transition: 0.5s;
  }
  #photo_profil {
    position: relative;
    float: right;
    margin-right: 4vw;
    z-index: 2;
    width: 18%;
    /* Beau contour d'image */
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 3px solid #F1F2EE;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#4384CC, #F1F2EE);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
  }
  #voir_cv {
    /* style de bouton */
    display: block;
    position: relative;
    margin-left: 6vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding: 1vh 1vw;
    background-color: rgba(54, 113, 191, 0.7);
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
  }
  #voir_cv:hover {
    transform: scale(1.08, 1.08);
    background-color: rgb(54, 113, 191);
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  video {
    display: none;
    width: 88%;
    margin-left: 6vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border: 3px solid #000000;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
  }
  #vitrine {
    display: inline-flex;
    box-sizing: content-box;
    position: relative;
    width: 90%;
    height: auto;
    margin: 0;
    margin-left: 5%;
  }
  #vitrine > .vitre {
    background: linear-gradient(to top left, #4384CC, #2A4B76, #10121F);
    width: 30%;
    height: auto;
    margin: 0;
    margin-right: 3%;
    padding-left: 2%;
    padding-bottom: 5vh;
    transition-duration: 0.3s;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  #vitrine > .vitre:hover {
    padding: 2vh;
    padding: 2%;
  }
  #vitrine > .vitre > h3 {
    font-size: 2em;
    color: #3671BF;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
    margin-right: 5vw;
    font-weight: bold;
  }
  #vitrine > .vitre > li {
    font-size: 1vw;
    margin-top: 2vh;
    border: 0;
  }
  .img_parcours {
    position: relative;
    width: 20%;
    /* height: 20vh; */
    border: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
    float: right;
    margin-right: 5%;
    z-index: 2;
    clear: right;
    margin-bottom: 2vh;
  }
  .img_parcours:hover {
    transform: scale(2, 2);
    margin-right: 20vw;
    z-index: 3;
  }
  .logo {
    margin-left: 2%;
    width: 5%;
    border: 0;
    float: left;
    margin-right: 5vw;
  }
  .parcours {
    display: block;
    margin-bottom: 2vh;
    margin-top: 15vh;
  }
  .presentation > h3 {
    font-size: 2vw;
    margin-bottom: 2vh;
    color: #3671BF;
    font-size: 1.1em;
    font-weight: bold;
  }
  .presentation {
    font-size: 1.5vw;
    width: 60%;
    margin-left: 6vw;
    color: #F1F2EE;
    background-color: #24446D;
    padding: 2vh;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 1vh;
    transition: 0.5s;
  }
  .presentation:hover {
    background-color: #04040E;
    transform: scale(1.08, 1.08);
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #stackOverflow:hover {
    transform: scale(1, 1);
    background-color: #24446D;
  }
  .presentation > p {
    text-align: justify;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #contact {
    display: block;
    position: fixed;
    z-index: 1;
    width: 5vw;
    height: 40vh;
    background-color: black;
    bottom: 0;
    right: 0;
    border-top-left-radius: 60px;
    transition: 0.5s;
    opacity: 0.3;
  }
  #contact:hover {
    border: solid 5px #F2EC91;
    border-bottom: 0;
    border-right: 0;
    z-index: 2;
    opacity: 1;
  }
  #contact > .contact > img {
    width: 3vw;
    height: 3vw;
    margin-top: 6vh;
    margin-right: 1vw;
    border: 0;
    border-radius: 10px;
    padding-left: 1vw;
    font-size: 2vh;
    transition: 0.5s;
    animation: zoom 0.7s ease-in-out;
  }
  #contact > .contact > img:hover {
    transform: scale(1.2, 1.2);
  }
  #formmail {
    margin-left: 6vw;
    width: 84%;
    height: 80vh;
    background-image: url("../img/planete-avec-anneau.jpg");
    background-size: cover;
    margin-bottom: 4vh;
  }
  #formmail > h3 {
    position: absolute;
    font-size: 2.5vw;
    margin-left: 4%;
    padding-top: 4vh;
    margin-bottom: 4vh;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 50px rgb(0, 0, 0);
  }
  #formmail > #formulaire {
    display: block;
    position: absolute;
    padding-left: 2%;
    padding-top: 4vh;
    margin-top: 4vh;
    width: 50%;
    height: 68vh;
    margin-left: 25%;
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }
  #formmail > #formulaire:hover,
  #formmail > #formulaire:focus-within {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.04, 1.04);
  }
  .group {
    display: block;
    position: relative;
    margin-bottom: 3vh;
    display: inline-block;
    width: 13vw;
    margin-left: 4vw;
  }
  .grand {
    width: 30vw;
    display: block;
  }
  input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 10vw;
    border: none;
    border-bottom: 1px solid black;
    background: transparent;
  }
  textarea {
    font-size: 1vw;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 27vw;
    height: auto;
    max-height: 20vh;
    border: none;
    /* Remove all borders */
    background: transparent;
    border-bottom: 1px solid black;
    resize: none;
  }
  input:focus,
  textarea:focus {
    outline: none;
  }
  .grand > input {
    width: 27vw;
  }
  input:focus {
    outline: none;
  }
  label {
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  /* active state */
  input:focus ~ label,
  input:valid ~ label {
    top: -20px;
    font-size: 0.9em;
    color: #5264AE;
  }
  textarea:focus ~ label,
  textarea:valid ~ label {
    top: -20px;
    font-size: 0.9em;
    color: #5264AE;
  }
  /* BOTTOM BARS ================================= */
  .bar {
    position: relative;
    display: block;
    width: 13vw;
  }
  .grand > .bar {
    width: 30vw;
  }
  .bar:before,
  .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .bar:before {
    left: 50%;
  }
  .bar:after {
    right: 50%;
  }
  /* active state */
  input:focus ~ .bar:before,
  input:focus ~ .bar:after {
    width: 50%;
  }
  textarea:focus ~ .bar:before,
  textarea:focus ~ .bar:after {
    width: 50%;
  }
  /* HIGHLIGHTER ================================== */
  .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  /* active state */
  input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  @-moz-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  input[type=submit],
  input[type=reset] {
    display: inline-block;
    position: relative;
    width: 10vw;
    margin-left: 9vh;
    margin-right: 0;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding: 1vh 1vw;
    background-color: rgba(54, 113, 191, 0.7);
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
  }
  input[type=submit]:hover,
  input[type=reset]:hover {
    transform: scale(0.9, 0.9);
    background-color: rgb(54, 113, 191);
  }
  .loader {
    aspect-ratio: 1/1;
    width: 40px;
    /* Augmenter la taille du loader */
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
    animation: l2 1.5s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .loader:before,
  .loader:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
    animation: inherit;
    animation-delay: -0.5s;
  }
  .loader:after {
    animation-delay: -1s;
  }
  @keyframes l2 {
    100% {
      box-shadow: 0 0 0 80px rgba(0, 0, 0, 0);
    }
    /* Augmenter la taille de l'ombre */
  }
}
