﻿html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

body {
    height: 100%;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page {
    position: relative;
    flex-grow: 2;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .page {
        position: relative;
    }
}

header {
    background-color: #FF3A52;
    font-family: "DIN Pro Condensed Bold",sans-serif;
}

.header-content {
    height: 110px;
    position: relative;
}

header .logo {
    background-image: url("/Images/logo.svg");
    width: 160px;
    height: 60px;
    position: absolute;
    top: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
}

header .languages {
    display: flex;
    position: absolute;
    right: 0;
    top: 65px;
    width: 270px;
}

    header .languages img {
        height: 28px;
    }

header #zoneLangs a {
    margin-left: 5px;
    text-decoration: none;
    vertical-align: sub;
    margin-left: 8px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

    header #zoneLangs a.current {
        font-weight: bold;
        font-size: 16px;
    }

.LoginControl {
    position: absolute;
    width: 337px;
    right: 0;
    top: 10px;
    font-size: 14px;
}

    .LoginControl > a {
        color: white;
        font-size: 18px;
        vertical-align: super;
        margin-left: 5px;
        font-family: "DIN Pro Condensed Bold",sans-serif;
    }





    .LoginControl .Field {
        margin-bottom: 10px;
    }

    .LoginControl .FormFieldLib {
        font-size: 13px;
        color: black !important;
        display: block !important;
    }

    .LoginControl .FormField > input {
        width: 100%;
    }

    .LoginControl .LnkPasswordRecovery {
        display: block;
        color: black;
        font-size: 13px;
        margin-bottom: 15px;
        text-align: right;
    }

    .LoginControl .ZoneBoutons {
        text-align: center;
    }

.PopupMasterPage {
    display: none;
    z-index: 100;
    position: absolute;
}

    .PopupMasterPage .popup {
        background-color: #ffee38;
        padding: 20px;
        position: absolute;
        right: -30px;
    }

    .PopupMasterPage .fleche {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffee38 transparent;
    }

    .PopupMasterPage .popup a.rtIn {
        font-family: DIN Pro Condensed Bold,sans-serif !important;
        font-size: 18px;
        color: #1a2329 !important;
        border-width: 0;
        padding: 8px;
    }

    .PopupMasterPage .popup .rtHover a.rtIn {
        background-color: black;
        color: white !important;
    }

.LoginControl .popup {
    padding-bottom: 5px;
}

.MenuControl {
    position: absolute;
    right: 300px;
    top: 60px;
}

    .MenuControl .BttSwapMenu {
        height: 40px;
    }


.ZoneOuJeSuis {
    padding-top: 15px;
}

    .ZoneOuJeSuis a, .ZoneOuJeSuis span {
        margin: 0 10px 0 0;
        font-weight: 500;
    }

    .ZoneOuJeSuis a, .ZoneOuJeSuis span {
        text-decoration-color: rgb(143, 143, 143);
        text-decoration-style: solid;
        color: rgb(112, 113, 113);
        font-family: "DIN Pro", sans-serif;
        font-size: 14px;
        height: 34.15px;
        line-height: 19.6px;
    }

    .ZoneOuJeSuis .n {
        color: #8f8f8f;
        font-style: normal;
        margin: 0;
    }

    .ZoneOuJeSuis > span:first-child > a:first-child {
        display: none;
    }

#conteneur {
}

#content, .ZoneOuJeSuis, .header-content {
    width: 1280px;
    margin: auto;
}

.FormError {
    color: #f24e58;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 40px;
    border-top: 2px solid #f24e58;
    border-bottom: 2px solid #f24e58;
    margin-bottom: 20px;
}

H1 {
    font-family: "DIN 30640 W01 Neuzeit GroteskBd",sans-serif;
    font-weight: 700;
    color: #f24e58;
    margin-bottom: 5px;
}

h2 {
    margin: 5px 0 5px 0;
}

@media only screen and (min-width: 741px) {
    H1 {
        font-size: 49.5px;
    }
}


