@font-face {
    font-family: 'pp_neuebitbold';
    src: url('./font/ppneuebit-bold-webfont.woff2') format('woff2'),
        url('./font/ppneuebit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'riforma_llregular';
    src: url('./font/riformall-regular-webfont.woff2') format('woff2'),
        url('./font/riformall-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VisualTrial-SemiBold';
    src: url('./font/VisualTrial-Semibold.woff2') format('woff2'),
        url('./font/VisualTrial-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

button,
a {
    cursor: url(./img/SourisMain.png), pointer;
}

a,
a:visited {
    color: black;
}

a:hover {
    color: #444;
}

body {
    font-family: 'riforma_llregular';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
    overflow-x: hidden;
}

.portfolio-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  
  background: white;
  color: red;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid red;
  
  z-index: 9999;
  transition: all 0.2s ease;
}

.portfolio-btn:hover {
  background: red;
  color: white;
}

html {
    cursor: url(./img/SourisFleche.png), default ;
}

#ConteneurGen {
    width: 1300px;
    margin: auto;
}

h2 {
    font-family: 'pp_neuebitbold';
    font-size: 4.8em;
    line-height: 0.8em;
    width: 75%;
    padding-top: 30px;
}

#Titre {
    font-size: 12em;
    margin-top: 2vh;
}

h1 {
    font-family: 'pp_neuebitbold';
    font-size: 8em;
    line-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.trait {
    background-color: black;
    height: 8px;
    width: 75%;
}

p {
    width: calc(1300px / 2);
    margin: 0;
}

.Section {
    position: relative;
    margin-top: 100px;
}

/* ------------------------------------------------Navigation ----------------------------*/

header {
    background-color: black;
    color: white;
    padding: 5px 0;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 999;
}

header>div {
    width: 1300px;
    margin: auto;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;

}


.logo img {
    height: 33px;
    margin-top: 14px;
    margin-bottom: -7px;
}

.logo a {
    height: 1px;
}

nav.desktop-nav a {
    margin-left: 20px;
    text-decoration: none;
    color: white;
    font-family: 'pp_neuebitbold';
    font-size: 1.6em;
}

.mobile-nav {
    display: none;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: black;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
}

.mobile-menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
    border-bottom: 1px solid #666;
    font-family: 'pp_neuebitbold';
    font-size: 1.7em;
    text-align: right;
}

.hamburger-menu {
    font-size: 1.5em;
    cursor: pointer;
}

.hamburger-menu img {
    height: 18px;
    width: 18px;
    margin-top: 9px;
    filter: invert(1);
}

/* ---------------------------------------------------------------------------- Formulaire ------_*/
#formulaire {
    display: flex;
    justify-content: space-between;
}

label {
    font-family: 'pp_neuebitbold';
    font-size: 24px;
    line-height: 25px;
}

#formulaire .Section:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    width: 66%;
    row-gap: 15px;
    flex-wrap: wrap;
}

#formulaire .Section:nth-of-type(1) p {
    max-width: 100%;
    font-size: 14px;
    color: black;
}

.FormDivEmpty {
    width: 15%;
    height: 2px;
}

#formulaire .Section:nth-of-type(1) div {
    display: flex;
    flex-direction: column;
}

#chantPDF {
    position: relative;
}

#formulaire .Section:nth-of-type(1) div:nth-last-of-type(1) {
    align-self: flex-end;
    width: 372px;

}

#formulaire .Section:nth-of-type(2) div:nth-last-of-type(1) {
    display: flex;
    flex-direction: column;
}

#formulaire .Section:nth-of-type(2) div:nth-last-of-type(2) {
    display: flex;
    flex-direction: row;
}

#formulaire .Section:nth-of-type(2) div:nth-last-of-type(2) input {
    max-height: 13px;
    width: 20px;
    margin-top: 6px;
}


#formulaire .Section:nth-of-type(2) {
    width: 28.5%;
    align-self: flex-end;
}

