﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Open+Sans+Condensed:300,400,600,700|Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

/*
    FORMULAIRE QUESTIONS
*/

#changementLangue {
    font-size: 1.2em;
    height: 35px;
    background-color: white;
    color: #645a5a;
}

#changementLangueLabel {
    color: black;
}

#lblTimer {
    font-size: 19px;
    text-wrap: nowrap;
    color: black;
}

.proprieteSmartlink, .proprieteEvenement {
    display: inline-block;
    align-items: center;
    margin-right: 20px;
    width: 46%;
}

    .proprieteSmartlink label, .proprieteEvenement label {
        margin-right: 10px;
    }

.proprieteDomDemog, .proprieteValeurDomDemog {
    margin-bottom: 0.5rem !important;
}

.colonne {
    float: left;
}

.highlight-mouseover {
    background-color: #EFEFEF !important;
}

.highlight-mouseover-label {
    background-color: #cbe5f6 !important;
}

.highlight-select {
    background-color: lightcyan !important;
    border-color: deepskyblue !important;
    border-width: 2px !important;
    padding: 6px !important;
}

.highlight-controle-select {
    background-color: #a5f6ff !important;
    border-color: #5ed5fc !important;
}

.selection-controle {
    width: 100%;
    background-color: #F5F5F5;
    border-color: #b4b4b4;
    border-width: 2px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    overflow: hidden;
    padding: 6px;
    cursor: default;
}

.highlight-place {
    border: 2px;
    border-color: #dad55e;
    background: cornsilk;
    margin-top: 11px;
    margin-left: 25px;
}

.highlight-place-valeur {
    border: 2px;
    border-color: #dad55e;
    background: cornsilk;
    margin-bottom: 4px;
    margin-left: 30px;
}

.highlight-place-bouton {
    border: 2px;
    border-color: #dad55e;
    background: cornsilk;
    height: 64px;
}

.selection-hide {
}

/*
    Layout Customization    
*/
#errorimage {
    width: 116px;
    height: 116px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 400px;
    left: 0;
    margin: auto;
}

.compteurClignotant {
    animation-duration: .8s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}

@keyframes clignoter {
    0% {
        color: #000000;
    }

    40% {
        color: #f00505;
    }

    100% {
        color: #000000;
    }
}

.alert-box {
    color: #555;
    border-radius: 10px;
    font-family: Calibri;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 20px 15px 15px;
    position: absolute;
    margin: auto;
    top: 25%;
    right: 0;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 150px;
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

.error {
    background-color: #F9A898;
    border: 1px solid #f5aca6;
}

.success {
    background-color: #3ffe08;
    border: 1px solid #a6ca8a;
}

.warning {
    background-color: #f8c009;
    border: 1px solid #f2c779;
}

.notice {
    background: #e3f7fc url('../img/notice.png') no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.no_bold {
    font-weight: normal !important;
}

#div-main-form {
    overflow: hidden;
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: white;
}

.texteModifie {
    overflow: hidden;
    resize: none !important;
    height: auto;
    width: 100%;
    display: inline;
    min-height: 28px;
    margin: 0px !important;
    font-size: 1em !important;
    padding-left: 5px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.texteModifiable {
    width: 100%;
    cursor: pointer;
    padding-left: 5px;
    font-size: 1em;
}

.libellePrincipal {
    padding-left: 5px;
    border: black;
    border-style: dashed;
    border-width: 1px;
    padding-top: 1px;
    padding-bottom: 2px;
    min-height: 23px;
}

[type='checkbox'] + label.texteModifiable, [type='radio'] + label.texteModifiable {
    margin-left: 2px !important;
}

    [type='checkbox'] + label.texteModifiable + textarea.texteModifie, [type='radio'] + label.texteModifiable + textarea.texteModifie {
        margin-left: 2px !important;
    }

[type='checkbox'] + label + textarea,
[type='radio'] + label + textarea {
    margin-left: 0.4rem !important;
    margin-right: 0.8rem !important;
}

.form .border-error {
    border: solid 2px #da3116;
}

.error-champ {
    border: solid 1px #da3116;
}

.error-champ-msg {
    font-size: 9px;
    vertical-align: middle;
    color: red;
    margin: 0 0 0 0;
}

table.error-champ tbody {
    border: solid 1px #da3116;
}

#wg-loader.on {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 999; /* makes sure it stays on top */
    opacity: 0.9;
}

