body {
    /*padding-top: 60px;*/
    padding-bottom: 40px;
    background:#FFF;
    color: #333;
    font-family:Verdana, Sans-Serif, Arial;
    font-size:11pt;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	max-width:1024px;
	background:white;
}


h1
{
	font-size:4.5vw;
	color: #1C6B60;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 5%;
	text-align: center;
	font-weight:bold;
}

h2
{
	font-size:3.5vw;
	color: #1C6B60;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-weight:bold;
}

.titre
{
	font-weight: bold;
	color: #1C6B60;
	padding-top: 10px;
	font-size: 16pt;
}
h3
{
	font-size:14pt;
	font-style: italic;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-weight:bold;
}
.boutonneux
{
    width:100%;
    padding:16px;
    background: #1C6B60;
    color: white;
    border-radius: 7px;
    font-style:normal;
    font-size: 11pt;
}
.boutonneux.lien:hover
{
    color: yellow;
}
.souligne
{
	border-bottom:solid 1px #1C6B60;
	margin-bottom:10px;
}
.insistance
{
	color: #1C6B60;
	font-weight:bold;
}
.sidebar-nav {
    padding: 9px 0;
}

.field-validation-error
{
    color: #B94A48;
}

#menuLangue
{
	position: fixed;
	top:0;
	right:0;
	width: 32px;
	margin-top: 10px;
	margin-right: 10px;
	z-index:999999;
}

#menuLangue div
{
	cursor: pointer;
	text-align: center;
    border-radius: 50%;
    padding: 0px;
    line-height: 1.9;
	width: 24px;
    height: 24px;
    font-size: 9pt !important;
	font-weight: bold;
	    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	margin-bottom:4px;
}

#menuLangue div:hover
{
  background-color: #245580;
}

.imgRonde
{
	width: 90%;
	padding-bottom:90%;
	margin-left:5%;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.imgCarree
{
	width: 90%;
	padding-bottom:60%;
	margin-left:5%;
	background-size: contain;
	background-repeat: no-repeat;
}

#etapes
{
	margin-top:20px;
	text-align:center;
	background: #DDD;
	padding-bottom:20px;
}

.etape
{
	font-weight:bold;
	font-size: 14pt;
}

.step img{margin-bottom:10px;}

.btAction, .lien
{
	cursor: pointer;
}

.btAction:hover, .lien:hover
{
	color: #1CCC60;
}

.horsBouton:hover
{
	color: #1C6B60;
}

.cadre
{
	border: solid 1px #CCC;
	padding:20px;
	border-radius: 10px;
}
form .row {margin-bottom:10px;}

.label
{
	font-weight: bold;
	font-size: 12pt;
}
.soustitre
{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom:1rem;
}
.inputWithError {
	border-color: red !important;
}
div.erreur
{
	font-weight: bold;
	font-size: 13pt;
	color:#A00;
}
.introduction
{
	margin-bottom:7px;
}
.owlabel
{
	font-weight: bold;
	text-align: right;
		font-size: 12pt;
}
.welcome
{
	font-style: italic;
	text-align:right;
}
.cadreO
{
	border: solid 1px #777;
	width: 100%;
	/*box-shadow: 7px 7px 5px black;*/
	padding:7px;
	margin-bottom:20px;
}
table.cadreO th
{
	font-weight: bold;
	color: White;
	background-color:#1C6B60;
	padding:3px;
}
table.cadreO td
{
	padding: 3px;
	border: 1px solid #FCF;
	font-size: 10pt;
}

.alerte
{
	background: white;
	padding: 20px;
	border: 1px solid black;
	border-radius:20px;
	box-shadow: 5px 5px 3px black;
	position: fixed;
	left:0; right:0; 
	top:40%;
	margin: 0 auto;
	width:420px;
	opacity: 0;
	z-index: 5000;
}
.alerte ul
{
	margin-left: 20px;
}
.alerte .titre
{
	font-size:18px;
	font-weight: bolder;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: solid 1px;
}
.alerte button.btn-success,
.alerte.success
{
	color:#fff;
	background:#3e8f3e;
}
.alerte button.btn-warning,
.alerte.warning
{
	color:#fff;
	background:#e47a1e;
}
.alerte button
{
	margin-right:5px;
	margin-top:15px;
}
.alerte button.btn-error,
.alerte.error
{
	color:#fff;
	background:#A00;
}
.alerte.warning .titre,
.alerte.success .titre,
.alerte.error .titre
{
	border-bottom-color:white;
	color:#fff;
}
.alerte.error a
{
    color: #fff;
}
.alerte.error a:hover
{
    color: #ff0;
}
.alerte button{text-align:center;}

.tableInfo:
{
	border:none;
}
.tableInfo td:
{
	border:none;
}
.attention
{
	color:#C00;
	font-weight: bold;
	text-align: justify;
}

.btTypePaiement
{
     width:46%;
    padding: 7px;
    border: solid 1px #666;
    margin-left: 5px;
	margin-right: 5px;
    text-align: center;
	float: right;
	border-radius: 7px;
    cursor: pointer;
}

.explications
{
	color: #666;
	font-style: italic;
	font-size: 9pt;
    text-align: center;
    font-weight: bold;
}
.tranche
{
    border-top: solid 1px #AAA;
    padding-top:7px;
    border-bottom: solid 1px #AAA;
    padding-bottom: 7px;
}
.separe
{
    border-top: solid 1px #AAA;
    padding-top:7px;
    margin-top:7px;
}
.bordu
{
	border: solid 1px #AAA;
    padding:7px;
	margin-top:7px;
	margin-bottom:7px;
	border-radius:7px;
}
.switch-fieldeux {
	text-align: center;
}
.switch-fieldeux label
{
    margin: 0 5px;
}
.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	/*margin-right: -1px;*/
	margin: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
	width: 50%;
	border-radius: 5px;
}

