/*@font-face {
	font-family: Amsom;
	src: url(ITCAvantGardeStd-BoldCnObl.ttf);
}

div {
	font-family: Amsom !important;
} */

/* formatage du site */
body {
    background-color: rgb(237, 237, 237) !important;
}

::-webkit-input-placeholder {
    text-align: center;
}

::-moz-placeholder {
    text-align: center;
}

/* firefox 19+ */
:-ms-input-placeholder {
    text-align: center;
}

/* ie */
input:-moz-placeholder {
    text-align: center;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 0px;
}

/* Base for label styling */
.custom-checkbox:not(:checked),
.custom-checkbox:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox:not(:checked) + label,
.custom-checkbox:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
.custom-checkbox:not(:checked) + label:before,
.custom-checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
.custom-checkbox:not(:checked) + label:after,
.custom-checkbox:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .25em;
    left: .15em;
    font-size: 1.2em;
    line-height: 0.8;
    color: #43435D;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
.custom-checkbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-checkbox:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.custom-checkbox:disabled:not(:checked) + label:before,
.custom-checkbox:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.custom-checkbox:disabled:checked + label:after {
    color: #999;
}

.custom-checkbox:disabled + label {
    color: #aaa;
}

/* hover style just for information */
.custom-checkbox + label:hover:before {
    border: 2px solid #43435D !important;
}


.fixed-bottom-left {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.fixed-bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.clickable {
    cursor: pointer;
    box-shadow: 2px 2px 2px !important;
}

.clickable:hover {
    box-shadow: 7px 3px 3px !important;
}

.shadow {
    box-shadow: 5px 5px 5px !important;
}

.shadow:hover {
    box-shadow: 10px 5px 15px !important;
}

.form-check {
    display: inline;
    padding: 0 2px;
}

.form-check input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none !important;
}

.form-check label {
    margin-top: 5px;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background-color: rgb(201, 201, 201) !important;
}

.form-check label:hover {
    box-shadow: 3px 2px 5px;
}

.form-check input[type=radio]:checked + label {
    font-weight: bold;
    /* box-shadow: 7px 2px 3px; */
}

.form-check input[value="unilateral"] + label {
    box-shadow: 2px 1px 1px rgb(150, 59, 59) !important;
}

.form-check input[value="unilateral"]:checked + label {
    background-color: rgb(150, 59, 59) !important;
}

.form-check input[value="contradictoire"] + label {
    box-shadow: 2px 1px 1px #A4A128 !important;
}

.form-check input[value="contradictoire"]:checked + label {
    background-color: #A4A128 !important;
}

.form-check input[value="0"]:checked + label {
    background-color: #A4A128 !important;
}

.form-check input[value="2"]:checked + label {
    background-color: #ffffff !important;
}

.form-check input[value="1"]:checked + label {
    background-color: rgb(150, 59, 59) !important;
}

.form-check input[value="0"] + label {
    box-shadow: 2px 1px 1px #A4A128 !important;
}

.form-check input[value="2"] + label {
    box-shadow: 2px 1px 1px #ffffff !important;
}

.form-check input[value="1"] + label {
    box-shadow: 2px 1px 1px rgb(150, 59, 59) !important;
}

.border-lg {
    border-width: 2px !important;
}

input[type="email"]:focus, select:focus, textarea:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="text"]:focus {
    box-shadow: 5px 5px 5px rgb(131, 129, 35) !important;
    border-color: rgb(170, 169, 91) !important;
}

.ui-slider .ui-slider-handle {
    width: 50px;
    height: 25px;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.slider {
    width: 90%;
}

.ui-slider .ui-slider-range {
    background: #5BA8E1;
}

.custom-control-input:checked ~ .custom-control-label-primary::before {
    color: #fff;
    border-color: #43425D;
    background-color: #43425D;
}
.custom-control-input:checked ~ .custom-control-label-secondary::before {
    color: #43425D;
    border-color: #677f8e;
    background-color: #677f8e;
}