#wg-loader #loadimagem {
    width: 116px;
    height: 116px !important;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

#wg-loader.off, #wg-loader.off img {
    display: none;
    height: 0;
    position: absolute;
}

#wg-loader p.error {
    color: #da3116;
    position: relative;
    font-weight: bold;
    position: absolute;
}

.form fieldset label, table.wdgt-receipt label {
    font-weight: normal;
    margin-top: 1px;
}

table.wdgt-receipt {
    width: 100%;
}

    table.wdgt-receipt .title1 {
        width: 100%;
        text-align: left;
    }

    table.wdgt-receipt .title3 {
        width: 15%;
        text-align: -webkit-right;
    }

    table.wdgt-receipt .title2 {
        width: 15%;
        text-align: -webkit-right;
    }

        table.wdgt-receipt .title2 input {
            text-align: -webkit-right;
        }

table.cart-preview {
    width: 100%;
}

    table.cart-preview .title1 {
        width: 50%;
        text-align: left;
    }

    table.cart-preview .title2 {
        width: 15%;
        text-align: right;
    }

    table.cart-preview .title3 {
        width: 20%;
        text-align: right;
    }

    table.cart-preview .title4 {
        width: 15%;
        text-align: right;
    }

    table.cart-preview .qte {
        text-align: right;
    }

    table.cart-preview tfoot td,
    table.cart-preview .price {
        text-align: right;
        white-space: nowrap;
    }

table.wdgt-payement2 {
    width: 100%;
}

    table.wdgt-payement2 .title {
        font-weight: bold;
    }

    table.wdgt-payement2 .hd {
        background-color: #333;
        color: #fff;
        font-weight: bold;
    }

    table.wdgt-payement2 .hd1 {
        width: 70%;
    }

    table.wdgt-payement2 .hd2 {
        text-align: right;
        width: 30%;
    }

/*Child Classes*/

.child-hidden {
    display: none !important;
}

.child-visible:not(tr) {
    display: flex !important;
}

div.row {
    position: initial;
    margin-bottom: 18px;
    max-width: none;
}

.div-flex {
    display: flex;
}

input:not([type="button"]):disabled,
input:not([type="button"])[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6 !important;
    cursor: default;
}

input.datepicker[readonly] {
    background-color: #ffffff !important;
}

/*====================================================================================================*/
/*  INITIALISATION  */
/*====================================================================================================*/
.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.popup {
    position: fixed;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    min-height: auto;
    max-height: 90%;
    background-color: rgb(243, 243, 243);
    padding-top: 1em;
    padding-bottom: 1.3em;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow-y: auto;
}

    .popup.petit {
        min-width: 350px;
        max-width: 450px;
    }

.popuplignebouton {
    height: 35px;
}

.popupTexte {
    font-size: 20px;
}

a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

html {
    font-size: 16px;
    font-family: Calibri;
    color: #645a5a;
}

p,
th,
td,
label {
    font-size: 16px;
}

[type='file'],
[type='radio'] {
    margin-bottom: 0 !important;
    margin-top: 8px;
}

[type='checkbox'] {
    margin-bottom: 0 !important;
    margin-top: 8px;
}

[type='checkbox'],
[type='radio'] {
    transform: scale(1);
    min-width: 18px
}

[type='checkbox'],
[type='radio'] {
    transform: scale(1);
    min-width: 18px
}

a,
input.button.lien {
    color: #0000ff;
}

.red {
    color: #ff000a;
}

a:hover,
a:focus,
input.button.lien:hover,
input.button.lien:focus {
    color: #2a6496;
}

input.button.lien {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
}

    input.button.lien:hover,
    input.button.lien:focus {
        box-shadow: none;
    }

.button {
    font-size: 17px;
    padding: 0.6em 0.8em;
    margin : 0 0 0.7rem 0
}

header,
footer,
body > .row,
body > .row > .columns,
body > .row > .columns > .row,
body > .row > .columns > .row > .columns {
    outline: none !important;
}

header {
    padding-top: 7px;
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
    margin-right: 25px;
}

#div-header, #div-header-petit {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
}

    #div-header img {
        width: 100%;
    }

    #div-header-petit img {
        max-height: 180px;
        width: 100%;
    }

.divChangementLangue {
    margin-bottom: 5px;
    display: flex;
    justify-content: right;
}

