.inputaccueilpublic {
font-size: 12px;
height: 28px;
display: block;
margin: auto;
margin-top: 16px;
width: 188px;
border: 1px solid #979797;
background: #f7f7f7;
border-radius: 6px;
font-family: Roboto;
color: #959595;
}

.closeBox
{
    width: 150px !important;
    height: 56px !important;
    color: #13233A !important;
    background-color: transparent !important;
    border: solid 1px #13233A !important;
}

.form_title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 40px;
}


label {
	display: inline-block;
	white-space: nowrap;
}

button[type=submit],
input[type=submit],
input[type=reset],
#update_projetsimplifie .backtoprojetupdate {
    min-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font-family: MyriadPro-Regular;
    font-size: 1em;
    cursor: pointer;
}

button[type=submit],
input[type=submit],
#update_projetsimplifie .backtoprojetupdate {
    background-color: #9ed3c9;
    border-width: 0px;
    border-style: outset;
    border-image: initial;
    border-color: buttonface;
    color: #ffffff;
}

input[type=reset] {
    background-color: white;
    /*border-color: buttonface;*/
    border: 1px solid;
    color: #9ed3c9;
    max-width: 150px;
}

input,
select,
textarea {
	margin-bottom: 15px;
    border: 1px solid #c4d3da;
    padding: 5px;
	outline: none;
}

input:disabled {
    border: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
    background: #FFFFFF;
    padding: 0px;
}

select {
	display: inline-block;
	margin-bottom: 15px;
    padding: 5px;
}

input[type=checkbox] {display:none;}
input[type=checkbox] + label::before {
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
		margin-right: 5px;
		border: 1px solid;
		border-radius : 13px;
}

input[type=checkbox]:checked + label::before {
    background:#8cc5d6;
color: white;
font-size: 22px;
font-weight: 900;
}

input[type=radio] {display:;}
input[type=radio] + label::before {
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
		margin-right: 5px;
		display: none;
}

label.buttonsub {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius : 5px 5px 5px 5px;
	border: 1px solid;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

input[type=radio]:checked + label::before{
    background:#8cc5d6;
}

input[type=radio]:checked + label.buttonsub{
 		background-color: #8cc5d6;
		border-color: #FFFFFF;
		color: #FFFFFF;
}

input[type=file] {
	padding: 0;
	border: 0;
}

.error {
    border: 1px solid #c71a1a !important;
    background : #f6dcdc !important;
    border-radius: 6px;
}

.error_msg img {
    width: 20px;
    padding-left: 5px;
}

.form_connexion_bloc input[type=checkbox] {
	display:none;
}

.bloc_submit {
    text-align: center;
    margin-top: 20px;
}

#demandedevis .select2-container--default .select2-selection--single {
    border-color: #c4d3da;
}

#form_inscription2_pack tr td:nth-child(2n), .form_inscription2_pack tr td:nth-child(2n+1) {
    text-align: center;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-collapse: collapse;
    background-color: #f7f7f7;
}

#form_inscription2_pack tr:nth-last-child(1) td:nth-child(2n), .form_inscription2_pack tr td:nth-child(2n) {
    border-top: solid 1px #979797;
    border-left: 0px;
    border-right: 0px;
}

#form_inscription2_pack tr:first-child td:nth-child(2n), .form_inscription2_pack tr:first-child td:nth-child(2n) {
    border-top: solid 1px #979797;
}

#form_inscription2_pack tr:first-child td:nth-child(2n), .form_inscription2_pack tr:first-child td:nth-child(2n+1) {
    border-bottom: solid 1px #979797;
    padding-bottom: 10px;
}

#form_inscription2_pack td:nth-child(2n+1){
    padding-right: 20px;
}

#form_inscription2_pack, .form_inscription2_pack {
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.form_inscription2_pack tbody tr td:first-child {
    border:none !important;
}

.form_inscription2_pack tbody tr td:nth-child(2n) {
    width: 400px !important;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
}

.form_inscription2_pack tr:first-child td, .form_inscription2_pack tr td {
    text-align: center;
    padding: 10px;
}

.form_inscription2_pack tr:first-child td {
    font-weight: bold;
}

.form_inscription2_pack tbody tr:last-child td {
    border: none !important;
}

