
/*//////////////// SITE //////////////*/
body{
	
}

.TexteNormal{
	font-size: 14px !important;
}
.divTitrePage{
	text-align:center;
}
.titrePage{
	font-size:1.7rem;
	color: #05111B;
}
.titreAccueil {
	color: #000000;
}
.title-bar {
	background: #ffffff;
	color: #000000;
}

.top-bar {
	background: #ffffff;
	color: #000000;
	font-size : 14px;
}

.lien-rapide {
	background: #ffffff;
}

.menu {
	background-color: #ffffff !important;
}

.lienMenu:hover {
	color: #05111B;
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #707070;
    /* middle and bottom */
    box-shadow: 0 7px 0 #707070, 0 14px 0 #707070;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #707070, 0 14px 0 #707070;
}

#Page {
	max-width: 1000px !important;
}
#corps-page {
	margin-top: 30px;
}


.button {
	border-radius : 10px;
	padding: 1.5em 1em;
	background-color: #05111B;
}

.button:focus, .button:hover {
	background-color:#626568;
}

.button.hollow {
	border-color: #626568;
	color: #626568;
}

.button.hollow:focus, .button.hollow:hover {
	border-color: #05111B;
	color: #05111B;
}

.bouton-accueil {
	width: 175px;
}

.bandeau {
	border: 1px solid #000000;
}

.PiedPage {
	background-color: #05111B;
	color: #ffffff;
}

a.lienPied{
	color: #ffffff;
	transition: color .15s ease-out;
}
a.lienPied:hover{
	color: #b4b1b1;
}

h4 {
	font-size: 1.25rem;
}

.bloc-encadre {
	border: 1px solid #a6a6a6;
	margin-bottom: 0.5rem;
}

.bloc-encadre-bleu {
	border: 1px solid #05111B;
	margin-bottom: 0.5rem;
}

.etapes li {
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 2em;
	border-radius: 1em;
	background: #a6a6a6;
	margin: 0 6%;
	display: inline-block;
	color: white;
	position: relative;
}

.etapes li::before{
	content: '';
	position: absolute;
	top: .4em;
	left:0;
	width: 600%;
	height: .1em;
	background: #a6a6a6;
	z-index: -1;
}
.etapes li::after{
	content: '';
	position: absolute;
	top: .4em;
	right:0;
	width: 600%;
	height: .1em;
	background: #a6a6a6;
	z-index: -1;
}


.etapes .active {
	background: #05111B;
}

.etapes li span {
	position: absolute;
	margin-top: -40px;
	margin-left: -15px;
	color: #a6a6a6;
	line-height:initial;
}

.etapes .active span{
	color: #000000;
}

.blocFormRobot {
	transition: opacity .5s linear;  
	transform:translate(0);
	opacity: 1;
}

.hidden {  
	transition: opacity .5s linear;  
	transform:translate(9999px);
	opacity: 0;  
}

input[type="radio"].radioPerso {
  display: none;
}
input[type="radio"].radioPerso + label {
  position: relative;
  padding-left: 2.5rem;
}
input[type="radio"].radioPerso + label::before,
input[type="radio"].radioPerso + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content:'';
  border-radius: 1rem;
}
input[type="radio"].radioPerso + label::before {
  top: 5px;
  left: 0;
  border: 1px solid #05111B;
  background-color: #fff;
  width: 1rem;
  height: 1rem; 
}
input[type="radio"].radioPerso + label::after {
  top: 8px;
  left: 3px;
  width: calc(1rem - 6px);
  height: calc(1rem - 6px);
}
input[type="radio"].radioPerso:checked + label::after {
  background-color: #05111B;
}
input[type="radio"].radioPerso:checked + label::before {
  border: 1px solid #a6a6a6;
}

input[type="radio"].radioPerso:hover + label::after {
  background-color: #a6a6a6;
}





input[type="checkbox"].checkboxPerso {
  display: none;
}
input[type="checkbox"].checkboxPerso + label {
  position: relative;
  padding-left: 2.5rem;
}
input[type="checkbox"].checkboxPerso + label::before,
input[type="checkbox"].checkboxPerso + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content:'';
  border-radius: 0;
}
input[type="checkbox"].checkboxPerso + label::before {
  top: 5px;
  left: 0;
  border: 1px solid #05111B;
  background-color: #fff;
  width: 1rem;
  height: 1rem; 
}
input[type="checkbox"].checkboxPerso + label::after {
  top: 8px;
  left: 3px;
  width: calc(1rem - 6px);
  height: calc(1rem - 6px);
}
input[type="checkbox"].checkboxPerso:checked + label::after {
  background-color: #05111B;
}
input[type="checkbox"].checkboxPerso:checked + label::before {
  border: 1px solid #a6a6a6;
}

input[type="checkbox"].checkboxPerso:hover + label::after {
  background-color: #a6a6a6;
}