#changementLangue {
    width: 150px;
}

.titre-question {
    font-weight: bold;
}

#lblVisiteurInfoHeader {
    box-shadow: none;
    border: none;
    text-align: left;
    align-self: center;
    color: black;
}

/* STEP LIST */
#steplist {
    margin-bottom: 30px;
}

    #steplist > .columns {
        font-size: 1em !important;
        border-radius: 10px !important;
        text-align: center !important;
        background-color: #000000;
        color: #ffffff !important;
    }

    #steplist .column label {
        color: #ffffff;
    }

    #steplist .column[style*="background-color:orange;"] {
        background-color: #bc2024;
        border-radius: 10px !important;
        text-align: center !important;
    }

        #steplist .column[style*="background-color:orange;"] label {
            color: #FFF;
        }

    #steplist #lblSteplist {
        display: block;
    }

    #steplist #lblSteplistShort {
        display: none;
    }

/* MESSAGE ERREUR */
.msgerror {
    padding: 0.5rem;
    padding-top: 0px;
    border: 1px solid #da3116;
    border-radius: 10px;
    margin-top: 20px;
}

    .msgerror,
    .msgerror font {
        color: #da3116 !important;
        font-size: 1em;
    }

        .msgerror font b {
            font-weight: normal;
        }

.error-champ {
    border-color: #da3116;
}

.error-champ-msg {
    color: #da3116;
    font-size: .75em;
    align-self: center;
}

.rowmenu {
    padding-top: 20px;
}

.separateur {
    border-color: #f0f0ef !important;
    background-color: #f0f0ef !important;
    padding: 10px 10px 10px 10px !important;
    color: #000000 !important;
    margin-top: 20px !important;
    text-align: left !important;
    border-radius: 10px !important;
}

#mainDiv {
    max-width: 1280px;
    margin: 0 auto;
}

#mainDivFormulaireQuestion {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: initial;
}

.main {
    min-height: 100%;
    position: relative;
    padding-bottom: 100px; /* Hauteur du pied de page */
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    margin: 0px;
    background-color: white;
}

input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 0px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}


    input[type=text]:focus, textarea:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        padding: 3px 0px 3px 3px;
        border: 1px solid rgba(81, 203, 238, 1);
    }

input[type=textarea], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

    input[type=textarea]:focus, textarea:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        padding: 3px 0px 3px 3px;
        border: 1px solid rgba(81, 203, 238, 1);
    }

input[type=text] {
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    -webkit-box-shadow: 2px 2px 2px #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
    padding: 4px 3px;
    outline: 0;
    -webkit-appearance: none;
    height: 2.0375rem !important;
}

input[type=textarea] {
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    -webkit-box-shadow: 2px 2px 2px #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
}

radio {
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    -webkit-box-shadow: 2px 2px 2px #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
}

.selection {
    padding: 0px;
}

.ligne-enfant:not(tr) {
    display: flex;
    align-items: flex-start;
}

checkbox {
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    -webkit-box-shadow: 2px 2px 2px #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
}

select {
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    padding: 4px 7px;
    margin: 0px 1px 3px 0px;
    outline: 0;
    -webkit-appearance: none;
    z-index: 50;
    height: 2.0375rem !important;
}

.separateur p {
    margin-top: 0px;
}

/***********   BOUTON   *************/

input.button {
    border-radius: 4px;
    font-family: Calibri;
    text-transform: uppercase;
    margin-left: 1rem;
    margin-right: 1rem;
}

input.button:hover {
    font-weight: bold;
}

input.button.btn1, input.button.btn2 {
    background-color: unset;
}

/* VERT */
    input.button.confirmerpopupbtn, .btnvert {
        background-color: #8ec63f;
    }
/* GRIS */
input.button.cancelpopupbtn, .btngris {
    background-color: #77767B;
}

.choisir, .Choisir, .annuler, .Annuler, .inactif, .Inactif, .complet, .Complet, .desactive, .Desactive {
    border-radius: 10px;
    color: #FFF;
    text-align: center;
}

.choisir, .Choisir {
    background-color: #cf1d2b;
}

.annuler, .Annuler {
    background-color: #000000;
}

.inactif, .Inactif {
    background-color: darkgrey;
}

.complet, .Complet {
    background-color: darkgrey;
}

.desactive, .Desactive {
    background-color: darkgrey;
}