.form_inscription2_pack tr td {
    border-bottom: solid 1px #979797;
}

#packBackground {
    background-color: #c8c8c8 !important;
}

#form_inscription2_pack input[type=radio]:checked + label.buttonsub {
    background-color: #9ed3c9;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.subscribeButton {
    background-color: #e8e8e8;
    color: black;
    border: 0px;
    font-family: Roboto;
    font-size: 16px;
    padding: 23px 75px !important;
    border-radius: 6px !important;
    font-weight: bold;
    cursor: pointer !important;
    transition: 0.5s;
    margin-top: 20px;
    display: inline-block;
    border: 0 !important;
}
fieldset {
     border: 0px;
    }

    fieldset > legend {
     text-align: center;
    font-size: 21px;
    margin: 0px 0 40px;
    padding-top: 20px;
    font-family: Roboto;
    color: #0b2532;
    font-weight: bold;
}

.blocLabelLong {
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 42%;
}

input.inputTableau:disabled
{
    background-image: url(/media/com_genius/images/v2/baseline_euro_symbol_black_24dp-black.png);
    background-position: right;
    background-repeat: no-repeat;
}

.mainlabel {
     position: relative;
     padding-left: 25px;
     margin-bottom: 15px;
     cursor: pointer;
 }

/* Cache checkbox par defaut */
.mainlabel input[type=checkbox] {
    visibility: hidden;
}

/* Checkbox de depart */
.mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #f7f7f7;
    border: 1px solid #979797;
}

/* Background quand active */
.mainlabel input:active ~ .mark {
    background-color: #13233A;
}

/* Background quand check */
.mainlabel input:checked ~ .mark {
    background-color: #13233A;
}

.mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Montre coche quand check */
.mainlabel input:checked ~ .mark:after {
    display: block;
}

/* Style de la coche */
/* Creation rectangle, rotation de 45 degrees, affichage de 2 bordures */
.mainlabel .mark:after {
    left: 5px;
    bottom: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Coche alternatif pour jalons d'avancement */
.markobligatoire {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #E4AEAF;
    border: 1px solid #979797;
}

.mainlabelproduit {
     position: relative;
     padding-left: 8px;
     margin-bottom: 15px;
     cursor: pointer;
white-space: inherit;
    width: 191px;
 }

/* Cache checkbox par defaut */
.mainlabelproduit input[type=checkbox] {
    visibility: hidden;
}

/* Checkbox de depart */
.markproduit {
    position: absolute;
    top: 0;
    left: 226px;
    height: 15px;
    width: 15px;
    background-color: #f7f7f7;
    border: 1px solid #979797;
}

/* Background quand active */
.mainlabelproduit input:active ~ .markproduit {
    background-color: #9ed3c9;
}

/* Background quand check */
.mainlabelproduit input:checked ~ .markproduit {
    background-color: #9ed3c9;
}

.markproduit:after {
    content: "";
    position: absolute;
    display: none;
}

/* Montre coche quand check */
.mainlabelproduit input:checked ~ .markproduit:after {
    display: block;
}

/* Style de la coche */
/* Creation rectangle, rotation de 45 degrees, affichage de 2 bordures */
.mainlabelproduit .markproduit:after {
    left: 5px;
    bottom: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inputRadioBleu input[type=radio]{
    display: none;
}
/* Affichage par défaut du bouton radio personnalisé */
.inputRadioBleu input[type=radio] + label:before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 17px;
    height: 17px;
}
/* Affichage du bouton radio personnalisé quand il est sélectionné */
.inputRadioBleu input[type=radio]:checked + label:before {
    border-color: #13233A;
    content: '•';
    color: #13233A;
    font-size: 50px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
}
.inputRadioBleu label{
    cursor:pointer;
}

.inputFournisseur
{

    font-size: 12px;
    height: 28px;
    display: block;
    margin: auto;
    margin-top: 16px;
    width: 188px;
    border: 1px solid #979797;
    background: #f7f7f7;
    border-radius: 6px;
    font-family: Roboto;
    color: #959595;
}

.widgetSelect
{
    min-width: 200px;
    border-radius: 6px;
}


#selectVille_label
{
    width: 150px;
    display: inline-block;
}