:root {
    --hmargin: 10px;
    --vmargin: 10px;
    --rougese: #930000;
}







.facture p {
    padding: 1px 0 1px 0;
    margin: 0;
}

.facture p:first-of-type {
    font-weight: bold;
    border-bottom: 1px solid #930000;
    padding-bottom: 3px;
    margin-bottom: 5px
}

.facture p:last-of-type {
    font-weight: bold;
    border-top: 1px solid #930000;
    margin-top: 5px;
    padding-top: 3px;
}

.facture p span:nth-of-type(1) {
    display: inline-block;
    width: 60%;
    text-align: left;
}

.facture p span:nth-of-type(2),
.facture p span:nth-of-type(3) {
    display: inline-block;
    width: 19%;
    text-align: right;
}






.client input {
    margin: 0 var(--hmargin) var(--vmargin) 0;
    display: inline-block;
    padding: 0;
}

.client [name^=nom],
.client [name^=prenom] {
    width: calc(50% - var(--hmargin) - .333ex);
}

.client [name=adresse],
.client [name^=courriel] {
    width: calc(2*(100% - 2*var(--hmargin) - .5ex)/3);
}

.client [name=appartement],
.client [name^=telephone] {
    width: calc((100% - 2*var(--hmargin) - 1ex)/3);
}

.client [name=ville] {
    width: calc(100% - var(--hmargin));
}

.client [name=province],
.client [name=pays],
.client [name=codepostal] {
    width: calc((100% - 3*var(--hmargin) - 1ex)/3);
}

.client .choixpass {
    width: calc(100%);
}

.client .langue,
.client .publidiffusion {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}


.supp {
    text-align: center;
}

.choix_mp img {
    width: 30px;
    vertical-align: top;
}

.choix_mp img {
    content:url(/images/icones/pass_visible.svg);
    width: 30px;
    vertical-align: top;
}

.choix_mp img.pass_visible {
    content:url(/images/icones/pass_invisible.svg);
    width: 30px;
    vertical-align: top;
}

.choix_mp [type=password],
.choix_mp [type=text]{
    background-image: none;
    width: 45.4%;
}

#topo div {
    margin-left: 100px;
}

#topo input {
    display: block;
}

#duree p {
    text-align: center;
}

#risques p {
    text-align: center;
}

#risques p:first-of-type {
    text-align: left;
}



#paiement {
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: top;
}

#paiement #paypad {
    width: 100%;
    height: 260px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
}

#paiement #paypad .en-tete {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18pt;
    font-weight: bold;
    vertical-align: middle;
}

#paiement #paypad .onglets {
    position: relative;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 30%;
    height: 220px;
}

#paiement #paypad .onglets p {
    margin: 0;
    padding: 22px 10px 0 0;
    display: inline-block;
    width: 100%;
    height: 33%;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
}

#paiement #paypad .onglets p.select {
    background-color: #930000;
    color: white;
}

#paiement #paypad .boites_paiement {
    position: absolute;
    top: 40px;
    left: 30%;
    margin: 0;
    padding: 0px 10px 10px 10px;
    display: inline-block;
    width: 70%;
    height: 235px;
    border-left: 2px #930000 solid;
}

#paiement #paypad .boites_paiement input[type=text] {
    display: block;
    margin: 0px 0 10px 0;
    width: 100%;

}

#paiement #paypad .boites_paiement span:nth-of-type(1) {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 65%;
}

#paiement #paypad .boites_paiement span:nth-of-type(2) {
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: center;
    width: 34%;
}

#pol_publidiffusion  {
    display: none;
    position: fixed;
    top: 30px;
    left: 100px;
    width: 550px;
    padding: 20px;
    border: 2px solid #930000;
    background-color: white;
    box-shadow: 5px 5px 5px #999999;
    border-radius: 3%;
    z-index: 100;
    text-align: left;
}

#pol_publidiffusion p:last-of-type {
    text-align: right;
}

.type_action {
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}

.type_action input {
    display: block;
}