#formulaire .Section:nth-of-type(2) div:nth-of-type(2),
#formulaire .Section:nth-of-type(2) div:nth-of-type(3) {
    margin-top: 20px;
}

#formulaire .Section:nth-of-type(2) .trait {
    height: 3px;
    width: 94%;
}

h4 {
    font-family: 'pp_neuebitbold';
    font-size: 25px;
    margin: -4px 0px;
}

HTML CSSResult Skip Results Iframe EDIT ON input[type="file"]::file-selector-button {
    padding: 0 16px;
    height: 30px;
    cursor: pointer;
    border: white;
}

input[type="file"] {
    padding: 7px
}

#informationVerification {
    margin-left: 0.5em;

}

#informationVerificationDiv {
    position: absolute;
    background-color: rgba(180, 180, 180, 0.33);
    top: -90px;
    left: 10px;
    padding: 4px;
}

.displaynoneInfo {
    display: none !important;
}

/* ------------------------------------------Système de fenêtre------------------------------*/
button {
    background-color: transparent;
    border: none;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.container {
    position: relative;
    transition: width 1s ease-in-out;
}

.pop-up {
    position: absolute;
    background-color: black;
    border: 2px solid White;
}

.displaynoneNewsLetter {
    display: none !important;
}



.displaynone div:nth-of-type(2) {
    display: none;
}

.displaynone button:nth-of-type(2) {
    display: none;
}

.displaynone button:nth-of-type(1) {
    display: block;
}

button:nth-of-type(2) {
    display: block;
}

button:nth-of-type(1) {
    display: none;
}

#newsletter button:nth-of-type(1) {
    display: block;
}

.container .pop-up-header {
    color: black;
    background-color: rgb(255, 0, 174);
}

.pop-up-header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #FFE000;
    border: 5px solid black;
}



.pop-up-header button {
    width: 2.25em;
    padding-top: 4px;
}

.pop-up-content {
    background-color: black;
}

.calltoaction {
    background-color: black;
    padding: 20px;
    margin: 0px auto 0px auto;
    display: block;
}

.pop-up p, #Professions .pop-up-header p {
    font-family: 'pp_neuebitbold';
    font-size: 30px;
    margin: 0 9px 0 0;
    line-height: 26px;
    width: auto;
}

/* ------------------ Fenêtre Popup newsletter ----------------*/
input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #555;
    border-radius: 0px;
    transition: border-color 0.3s;
    width: 350px;
}

select {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #555;
    border-radius: 0px;
    transition: border-color 0.3s;
    width: 370px;
}

select:focus {
    border-color: #007bff;
    outline: none;
}

#newsletter .pop-up-content {
    display: flex;
    color: white;
    flex-direction: column;
    padding: 5px 30px 20px 30px;
}

/* ------------------------------------------- Position fenêtre ------------------------------*/
.pop-up-content {
    display: flex;
    justify-content: center;
    margin: 10px;
}

img {
    object-fit:contain;
}

#AnimationHomeObjet {
    top: 8vh;
    left: 3vw;
}


#AnimationHomeObjet .pop-up-content img {
    width: fit-content;
    max-height: 54vh;
    margin: auto;
}

#LogoHome {
    top: 41vh;
    left: 58%;
}

#LogoHome .pop-up-content img {
    width: 350px;
}


#CallToAction {
    top: 55vh;
    left: 87%;
}

#CestQuoi {
    left: 47vw;
    top: 240px;
}

#CestQuoi .pop-up-content img {
    width: fit-content;
    height: 17vh;
}

#BEJUNE {
    left: 60vw;
    top: 340px
}

#BEJUNE .pop-up-content img {
    width: fit-content;
    height: 15vh;
}

#Player1 {
    left: 51vw;
    top: 210px;
}

#Player1 .pop-up-content img {
    width: fit-content;
    height: 200px;
}

#Player2 {
    left: 65vw;
    top: 250px;
}

#Player2 .pop-up-content img {
    width: fit-content;
    height: 200px;
}

#Connexion {
    left: 63vw;
    top: 150px;
}