/* TELEPHONE */
input.phone {
    width: 125px !important;
    max-width: none !important;
    min-width: initial !important;
    margin-right: 10px;
}

input.extension {
    width: 75px !important;
    max-width: none !important;
    min-width: initial !important;
}

input.countrycode {
    width: 45px !important;
    max-width: none !important;
    min-width: initial !important;
    margin-right: 10px;
}

.extra-text {
    display: inline;
    height: 1.9375rem;
    margin-right: 10px !important;
}

.columns > select {
    padding-right: 1.5rem;
}

fieldset legend {
    font-size: 16px;
}

fieldset .row {
    margin-bottom: 0.25rem;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

/* TABLEAU */
table.wdgt-receipt thead,
table.wdgt-receipt tbody,
table.wdgt-receipt tfoot {
    border: none;
}

table.wdgt-receipt th {
    border: 2px solid #cacaca;
    border-left: none;
    border-right: none;
    background-color: #F0F0F0;
}

table.wdgt-receipt tbody tr:nth-child(even) {
    background-color: transparent;
}

table.wdgt-receipt tbody td {
    border-bottom: 1px solid #96C01E;
}

table input[type='text'] {
    height: 1.9375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}


/* CART-PREVIEW */
.cart-preview tbody,
.cart-preview thead,
.cart-preview tfoot {
    border: none;
    background-color: transparent;
}

.cart-preview th {
    border: 2px solid #cacaca;
    border-left: none;
    border-right: none;
    background-color: #F0F0F0;
}

    .cart-preview th.title3 {
        text-align: right;
    }

.cart-preview tbody td {
    border-bottom: 1px solid #96C01E;
}

    .cart-preview tbody td.subtotal, .cart-preview tbody td.rabais {
        padding: 0.25rem 0.425rem;
        border-bottom: none;
        text-align: right;
        font-weight: bold;
    }

    .cart-preview tbody td.rabaisItem {
        border-bottom: none;
    }

.cart-preview tbody tr:nth-child(even) {
    background-color: transparent;
}

/* Hebergement */
.tableauHebergement tbody tr:nth-child(even) {
    background-color: transparent;
}

table.tableauHebergement.wdgt-receipt thead,
table.tableauHebergement.wdgt-receipt tbody,
table.tableauHebergement.wdgt-receipt tfoot {
    border: none;
}

table.tableauHebergement tbody td,
table.tableauHebergement tbody th {
    font-size: .7rem;
}

table.tableauHebergement tbody th {
    border: 2px solid #77767B;
    border-left: none;
    border-right: none;
    text-align: left;
}

table.tableauHebergement tbody td {
    border-bottom: 1px solid #96C01E;
}

table.tableauHebergement.wdgt-receipt .title2,
table.tableauHebergement.wdgt-receipt .title3,
table.tableauHebergement.wdgt-receipt tbody td {
    width: auto;
    text-align: left;
}

table.tableauHebergement.wdgt-receipt th.title2 {
    width: 25px;
}

table.tableauHebergement.wdgt-receipt th.title3 {
    width: 85px;
}

table.tableauHebergement.wdgt-receipt tbody td:first-child {
    padding: 0.5rem 0.625rem 0.625rem 0;
}

    table.tableauHebergement.wdgt-receipt tbody td:first-child label {
        display: none;
    }

table.tableauHebergement.wdgt-receipt tbody td label {
    line-height: 1.3;
}

table.tableauHebergement input.qte-field-acco {
    width: 35px;
}

/* AUTO COMPLETE */
.input-autocomplete {
    display: inline-block;
    border-right: 0px;
    box-shadow: none;
}

.btn-autocomplete {
    position: absolute;
    border-left: 0px;
    background: #ffffff;
    background-image: url('../img/dropdownarrow.png');
    background-size: 9px 6px;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    height: 2.4375rem;
}


/* TABLEAU DE BORD */
.ligne-titre {
    padding: 0.2rem 0;
    margin: 0;
    font-weight: bold;
}

    .ligne-titre input.button.lien {
        line-height: 1.5;
        vertical-align: top;
    }

.dashboard-table {
    background-color: #f6f6f6;
    border: 2px solid #cacaca;
    border-radius: 4px;
}

    .dashboard-table .btn {
        margin: 0 0.2rem;
        display: inline-block;
        position: relative;
        text-indent: -9999px;
    }

        .dashboard-table .btn:first-child {
            margin-left: 0;
        }

        .dashboard-table .btn:last-child {
            margin-right: 0;
        }

    .dashboard-table .btn {
        height: auto;
        width: 30px;
        max-width: 100px;
    }

    .dashboard-table .btnIcone {
        cursor: pointer;
    }

    .dashboard-table .disabled {
        opacity: 0.2;
        cursor: default;
    }

.dashboard-table-container {
    border-style: solid;
    border-color: darkgrey;
    padding: 10px;
    border-width: 1px;
    margin-bottom: 20px;
}

    .dashboard-table-container .button {
        margin-left: 0rem;
        margin-right: 0rem;
        background-color: #8ec63f;
    }

div.dataTables_scrollHead table.dataTable {
    margin-top: 0px !important;
}

.dashboard-table .btn:hover:before,
.dashboard-table .btn:focus:before {
    color: #2a6496;
}

.dashboard-table .resume {
    content: url("../../images/resume.png");
}

.dashboard-table .consulter {
    content: url("../img/edit.png");
}

.dashboard-table .supprimer {
    content: url("../img/delete.jpg");
}

table.tableau-bord {
    margin-bottom: 0;
    width: 100%;
}

    table.tableau-bord .ca,
    table.tableau-bord .cs {
        width: 1%;
        text-align: center;
        white-space: nowrap;
    }

    table.tableau-bord .cs {
        padding: 3px 3px 3px 3px;
    }

    table.tableau-bord thead,
    table.tableau-bord tbody {
        border: none;
    }

    table.tableau-bord th,
    table.tableau-bord td {
        padding: 0.4rem 10px;
        border-bottom: 1px solid #cacaca;
    }

    table.tableau-bord th {
        border-bottom-width: 2px;
        text-align: left;
        background-color: #cacaca;
    }

    table.tableau-bord tbody tr:nth-child(odd) {
        background-color: #fefefe;
    }

    table.tableau-bord tbody tr:nth-child(even) {
        background-color: #f0f0f0;
    }

table.resultat-recherche {
    margin-bottom: 0;
    width: 100%;
}

    table.resultat-recherche thead,
    table.resultat-recherche tbody {
        border: none;
    }

    table.resultat-recherche th,
    table.resultat-recherche td {
        padding: 0.4rem 10px;
        border-bottom: 1px solid #cacaca;
    }

    table.resultat-recherche th {
        border-bottom-width: 2px;
        text-align: left;
        background-color: #cacaca;
    }

    table.resultat-recherche tbody tr:nth-child(odd) {
        background-color: #fefefe;
    }

    table.resultat-recherche tbody tr:nth-child(even) {
        background-color: #f0f0f0;
    }

.info-paiement {
    margin-bottom: 0;
    padding: 0.2rem 0;
}

    .info-paiement span {
        font-weight: bold;
    }

    .info-paiement input.button {
        margin: 0 0.2rem 0 0.5rem;
        border: 0;
        background-color: #8ec63f;
    }

        .info-paiement input.button:hover,
        .info-paiement input.button:focus {
            font-weight: bold;
        }


#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* fond semi-transparent */
    z-index: 1098; /* en dessous du popup */
    display: none;
}

