body{
    width: 100%;
    margin: 0;
    color: #000;
    background-color: #fff;
    font-family: "Urbane", Sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
li {
    list-style: none;
}
.d-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.yel {
    color: #ffd300;
}
.bck-yel {
    background-color: #ffd300;
}
.bck-black {
    background-color: #000;
}
.btn-shadow {
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px #000;
    background-color: #fff;
    transition: all .3s ;
}
.btn-shadow:hover {
    background-color: #ffd300;
    color: #000;
    box-shadow: unset;
}

header {
    width: 100%;
    border: 9px solid black;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}
header .img-hachures {
    width: 100%;
    height: 51px;
    background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 50px; /* Ajustez la taille des hachures ici */
}
.logo-header {
    text-align: center;
    margin-top: 40px;
    height: 100px;
    max-height: 100px;
}
.logo-header img {
    height: 100px;
    max-height: 100px;
}


header .sous-titre {
    font-size: 18px;
    line-height: 39px;
    font-weight: 400;
    margin-top: 20px;
}

.bold-bb-Yellow {
    font-weight: 700;
    border-bottom: 4px solid #ffd300;
}

.btn-inscription, .btn-connect {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    height: 55px;
    width: 215px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.btn-connect {
    margin-top: 30px;
}
.btn-inscription {
    margin-bottom: 30px;
    transition: all .3s;
}
.btn-inscription:hover {
    color: #ffd300;
}


main {
    max-width: 800px;
    margin: auto;
}
main > div {
    display: flex;
    flex-direction: column;
}

.volet-gauche {
    display: flex;
    justify-content: center;
    padding: 30px 3px;

}
.volet-gauche > section {
    width: 100%;

}
.arrow-up {
    width: 100%;
    text-align: right;
}
.arrow-up img {
    padding-right: 30px;
    width: 54px;
    height: auto;
}
.bloc-titre {
    max-width: 415px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.bloc-titre .fond-carres-jaunes {
    position: absolute;
    left: 0px;
    top: 53px;
    z-index: 0;
}

.bloc-titre .titre-l1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}
.bloc-titre .titre-l2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}
.bloc-titre .titre-l3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.bloc-titre .rect-jaune {
    align-self: flex-end;
    background-color: #ffd300;
    width: 115px;
    height: 29px;
    margin-right: 20px;
}
.bloc-titre .titre-l4 {
    font-size: 127px;
    font-weight: 700;
    line-height: 150px;
    position: relative;
    z-index: 1;
    text-shadow: 15px 9px 0px #000;
    color: #fff;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    margin-top: -28px;
}
.bloc-titre .titre-l5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}
.bloc-titre .titre-l6 {
    font-size: 7px;
    font-weight: 300;
    line-height: 8px;
    margin: 5px 0;
    text-transform: none;
    padding: 0 3px;
}
.comment-ca-marche {
    max-width: 400px;
    margin: auto;
}
.comment-ca-marche {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding: 10px;
    margin-top: 20px;
}
.comment-ca-marche p {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section-btn-filleul {
    max-width: 490px;
    margin: auto;
    width: 95%;
    height: 100px;
}
.div-filleul {
    position: relative;
    margin: 10px auto;
    width: 100%;
    max-width: 500px
}
.div-filleul .rect-noir {
    z-index: 0;
    background-color: #000;
    width: 108px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
}
.div-filleul a {
    width: 100%;
}
.div-filleul .btn-filleul {
    font-size: 20px;
    z-index: 2;
    width: 95%;
    height: 66px;
    position: absolute;
    top: 10px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.volet-droit {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    width: 100%;
}
.deco-haut {
    margin-bottom: 20px;
}
.arrow-up-2 {
    padding-left: 30px;
}
.sections-changeantes {
    max-width: 591px;
    margin: auto;
    box-sizing: border-box;
    z-index: 0;
}
.cadre {
    background-color: #fff;
    opacity: 1;
    position: relative;
    z-index: 1;
    border: 2px solid #000;
    margin: auto;
    margin-top: -80px;
    box-sizing: border-box;
    box-shadow: 7px 7px 0 0 #000;
    max-width: 461px;
}
.sections-changeantes .fond-carres-noirs  {
    display: flex;
    justify-content: flex-end;
}
.sections-changeantes .div-hachures .img-hachures {
    background-color: white; 
    z-index: 1; 
    position: relative;
}
.sections-changeantes .img-hachures {
    width: 100%;
    height: 28px;
    z-index: 2;
}
.informations .titre {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 20px 0 20px;
    padding-bottom: 30px;
    border-bottom: 2px #000 solid;
}
.informations .content {
    margin: 30px 20px 35px 20px;
    font-weight: 500;
}
.informations .content > div {
    padding: 10px;
}
.informations .petit-rect-jaune {
    background-color: #ffd300;
    height: 7px;
    width: 35px;
    margin-bottom: 5px;
}
.informations .content .sous-titre {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.informations .content .text {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}

/* formulaire */
.formulaire {
    margin: 20px ;
}
.formulaire h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.corps-formulaire {
    margin-top: 25px;
}
.champs-form {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}
.formulaire label {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
    width: 100%;
}
.formulaire input, .formulaire select {
    max-width: 100%;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-color: #818a91;
    vertical-align: middle;
    flex-grow: 1;
    min-height: 40px;
    padding-left: 10px;

}
.formulaire input:focus-visible, .formulaire select:focus-visible {
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-color: #818a91;

}
.formulaire button {
    width: 100%;
    min-height: 40px;
    background-color: #000;
    color: #fff;
    border: #000 solid 1px;
    transition: 0.3s;
}
.formulaire button:hover {
    background-color: #fff;
    color: #000;
}
.formulaire-2, .formulaire-1 {
    display: none;
}

.error, .errorForm2{
    color: red;
    margin-bottom: 20px;
    display: none;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 5;
  }
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 72px 48px;
    border: 2px solid #000;
    box-shadow: #000 5px 5px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    width: 80%;
    max-width: 491px;
    box-sizing: border-box;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }

@media screen and (min-width: 600px) {

    .sections-changeantes .fond-carres-noirs img { 
        position: relative;
        right:-59px;
    }
}
@media screen and (min-width: 1200px) {
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    header .img-hachures {
        width: 240px;
    }
    .logo-header {
        margin-top: 25px;
    }
    header .sous-titre {
        margin-bottom: 40px;
    }
    .btn-inscription, .btn-connect {
        margin-right: 60px;
    }
    .btn-connect {
        margin-top: 65px;
    }
    main {
        width: 100%;
        max-width: 100%;
    }
    main > div {
        display: flex;
        flex-direction: row;
    }
    .volet-gauche {
        border-right: #000 10px solid;
        width: 50%;
    }
    .volet-gauche section {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .bloc-text-gauche {
        max-width: 480px;
        margin-right: 15%;

    }
    .bloc-titre .titre-l1 {
        font-size: 25px;

    }
    .bloc-titre .titre-l2 {
        font-size: 27px;
    }
    .bloc-titre .titre-l3 {
        font-size: 66px;
    }
    .bloc-titre .titre-l5 {
        font-size: 29px;
    }
    .bloc-titre .titre-l6 {
        font-size: 9px;
        width: 360px;
        margin: auto;
    }
    .section-btn-filleul {
        margin-top: 49px;
    }

    .volet-droit {
        width: 50%;
    }
    .volet-droit .deco-haut {
        margin-bottom: 0;
    }
    .cadre {
        max-width: 500px;
    }
    .sections-changeantes {
        width: 490px;
    }
    .informations .titre {
        margin: 20px 35px 0 35px;
    }
    .informations .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 35px 25px;
    }
    .informations .content > div{
        width: 43%;
        padding-bottom: 20px;
    }



    .formulaire {
        margin: 40px 37px 37px 37px;
    }
    .corps-formulaire {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .champs-form {
        width: 47%;
    }
}