#Connexion .pop-up-content img {
    width: fit-content;
    height: 100px;
}

#Application {
    left: 54vw;
    top: 20px;
}

#Application .pop-up-content img {
    width: fit-content;
    height: 500px;
}

#AppStore {
    left: 20vw;
    top: 45vh
}

#BtnInscription {
    left: 9vw;
    top: 40vh
}

#BtnInscription a {
    background-color: white;
    font-family: 'pp_neuebitbold';
    padding: 5px 20px;
    font-size: 2em;
    text-decoration: none;
}

#BtnInscription a:hover {
    background-color: #444;
    font-family: 'pp_neuebitbold';
    padding: 5px 20px;
    font-size: 2em;
    color: black;
}

#newsletter {
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.4);
    ;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


#Soutien {
    width: 500px;
    left: 780px;
    top: 240px
}

#Soutien .pop-up-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Soutien .pop-up-content a img {
    max-height: 90px;

}

#Reseau {
    width: 340px;
    left: 730px;
    top: 75px
}

#Reseau .pop-up-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Reseau .pop-up-content a img {
    max-height: 90px;

}

#PapierRemplir {
    top: 300px;
    right: -30px;
}

#PapierRemplir .pop-up-content img {
    height: 180px;
    width: fit-content;
}


/* ------------------------------------------- div d'Espacement ------------------------------*/
#_1 {
    height: 50vh;
}

/* ------------------------------------------ Section espace --------------------------------------_*/
#PageAccueil .Section:nth-of-type(2) {
    padding-bottom: 150px;
}

#PageAccueil .Section:nth-of-type(3) {
    margin-bottom: 25vh;
}

#PageAccueil .Section:nth-of-type(4) {
    margin-bottom: 35vh;
}

#APropos .Section:nth-of-type(2) {
    width: 325px;
    margin-top: 200px;
    margin-bottom: 70px;
}



/* ------------------------------------------------------------ Professions ------------------*/
/*.SliderProf {
    display: flex;
    column-gap: 10px;
    overflow-x: scroll;
}
.SliderProf div {
    background-color: #111;
    color: white;
    width: 320px;
    padding: 4px;
}

.SliderProf div img{
    width: 312px;
    border: solid 2px white;
}

.SliderProf div p {
    width: 312px;
    font-size: 14px;
}

h3 {
    margin: 0 0 5px 0;
    font-family: 'pp_neuebitbold';
    font-size: 32px;
    line-height: 29px;
}

#ProfessionsListe {
    display: flex;
    flex-wrap: wrap;
}

.ProfessionsListe div {
    width: 322px;
}*/

/*------------------------ deuxièeme version de la liste ----------------*/
.ProfessionsListe {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 150px;
}

.ProfFenetre {
    width: 24%;
    background-color: black;
}

.ProfFenetre .pop-up-content {
    display: flex;
    flex-direction: column;
}

.ProfFenetre .pop-up-content img {
    max-width: 98%;
    height: fit-content;
    margin: 20px 0;
}

.ProfFenetre .pop-up-content p {
    width: 99%;
    color: white;
    font-size: 0.8em;
    border-top: 1.5px white solid;
    padding-top: 4px;
}

.DisplayNoneGif {
    display: none;
}

.ProfFenetre:nth-of-type(1) .pop-up-header {
    background-color: #E63030;
}

.ProfFenetre:nth-of-type(2) .pop-up-header {
    background-color: #376EB5;
}

.ProfFenetre:nth-of-type(3) .pop-up-header {
    background-color: #26A745;
}

.ProfFenetre:nth-of-type(4) .pop-up-header {
    background-color: #EC634C;
}

.ProfFenetre:nth-of-type(5) .pop-up-header {
    background-color: #53B687;
}

.ProfFenetre:nth-of-type(6) .pop-up-header {
    background-color: #FAC01B;
}

.ProfFenetre:nth-of-type(7) .pop-up-header {
    background-color: #E83089;
}

