﻿@import "variables.css";
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham/Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/Icomoon/icomoon.eot?fry8aj');
    src: url('../fonts/Icomoon/icomoon.eot?fry8aj#iefix') format('embedded-opentype'), url('../fonts/Icomoon/icomoon.ttf?fry8aj') 
         format('truetype'), url('../fonts/Icomoon/icomoon.woff?fry8aj') format('woff'), url('../fonts/Icomoon/icomoon.svg?fry8aj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/Icomoon/icomoon.eot?w4hkg7');
    src: url('../fonts/Icomoon/icomoon.eot?w4hkg7#iefix') format('embedded-opentype'), url('../fonts/Icomoon/icomoon.ttf?w4hkg7') 
         format('truetype'), url('../fonts/Icomoon/icomoon.woff?w4hkg7') format('woff'), url('../fonts/Icomoon/icomoon.svg?w4hkg7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-itl_etablissement:before {
    content: "\e900";
}
.icon-itl_societe:before {
    content: "\e901";
}
.icon-itl_user:before {
    content: "\e902";
}

#errorAlert {
    color: var(--color-marron);
    margin-top: 10px;
}

#successAlert {
    color: var(--color-orange);
    margin-top: 10px;
}

html, body {
    height: 100%;
}

.body-content {
    background-color: var(--color-blanc);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px var(--box-shadow-color);
}
.body-container {
    max-width: 1600px !important;
}
.btn.focus, .btn:focus {
    box-shadow: none !important
}

.col-2-accueil {
    background: var(--color-grisclair);
    border-left: 1px solid var(--border-left-color);
}
.flex-column .nav-link {
    color: var(--color-gris);
}
    .flex-column .nav-link.active {
        color: var(--color-orange);
    }

.navlink-active {
    background: var(--color-grisfonce);
    position: relative;
    margin-left: -10px;
}
.navlink-active a {
    color: var(--color-orange);
}
.navlink-active:before {
    height: 0;
    width: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: -10px;
    content: '';
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #000 transparent;
}
.navlink-hover {
    position: relative;
    margin-left: -10px;
}
    .navlink-hover a {
        color: var(--color-orange) !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--color-gris);
    -webkit-text-fill-color: #7c7c7c;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #7c7c7c !important;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
.select-cedex {
    position: absolute;
    z-index: 33;
    padding: 11px 20px;
    height: fit-content;
    background: #fff;
    cursor: pointer;
}
    .select-cedex:focus {
        background-color: #fff !important;
    }
.select-cedex option {
    z-index: 10;
}
#logo_login {
    width: 50%;
}
#logo_menu {
    width: 250px;
}
#logo_menu2 {
    width: 200px;
}
.disco_list_apps {
    padding: 10px 40px;
    text-align: center;
}
.orange {
    color: var(--color-orange);
}
.marron {
    color: var(--color-marron);
}
.gris {
    color: var(--color-gris);
}
body {
    background: var(--content-bg-texture);
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    -o-background-attachment: fixed;
    -webkit-background-attachment: fixed;
}
#navbarDropdownMenuLink {
    color: var(--color-grisfonce);
}
    #navbarDropdownMenuLink::after {
        display: none;
    }
    a {
        color: var(--color-gris);
    }
    a:hover, a:focus, a:visited {
        color: var(--color-gris);
    }
.notabene {
    color: var(--color-marron);
}
.table thead th {
    color: var(--color-gris);
    border-bottom: 1px solid var(--color-gris);
}
.table-bordered td, .table-bordered th {
    border: 1px solid var(--color-gris);
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
}
.bootstrap-select > .dropdown-toggle {
    border: 1px solid var(--color-gris);
    background: var(--color-blanc);
    color: var(--color-gris);
    padding: 10px;
    height: 54px;
}
.button-action {
    border: 1px solid var(--color-gris);
    background: var(--color-blanc);
    color: var(--color-gris);
    padding: 10px;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bootstrap-select .dropdown-toggle[aria-expanded="true"] .filter-option {
    border: 1px solid var(--color-orange);
    background: var(--color-blanc);
    color: var(--color-gris);
    outline: none;
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-orange);
    color: var(--color-blanc) !important;
}
.bootstrap-select .dropdown-menu {
    box-shadow: 0px 7px 5px rgba(124, 124, 124, .3);
}
.bootstrap-select.form-control {
    height: 54px;
}
.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
}

.litodisplayflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-cta {
    background-color: var(--button-bg-color);
    color: var(--color-blanc) !important;
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    transition: transform .5s !important;
    transition-timing-function: cubic-bezier(.2, 3, .4, 1) !important;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

    .button-cta:hover {
        color: var(--color-blanc) !important;
        transform: scale(1.05, 1.05) !important;
    }
        .button-cta:hover:disabled, .button-cta:active:disabled, .button-cta:focus:disabled {
            color: var(--color-blanc) !important;
            transform: scale(1, 1) !important;
        }

    .button-cta:not(#addSousTypeLine):active, .button-cta:not(#addSousTypeLine):focus {
        transform: scale(1.02, 1.02) !important;
        -webkit-animation: var(--animation-pulse_cta);
        -moz-animation: var(--animation-pulse_cta);
        -ms-animation: var(--animation-pulse_cta);
        animation: var(--animation-pulse_cta);
    }

    .button-cta.actived {
        -webkit-animation: var(--animation-pulse_cta);
        -moz-animation: var(--animation-pulse_cta);
        -ms-animation: var(--animation-pulse_cta);
        animation: var(--animation-pulse_cta);
    }

.form-control:disabled, .form-control[readonly] {
    background-color: var(--color-grisclair);
    opacity: 1;
    color: var(--color-gris);

}

.button-simple {
    background-color: var(--button-bg-color);
    color: var(--color-blanc);
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

    .button-simple:hover {
        color: var(--color-blanc);
    }

.titre-page {
    /*font-size: 1.5rem;*/
    font-size: 1.4rem;
    font-family: 'Gotham-Bold', sans-serif;
    color: var(--color-grisfonce);
    display: inline-block;
    padding: 5px 20px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}
.titre-section {
    /*font-size: 1.4rem;*/
    font-size: 1.2rem;
    font-family: 'Gotham-Bold', sans-serif;
    color: var(--color-orange);
    display: inline-block;
    padding: 5px 20px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}
.separation-titre-page {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: 20px;
    border-top: 3px solid var(--color-orange);
    width: 10%;
}

/* ~~ Header ~~ */
.horizontal-menu-navbar {
    background: var(--bg-header-gradient);
    /*background: var(--content-bg-texture);*/
    border-bottom: var(--border-header);
    margin-bottom: 50px;
}
.barre-recherche {
    border: 1px solid var(--border-left-color);
    background: #fff;
    box-shadow: inset 1px 1px 5px var(--border-left-color);
}
    .barre-recherche:focus {
        border: 1px solid var(--color-orange);
        background: #fff;
        box-shadow: inset 1px 1px 5px var(--border-left-color);
    }
#disconnect-btn {
    color: var(--color-marron);
}

#nav-tab {
    margin: 20px 0;
}

.label-alone {
    /*color: var(--color-gris);
    font-size: 18px;*/
    /*padding-left: 15px;*/
    font-size: 16px;
    color: var(--color-noir);
}
.label-alone-dropdownlist {
    z-index: 2;
    position: absolute;
    font-size: 14px;
    top: -12px;
    background: var(--bg-blanc);
    color: var(--color-gris);
    padding: 0 5px;
    left: 15px;
}
.input-alone {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--color-gris);
    height: 54px;
}
    .input-alone:focus {
        border: 1px solid var(--color-orange);
    }
.dropdown-menu {
    background-color: var(--color-blanc);
    border: none;
}
.dropdown-item {
    color: var(--color-gris) !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--color-marron);
    color: var(--color-blanc) !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    white-space: break-spaces;
}

.removeUpdateLineSousType {
    color: var(--color-marron);
}

