@charset "UTF-8";

body {
  max-width: 570px;
  margin: auto;
  margin-top: 50vh;
  transform: translateY(-50%);
  font: 13px Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
}

a {
  color: #d00017;
}
a:hover {
  color: #d00017;
}

.divEtape {
  box-sizing: border-box;
  border-radius: 4px;
}

.imgConteneur {
	position: absolute;
	right: 35px;
	bottom: 12px;
}

.imgConteneur a {
	text-decoration: none;
}

.imgConteneur button {
	border-style: hidden;
	background-color: #ffffff;
	cursor: pointer;
	width: 25px;
}

.imgConteneur img {
	width: 20px;
}

.etape {
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}

.messageInfo {
  font-size: 1.3em;
  color: #000;
}

.info {
  font-size: 0.85em;
  font-style: italic;
  color: #000;
}

.messageErreur {
  font-size: 1.3em;
  color: #FF0000;
}

.titrePage {
  line-height: 1px;
  font-size: 1.1em;
  color: #d00017;
}

.formulaire {
  max-width: 530px;
  padding: 1px 12px 10px 12px;
  font: 13px Arial, Helvetica, sans-serif;
}

.headerFormulaire {
  padding-top: 10px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 3px;
}

.formulaire .question {
  display: block;
  margin: 0px 0px 15px 0px;
}

.formulaire .question > span {
  width: 36%;
  font-weight: bold;
  float: left;
  padding-right: 4px;
}

.questionTexte {
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
}

.champObligatoire {
  color: red;
}

.checkbox:checked + label {
  color: #000;
}

.checkbox:hover + label {
  color: #000;
  cursor: pointer;
}

.formulaire .champ {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #000;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px;
  outline: none;
}

.formulaire .champ:focus {
  border: 1px solid #d00017;
}

.btn {
  border: none !important;
  padding: 8px 15px 8px 15px !important;
  background: #d00017 !important;
  color: #fff !important;
  box-shadow: 1px 1px 4px #DADADA !important;
  -moz-box-shadow: 1px 1px 4px #DADADA !important;
  -webkit-box-shadow: 1px 1px 4px #DADADA !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  cursor: pointer !important;
}

.btn-secondary {
  -webkit-box-shadow:inset 0px 0px 0px 2px #000 !important;
  -moz-box-shadow:inset 0px 0px 0px 2px #000 !important;
  box-shadow:inset 0px 0px 0px 2px #000 !important;
  background: #fff !important;
  color: #000 !important;
}

.btn:focus {
  outline:0;
}

.btn:hover {
  -webkit-box-shadow:inset 0px 0px 0px 2px #d00017 !important;
  -moz-box-shadow:inset 0px 0px 0px 2px #d00017 !important;
  box-shadow:inset 0px 0px 0px 2px #d00017 !important;
  background: #fff !important;
  color: #d00017 !important;
}

.btn:active {
  box-shadow: 1px 1px 4px #DADADA !important;
  -moz-box-shadow: 1px 1px 4px #DADADA !important;
  -webkit-box-shadow: 1px 1px 4px #DADADA !important;
  border: none !important;
  background: #d00017 !important;
  color: #fff !important;
}

.texteImportant {
  font-weight: bold;
  color: #d00017;
  font-size: 1.1em;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

div.logo {
  visibility: hidden;
}

.tableau {
	margin-bottom: 10px;
}

.celluleTableau {
	width: 200px;
	padding: 10px;
	white-space: nowrap;
	text-align: center;
}

.nonTh {
	border-top: 1px solid #000;
}

.txtMontantTotal {
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 20px;
	margin-left: auto;
	float: right;
}

/* CSS applique aux petits ecrans */
@media (max-width: 1024px) {
  body {
    width: 100%;
    margin: 5px;
    transform: translateY(0%);
    font: 13px Arial, Helvetica, sans-serif;
  }

  .divEtape {
    border: 0px solid #000;
    box-sizing: border-box;
    padding: 0px;
    border-radius: 0px;
  }

  .headerFormulaire {
    width: 98%;
  }

  .titrePage {
    line-height: normal;
  }

  .formulaire {
    width: 100%;
    padding: 1px 0px 0px 0px;
    font: 13px Arial, Helvetica, sans-serif;
  }

  .formulaire .question {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }

  .questionTexte {
      margin-bottom: -10px;
  }

  .formulaire label {
    width: 100%;
    font-weight: bold;
    float: none;
    padding-top: 8px;
    padding-right: 0px;
  }

  .formulaire .question > span {
    width: 100%;
    font-weight: bold;
    float: none;
    padding-top: 8px;
    padding-right: 5px;
  }

  .group-input {
    display: inline-block;
    width: 100%;
  }

	.celluleTableau {
		width: 200px;
		padding-top: 10px;
		white-space: nowrap;
		text-align: center;
	}

  .imgConteneur {
    position: absolute;
    right: 35px;
    top: 10px;
  }
}