input[type="radio"].ouinon {
  display: none;
}
input[type="radio"].ouinon + label {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #05111B;
  transition: all 0.5s ease-in-out;
}
input[type="radio"].ouinon.demoyes:hover + label {
  background-color: #05111B;
  border-color: #a6a6a6;
}
input[type="radio"].ouinon.demoyes:checked + label {
  background-color: #05111B;
  border-color: #a6a6a6;
}
input[type="radio"].ouinon.demono:hover + label {
  background-color: #05111B;
  border-color: #a6a6a6;
}
input[type="radio"].ouinon.demono:checked + label {
  background-color: #05111B;
  border-color: #a6a6a6;
}




.radioForm[type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}


.radioForm[type=radio] + div {
	cursor: pointer;
	border:1px solid #a6a6a6;/*05111B*/
	color: #a6a6a6;/*a6a6a6*/
	margin: 0 0 1rem;
	padding: 0.1rem;
}

.radioForm[type=radio]:hover + div {
	border:1px solid #a6a6a6;/*a6a6a6*/
	color: #000000;/*000000*/
}

.radioForm[type=radio]:checked + div {
	border:1px solid #05111B;/*a6a6a6*/
	color: #05111B;/*05111B*/
	outline: 2px solid #05111B;/*a6a6a6*/
}

.champObligatoireError {
	border: 1px solid red;
}

#tabsPiecesDet {
	border:none;
}

#tabsPiecesDet .ui-widget-header {
	background: #ffffff;
	border:none;
	border-right: 1px solid #05111B;
	border-radius: 0;
	padding: 0;
}

#tabsPiecesDet .ui-state-default {
	border:0 solid #05111B;
	border-width: 1px 0 1px 1px;
	background: #ffffff;
	border-radius: 0px;
	margin: 0;
}
#tabsPiecesDet .ui-state-active {
	background: #d8d9db;
	margin-bottom: 0;
	padding-bottom: 0;
}

#tabsPiecesDet .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #000000;
	width:100%;
}
#tabsPiecesDet .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #000000;
	width:100%;
}

.unePieceDetachee {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	min-height:200px;
}
.unePieceDetachee:hover {
	background-color: #d8d9db;
}
.unePieceDetachee:hover .myInputNumber {
	background-color: #05111B;
	color: #ffffff;
}

.unePieceDetacheeOn {
	background-color: #d8d9db !important;
}
.unePieceDetacheeOn .myInputNumber {
	background-color: #05111B !important;
	color: #ffffff !important;
}

.myInputNumber {
	display: table;
	margin: .5rem auto;
}

.myInputNumber div{
	display: table-cell;
	border:1px solid #05111B;
	margin: 0;
}

.myInputNumber div button{
	width: 1rem;
}

.myInputNumber input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	max-width: 2.5rem;
	display: table-cell;
	text-align: right;
	border:1px solid #05111B;
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 0.2rem;
	height: 2rem;
}
.myInputNumber input[type=number]::-webkit-inner-spin-button, 
.myInputNumber input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
}

.unePhotoSAV {
	border: none;
}

.formCoord label {
	text-align:right;
	font-weight: bold;
}

a.bulle { 
	position:relative;
	text-decoration:none;
	text-align:center;
}

a.bulle:hover {
	background: none;
	z-index: 50;
}

a.bulle span {
	display: none;
}
 
a.bulle:hover span {
	width: 950px;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-radius: 8px;
	background: #ffffff;
	color: #222222;
	display: block;
	position: absolute; 
	z-index: 11000;
	text-align:left;
	/*min-width:max-content;*/
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	padding: 8px;
	webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.underline{
	text-decoration: underline;
}

.mailto{
	color: #2199e8 !important;
	text-decoration: underline !important;
}

.lienMenuActif{
	color: #05111B !important;
}

.plan-accueil{
	border-width: 4px;
    border-color: #308f97;
    border-style: solid;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    width: max-content;
    margin: auto;
    border-radius: 1px;
}

.plan-menu{
	border-width: 2px;
    border-color: #05111B;
    border-style: solid;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    width: max-content;
    margin: auto;

}

.plan-sous-menu{
	border-width: 1px;
    border-color: #D6D8CE;
    border-style: solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
    width: max-content;
    margin: auto !important;
}

.arrow-down{
	width: 40px;
	height: 50px;
	margin: auto;
}

.notice{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	display:inline-block;
}

.reveal-overlay {
	z-index : 10000;
}


a.underline{
	
}
a.underline:hover{
	text-decoration: underline;
}

.rougeGrasSouligne {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.input_photo {
	display: none;
}

.input_photo + label{
	cursor: pointer;
}

.input_photo + label > div{
	border: 1px solid #a6a6a6;
}

.input_photo + label:hover > div{
	border: 1px solid #05111B;
}