﻿
html, form, body {
    padding: 0;
    margin: 0 auto;
    /*background-color: #c2c2c2;*/
    font-family: Raleway, sans-serif;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    /*min-width: 64em;
    max-width: 64em;*/
    width: 100%;
    /*font-size:1.5em;*/
    background-color: #fff;
    margin: 0 auto;
    min-height: 600px;
}

.contenthead {
    /*min-width: 64em;
    max-width: 64em;*/
    width: 100%;
    /*font-size:1.5em;*/
    background-color: #fff;
    margin: 0 auto;
}

.contentfooter {
    /*
    min-width: 64em;
    max-width: 64em;*/
    width: 100%;
    margin: 0 auto;
}

body {
    /*min-width: 64em;*/
    width: 100%;
    /*font-size:1.5em;*/
    /*background-color: #f2f2f2;*/
}

/*Modification HPFAU*/
/*#region POPUP*/
.btnPopup {
    background-color: #0067b1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

    .btnPopup.b-close, .btnPopup.bClose {
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border-radius: 7px 7px 7px 7px;
        border-radius: 7px 7px 7px 7px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font: bold 131% sans-serif;
        padding: 0 6px 2px;
        position: absolute;
        right: -10px;
        top: 2px;
    }
/*FIN POPUP*/
/*#endregion*/


/*#region PURE CSS*/

.pure-g {
    /*align-items: center;*/
}

    .pure-g [class *= "pure-u"] {
        display: inline-block;
        align-items: center;
        position: relative;
    }

div.center [class *= "pure-u"] {
    /*box-shadow: inset 1px 1px 0 0 red;*/
}

p {
    padding-left: 1em;
    padding-right: 1em;
}


/*#endregion*/

/*#region background*/

.bgNone {
    background: none;
}

/*Modification HPFAU */
.bgadresse {
    background: url(../img/icones/adresse3.png) 445px 220px no-repeat;
}

.bgadresse2 {
    background: url(../img/icones/adresseselected.png) 370px 160px no-repeat;
}
/*Fin modification HPFAU*/

.bguser {
    background: url(../img/icones/user256_op10.png) 108% 110px no-repeat;
}

/*#endregion*/

/*#region background-color*/

.bgc2fa29b {
    background-color: #2fa29b;
}

.bg3fa65f {
    background-color: #3fa65f;
}

.bgcfff {
    background-color: #fff;
}

.bgc41a24b {
    background-color: #449395;
}

.bgc46aaad {
    background-color: #46aaad;
}

.bgcpanel {
    background-color: #f2f2f2;
}

.bgcltpanel {
    background-color: #f8f8f8;
}

.bgcdkpanel {
    background-color: #e8e8e8;
}

.bgcSuccess {
    background-color: #44956f;
}

.bgcWarning {
    background-color: #FA9A50;
}

.bgcError {
    background-color: #954644;
}

.bgc000 {
    background-color: #000;
}

.bgcPrimary {
    background-color: #0067B1;
}

.bgcSecondary {
    background-color: #810611;
}

.bgcThird {
    background-color: #08b2a3;
}


.bgcDispo2 {
    background-color: #44956f;
}

.bgcDispo1 {
    background-color: #FA9A50;
}

.bgcDispo0 {
    background-color: #954644;
}

.bgc0067b1 {
    background-color: #0067b1;
}

/*#endregion*/

/*#region box-shadow*/

.bs220 {
    -moz-box-shadow: #a2a2a2 2px 2px 20px;
    -webkit-box-shadow: #a2a2a2 2px 2px 20px;
    box-shadow: #a2a2a2 2px 2px 20px;
}

.bsTop {
    -moz-box-shadow: #c2c2c2 2px 2px 5px;
    -webkit-box-shadow: #c2c2c2 2px 2px 5px;
    box-shadow: #c2c2c2 2px 2px 5px;
}

.bsPanel {
    /*box-shadow: #c2c2c2 3px 3px 12px;*/
}

/*#endregion*/

/*#region buttons*/

.button {
    display: block;
    padding: 1em;
    background-color: #0067b1;
    color: #fff;
    width: auto;
}

/*#endregion*/

/*#region colors*/

.colorRed{
    color:red;
}

.color2fa29b {
    color: #2fa29b;
}

.color0067B1 {
    color: #0067B1;
}

.colorfff {
    color: #fff;
}

.color000 {
    color: #000;
}

.color2 {
    color: #23516d;
}

.color3 {
    color: #135730;
}

.color0067b1 {
    color: #0067b1;
}

/*#endregion*/

/*#region fonts*/

.fs08em {
    font-size: 0.8em;
}

.fs2em {
    font-size: 2em;
}

.fw900 {
    font-weight: 900;
}

.fs3em {
    font-size: 3em;
}

.fs20p {
    font-size: 220%;
}

.fs100p {
    font-size: 100%;
}

.fs120p {
    font-size: 120%;
}

.fs150p {
    font-size: 150%;
}

.fs220p {
    font-size: 220%;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}


.fs10px {
    font-size: 10px;
}

.fs11px {
    font-size: 11px;
}

.fs13px {
    font-size: 13px;
}

.fs15px {
    font-size: 15px;
}

.fs18px {
    font-size: 18px;
}

.fs20px {
    font-size: 20px;
}

/*#endregion*/

/*#region inputs*/

input {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*border-radius:4px;*/
}

    input[type=search] {
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*input[type=checkbox] {
        border: 1px solid green;
        width: auto;
    }*/

    /*#region CheckBox*/
    input[type=checkbox] {
        width: auto;
    }


/* Base for label styling */
/*[type="checkbox"]:not(:checked),
	[type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		padding-left: 25px;
		cursor: pointer;
	}*/

/* checkbox aspect */
/*[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left:0; top: -2px;
		width: 17px; height: 17px;
		border: 1px solid #aaa;
		background: #f8f8f8;
		border-radius: 3px;
		box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
	}*/
/* checked mark aspect */
/*[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		content: '✔';
		position: absolute;
		top: -2px; left: 4px;
		font-size: 14px;
		color: #09ad7e;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}*/
/* checked mark aspect changes */
/*[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	[type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}*/
/* disabled checkbox */
/*[type="checkbox"]:disabled:not(:checked) + label:before,
	[type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #bbb;
		background-color: #ddd;
	}
	[type="checkbox"]:disabled:checked + label:after {
		color: #999;
	}
	[type="checkbox"]:disabled + label {
		color: #aaa;
	}*/
/* accessibility */
/*[type="checkbox"]:checked:focus + label:before,
	[type="checkbox"]:not(:checked):focus + label:before {
		border: 1px dotted blue;
	}*/

/*#endregion*/

/*#endregion*/

/*#region overflows*/

.overflowy {
    overflow-y: hidden;
}

.overflowx {
    overflow-x: hidden;
}

.overflowxy {
    overflow: hidden;
}

/*#endregion*/

/*#region panel*/

.panel {
    /*background-color: #f2f2f2;*/
    border: 1px solid #c2c2c2;
}

/*#endregion*/

/*#region positions*/

.rel {
    position: relative;
}

.static {
    position: static;
}

.abs {
    position: absolute;
}

/*#region top*/

.t5 {
    top: 5px;
}

.t0 {
    top: 0;
}

.t10 {
    top: 10px;
}

.t-10 {
    top: -10px;
}

.t-9 {
    top: -9px;
}

.t15 {
    top: 15px;
}

.t35 {
    top: 35px;
}

.t20 {
    top: 20px;
}

.t40 {
    top: 40px;
}

.t45 {
    top: 45px;
}

.t50 {
    top: 50px;
}

.t55 {
    top: 55px;
}

.t30 {
    top: 30px;
}

/*#endregion*/

/*#region left*/

.l0 {
    left: 0;
}

.l10 {
    left: 10px;
}

.l30 {
    left: 30px;
}

.l20 {
    left: 20px;
}

/*#endregion*/

/*#region right*/

.r5 {
    right: 5px;
}

.r0 {
    right: 0;
}

.r10 {
    right: 10px;
}

.r20 {
    right: 20px;
}

.r30 {
    right: 30px;
}

.r50 {
    right: 50px;
}


.r100 {
    right: 250px;
}

.r400 {
    right: 220px;
}

.r-300 {
    right: -300px;
}

/*#endregion*/

/*#region bottom*/

.b-1 {
    bottom: -1px;
}

.b0 {
    bottom: 0;
}

.b10 {
    bottom: 10px;
}

.b30 {
    bottom: 30px;
}

.b20 {
    bottom: 30px;
}

.b-5 {
    bottom: -5px;
}

.b-400 {
    bottom: -400px;
}

.b-600 {
    bottom: -600px;
}

/*#endregion*/

/*#endregion*/

/*#region text-indents*/

.ti40px {
    text-indent: 40px;
}

.ti20px {
    text-indent: 20px;
}

.ti1p {
    text-indent: 1%;
}

.ti5px {
    text-indent: 5px;
}

.ti10px {
    text-indent: 10px;
}

/*#endregion*/

/*#region float*/

.fleft {
    float: left;
}

.fright {
    float: right;
}

/*#endregion*/

/*#region list-styles*/

.lsnone {
    list-style: none;
}

/*#endregion*/

/*#region margins*/

.mt-5px {
    margin-top: -5px;
}

.mt5px {
    margin-top: 5px;
}

.ml5px {
    margin-left: 5px;
}

.mt20px {
    margin-top: 20px;
}

.mt50px {
    margin-top: 50px;
}

.mt2px {
    margin-top: 1px;
}

.m5px {
    margin: 5px;
}

.mt125px {
    margin-top: 125px;
}

.mt130px {
    margin-top: 130px;
}

.mt135px {
    margin-top: 135px;
}

.mt100px {
    margin-top: 100px;
}

.mt150px {
    margin-top: 150px;
}

.mt200px {
    margin-top: 200px;
}

.mt15p {
    margin-top: 15%;
}

.mt10p {
    margin-top: 10%;
}

.mt5p {
    margin-top: 5%;
}

.mt10px {
    margin-top: 10px;
}

.ml10px {
    margin-left: 10px;
}

.ml20p {
    margin-left: 20%;
}

.ml20px {
    margin-left: 20px;
}

.ml1p {
    margin-left: 1%;
}

.ml10p {
    margin-left: 10%;
}

.ml5p {
    margin-left: 5%;
}

.m30px {
    margin: 30px;
}

.m15px {
    margin: 15px;
}

.m1p {
    margin: 1%;
}

.m2p {
    margin: 2%;
}

.mt2p {
    margin-top: 2%;
}

.mb2p {
    margin-bottom: 2%;
}

.mb2px {
    margin-bottom: 2px;
}

.m5p {
    margin: 5%;
}

.m20p {
    margin: 20%;
}

.mtb0 {
    margin-top: 0;
    margin-bottom: -4px;
}

.mtb05p {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.mtb1p {
    margin-top: 1%;
    margin-bottom: 1%;
}

.mtb2p {
    margin-top: 2%;
    margin-bottom: 2%;
}

.mtb15px {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m1em {
    margin: 1em;
}

.mb0 {
    margin-bottom: 0;
}

.mb5px {
    margin-bottom: 5px;
}

.mb10px {
    margin-bottom: 10px;
}

.mb15px {
    margin-bottom: 15px;
}

.mb20px {
    margin-bottom: 20px;
}

.m0auto {
    margin: 0 auto;
}

.m0 {
    margin: 0;
}

.mr5px {
    margin-right: 5px;
}

.mr10px {
    margin-right: 10px;
}
/*#endregion*/

/*#region paddings*/

.pt18px {
    padding-top: 18px;
}

.pt85px {
    padding-top: 85px;
}

.pt15px {
    padding-top: 15px;
}

.pt2em {
    padding-top: 2em;
}

.p2em {
    padding: 2em;
}

.p1em {
    padding: 1em;
}

.p0 {
    padding: 0;
}

.pt20px {
    padding-top: 20px;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.p5px {
    padding: 5px;
}

.p10px {
    padding: 10px;
}

.p11px {
    padding: 11px;
}

.ptb1em {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ptb10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb4px {
    padding-top: 4px;
    padding-bottom: 4px;
}

.plr10px {
    padding-left: 10px;
    padding-right: 10px;
}

.plr1em {
    padding-left: 1em;
    padding-right: 1em;
}

.pl2em {
    padding-left: 2em;
}
/*#endregion*/

/*#region widths*/

.wbig{
    max-width:1024px;
}

.wauto {
    width: auto;
}

.w100 {
    width: 100%;
}

.w99 {
    width: 99%;
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w74 {
    width: 74%;
}

.w70 {
    width: 70%;
}

.w66 {
    width: 66.6666%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w59 {
    width: 59%;
}

.w50 {
    width: 50%;
}

.w49 {
    width: 49%;
}

.w40 {
    width: 40%;
}

.w39 {
    width: 39%;
}

.w36 {
    width: 36%;
}

.w33 {
    width: 33%;
}

.w30 {
    width: 30%;
}

.w29 {
    width: 29%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w24 {
    width: 24%;
}

.w14 {
    width: 14%;
}

.w1024px {
    width: 1024px;
}

.w10 {
    width: 10%;
}

.w30px {
    width: 30px;
}

/*#endregion*/

/*#region heights*/

.hmin400px {
    min-height: 400px;
}

.h30px {
    height: 30px;
}

.h43px {
    height: 43px;
}

.h50px {
    height: 50px;
}

.h55px {
    height: 55px;
}

.hauto {
    height: auto;
}

.h100m720 {
    height: 100%;
    min-height: 720px;
}

.h100 {
    height: 100%;
}

.h10 {
    height: 10%;
}

.h15 {
    height: 15%;
}

.h100px {
    height: 100px;
}

.h105px {
    height: 105px;
}

.h150px {
    height: 150px;
}

.h200px {
    height: 200px;
}

.h220px {
    height: 220px;
}

.h225px {
    height: 227px;
}


.h250px {
    height: 250px;
}

.h280px {
    height: 280px;
}


.h300px {
    height: 300px;
}

.h350px {
    height: 350px;
}

.h310px {
    height: 310px;
}

.h400px {
    height: 400px;
}

.h450px {
    height: 450px;
}

.h500px {
    height: 500px;
}

.h80px {
    height: 80px;
}

.h390px {
    height: 390px;
}

.hmin450px{
    min-height:450px;
}

.h25 {
    height: 2%;
}

/*#endregion*/

/*#region borders*/

.b1b {
    border: 1px solid blue;
}

.b2b {
    border: 2px solid blue;
}

.b1r {
    border: 1px solid red;
    /*CSS TRICK WITH PURE CSS*/
    /*box-shadow: inset 1px 1px 0 0 red;*/
}

.b1g {
    border: 1px solid #a3a3a3;
}

.b1lg {
    border: 1px solid #e2e2e2;
}

.bordbot {
    border-bottom: 1px solid #c1c1c1;
}

.bordleft {
    border-left: 1px solid #c1c1c1;
}

.bordright {
    border-right: 1px solid #c1c1c1;
}

.bordtop {
    border-top: 1px solid #c1c1c1;
}

.bordrightfff {
    border-right: 10px solid #fff;
}

.bordr3pxfff {
    border-right: 3px solid #fff;
}

.bordr2pxfff {
    border-right: 2px solid #fff;
}

.bordl2pxfff {
    border-left: 2px solid #fff;
}

.bordl3pxfff {
    border-left: 3px solid #fff;
}

.b1trick {
    border: 1px solid transparent;
}

.bordselect {
    border: 1px solid #46aaad;
}

.br1fff {
    border-right: 1px solid #fff;
}

.bl1fff {
    border-right: 1px solid #fff;
}


.bordB {
    border-bottom: 1px solid #e2e2e2;
}

.bordR {
    border-right: 1px solid #e2e2e2;
}

.bordL {
    border-left: 1px solid #e2e2e2;
}

.bordRB {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.bordLB {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.bordRLB {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.bordLT {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

/*#endregion*/

/*#region cursors*/

.curspoint {
    cursor: pointer;
}

/*#endregion*/

/*#region line-height*/

.lh28px{
    line-height:28px;
}

.lh48px{
    line-height:48px;
}

.lh75px{
    line-height:75px;
}
/*#endregion*/

/*#region text-aligns*/

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

/*#endregion*/

/*#region text-decorations*/

.txtdecnone {
    text-decoration: none;
}

.txtdecunder {
    text-decoration: underline;
}

/*#endregion*/

/*#region displays*/

.dblock {
    display: block;
}

.dnone {
    display: none;
}

.dinblock {
    display: inline-block;
    margin-right: -4.5px;
    vertical-align: top;
}

/*#endregion*/

/*#region links*/

.hoverunder:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    display: block;
    color: #000;
    text-align: center;
}

    a > img {
        text-decoration: none;
        border: 0;
    }

/*#endregion*/

/*#region vertical-aligns*/

.vatop {
    vertical-align: top;
}

.vabottom {
    vertical-align: bottom;
}

.vamiddle {
    vertical-align: middle;
}

/*#endregion*/

/*#region radius*/

.rad10px {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rad15px {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.rad5px {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lrad5px {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.lrad10px {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.trad5px {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.rrad5px {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brad5px {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brad10px {
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*#endregion*/

/*#region z-index*/

.zi99 {
    z-index: 99;
}

.zi100 {
    z-index: 100;
}

/*#endregion*/

/*#region active */

.active {
    font-weight: 700;
}

    .active span {
        text-decoration: underline;
    }

/*#endregion*/

/*#region BTN*/

.btnRed {
    background-color: #0067B1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
}

.btnVal {
    background-color: #0067B1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
}

.btnVal2 {
    background-color: #954644;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
}

/*#endregion*/

/*#region modal*/

.closebckg {
    background: url(../img/icones/close32.png);
}

    .closebckg:hover {
        background: url(../img/icones/close32_red.png);
    }

/*#endregion*/

/*#region DataPager*/

.pager a {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

/*#endregion*/

/*#region variantes-fiche */

.dispos-variantes-fiche {
    color: #fff;
    display: inline-block;
    min-width: 34px;
    width: auto;
    padding: 5px;
    margin: 3px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
}

.variantes-fiche {
    color: #000;
    display: inline-block;
    min-width: 34px;
    width: auto;
    padding: 5px;
    margin: 3px;
    text-align: center;
}

/*#endregion*/

/*#region CheckBox*/
/*
    Hide the original radios and checkboxes
    (but still accessible)

    :not(#foo) > is a rule filter to block browsers
                 that don't support that selector from
                 applying rules they shouldn't

*/
input[type='radio'], input[type='checkbox'] {
    /* Hide the input, but have it still be clickable */
    opacity: 0;
    float: left;
    width: 18px;
}

    input[type='radio'] + label, input[type='checkbox'] + label {
        margin: 0;
        clear: none;
        /* Left padding makes room for image */
        padding: 5px 0 4px 24px;
        /* Make look clickable because they are */
        cursor: pointer;
        background: url(../img/icones/unchecked16.png) left center no-repeat;
    }

    /*
    Change from unchecked to checked graphic
*/
    input[type='radio']:checked + label {
        background-image: url(radio.png);
    }

    input[type='checkbox']:checked + label {
        background-image: url(../img/icones/checked16.png);
    }
/*#endregion*/

/*#region Filtres*/

.bgfiltrechecked {
    background-image: url(../img/icones/checked16.png);
    background-repeat: no-repeat;
    background-position-x: 28px;
    background-position-y: 32px;
}

.bgfiltrechecked2 {
    background-image: url(../img/icones/checked16.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 11px;
}
.bgfiltreunchecked2 {
    background-image: url(../img/icones/unchecked16.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 11px;
}

/*#endregion*/

/*#region hmax*/

.hmax300px {
    max-height: 300px;
}
.hmax250px {
    max-height:250px;
}

/*#endregion*/

/*#region transition*/
.transh1s {
    -moz-transition: height 1s;
    -o-transition: height 1s;
    -webkit-transition: height 1s;
    transition: height 1s;
}

/*#endregion*/


.sav-btn-file {
    font-size: .8rem;
    font-weight: bold;
    color: rgba(131, 131, 131, 1);
    background: #fff;
    text-decoration: underline;
    width: 100%;
    cursor: pointer;
}