/* Rouge IT : bf2525 */

.copyright
{
	margin-top: 3px;
	font-size: 11px;
	color: #9e9e9e;
}

.copyright a{
	color:#CCCCCC;
}

/**** Formulaire  ****/
.row {
    margin-right: 0px;
    margin-left: 0px;
}

#titre_declenche {
	position:relative;
}

#titre_declenche #datejour {
	position:absolute;
	right:0;
	top:0;
	padding-top:8px;
	padding-right:5px;
	font-size:0.8em;
	font-style:italic;
}
.form-contact{
	border:1px grey solid;
}

label {
	font-size:0.9em;
}

.form-check-label {
	font-size:0.9em;;
}

 input:-moz-read-only { /* For Firefox */
  background-color: #efefef !important;
  border:1px grey solid !important;
}

input:read-only {
  background-color: #efefef !important;
  border:1px grey solid !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1; /* Firefox */
  font-size:0.8em;
  font-style:italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
  font-size:0.8em;
  font-style:italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: grey;
  font-size:0.8em;
  font-style:italic;
}

.titre_avancement{
	font-weight:700;
	background-color:#CCCCCC;
	border:1px grey solid;
	padding:3px;

}

.titre_intervention{
	font-weight:700;
	background-color:#ae1328;
	border:1px grey solid;
	padding:3px;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
}

.table th {
    padding: .1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.centre {
	text-align:center;
}

.droit {
    padding: .1rem;
    vertical-align: top;
	text-align:right;
    border-top: 1px solid #dee2e6;
}

.total {
	background-color: #efefef !important;
	border:1px grey solid !important;
	padding: .375rem .75rem;
}
#totalgeneral {
	width:100px;
}

.textareadouble{
    height: 80px !important;
	 border:1px grey solid !important;
}

#signature1, #signature2 {
	border:1px #dddddd solid;
	height:8em;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
}

/* Signature */
.signature-pad, .signature-pad-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  height: 360px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after, 
.signature-pad-2::before,
.signature-pad-2::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}


.signature-pad-2::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad-2::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
}

.signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions button {
margin:auto;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

#github img {
  border: 0;
}

@media (max-width: 940px) {
  #github img {
    width: 90px;
    height: 90px;
  }
}

.ombre {
  -moz-box-shadow:    0px 0px 2px 2px #FF0000;
  -webkit-box-shadow: 0px 0px 2px 2px #FF0000;
  box-shadow:         0px 0px 2px 2px #FF0000;
}