.carrefoursBody {
    margin: 0;
}

.boutonLien {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    padding: 8px;
    color: black;
    background-color: #d3d3d37a;
    border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
    height: var(--mdc-text-button-container-height, 36px);
    display: inline-flex;
    align-items: center;
    line-height: inherit;
    border: 1px solid;
    margin-bottom: 20px;
}

.notVisible {
    visibility: hidden;
    width: 0px;
}

.apiInputFrame {
    padding: 10px;
    border: 1px solid;
    border-radius: 15px;
    margin-bottom: 50px;
}

.apiReponseFrame {
    margin: 5px;
    padding: 10px;
    border: 1px solid;
    color: darkblue;
    word-wrap: break-word;
    border-radius: 15px;
}

.apiErrorFrame {
    margin: 5px;
    padding: 10px;
    border: 1px solid;
    color: red;
    word-wrap: break-word;
    border-radius: 15px;
}

.apiInput {
    margin-top: 80px;
    margin-bottom: 20px;
}

.myPageContent {
    margin: auto;
    max-width: 55%;
}

.myStatsPageContent {
    margin: auto;
    max-width: 75%;
}

.btSend {
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
}

.bt_grid .mdc-layout-grid__cell--span-6 {
    margin: auto;
}

.api_card {
    background-color: white;
    border-style: solid;
    border-width: 0.5px;
    border-radius: unset;
    box-shadow: unset;
    min-height: 200px;
}

.api_card_utilisent {
    max-height: 250px;
    min-height: 250px;
}

.api_card_title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 15%;
    margin-top: 4%;
}

.api_card_sub_title {
    font-size: 1rem;
    margin: 2%;
    margin-top: 5%;
}

.api_card_actions {
    position: absolute;
    bottom: 0;
}

.apiPitch2Frame {
    margin-bottom: 10px;
    color: black;
}

.apiInputFile {
    margin-bottom: 20px;
}

.apiInputValues {
    color: black;
}

.apiOutputValues {
    color: black;
}

.apiErrorCode {
    margin: 20px;
    padding: 10px;
    border: 1px solid;
    word-wrap: break-word;
    border-radius: 15px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.myFlex {
    display: flex;
}


.footer {
    margin-left: 0;
    margin-top: 50px;
    display: flex;
    padding: 1%;
    background-color: black;
    color: white;
}

.footer_left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_right {
    width: 100%;
    text-align: center;
}

.footer_last {
    padding: 10px;
    min-height: 100px;
    text-align: center;
    background-color: #526AB6;
    justify-content: center;
    align-items: center;
}

.footer_last_2cd_line {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.liens-footer {
    margin: 5%;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 1em;
}

.liens-footer_last {
    margin-left: 5px;
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 1em;
}

.fileLabel {
    background-color: #526AB6;
    color: white;
    font-size: 1.1em;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.logoHorizontal {
    text-align: center;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.logoRond {
    text-align: center;
    vertical-align: text-bottom;
    max-width: 10%;
    max-height: 10%;
    width: auto;
    height: auto;
}

.bandeauVertical {
    height: 90vh;
    width: 60%;
}

.titleLandingPage {
    font-family: 'Montserrat';
    font-size: 2.5rem;
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-top: 50px;
}

.textLandingPage {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: justify;
}

.alignLandingPage {
    height: 70vh;
    vertical-align: middle;
    display: table-cell;
}

div.hideOnPhone {}

.fleche {
    text-align: center;
    margin-top: -15px;
}

.actucard {
    background-color: white;
    border-style: solid;
    border-width: 0.5px;
    border-radius: unset;
    box-shadow: unset;
    min-height: 200px;
    margin-bottom: 30px;
}

.actucardtextActuDescription {
    margin-top: 30px;
    margin-bottom: 90px;
    margin-left: 10px;
}

.actuCode {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #EAEAEA;
    border-style: solid;
    border-width: 0.5px;
    border-radius: unset;
    box-shadow: unset;
}

.myStat {
    margin-bottom: 10%;
    border-style: solid;
    border-width: 1px;
    padding: 1%;
}

.statTitle {
    font-weight: bold;
    text-align: center;
}

.divBigNumber {
    text-align: center;
    margin: 10%;
    font-size: 2rem;
    border-style: ridge;
    border-radius: 15px;
    box-shadow: 1px 5px 1px 1px #EAEAEA;
}

.bigNumber {
    font-size: 4rem;
    color: red;
}

@media screen and (max-width: 850px) {
    h1 {
        line-height: 1.0em;
    }

    .carrefoursBody {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    div.hideOnPhone {
        width: 0;
        height: 0;
        display: none;
    }

    .api_card {
        background-color: white;
        border-style: solid;
        border-width: 0.5px;
        border-radius: unset;
        box-shadow: unset;
        min-height: 280px;
    }

    .api_card_sub_title {
        font-size: 1rem;
        margin: 2%;
        margin-top: 15%;
        margin-bottom: 25%;
    }

    .myPageContent {
        margin: auto;
        max-width: 90%;
        font-size: 1.3rem;
        line-height: 1.5em;
    }

    .apiInputFrame .mdc-layout-grid .mdc-layout-grid__inner .mdc-layout-grid__cell--span-6
    {
        grid-column-end: span 8;
        text-align: center;
    }
}

@media screen and (min-width: 851px) and (max-width: 1200px) {
    h1 {
        line-height: 1.0em;
    }

    .carrefoursBody {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    .api_card {
        background-color: white;
        border-style: solid;
        border-width: 0.5px;
        border-radius: unset;
        box-shadow: unset;
        min-height: 300px;
    }

    .api_card_sub_title {
        font-size: 1rem;
        margin: 2%;
        margin-top: 20%;
        margin-bottom: 25%;
    }

    .myPageContent {
        margin: auto;
        max-width: 90%;
        font-size: 1.3rem;
        line-height: 1.5em;
    }

    .blockCenter {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1100px){
    .footer_last_2cd_line {
        padding: 16px 32px 24px 32px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        font-size: 1.1rem;
    }

    .footer_last_2cd_line div:first-child {
        color: rgb(255, 255, 255);
    }
}
