﻿
/* traiter les conflits de la page création de compte */

.votre-compte .inscription-compte input {
    width: 280px;
}

@media screen and (max-width: 961px) {
    .grb_compte__account-container {
        max-width: 820px;
        margin: 0 auto;
    }

    .grb_compte__inscription-list {
        display: flex;
        gap: 30px;
    }

    .grb_compte__inscription-list-left,
    .grb_compte__inscription-list-right {
        float: none;
    }

}

@media screen and (max-width: 820px) {
    .grb_compte__account-container {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 20px;
    }

    .grb_compte__inscription-list {
        flex-direction: column;
        gap: 10px;
    }
    #_ctl0_ContentPlaceHolder1_Panel_login {
        max-width: 350px;
        margin: 0 auto;
    }

    #_ctl0_ContentPlaceHolder1_Panel_Inscription {
        width: 300px;
        max-width: 500px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .grb_compte__account-menu {
        max-width: 500px;
        margin: 0 auto;
    }

    .site_wrapper_2_col_1 {
        border-right: none;
    }
}

@media screen and (max-width: 700px) {
    #_ctl0_ContentPlaceHolder1_Panel_Inscription {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 350px;
    }

    .inscription-compte,
    .warp-inscri {
        width: unset;
    }


}

@media screen and (max-width: 500px) {
    .grb_compte__account-container {
        margin: auto;
    }

    #_ctl0_ContentPlaceHolder1_Panel_Inscription {
        max-width: 310px;
        
    }

    .votre-compte .firstletter {
        margin: 0;
        padding: 20px 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
    .warp {
        width: unset;
    }

    .left-inscri div, .inscri-right div {
        width: 280px;
    }
}

@media screen and (min-width: 481px) and (max-width: 769px) {
    .left-inscri,
    .inscri-right {
        width: unset;
    }

    .warp-inscri {
        width: 100%;
    }

    .inscription-compte {
        width: unset;
    }
}

@media screen and (min-width: 319px) and (max-width: 480px) {
    .votre-compte .inscription-compte input {
        width: 280px;
    }

}