/* POPUP PAIEMENT AUTHORIZE */
#divAuthorizeNetPopup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1099;
    max-height: 100vh;
    opacity: 0;
}

    #divAuthorizeNetPopup.show {
        opacity: 1;
    }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
    background-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    border-color: #a0a0a0 #909090 #909090 #a0a0a0;
    padding: 4px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
    height: 23px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
    position: absolute;
    right: 7px;
    top: 7px;
}

    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        display: inline-block;
    }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf;
}

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
    border: 1px solid #585858;
    background-color: #ffffff;
}

#iframeAuthorizeNet {
    width: 350px;
    height: 85vh;
    border: none;
}

.ac-widget {
    right: -56px !important;
    box-shadow: none !important;
}

/* Controle qui remplace le champ input file */
.custom-file-input-wrapper {
    position: relative;
    width: 300px;
}

.custom-file-input {
    position: absolute;
    opacity: 0;
    border-radius: 4px;
}

.custom-file-label {
    display: block;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Calibri;
    margin-bottom: 5px;
}

/*MODE TÉLÉPHONE*/
@media screen and (min-width: 0px) and (max-width: 800px) {

    p,
    th,
    td,
    label {
        font-size: 15px;
    }

    .button {
        font-size: 16px;
    }

    header {
        margin-left: 10px;
        margin-right: 10px;
    }

    #div-left {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-right {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-main-form {
        margin-left: 0rem;
        margin-right: 0rem;
        padding-right: 0px;
        padding-left: 0px;
        border: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px;
    }

    #div-header, #div-header-petit {
        margin-left: 0rem;
        margin-right: 0rem;
        padding-right: 0px;
        padding-left: 0px;
    }

    div.barreBouton {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px; /* Ne jamais enlever sinon ca créé un bug sur certain cellulaire */
        z-index: 999;
    }

    div.barreBoutonFixe {
        position: sticky !important;
        bottom: 0px !important;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    div.divBarreBouton {
        margin-top: 25px;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    /* FORMULAIRE */
    .columns > select, .columns > input[type='text'], .columns > input[type='password'] {
        width: auto;
        max-width: 100%;
    }

    tbody th,
    tbody td {
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
    }

    .column, .columns {
        padding-left: 0.475rem;
        padding-right: 0.475rem;
    }

    .popup {
        position: fixed;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        min-height: auto;
        max-height: 90%;
        background-color: rgb(243, 243, 243);
        padding-top: 1em;
        padding-bottom: 1.3em;
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        overflow-y: auto;
    }

    .extra-text {
        width: 180px;
    }

    .placesRestante {
        visibility: hidden;
        height: 0px;
        padding-top: 0px;
        margin-right: 0px;
    }

    .largeur20Pourcent {
        width: 100%
    }

    .small-6, .small-4, .small-3 {
        width: 100%;
    }

    #steplist #lblSteplist {
        display: none;
    }

    #steplist #lblSteplistShort {
        display: block;
    }

    .ligne-enfant:not(tr) {
        width: 100% !important;
    }

    /*Scanner*/
    #div-camera {
        width: 100%;
    }

    #lblVisiteurInfoHeader {
        font-size: 15px;
    }

    .ac-widget {
        right: -43px !important;
        width: 115px !important;
        box-shadow: none !important;
    }

    .dashboard-table-container {
        border-style: none;
    }
}