.switch-field label:hover {
	cursor: pointer;
	background-color: #802A41;
	color: yellow;
}

.switch-field input:checked + label {
	background-color: #802A41;
	color: yellow;
	box-shadow: none;
}
/*
.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}*/

ul.possible
{
	margin-top: 12px;
	list-style-image: url('images/finger.png');
	font-style: italic
}

form.width100 input[type='text']
{
	width: 100%;
}

.potom
{
	font-style: italic;
    color: #aaa;
}

#cache
{
	display:none;color:black;background-color: #000000;filter:alpha(opacity=30);-moz-opacity:0.6;opacity: 0.6; position:fixed; top:0px; left:0px; bottom:0; right:0; 
	z-index:1005;cursor:wait;
}

#popup
{
    position: fixed;
    width: 50%;
    height: 180px;
    margin: auto;
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	border: 1px solid black;
	border-radius:20px;
	box-shadow: 5px 5px 3px black;
	z-index:1010;
	background: white;
}




/*** test ***/
/* https://stackoverflow.com/questions/16242980/making-radio-buttons-look-like-buttons-instead */
ul.typePaiement {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center
}

.typePaiement li {
  display: inline-block;
  margin: 0 16px 0 0;
  width: 100px;
  height: 100px;
  position: relative;
}

.typePaiement label,
.typePaiement input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.typePaiement input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.typePaiement input[type="radio"]:checked+label,
.Checked+label {
  background: yellow;
}

.typePaiement label {
  /*padding: 5px;
  border: 1px solid #CCC;*/
  text-align: center;
  cursor: pointer;
  z-index: 90;
}

.typePaiement label:hover 
{
  background: #DDD;
}

input.chiffre
{
	width:20px;
	text-align:center;
}

/*** tset ***/
.row.marge{margin-left: 20px;}

@media screen and (max-width: 990px)
{
	.owlabel
	{
		text-align: left;
		font-size: 11pt;
	}
}
@media screen and (max-width: 576px)
{
	.imgRonde{width:150px;height:150px;padding-bottom:0px; margin-left:auto; margin-right: auto;}
}
@media screen and (min-width: 1024px)
{
	h1{font-size:48px;}
	h2{font-size:32px;}
	h3{font-size:20px;}
}

@media (min-width: 768px)
{
	.chevron-droit 
	{
		margin-right: -30px;
		background-image: url(images/chevron.png);
		background-position: right;
		background-repeat: no-repeat;
	}
}