@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: rgb(235,0,85);
    background: -o-linear-gradient(317deg, rgba(235,0,85,1) 45%, rgba(34,11,80,1) 100%);
    background: linear-gradient(133deg, rgba(235,0,85,1) 45%, rgba(34,11,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb0055",endColorstr="#220b50",GradientType=1);
    background-repeat: no-repeat;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
nav {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
nav a{
    width: auto;
    height: auto;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
nav a img{
    height:75px;
    width: auto;
}
nav a:hover{
    text-decoration: underline;
}
.page_content{
    width: 100%;
    height: calc(100vh - 129px - 40px);
    min-height: calc(100vh - 129px - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.content_left{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.content_left img{
    width: 100%;
    height: auto;
}
.content_right{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.input p{
    width: 100%;
    color: #ffffff;
    font-size: 1rem;
    padding-left: 40%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.input p a{
    color: #ffffff;
    font-size: 1rem;
    text-decoration: underline;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.input p a:hover{
    text-decoration: none;
}
.state1{
    background-image: url('../img/img_1.png');
}
.state2{
    background-image: url('../img/img_2.png');
}
.state3{
    background-image: url('../img/img_merci.png');
}

.is-invalid{
    width: 60%;
    margin-left: 40%;
    text-align: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
}

.content_right h1{
    color: #ffffff;
    width: 80%;
    font-size: 3.3rem;
    text-align: left;
    margin-bottom: 10px;
}
.content_right h2{
    color: #ffffff;
    width: 80%;
    font-size:1rem;
    text-align: left;
}
.content_right form{
    width: 75%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
}
.content_right form > div{
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.input label{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}
.input input{
    height: 40px;
    width: 60%;
    border: 1px solid #ffffff;
    border-radius: 50px;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-violet{
    width: 60%;
    margin-left: 40%;
    height: 40px;
    background-color: #220B50 !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    -webkit-box-shadow: 0px 15px 17px -6px rgba(0,0,0,0.6);
    box-shadow: 0px 15px 17px -6px rgba(0,0,0,0.6);
    border-radius: 50px;
    border: 0 !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.btn-violet{
    width: 60%;
    height: 40px;
    margin-left: 0;
    margin-top: 50px;
    background-color: #220B50 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    -webkit-box-shadow: 0px 15px 17px -6px rgba(0,0,0,0.6);
    box-shadow: 0px 15px 17px -6px rgba(0,0,0,0.6);
    border-radius: 50px;
    border: 0 !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-violet:hover{
    background-color: #320196 !important;
}
a.btn-violet:hover{
    background-color: #320196 !important;
}

footer{
    height: 40px;
    width: 100%;
    background: #220B50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer a{
    width: auto;
    height: auto;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

footer a:hover{
    text-decoration: underline;
}
/* PAGE COMPTE */

.moncompte_ajout_code .lien{
    width: auto;
    height: auto;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.moncompte_ajout_code .lien:hover{
    text-decoration: none;
}
.participations{
    max-height: 50%;
    overflow-y: auto;
    margin-bottom: 20px;
}
.participation div{
    margin: 20px 0;
}
.participation .lien{
    width: 60%;
    height: 40px;
    margin-left: 0;
    background-color: #220B50 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    -webkit-box-shadow: 0px 15px 17px -6px rgba(0,0,0,0.6);
    box-shadow: 0px 15px 17px -6px rgba(0,0,0,0.6);
    border-radius: 50px;
    border: 0 !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.participation .lien:hover{
    background-color: #320196 !important;
}
.moncompte_info1 .lien, .moncompte_info2 .lien, .moncompte_info3 .lien{
    width: auto;
    height: auto;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.moncompte_info1 .lien:hover{
    text-decoration: none;
}
.moncompte_info2 .lien:hover{
    text-decoration: none;
}
.moncompte_info3 .lien:hover{
    text-decoration: none;
}
.moncompte_info1, .moncompte_info2, .moncompte_info3{
    color: #ffffff;
    margin: 10px 0px;
}
.moncompte_info3 .email{
    margin-bottom: 20px;
}
/*conditions*/
.conditions{
    height: auto;
    max-height: 80%;
    overflow-y: auto;
}
.conditions div > p:last-child{
    margin-bottom: 20px;
}
.conditions p{
    margin-top: 20px;
    color: #ffffff;
    font-size: 0.9rem;
    text-align: justify;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width : 1400px) and (min-width : 1081px) {
    nav{
        padding: 10px 20px;
    }
    nav a img {
        height: 45px;
        width: auto;
    }
    nav a {
        font-size: 0.8rem;
    }
    .page_content{
        height: calc(100vh - 88px - 30px);
        min-height: calc(100vh - 88px - 30px);
    }
    .is-invalid{
        font-size: 0.7rem;
        font-weight: 500;
    }
    .input p{
        font-size: 0.8rem;
    }
    .input p a{
        font-size: 0.8rem;
    }

    .content_right h1{
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .input{
        margin: 10px 0;
    }
    .input label{
        font-size: 0.8rem;
    }
    .input input{
        height: 30px;
        font-size: 0.8rem;
    }
    .btn-violet{
        height: 30px;
        font-size: 0.8rem;
    }
    footer{
        height: 30px;
    }
    footer a{
        font-size: 0.8rem;
    }
    /* PAGE COMPTE */

    .moncompte_ajout_code .lien{
        font-size: 0.8rem;
    }

    .participations{
        height: auto;
        max-height: 300px;
        overflow-y: auto;
        margin-bottom: 10px;
    }
    .participation .lien{
        font-size: 0.8rem;
    }
    .moncompte_info1 .lien, .moncompte_info2 .lien, .moncompte_info3 .lien{
        font-size: 0.8rem;
    }

    .moncompte_info1, .moncompte_info2, .moncompte_info3{
        margin: 7px 0px;
    }
    .moncompte_info3 .email{
        margin-bottom: 14px;
    }
    /*conditions*/
    .conditions{
        height: auto;
        max-height: 80%;
        overflow-y: auto;
    }
    .conditions div > p:last-child{
        margin-bottom: 20px;
    }
    .conditions p{
        margin-top: 20px;
        color: #ffffff;
        font-size: 0.9rem;
        text-align: justify;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width : 1080px) and (min-width : 768px) {
    body{
        width: 100%;
        height: auto;
        background-attachment: fixed;
    }
    nav {
        padding: 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav a{
        width: 70%;
        text-align: center;
    }
    nav a:last-child{
        margin-top: 20px;
        background-color: #320196;
        color: #ffffff;
        font-weight: 700;
        font-size: 1rem;
        border-radius: 50px;
        padding: 7px 15px;
    }
    nav a img{
        height:auto;
        width: 100%;
    }
    .page_content{
        height: auto;
        min-height: calc(100vh - 245px - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        position: relative;
    }
    .content_left{
        width: 100%;
        height: 50vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom ;
        display: none;
    }
    .content_right{
        width: 100%;
        height: auto;
        min-height: calc(100vh - 245px - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 50px 0;
    }
    .content_right h2{
        text-align: center;
    }
    .input p{
        width: 100%;
        color: #ffffff;
        font-size: 1rem;
        padding-left: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input p a{
        color: #ffffff;
        font-size: 1rem;
        text-decoration: underline;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .is-invalid{
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 0;
    }
    .responsive_state1{
        background-image: url('../img/img_1.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 25% 130%;
        background-attachment: fixed;
    }
    .responsive_state2{
        background-image: url('../img/img_2.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 25% 130%;
        background-attachment: fixed;
    }
    .responsive_state3{
        background-image: url('../img/img_merci.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 25% 130%;
        background-attachment: fixed;
    }
    .content_right h1{
        width: 80%;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }
    .content_right form{
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .content_right form > div{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .input{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0;
    }
    .input label{
        margin-bottom: 15px;
    }
    .input input{
        width: 100%;
    }
    .btn-violet{
        background: #320196 !important;
        width: 100%;
        margin-left: 0;
    }
    footer {
        background: #320196;
    }
    /* PAGE COMPTE */

    .moncompte_ajout_code .lien{
        width: auto;
        height: auto;
        color: #ffffff;
        text-decoration: underline;
        font-weight: 700;
        font-size: 1rem;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .moncompte_ajout_code .lien:hover{
        text-decoration: none;
    }
    .participations{
        width: 90%;
        max-height: 50%;
        overflow-y: auto;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .participation{
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .participation div{
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .moncompte_info1, .moncompte_info2, .moncompte_info3{
        color: #ffffff;
        text-align: center;
        margin: 10px 0px;
    }
    .moncompte_info3 .email{
        margin-bottom: 20px;
    }
    /*conditions*/
    .conditions{
        height: auto;
        max-height: auto;
        overflow-y: auto;
    }
    .conditions div > p:last-child{
        margin-bottom: 20px;
    }
    .conditions p{
        margin-top: 20px;
        color: #ffffff;
        font-size: 0.9rem;
        text-align: justify;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width : 767px) and (min-width : 0px) {

    body{
        width: 100%;
        height: auto;
        background-attachment: fixed;
    }
    nav {
        padding: 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav a{
        width: 70%;
        text-align: center;
    }
    nav a:last-child{
        margin-top: 20px;
        background-color: #320196;
        color: #ffffff;
        font-weight: 700;
        font-size: 1rem;
        border-radius: 50px;
        padding: 7px 15px;
    }
    nav a img{
        height:auto;
        width: 100%;
    }
    .page_content{
        height: auto;
        min-height: calc(100vh - 205px - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        position: relative;
    }
    .content_left{
        width: 100%;
        height: 50vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom ;
        display: none;
    }
    .content_right{
        width: 100%;
        height: auto;
        min-height: calc(100vh - 205px - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 50px 0;
    }
    .content_right h2{
        text-align: center;
    }
    .input p{
        width: 100%;
        color: #ffffff;
        font-size: 1rem;
        padding-left: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input p a{
        color: #ffffff;
        font-size: 1rem;
        text-decoration: underline;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .is-invalid{
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 0;
    }
    .responsive_state1{
        background-image: url('../img/img_1.png');
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: 25% 130%;
        background-attachment: fixed;
    }
    .responsive_state2{
        background-image: url('../img/img_2.png');
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: 25% 130%;
        background-attachment: fixed;
    }
    .responsive_state3{
        background-image: url('../img/img_merci.png');
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: 25% 130%;
        background-attachment: fixed;
    }
    .content_right h1{
        width: 80%;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }
    .content_right form{
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .content_right form > div{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .input{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0;
    }
    .input label{
        margin-bottom: 15px;
    }
    .input input{
        width: 100%;
    }
    .btn-violet{
        background: #320196 !important;
        width: 100%;
        margin-left: 0;
    }
    footer {
        background: #320196;
    }
    /* PAGE COMPTE */

    .moncompte_ajout_code .lien{
        width: auto;
        height: auto;
        color: #ffffff;
        text-decoration: underline;
        font-weight: 700;
        font-size: 1rem;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .participation .lien {
        width: 80%;
    }

    .moncompte_ajout_code .lien:hover{
        text-decoration: none;
    }
    .participations{
        width: 100%;
        height: auto;
        max-height: auto;
        overflow-y: auto;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .participation{
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .participation div{
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .moncompte_info1, .moncompte_info2, .moncompte_info3{
        color: #ffffff;
        text-align: center;
        margin: 10px 0px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .moncompte_info3 .email{
        margin-bottom: 20px;
    }
    /*conditions*/
    .conditions{
        height: auto;
        max-height: auto;
        overflow-y: auto;
    }
    .conditions div > p:last-child{
        margin-bottom: 20px;
    }
    .conditions p{
        margin-top: 20px;
        color: #ffffff;
        font-size: 0.9rem;
        text-align: justify;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}