.ProfFenetre:nth-of-type(8) .pop-up-header {
    background-color: #43BBC5;
}

.ProfFenetre:nth-of-type(9) .pop-up-header {
    background-color: #EB576A;
}

.ProfFenetre:nth-of-type(10) .pop-up-header {
    background-color: #8F539C;
}

.ProfFenetre:nth-of-type(11) .pop-up-header {
    background-color: #888788;
}

.ProfFenetre:nth-of-type(12) a {
    margin-bottom: -7px;
}

.ProfFenetre:nth-of-type(12) a img {
    cursor: url(./img/SourisMain.png), pointer;
}



/* ------------------------------------------------------------------------------- Footer ---------------------------------*/
footer {
    margin-top: 100px;
    background-color: black;
    color: white;
}

footer a {
    color: white;
}

footer h4 {
    font-size: 2em;
}

footer>div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
    width: 1300px;
    margin: auto;
}

footer .trait {
    background-color: white;
    width: 100%;
    height: 4px;
}

footer div div div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

footer div div:nth-of-type(3) div:nth-of-type(2) {
    width: 80%;
}

footer div>div {
    width: 25%;
}

footer div>div:nth-of-type(2) {
    width: 36%;
}

footer div>div:nth-of-type(2) div {
    width: 100%;
}

footer img {
    height: 70px;
}

/* ------------------------------------------------------------ Ordinateur Portable Desktop --------------- */
@media (max-width: 1350px) {
    body {
        font-size: 16px;
    }

    .trait {
        height: 7px;
    }

    h1 {
        font-size: 7em;
        line-height: 80px;
        margin-top: 5px;
    }


    footer>div {
        width: 992px;
    }

    #ConteneurGen {
        width: 992px;
        margin: auto;
    }

    header {
        width: 100vw;
    }

    header>div {
        width: 992px;
        margin: auto;
    }

    p {
        width: calc(1100px / 2);
        margin: 0;
    }

    #formulaire {
        display: flex;
        flex-direction: column;
    }

    #formulaire .Section:nth-of-type(1) {
        width: 100%;
    }

    .FormDivEmpty {
        width: 40%;
    }

    #formulaire .Section:nth-of-type(2) {
        align-self: self-start;
        width: 66%;
    }

    .ProfessionsListe {
        row-gap: 20px;
        margin-top: 100px;
    }

    h2 {
        font-size: 5em;
    }

    #_1 {
        height: 51vh;
    }

    /* ------------------------------------------ Section espace --------------------------------------_*/
    #PageAccueil .Section:nth-of-type(2) {
        padding-bottom: 180px;
    }

    #PageAccueil .Section:nth-of-type(3) {
        margin-bottom: 30vh;
    }

    #PageAccueil .Section:nth-of-type(4) {
        margin-bottom: 35vh;
    }

    #APropos .Section:nth-of-type(2) {
        width: 325px;
        margin-top: 200px;
        margin-bottom: 70px;
    }

    /* ------------------------------------------- Position fenêtre ------------------------------*/

    #AnimationHomeObjet {
        top: 7.5vh;
        left: 2vw;
    }


    #AnimationHomeObjet .pop-up-content img {
        width: fit-content;
        max-height: 50vh;
        margin: auto;
    }

    #LogoHome {
        top: 52vh;
        left: 70%;
    }

    #LogoHome .pop-up-content img {
        width: 20vw;
    }

    #CallToAction .pop-up-content img {
        width: 9vw;
    }

    #CallToAction {
        top: 69vh;
        left: 88%;
    }

    #CestQuoi {
        left: 69vw;
        top: 220px;
    }

    #CestQuoi .pop-up-content img {
        width: fit-content;
        height: 12vh;
    }

    #BEJUNE {
        left: 40vw;
        top: 38vh;
    }

    #BEJUNE .pop-up-content img {
        width: fit-content;
        height: 14vh;
    }

    #Player1 {
        left: 46vw;
        top: 47vh;
    }

    #Player1 .pop-up-content img {
        width: fit-content;
        height: 180px;
    }

    #Player2 {
        top: 45vh;
    }

    #Player2 .pop-up-content img {
        width: fit-content;
        height: 180px;
    }

    #Connexion {
        left: 63vw;
        top: 35vh;
    }

    #Connexion .pop-up-content img {
        width: fit-content;
        height: 80px;
    }

    #Application {
        left: 57vw;
        top: 50px;
    }

    #Application .pop-up-content img {
        width: fit-content;
        height: 440px;
    }

    #AppStore .pop-up-content img {
        width: fit-content;
        height: 85px;
        margin: -4px 3px;
    }

    #AppStore {
        left: 30vw;
        top: 49vh
    }

    #BtnInscription {
        left: 13vw;
        top: 46vh
    }

    #BtnInscription a {
        background-color: white;
        font-family: 'pp_neuebitbold';
        padding: 5px 20px;
        font-size: 2em;
    }

    #BtnInscription a:hover {
        background-color: #444;
        font-family: 'pp_neuebitbold';
        padding: 5px 20px;
        font-size: 2em;
        color: black;
    }

    #newsletter {
        top: 0%;
        left: 0%;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.4);
        ;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }


    #Soutien {
        width: 410px;
        left: 54vw;
        top: 210px
    }

    #Soutien .pop-up-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Soutien .pop-up-content a img {
        max-height: 77px;
    }

    #Reseau {
        width: 300px;
        left: 46vw;
        top: 70px
    }

    #Reseau .pop-up-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Reseau .pop-up-content a img {
        max-height: 77px;

    }

    #PapierRemplir {
        top: 80px;
        right: -10px;
    }
    
    #PapierRemplir .pop-up-content img {
        height: 180px;
        width: fit-content;
    }

}

