@font-face{
    font-family: 'bebas';
    src: url('../fonts/bebas.eot');
    src: url('../fonts/bebas.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bebas.woff') format('woff'),
        url('../fonts/bebas.ttf') format('truetype'),
        url('../fonts/bebas.svg#webfont') format('svg');
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.8, 0.8);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.8, 0.8);
    }
}

.scanner-picture {
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

input[type=checkbox].check_metier {
    visibility: hidden;
}

*, html, body {
    margin: 0;
    padding: 0;
}

hr{
    clear:both;
}

#header {
    width: 100%;
    height: auto;
    background: #FFF;
    margin-bottom: 40px;
}

.logo {
    width: 1000px;
    margin: auto;
}
.panel {
    width: 992px;
    margin: auto;
    border: solid 4px #B4B5B5;
}

.title {
    background: #1DC8E1;
    /*background: #7DB1C7;*/
    padding: 10px;
    font-family: bebas;
    font-size: 36px;
    color: #FFF;
    border-bottom: solid 4px #B4B5B5;
}

.title-red {
    background-color: #E82717;
    padding: 10px;
    font-family: bebas;
    font-size: 36px;
    color: #FFF;
    border-bottom: solid 4px #B4B5B5;
}

.content {
    padding: 10px;
    font-family: open_sanslight;
    color: #000;
}

.scanner {
    width: 100%;
    position: relative;
}

.question {
    width: 100%;
    text-align: left;
    font-family: open_sanslight;
}

.title_qst {
    font-family: bebas;
    font-size: 24px;
}