.ajouterligne {
    color: var(--color-orange);
}
/* ~~ Footer ~~ */
#copyright {
    color: var(--color-marron);
    font-size: 14px;
}

/* -- Checkboxes -- */
.section-switch-isActif {
    position: absolute;
    top: 0;
    right: 0;
}
.toggle-control {
    display: block;
    position: relative;
    padding-left: 100px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    height: 30px;
}

.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    .toggle-control input:checked ~ .control {
        background-color: var(--button-bg-color);
    }

.toggle-control input:checked ~ .control:after {
    left: calc(60px - (30px - (5px * 2)) - 5px);
}

    .toggle-control .control {
        position: absolute;
        top: 0;
        right: 15px;
        left: 15px;
        margin: auto;
        height: 30px;
        width: 60px;
        border-radius: calc(30px / 2);
        background-color: var(--button-bg-color-disabled);
        transition: background-color .15s ease-in;
    }

        .toggle-control .control:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 5px;
            width: calc(30px - (5px * 2));
            height: calc(30px - (5px * 2));
            border-radius: calc(30px / 2);
            background: var(--bg-blanc);
            transition: left .15s ease-in;
        }

.page-item.active .page-link {
    background-color: var(--color-gris) !important;
    border: 1px solid var(--color-gris) !important;
    color: var(--color-blanc) !important;
}

.page-link {
    color: var(--color-gris) !important;
}

/* ~~ Modal showdetailimport ~~ */
#showDetailImport .modal-showDetailImport {
    width: 70%;
    max-width: none;
}
.modal-enlarged {
    width: 70%;
    max-width: none;
}
.close-modal-showDetailImport {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.accordion-itl {
    width: 75% !important;
    margin: 20px auto !important;
}
.accordion-itl button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .accordion-itl button:hover {
        color: var(--color-orange);
    }
    .card-header-itl {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

.card-header-itl button .rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .card-header-itl button .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/* ~~ Gestion du logo du type de plateforme ~~ */
.logo_type_plateforme {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-weight: bold;
    color: #F1700B;
    animation: spinZ 10s linear infinite;
    text-align: center;
    background: transparent;
    font-family: 'Gotham', sans-serif;
    font-weight: 600;
    overflow: hidden;
}

    .logo_type_plateforme span {
        position: absolute;
        display: inline-block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
        transition: all .5s cubic-bezier(0,0,0,1);
    }

        .logo_type_plateforme span#external_circle {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid rgba(241, 112, 11,1);
        }

        .logo_type_plateforme span#internal_circle {
            width: 60%;
            height: 60%;
            border-radius: 50%;
            border: 2px solid rgba(241, 112, 11,1);
            margin: 20%;
        }

    .logo_type_plateforme.macaron_local {
        color: #E8007F;
    }

        .logo_type_plateforme.macaron_local span#external_circle {
            border-color: #E8007F;
        }

        .logo_type_plateforme.macaron_local span#internal_circle {
            border-color: #E8007F;
        }

    .logo_type_plateforme.macaron_test {
        color: #00E83C;
    }

        .logo_type_plateforme.macaron_test span#external_circle {
            border-color: #00E83C;
        }

        .logo_type_plateforme.macaron_test span#internal_circle {
            border-color: #00E83C;
        }

    .logo_type_plateforme.macaron_preprod {
        color: #FFA600;
    }

        .logo_type_plateforme.macaron_preprod span#external_circle {
            border-color: #FFA600;
        }

        .logo_type_plateforme.macaron_preprod span#internal_circle {
            border-color: #FFA600;
        }

    .logo_type_plateforme.macaron_prod {
        color: #2BB7F8;
    }

        .logo_type_plateforme.macaron_prod span#external_circle {
            border-color: #2BB7F8;
        }

        .logo_type_plateforme.macaron_prod span#internal_circle {
            border-color: #2BB7F8;
        }

@keyframes spinZ {
    0% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}
/* ~~ Fin gestion du logo du type de plateforme ~~ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