/* ----------------------------------------------------------------------------------- IPad --------------- */
@media (max-width: 992px) {
    body {
        font-size: 16px;
    }

    #ConteneurGen {
        width: 96vw;
        margin: auto;
    }

    footer>div {
        width: 96vw;
    }

    footer img {
        height: 50px;
    }

    footer div>div {
        width: 32%;
    }

    footer div>div:nth-of-type(2) {
        width: 32%;
    }

    footer p {
        width: 100%;
    }

    header {
        width: 100vw;
    }

    header>div {
        width: 96vw;
        margin: auto;
    }

    h2 {
        font-size: 3.8em;
        width: 79%;
    }

    p {
        width: 66%;
        margin: 0;
    }


    .ProfFenetre {
        width: 32%;
    }

    #_1 {
        height: 65vh;
    }

    .trait {
        width: 100%;
    }

    /* ------------------------------------------ Section espace --------------------------------------_*/
    #PageAccueil .Section:nth-of-type(2) {
        padding-bottom: 220px;
    }

    #PageAccueil .Section:nth-of-type(3) {
        margin-bottom: 30vh;
    }

    #PageAccueil .Section:nth-of-type(4) {
        margin-bottom: 38vh;
    }

    #APropos .Section:nth-of-type(2) {
        width: 325px;
        margin-top: 330px;
        margin-bottom: 70px;
    }

    /* ------------------------------------------- Position fenêtre ------------------------------*/

    #AnimationHomeObjet {
        top: 11.4vh;
        left: -1.5vw;
    }


    #AnimationHomeObjet .pop-up-content img {
        width: fit-content;
        max-height: 46.8vh;
        margin: auto;
    }

    #LogoHome {
        top: 59vh;
        left: 53vw;
    }

    #LogoHome .pop-up-content img {
        width: 36vw;
    }

    #CallToAction .pop-up-content img {
        width: 12vw;
    }

    #CallToAction {
        top: 75vh;
        left: 78vw;
    }

    #CestQuoi {
        left: 74vw;
        top: 300px;
    }

    #CestQuoi .pop-up-content img {
        width: fit-content;
        height: 12vh;
    }

    #BEJUNE {
        left: 34vw;
        top: 36vh;
    }

    #BEJUNE .pop-up-content img {
        width: fit-content;
        height: 11vh;
    }

    #Player1 {
        left: 30vw;
        top: 45vh;
    }

    #Player1 .pop-up-content img {
        width: fit-content;
        height: 180px;
    }

    #Player2 {
        top: 42vh;
        left: 63vw;
    }

    #Player2 .pop-up-content img {
        width: fit-content;
        height: 180px;
    }

    #Connexion {
        left: 54vw;
        top: 40vh;
    }

    #Connexion .pop-up-content img {
        width: fit-content;
        height: 80px;
    }

    #Application {
        left: 64vw;
        top: 24vh;
    }

    #Application .pop-up-content img {
        width: fit-content;
        height: 370px;
    }

    #AppStore .pop-up-content img {
        width: fit-content;
        height: 85px;
        margin: -4px 3px;
    }

    #AppStore {
        left: 6vw;
        top: 40vh
    }

    #BtnInscription {
        left: 33vw;
        top: 46vh
    }

    #BtnInscription a {
        background-color: white;
        font-family: 'pp_neuebitbold';
        padding: 5px 20px;
        font-size: 2em;
        margin: 2px 5px;
    }

    #BtnInscription a:hover {
        background-color: #444;
        font-family: 'pp_neuebitbold';
        padding: 5px 20px;
        font-size: 2em;
        color: black;
    }

    #Soutien {
        width: 410px;
        left: 44vw;
        top: 400px
    }

    #Soutien .pop-up-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Soutien .pop-up-content a img {
        max-height: 77px;
    }

    #Reseau {
        width: 300px;
        left: 55vw;
        top: 160px
    }

    #Reseau .pop-up-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Reseau .pop-up-content a img {
        max-height: 77px;
    }

    #PapierRemplir {
        top: 170px;
        right: -10px;
    }
    
    #PapierRemplir .pop-up-content img {
        height: 140px;
        width: fit-content;
    }

}