.inscription tr td {
    height: 100px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

/*.question tr td.radios {
    width: 10%;
}*/

.question tr .panel-block {
    margin: auto;
}

.question tr td input {
    margin-left: 10px;
    padding: 10px;
}

/* GLOBAL : button */
.button, a.button, input.button {
    padding: 10px; /* 10/12 */
    display: inline-block;
    background-position: right center;
    background: #EEE;
    border: 6px double #d9dbdd;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    font-family: bebas;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px
}
.button.small, a.button.small, input.button.small {
    padding: 5px;
}

.button:hover, a.button:hover, input.button:hover {
    background: #FFF;
    text-decoration: none;
}

.button:active, a.button:active, input.button:active {
    background: #AAA;
    text-shadow: none;
}

.button.blue, a.button.blue, input.button.blue {
    background-color: #2069b4;
    color: white;
}
.button.blue:hover, a.button.blue:hover, input.button.blue:hover {
    background-color: #5081b3;
    color: white;
}
.button.blue:active, a.button.blue:active, input.button.blue:active {
    background-color: #19538F;
    color: white;
}

.button.red, a.button.red, input.button.red {
    background-color: #CB2214;
    color: white;
}

.button.red:hover, a.button.red:hover, input.button.red:hover {
    background-color: #E82717;
    color: white;
}

.button.red:active, a.button.red:active, input.button.red:active {
    background-color: #AB1C10;
    color: white;
}

.button.green, a.button.green, input.button.green {
    background-color: #10B531;
    color: white;
}

.button.green:hover, a.button.green:hover, input.button.green:hover {
    background-color: #12CC38;
    color: white;
}

.button.green:active, a.button.green:active, input.button.green:active {
    background-color: #0EA32C;
    color: white;
}

.button.grey, a.button.grey, input.button.grey {
    background-color: #999;
    color: white;
}

.button.grey:hover, a.button.grey:hover, input.button.grey:hover {
    background-color: #AAA;
    color: white;
}

.button.grey:active, a.button.grey:active, input.button.grey:active {
    background-color: #777;
    color: white;
}

/* POPUP */
.info-box, .success-box, .warning-box, .error-box, .help-box{ background-position: 10px center; background-repeat: no-repeat; border: 1px solid; font: normal 100% Helvetica, Arial, sans-serif; text-align: left; padding: 15px 5px 15px 50px; margin: 20px; }
.info-box{ background: #BDE5F8 url('../images/boxes/info.png') top left no-repeat; background-position: 5px 5px; color: #00529B; }
.success-box{ background: #DFF2BF url('../images/boxes/success.png') top left no-repeat; background-position: 5px 5px; color: #4F8A10; }
.warning-box{ background: #FEEFB3 url('../images/boxes/warning.png') top left no-repeat; background-position: 5px 5px; color: #9F6000; }
.error-box{ background: #FFBABA url('../images/boxes/error.png') top left no-repeat; background-position: 5px 5px; color: #D8000C; }
.help-box{ background: #C7ABDA url('../images/boxes/help.png') top left no-repeat; background-position: 5px 5px; color: #4C1274; }
.comment-box{ background: #d0d0d0; border: 1px solid navy; margin: 5%; margin-bottom: -3%; padding: 15px; text-align: left; }

.success {
    color: #0EA32C;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

.titre_dom{
    clear:both;
    margin-top:20px;
}

a{ color:#0b1a27; text-decoration:none; }
a:hover, a:focus{ color:#2a6496; text-decoration:underline; }

.panel-block {
    float: left;
    width: 220px;
    margin: 10px;
    border: 1px solid #B4B5B5;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.panel-block:hover {
    -webkit-box-shadow: 4px 4px 5px #6B6B6B;
    -moz-box-shadow: 4px 4px 5px #6B6B6B;
    box-shadow: 4px 4px 5px #6B6B6B;
    text-decoration:none;
}

.panel-block-icon {
    width: 160px;
    height: 150px;
    margin: auto;
    padding: 10px;
    background: #FFF;
}

.panel-block-icon img {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: auto;
    width: 128px;
    height: 128px;
    padding: 20px;
}

.panel-block-text {
    padding: 10px;
    border-top: 1px solid #B4B5B5;
    font-family: bebas;
    font-size: 26px;
    background: #C0CCB8;
    text-align: center;
    text-decoration: none;
}

.panel-metier {
    float: left;
    width: 302px;
    margin: 10px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #67e3ff;
    -webkit-box-shadow: 4px 4px 5px #6B6B6B;
    -moz-box-shadow: 4px 4px 5px #6B6B6B;
    box-shadow: 4px 4px 5px #6B6B6B;
}

.panel-metier:hover {
    -webkit-box-shadow: 4px 4px 5px #4B4B4B;
    -moz-box-shadow: 4px 4px 5px #4B4B4B;
    box-shadow: 4px 4px 5px #4B4B4B;
    text-decoration:none;
}

.panel-metier-icon {
    margin: auto;
    padding: 10px;
    float:left;
    background: #FFF;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius:  5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}

.panel-metier-icon img {
    border: none;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: auto;
    width: 48px;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.panel-metier-text {
    padding: 5px;
    border-top: 1px solid #B4B5B5;
    font-family: open_sanslight;
    font-size: 16px;
    font-weight: bold;    
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
}

/* GLOBAL : form */
form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"], form p select { font-size: 16px; width: 300px; }

form label {
    text-transform: uppercase;
    font-family: pt;
    font-weight: bold;
    color: #2a2e36;
    margin: 0 0 0.3125em 0;
}

.check_metier{
    display: none;
}

form label.alt-label { text-transform: none; }

form input[type="text"], form input[type="password"], form textarea, form select {
    border: 1px solid #d9dbdd;
    width: 300px;
    padding: 10px;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    font-family: open_sanslight;
}

form input[type="text"].small, form input[type="password"].small, form select.small {
    padding: 5px;
    font-weight: normal;
    width: auto;
    margin-right: 10px;
}

/*form input[type="radio"], form input[type="checkbox"] {
    width: 0px;
    height: 0px;
}*/

/*form input[type="radio"].radio-qst {
    width: 30px;
    height: 30px;
}*/

form input[type="text"], form input[type="password"], form select {
    font-weight: bold;
}

form input[type="text"]:hover, form input[type="password"]:hover, form textarea:hover, form select:hover,
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus {
    border: 1px solid #bbbdbe;
}

/*form input[type="checkbox"],
form input[type="radio"]  {
    margin-right: 0.833em;
}*/

form input[type="submit"], form input[type="reset"] {

}

form textarea {
    width: 600px;
    height: 50px;
    resize: none;
}

form p em {
    margin-top: 0.833em; /* 10/12 */
    display: block;
}

form p {
    margin-bottom: 10px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu-item {
    font-family: Arial, Geneva, Helvetica, sans-serif;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
} 


/* TABLES */
.table{width:100%;margin-bottom:20px; background: #FFF;}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #dddddd;}
.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd;font-weight: bold;}
.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #dddddd;}
.table .table{background-color:#ffffff;}
.table thead tr td, .table.table-condensed thead tr td,.table.table-stipped thead tr td, .table.table-bordered thead tr td { font-family: bebas; font-weight: normal; }
.table tr { background: #EEE; }
.table tbody tr td, .table.table-condensed tbody tr td,.table.table-stipped tbody tr td, .table.table-bordered tbody tr td { vertical-align: middle; font-family: pt; }
.table tr td img, .table.table-condensed tr td img, .table.table-stripped tr td img, .table.table-bordered tr td img { border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; padding-top: -10px; }
.table.table-condensed tr td { padding: 5px; margin: 0;}
.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px;}
.table-bordered{border:1px solid #dddddd;}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd;}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px;}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5;}
table col[class*="col-"]{float:none;display:table-column;}
table td[class*="col-"],table th[class*="col-"]{float:none;display:table-cell;}
.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5;}
.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6;}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3;}
.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7;}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7;}
.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5;}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be;}

