/*Plugin style*/
.msgerreur {
    font-size: 10px;
    color: red;
}

select.error, input.error {
    background-color: #FFAF66;
}

.hidden {
    display: none;
}

.media-upload-form .notice, .media-upload-form div.error, .wrap .notice, .wrap div.error, .wrap div.updated {
    margin: 5px 0 15px;
}

#argus .notice, #argus div.error, #argus div.updated {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
}

#argus .notice-success, #argus div.updated, .sld-argus-success {
    border-color: #7ad03a;
    background-color: #7ad03a;
    text-align: center;
    font-size: larger;
    margin-bottom: 1rem;
    color: black;
    font-family: Oswald;
    font-weight: 500;
    font-style: normal;
    color: #333333;
}

.entry #argus #message p {
    margin: unset;
}


#argus .notice-error, #argus div.error {
    border-color: #dd3d36;
}

#argus {
    clear: both;
}

#form-argus .champs-form {
    text-align: center;
    border: 1px solid #000;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

#form-argus input[type=email],
#formReprise input[type=email],
#form-argus input[type=text],
#formReprise input[type=text],
#form-argus select,
#formReprise select {
    width: 450px;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

#form-argus input[type=file],
#formReprise input[type=file] {
    border: none;
    font-size: 0.8em;
    padding: 0em 0em 1.7em;
}

#form-argus input[type=submit],
#formReprise input[type=submit] {
    font-weight: bold;
    background: #333333;
    color: #AE8C67;
    font-size: large;
    text-transform: uppercase;
    padding: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

#form-argus p,
#formReprise p {
    font-size: 12px;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 1.1rem;
}

#form-argus p span,
#formReprise p span {
    font-weight: normal;
}

#edit-user-request .form-invalid input {
    border: 1px solid red;
}

.message.reprise {
    border: 1px solid #c4812a;
    padding: 1rem;
    font-size: 1rem;
}

#form-argus .reprise {
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#form-argus #argus-button,
#form-argus #customer-info-form {
    text-align: center;
}

#form-argus #customer-info-form p {
    font-weight: normal;
    margin-bottom: 1rem;
}

#form-argus #customer-info-form select,
#form-argus input[type=email],
#formReprise input[type=email],
#form-argus input[type=text],
#formReprise input[type=text] {
    margin: 0;
}

.etat_tete_info, .etat_manche_info, .etat_grip_info {
    font-size: smaller;
    color: #AE8C67;
}

@media (min-width: 640px) {
    .club-info-rachat {
        display: flex;
    }

    .rachat-notation {
        width: 50%;
        margin-right: 5rem;
    }

    .rachat-exclusion {
        width: 50%;
    }

    #menu-argus, #menu-argus ul {
        text-align: center;
        display: flex;
        justify-content: space-around;
        margin: 0 4rem 1rem 4rem;
        border-bottom: thick double #AE8C67;
        text-transform: uppercase;
    }

    #menu-argus li {
        /* on place les liens du menu horizontalement */
        display: inline-block;
        text-decoration: none;
    }

    #menu-argus a {
        text-decoration: none;
        border: none;
        display: block;
        padding: 20px;
    }

    #menu-argus li.selected {
        border-left: thick double #AE8C67;
        border-right: thick double #AE8C67;
        border-top: thick double #AE8C67;
    }

    .left-align-btn div#argus-button {
        width: 33%;
    }

    .block-btn-move {
        display: flex;
        justify-content: end;
    }

    .data-sheet {
        justify-content: space-between;
    }

    .div_etat_tete,
    .div_etat_manche,
    .div_etat_grip {
        display: flex;
    }
}

@media (max-width: 639px) {
    #menu-argus, #menu-argus ul {
        text-align: center;
        /*display: flex;*/
        margin: unset;
        text-transform: uppercase;
    }

    #menu-argus li {
        /* on place les liens du menu horizontalement */
        display: inline-block;
        text-decoration: none;
    }

    #menu-argus a {
        text-decoration: none;
        border: none;
        display: block;
        padding: 20px;
    }

    #menu-argus li.selected {
        background: #AE8C67;
    }

    #menu-argus li.selected a {
        color: white;
    }

    .block-btn-move {
        display: flex;
        justify-content: space-between;
    }

    .block-btn-move.btn-club-selection {
        display: unset;
        justify-content: unset;
    }

    .block-btn-move.left-align-btn {
        display: block;
    }

    .left-align-btn div#argus-button {
        width: unset;
    }

    #form-argus input[type="text"], #form-argus input[type="email"] {
        width: 100%;
    }

    label.newsletter {
        font-size: smaller;
    }

    .div_etat_tete, .div_etat_grip, .div_etat_manche {
        display : block;
    }
}

.club-global-info {
    display: flex;
    justify-content: space-between;
}

.span-title-info {
    font-weight: bold;
}

select#flexibilite-selected {
    width: auto;
}

.left-align-btn {
    justify-content: unset;
}

button.btn-previous, button.btn-next {
    background: #AE8C67;
    color: white;
    border-radius: 5px;
    border-color: #AE8C67;
    font-size: larger;
    font-weight: bold;
}

button.btn-previous {
    margin-right: 2rem;
}

button.btn-club-selection {
    margin-right: 1rem;
}

span.required {
    color: red;
    font-size: large;
}

div.btn-soumission {
    width: 33%;
}

.col-4 {
    width: 20%;
}

.col-6 {
    width: 60%;
}

#argus select{
    font-size: larger;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}


