* {
    box-sizing: border-box
}

body {
    font-family: "Lato", sans-serif
}


#body {
    background-color: #003a70
}

#html,
body {
    height: 100%
}

#iframe {
    width: 100%;
    height: 100%
}

#head-btDisconnectEx {
    margin: auto;
    padding-top: 10px;
    text-align: right
}

h2 {
    font-size: 3vh
}

p {
    font-size: 2vmin
}

.btnEX {
    outline: 0;
    -moz-outline-style: none;
    font-weight: 500;
    font-family: DINPro, Arial, sans-serif;
    position: relative;
    transition: all .2s ease-in-out;
    white-space: normal;
    color: #fff;
    text-decoration: none;
    background-color: #003a70;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    max-width: 340px
}

.disabledbutton {
    pointer-events: none;
    opacity: 0
}

.tab {
    float: left;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background-color: #f6f6f6;
    width: 99%;
    height: 600px
}

.tab button {
    display: block;
    background-color: inherit;
    color: #0c0434;
    /*padding: 20px 1px;*/
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 15px;
    height: 115px
}

.tab button:hover {
    background-color: #c5c5c5;
}

.tab button:active,
.tab button:focus {
    background-color: #003a70 !important;
    color: #fff !important;
}


/*.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}*/

.tab button.active {
    background-color: #003a70 !important;
    color: #fff !important
}

.tabcontent {
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    border-left: none;
    height: 600px
}

.formbuilded {
    background-image: url("images/bg.jpg") !important;
    background-position: center center;
    background-repeat: repeat-y;
    text-align: center
}

.imgHec {
    width: 100px;
    height: 100px
}

#table-wrapper {
    padding: 0 30px 0 30%
}

#table-scroll {
    height: 350px;
    overflow: auto;
    margin-top: 20px
}

#table-wrapper table {
    width: 100%
}

#table-wrapper table * {
    color: #000
}

#table-wrapper table thead th .text {
    position: absolute;
    top: -20px;
    z-index: 2;
    height: 500px;
    width: 35%;
    border: 1px solid #ccc
}

#table-wrapperEx {
    padding: 0
}

#table-scrollEx {
    height: 600px;
    overflow: auto;
}

#table-wrapperEx table {
    width: 100%
}

#table-wrapperEx table * {
    background: #ff0;
    color: #000
}

#table-wrapperEx table thead th .text {
    position: absolute;
    top: -20px;
    z-index: 2;
    height: 600px;
    width: 35%;
    border: 1px solid #ccc
}

td,
th {
    padding: 1rem 0;
    display: table-cell;
    text-align: left
}

thead th {
    text-transform: uppercase;
    color: #003a70;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 0
}

#alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f2f2f2;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ccc;
    text-align: center;
    z-index: 1;
}

#alert-text {
    font-size: 18px;
    margin-bottom: 10px;
}

#alert-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.swal-overlay--show-modal .swal-modal {
    background-color: #003a70;
}

.swal-title {
    color: #f8f9fa;
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal-text {
    font-size: 16px;
    position: relative;
    color: #f8f9fa;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    /* color: rgba(0,0,0,.64); */
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: white;
}


.swal-icon--warning {
    border-color: white;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: white;
}

.swal-button {
    background: #003a70;
    border: 1px solid white;
    color: #fff;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

a,
a:hover,
a:visited {
    /* color: #003a70;*/
    text-decoration: none;
}

a,
a:hover,
a:visited {
    /*color: #003a70;*/
    text-decoration: none;
}

a:hover {
    color: #0374c5;
    text-decoration: underline;
}

a:hover,
a:active {
    outline: 0;
}

a:active {
    color: #004D85;
}

a:hover,
a:active {
    /* text-decoration: underline;*/
    text-decoration: none;
}

.buttonOffreEmploi {
    padding-top: 16px;
    background-color: #003a70 !important;
    color: #FFF !important;
    border: 1px solid #fff;
    display: inline-block;
    letter-spacing: .0333em;
    padding: 1rem 1rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    height: 15px;
    width: 150px;
}

@keyframes pulseWarning {
    border-color: #f8bb86;
}