.ZoneForm {
    display: flex;
    flex-direction: column;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .ZoneForm > .ZoneBoutons {
        order: 3;
        margin-left: -7px;
        margin-top: 15px;
    }


p {
    margin: 20px 0 20px 0;
}



.ConditionsGenerales {
    padding: 25px;
    background-color: #f0f0f0;
    margin: 20px 0 20px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ZoneValidationResult > .ValidationResult {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}


.MenuControl .rtLI > div, .MenuControl .rtLI {
    background-image: none !important;
}

    .MenuControl .rtLI > div {
        padding-left: 0;
    }

.MenuControl a.rtIn {
    color: #e3b400 !important;
    font-weight: bold;
}



.ConsoleOutPutDisplayer IMG.ImgLoading {
    content: url(/Images/loader.gif);
}

.EditEtape .EditParametrePaiement .DescriptionMoyenPaiment textarea {
    width: 500px;
}

.zoneStepControl {
    display: flex;
    flex-direction: column;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
}

.labelExigenceMdp {
    font-size: small;
}

.input [type="button"], button, input[type="submit"], .button {
    background-color: #FFEF00;
    border-radius: initial;
    color: black;
    text-transform: uppercase;
    padding: 15px;
}

    input[type="button"]:hover, button:hover, .button:hover, input[type="submit"]:hover {
        background-image: none;
        background-color: black;
    }

@media screen and (max-width: 1280px) {
    header .logo {
        left: 20px;
    }

    .ZoneOuJeSuis {
        padding-left: 15px;
    }

    #content, .ZoneOuJeSuis, .header-content {
        width: 100%;
        margin: auto;
        box-sizing: border-box;
    }

    .ZoneForm, .ZoneSubForm {
        padding: 20px;
    }
}

@media screen and (max-width:1280px) {
    H1 {
        margin-left: 20px;
    }


    h2 {
        margin: 5px 20px 0 20px;
    }

    H3 {
        margin-left: 20px;
    }

    .BandeauNavigate {
        padding: 10px;
        margin-left: 5px;
    }
}

@media screen and (max-width:560px) {

    .ZoneOuJeSuis a, .ZoneOuJeSuis span {
        font-size: 16px;
    }

    .ZoneValidationResult {
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
    }

    .PopupMasterPage {
        right: 10px;
        left: 10px;
        position: unset;
    }

        .PopupMasterPage .popup {
            position: sticky;
            z-index: 999;
        }

        .PopupMasterPage .fleche {
            left: 12px;
            position: relative;
        }



    .MenuControl {
        top: 100px;
        left: 25px;
        right: 20px;
    }

    .LoginControl {
        top: 100px;
        left: 80px;
    }

    .header-content {
        height: 150px;
    }

    header .languages {
        top: 30px;
        width: 160px;
    }





    .ZoneForm > .ZoneBoutons {
        margin: 15px 0 15px 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:760px) {


    .FieldsContainer {
        display: block;
    }

        .FieldsContainer .Field {
            display: block;
        }

            .FieldsContainer .Field .FormFieldLib {
                display: block;
                text-align: left;
                margin: 0;
                width: auto;
            }

            .FieldsContainer .Field .FormField {
                display: block;
                box-sizing: border-box;
            }

                .FieldsContainer .Field .FormField > * {
                    width: 100%;
                    box-sizing: border-box;
                    font-weight: bold;
                }

                .FieldsContainer .Field .FormField > span {
                    width: 100%;
                    box-sizing: border-box;
                    font-weight: bold;
                    background-color: antiquewhite;
                    padding: 5px;
                    min-height: 28px;
                }

                .FieldsContainer .Field .FormField > input[type=checkbox] {
                    width: auto;
                }

        .FieldsContainer .ControlAtLeft {
            margin-bottom: 5px;
            margin-top: 5px;
        }

            .FieldsContainer .ControlAtLeft .FormFieldLib, .FieldsContainer .ControlAtLeft .FormField {
                display: inline-block;
                width: auto;
                min-width: 20px;
            }

            .FieldsContainer .ControlAtLeft .FormFieldLib {
                float: left;
            }

        .FiltersControl .FormField .ComboBox, .FieldsContainer .FormField > .RadComboBox {
            width: 100% !important;
        }

        .FieldsContainer .Field .FormField > span {
            margin: 0;
        }
}

@media screen and (max-width:520px) {
    .ZonePaginator {
        text-align: center;
    }

        .ZonePaginator a {
            margin: 3px;
            padding: 10px;
        }
}
