#template-poste .retour {
    position: sticky;
    top: 120px;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    #template-poste .retour {
        top: 100px;
    }
}
#template-poste .retour .retourContainer {
    border-top: 1px solid var(--gris-ligne);
    border-bottom: 1px solid var(--gris-ligne);
    padding: 13.75px 5% 15.25px 5%;
    background-color: white;
}

#template-poste .retour .retourContainer a {
    color: var(--rose);
    text-decoration: none;
    font-weight: 700;
}

#template-poste .container h1.title {
    margin-top: 200px;
    width: 70%;
}

#template-poste .container h2.title {
    margin-bottom: 140px;
}

@media screen and (max-width: 1000px) {
    #template-poste .container h2.title {
        width: 95%;
        font-size: 60px;
    }
}

#template-poste .container .title {
    color: var(--rose);
    font-family: "Big Caslon CC";
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
}

@media screen and (max-width: 1000px) {
    #template-poste .container .title {
        width: 95%;
        font-size: 60px;
    }
}

#template-poste .container .inscription {
    display: flex;
    border-top: 1px solid var(--gris);
    border-bottom: 1px solid var(--gris);
}

@media screen and (max-width: 700px) {
    #template-poste .container .inscription {
        display: flex;
        gap: 20px;
    }
}

#template-poste .container .inscription .left {
    padding: 24px 0 27px 0;
    width: 33%;
}

#template-poste .container .inscription .left a {
    color: white;
}

#template-poste .container .inscription .left span::after {
    background: white;
}

#template-poste .container .inscription .middle {
    padding: 24px 0 27px 0;
    width: 33%;
    padding: 24px 0 27px 34.51px;
    border-left: 1px solid var(--gris);
    border-right: 1px solid var(--gris);
}

@media screen and (max-width: 700px) {
    #template-poste .container .inscription .middle {
        padding-left: 0;
        border: none;
    }
}

#template-poste .container .inscription .right {
    padding: 24px 0 27px 34.51px;
    width: 33%;
}

@media screen and (max-width: 700px) {
    #template-poste .container .inscription .right,
    #template-poste .container .inscription .middle
     {
        padding-left: 0;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    #template-poste .container .inscription .left {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}




#template-poste .container .inscription .icone {
    display: flex;
    gap: 10.2px;
    margin-bottom: 12px;
}

#template-poste .container .inscription .icone p {
    font-size: 12px;
}

#template-poste .container .contenu {
    margin-top: 54.13px;
    margin-bottom: 144.16px;
    padding-left: 20%;
    padding-right: 5%;
}

@media screen and (max-width: 1000px) {
    #template-poste .container .contenu {
        padding: 0;
    }
}

#template-poste .container .contenu h5 {
    font-size: 24px;
    font-weight: 500px;
    font-family: "big-caslon-fb", serif;
    margin-bottom: 39px;
}

#template-poste .container .contenu ul li {
    margin: 5px 0 5px 15px;
}

#template-poste .container .contenu hr {
    margin: 72px 0;
    color: var(--gris-ligne);
}

#template-poste .container .contenu .introduction h2 {
    font-size: 18px;
    color: var(--gris-fonce);
    font-weight: bold;
    margin-bottom: 28px;
    line-height: 25px;
}

#template-poste .container .contenu .introduction h3 {
    color: var(--gris);
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.08px;
    font-weight: 300;
    text-indent: 90px;
    margin-bottom: 23px;
}

#template-poste .container .contenu .description p {
    margin-bottom: 22px;
}

#template-poste .container .contenu .offre .sousTitre {
    margin: 15px 0 10px 88px;
    color: var(--rose);
    font-weight: 500;
    font-size: 19px;
}

#template-poste .formulaire-inscription {
    background-color: var(--rose);
    color: white;
    padding-bottom: 64.52px;
    scroll-margin: 120px;
}

#template-poste .formulaire-inscription .container {
    display: flex;
}

@media screen and (max-width: 1000px) {
    #template-poste .formulaire-inscription .container {
        flex-flow: column;
    }
}

#template-poste .formulaire-inscription .container .left {
    padding-top: 131px;
    width: 50%;
}

@media screen and (max-width: 1000px) {
    #template-poste .formulaire-inscription .container .left {
        width: 100%;
    }
}

#template-poste .formulaire-inscription .container .left h2 {
    margin-bottom: 47.8px;
    color: white;
}

#template-poste .formulaire-inscription .container .left p {
    width: 80%;
}

@media screen and (max-width: 700px) {
    #template-poste .formulaire-inscription .container .left p {
       width: 100%;
    }
}

#template-poste .formulaire-inscription .container .right {
    width: 50%;
    margin-top: 200.48px;
}

@media screen and (max-width: 1000px) {
    #template-poste .formulaire-inscription .container .right {
        width: 95%;
        margin-top: 60px;
    }
}


#template-poste .formulaire-inscription .container .right .wpcf7 label span input,
#template-poste .formulaire-inscription .container .right .wpcf7 label span textarea {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid white;
    padding: 10px 0 10px 24px;
    width: 100%;
    color: white;
}

#template-poste .formulaire-inscription .container .right .wpcf7 label span .wpcf7-form-control::-webkit-input-placeholder {
    color: white;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

#template-poste .formulaire-inscription .container .right .wpcf7 label span .wpcf7-form-control::-moz-placeholder {
    color: white;
    font-size: 16px;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

#template-poste .formulaire-inscription .container .right .wpcf7 label span .wpcf7-form-control:-ms-input-placeholder {
    color: white;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

#template-poste .formulaire-inscription .container .right .wpcf7 label span .wpcf7-form-control::-ms-input-placeholder {
    color: white;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

#template-poste .formulaire-inscription .container .right .wpcf7 label span .wpcf7-form-control::placeholder {
    color: white;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

#template-poste .formulaire-inscription .container .right .wpcf7 .wpcf7-submit {
    background-color: white;
    border-radius: 20px;
    border: 1px solid white;
    padding: 10px 0 10px 0;
    width: 200px;
    color: var(--rose);
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-top: 20px;
}

#template-poste .formulaire-inscription .container .right .wpcf7 .joindre {
    margin-left: 10px;
}

#template-poste .formulaire-inscription .container .right .wpcf7 .multilinefile-775 {
    margin: 20px 0;
}

#template-poste .formulaire-inscription .container .right .wpcf7 .button-primary {
    width: 19.438px;
    height: 20.611px;
    top: 10px;
    z-index: 2;
    position: absolute;
    opacity: 0;
}

#template-poste .formulaire-inscription .container .right .wpcf7 #mfcf7_zl_multifilecontainer {
    margin-bottom: 20px;
}

#template-poste .formulaire-inscription .container .right .wpcf7 #mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    padding-left: 10px;
}

#template-poste .formulaire-inscription .container .right .wpcf7 .filesContainer {
    margin: 30px 0;
    position: relative;
    display: flex;
}