/*Mode tablette*/
@media screen and (min-width: 801px) and (max-width: 1200px) {

    div.barreBouton {
        text-align: right;
        justify-content: center;
    }

    div.barreBoutonFixe {
        position: sticky !important;
        bottom: 0px !important;
        text-align: right;
        padding-right: 20px !important;
    }

    div.divBarreBouton {
        margin-top: 25px;
        float: right;
        position: relative;
        display: flex;
        padding-right: 20px !important;
    }

    #div-left {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-right {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    /* FORMULAIRE */
    .columns > select,
    .columns > input[type='text'],
    .columns > input[type='password'] {
        width: auto;
        max-width: 100%;
    }

    .extra-text {
        width: 300px;
    }

    .placesRestante {
        visibility: visible;
        margin-bottom: 12px;
        margin-right: 15px;
    }

    .largeur20Pourcent {
        width: 20%
    }

    #steplist {
        font-size: 1.1em !important;
    }

    /*Scanner*/
    #div-camera {
        width: 450px;
    }
}

/*Mode ordinateur*/
@media screen and (min-width: 1201px) {

    #div-left {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-right {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    div.barreBouton {
        max-width: 1280px;
        text-align: right;
        justify-content: center;
    }

    div.barreBoutonFixe {
        position: sticky !important;
        bottom: 0px !important;
        max-width: 1280px;
        text-align: right;
        padding-right: 20px !important;
    }

    div.divBarreBouton {
        margin-top: 25px;
        float: right;
        position: relative;
        display: flex;
        padding-right: 20px !important;
    }

    /* FORMULAIRE */
    .columns > select,
    .columns > input[type='text'],
    .columns > input[type='password'] {
        width: auto;
    }

    .extra-text {
        width: 300px;
    }

    .placesRestante {
        visibility: visible;
        margin-bottom: 12px;
        margin-right: 15px;
    }

    .largeur20Pourcent {
        width: 20%
    }

    #steplist {
        font-size: 1.1em !important;
    }

    /*Scanner*/
    #div-camera {
        width: 450px;
    }
}