/* ------------------------------------------------------------------------------ Téléphone --------------- */
@media (max-width: 700px) {
    body {
        font-size: 15px;
    }

    #ConteneurGen {
        width: 98vw;
        margin: auto;
    }

    footer>div {
        width: 98vw;
        flex-direction: column;
    }

    footer img {
        height: 60px;
    }

    footer div>div {
        width: 98%;
        margin-bottom: 20px;
        margin: auto;
    }

    footer div>div:nth-of-type(2) {
        width: 98%;
    }

    footer .trait {
        height: 3px;
    }

    header {
        width: 100vw;
        margin-left: 0;
    }

    header>div {
        width: 90vw;
        margin: auto;
    }


    p {
        width: 100%;
        margin: 0;
    }

    h1 {
        font-size: 2.5em;
        line-height: 0.92em;
        margin: 2px 0px;
    }

    #Titre {
        font-size: 7em;
        margin-top: 0;
    }

    .Section {
        margin-top: 50px;
    }

    h2 {
        font-size: 2.5em;
        width: 70%;
        margin-bottom: 75px;
        padding-top: 0;
        margin-top: 8vh;
    }

    .Section {
        padding: 0;
    }

    .ProfessionsListe {
        row-gap: 20px;
        margin-top: 60px;
        justify-content: space-around;
    }

    .ProfFenetre .pop-up-content p {
        width: 99%;
    }

    .pop-up-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ProfFenetre {
        width: 48%;
        background-color: black;
    }
    

    .pop-up p #Professions .pop-up-header p {
        font-size: 25px;
    }

    #_1 {
        height: 60.6vh;
    }

    @media screen and (max-height: 680px) {
        #_1 {
            height: 50vh;
        }
    }

    .trait {
        height: 3px;
    }

    #formulaire .Section:nth-of-type(1) .FormDivEmpty {
        display: none;
    }

    #formulaire .Section:nth-of-type(2) .trait {
        width: 100%;
    }

    #formulaire .Section:nth-of-type(2) {
        width: 99%;
    }

    input {
        width: 92vw;
    }

    select {
        width: 97.5vw;
    }

    input[type="file"] {
        width: 93.5vw;
    }

    #formulaire .Section:nth-of-type(2) div:nth-of-type(3) input {
        width: 97.2vw;
    }

    /* -------------------------------------------------------------------Nav ------------*/
    nav.desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: flex;
    }

    /* ------------------------------------------ Section espace --------------------------------------_*/
    #PageAccueil .Section:nth-of-type(2) {
        padding-bottom: 220px;
    }

    #PageAccueil .Section:nth-of-type(3) {
        margin-bottom: 284px;
    }

    #PageAccueil .Section:nth-of-type(4) {
        margin-bottom: 670px;
    }

    #APropos .Section:nth-of-type(2) {
        width: 325px;
        margin-top: 300px;
        margin-bottom: 230px;
    }

    #Inscription .Section:nth-child(1) {
        margin-top: 67px;
    }

    #Professions .Section:nth-child(1) {
        margin-top: 67px;
    }

    #APropos .Section:nth-child(1) {
        margin-top: 67px;
    }

    /* ------------------------------------------- Position fenêtre ------------------------------*/

    #AnimationHomeObjet {
        top: 11.4vh;
        left: -1.5vw;
    }


    #AnimationHomeObjet .pop-up-content img {
        width: 94vw;
        max-height: fit-content;
        margin: auto;
    }

    #LogoHome {
        top: 47vh;
        left: 25vw;
    }

    #LogoHome .pop-up-content img {
        width: 60vw;
    }

    #CallToAction .pop-up-content img {
        width: 16vw;
    }

    #CallToAction {
        top: 80vh;
        left: 73vw;
    }

    #CestQuoi {
        left: 260px;
        top: 358px;
    }

    #CestQuoi .pop-up-content img {
        width: fit-content;
        height: 85px;
    }

    #BEJUNE {
        left: 4vw;
        top: 430px;
    }

    #BEJUNE .pop-up-content img {
        width: fit-content;
        height: 91px;
    }

    #Player1 {
        left: 2.5vw;
        top: 447px;
    }

    #Player1 .pop-up-content img {
        width: fit-content;
        height: 120px;
    }

    #Player2 {
        top: 437px;
        left: 53vw;
    }

    #Player2 .pop-up-content img {
        width: fit-content;
        height: 120px;
    }

    #Connexion {
        left: 39vw;
        top: 380px;
    }

    #Connexion .pop-up-content img {
        width: fit-content;
        height: 60px;
    }

    #Application {
        left: 17vw;
        top: 430px;
    }

    #Application .pop-up-content img {
        width: fit-content;
        height: 370px;
    }

    #AppStore .pop-up-content img {
        width: fit-content;
        height: 85px;
        margin: -4px 3px;
    }

    #AppStore {
        left: 4vw;
        top: 810px;
    }

    #BtnInscription {
        left: 48vw;
        top: 355px;
    }

    #BtnInscription a {
        background-color: white;
        font-family: 'pp_neuebitbold';
        padding: 5px 20px;
        font-size: 2em;
        margin: 2px 5px;
    }

    #BtnInscription a:hover {
        background-color: #444;
        font-family: 'pp_neuebitbold';
        padding: 5px 20px;
        font-size: 2em;
        color: black;
    }

    #newsletter {
        top: 0%;
        left: 0%;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.4);
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }

    #newsletter .pop-up {
        width: 350px;
    }

    #newsletter .pop-up-content {
        padding: 0 5px 5px 0;
    }

    #newsletter .pop-up-content input {
        width: 94%;
    }


    #Soutien {
        width: 350px;
        left: 3vw;
        top: 380px
    }

    #Soutien .pop-up-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Soutien .pop-up-content a img {
        max-height: 60px;
    }

    #Reseau {
        width: 300px;
        left: 15vw;
        top: 230px
    }

    #Reseau .pop-up-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Reseau .pop-up-content a img {
        max-height: 77px;

    }


    #PapierRemplir {
        display: none;
    }
    

}