#et-main-area {
    padding-top: 120px;
    background-color: var(--gris-foncer);
    color: #D2D2D2;

    .tribe-events-pg-template {
        max-width: 100%;
        padding: 0;

        .retour {
            position: sticky;
            top: 120px;
            z-index: 2;
            background-color: var(--gris-foncer);

            .retourContainer {
                margin: 0 5%;
                border-top: 1px solid var(--gris-ligne);
                border-bottom: 1px solid var(--gris-ligne);
                padding: 13.75px 0 15.25px 0;

                a {
                    color: var(--rose);
                    text-decoration: none;
                    font-weight: 700;
                }
            }
        }

        .container {
            h1 {
                color: var(--rose);
                font-family: "Big Caslon CC";
                font-size: 80px;
                font-weight: 400;
                line-height: 80px;
                margin: 75px 0 217px 0;
                width: 70%;
                @media screen and (max-width: 1000px) {
                    width: 95%;
                    margin-bottom: 100px;
                    font-size: 60px;
                }
            }

            .inscription {
                display: flex;
                border-top: 1px solid var(--gris);
                border-bottom: 1px solid var(--gris);

                .left {
                    width: 50%;
                    display: flex;
                    justify-content: space-between;
            

                    p {
                        width: 31%;
                    }

                    a {
                        color: white;
                    }

                    span::after {
                        background: white;
                    }
                }

                .right {
                    width: 50%;
                    border-left: 1px solid var(--gris);
                    padding-left: 34.51px;

                    .date, .time, .location {
                        display: flex;
                        font-size: 12px;
                        gap: 13.5px;
                        margin-bottom: 12px;
                        color: #D2D2D2;
                    }
                    .time, .location{
                        padding-top:0;
                    }
                    .date{
                        padding-top: 47px;
                    }

                    .category {
                        margin-bottom: 31.77px;

                        li {
                            list-style: none;

                            a {
                                color: #D2D2D2;
                                text-decoration: none;
                                font-weight: bold;
                            }
                        }
                    }
                }
            }

            .contenu {
                display: flex;
                gap: 58.59px;
                margin-top: 54.13px;
                margin-bottom: 144.16px;
                @media screen and (max-width: 1000px) {
                    flex-flow: column;
                    }
                .conferencier-es {
                    display: flex;
                    gap: 53.3px;
                    margin-top: 36.17px;
                    margin-bottom: 20px;
                    @media screen and (max-width: 600px) {
                        flex-flow: column;
                        align-items: center;
                    }
                    img {
                        height: 200px;
                        width: auto;
                        border-radius: 8px;
                    }

                    p {
                        color: #D2D2D2;
                    }
                }

                .description {

                    .enTete {
                        color: var(--gris-ligne);
                        margin-top: 15.46px;
                        margin-bottom: 30.13px;
                        font-size: 36px;
                        line-height: 40px;
                        text-indent: 90px;
                        letter-spacing: -1.08px;
                        @media screen and (max-width: 600px) {
                            text-indent: 0;
                            font-size: 28px;
                        }
                    }
                    p{
                        margin-bottom:15px;
                    }
                }
            }

        
        }
        .formulaire-inscription {
            background-color: var(--rose);
            color: white;
            padding-bottom: 64.52px;
            scroll-margin: 120px;
            .tribe-events-notices{
                background:#F5F5F6 !important;
                    color:#282828 !important;
                    border: 1px solid #282828 !important;
                    border-radius: 20px !important;
            }
            .container {
                display: flex;
                @media screen and (max-width: 1000px) {
                    flex-flow: column;
                }
    
                .left {
                    padding-top: 131px;
                    width: 50%;
                    @media screen and (max-width: 1000px) {
                        width: 100%;
                    }
                    h2 {
                        margin-bottom: 47.8px;
                    }
    
                    p {
                        width: 80%;
                    }
                }
    
                .right {
                    width: 50%;
                    margin-top: 218.48px;
                    @media screen and (max-width: 1000px) {
                        width: 95%;
                        margin-top: 60px;
                    }
                    
                    #rtec{
                        .rtec-form-wrapper.rtec-toggle-on-click{
                            background-color:transparent !important;
                            border:unset !important;
                            .tribe-events-notices {
                                background:#F5F5F6;
                                color:#282828;
                                border: 1px solid #282828;
                                border-radius: 20px;
                            }
                        }
                        
                        label{
                            margin-bottom:5px;
                        }
                        input{
                            color:#282828;
                            border-radius: 20px;
                        }
                        .rtec-form-buttons{
                           .rtec-submit-button{
                            font-size: 16px;
                            font-family: "Plus Jakarta Sans", sans-serif;
                            border-radius: 20px;
                            border: none;
                            padding: 10px 0 10px 0;
                            margin-top: 20px;
                            background-color:white;
                            color:#e1523D;
                            width: 200px;
                           } 
                        }
                        
                    }
                    .wpcf7 {
                        label {
                            span {
    
                                input,
                                textarea {
                                    background-color: transparent;
                                    border-radius: 20px;
                                    border: 1px solid white;
                                    padding: 10px 0 10px 24px;
                                    width: 100%;
                                    color: white;
                                }
    
                                .wpcf7-form-control::-webkit-input-placeholder {
                                    color: white;
                                    font-size: 16px;
                                    font-family: "Plus Jakarta Sans", sans-serif;
                                }
    
                                .wpcf7-form-control::-moz-placeholder {
                                    /* Firefox */
                                    color: white;
                                    font-size: 16px;
                                    opacity: 1;
                                    font-family: "Plus Jakarta Sans", sans-serif;
                                }
    
                                .wpcf7-form-control:-ms-input-placeholder {
                                    /* Internet Explorer 10-11 */
                                    color: white;
                                    font-size: 16px;
                                    font-family: "Plus Jakarta Sans", sans-serif;
                                }
    
                                .wpcf7-form-control::-ms-input-placeholder {
                                    /* Microsoft Edge */
                                    color: white;
                                    font-size: 16px;
                                    font-family: "Plus Jakarta Sans", sans-serif;
                                }
    
                                .wpcf7-form-control::placeholder {
                                    /* Standard (future) */
                                    color: white;
                                    font-size: 16px;
                                    font-family: "Plus Jakarta Sans", sans-serif;
                                }
    
    
    
                            }
                        }
    
                        .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;
                        }
    
                        .joindre {
                            margin-left: 10px;
                        }
    
                        .multilinefile-775 {
                            margin: 20px 0;
                        }
    
    
                        .button-primary {
                            width: 19.438px;
                            height: 20.611px;
                            top: 10px;
                            z-index: 2;
                            position: absolute;
                            opacity: 0;
                        }
    
                        #mfcf7_zl_multifilecontainer {
                            margin-bottom: 20px;
    
                            .mfcf7_zl_delete_file {
                                text-decoration: none;
                                color: white;
                                font-size: 24px;
                                font-weight: bold;
                                position: absolute;
                                padding-left: 10px;
                            }
    
                        }
                        .filesContainer {
                            margin: 30px 0;
                            position: relative;
                            display: flex;
    
                        }
                    }
                }
            }
        }
    }
}
.tribe-events-notices{
    background:#F5F5F6 !important;
        color:#282828 !important;
        border: 1px solid #282828 !important;
        border-radius: 20px !important;
}
