@charset "UTF-8";
/* FORMULAIRE */
/* .contact-message-nous-contacter-form div:not(.js-form-type-checkbox):not(.js-form-type-radio) label {
	display: none;
}
*/
.site .webform-flex--container > .form-item > input:not([type="checkbox"]), 
.site .webform-flex--container > .form-item > select,
input,
select,
textarea,
.select {	
	display:inline-block;
	font-family:Calibri,sans-serif;
  font-size:18px;
  background-color:#E5E5E5;
  padding:6px 4%;
  border:1px solid #DEDEE2;
  /*-ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;*/
  box-sizing:content-box;
  transition:0.1s;
  background-repeat:no-repeat;
  margin:1px;
	width:92%;
}
.select,
body:not(.explorer) select {
   /* -webkit-appearance: none;
   -moz-appearance:    none;*/
   appearance:         none;
   background:#DEDEE2 url('../images/icons/select.png') no-repeat right 9px center;
	background-size: 15px auto;
	min-width: 70px;
}

input:hover,
select:hover,
textarea:hover {
	background-color:#e1e1e1;
	background-repeat:no-repeat;
	box-shadow: 4px 3px 0px rgba(0,30,60,0.3);
}
input:focus,
select:focus,
textarea:focus {
  background-color:#EFFAFD;
}
input[type='checkbox'],
input[type='radio'],
input[type='submit'],
input[type='button'] {
  background-color: inherit;
  padding:0px;
  border:0px;
  margin:auto;
	width:auto;
}
input[type='checkbox'],
input[type='radio'] {
  margin:auto 0px;
}
label {
  text-align:left;
  color:#7B7C8C;
}
.formulaire th.thleft {
    text-align: left;
}
.form-required:after {
	display: block;
	content:"*";
	color:#F47188;
	margin-left: 5px;
}
form label {
    display: flex;
	position: relative;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1.25em;
}
form label, .formulaire th {
    font-weight: normal;
    vertical-align: top;
    padding: 5px 13px 5px 0px;
    color: #7B7C8C;
}
.formulaire th {
    width: 200px;
}
fieldset .formulaire th {
  width:180px;
  padding:0px 15px 0px 0px;

  line-height:1.15em;
}
.formulaire th.vtop {
  padding-top:10px;
  vertical-align:top;
}
.titre {
  color:#000;
}
.chzn-container-multi .chzn-choices {
  background:#d2d2d2 !important;
  border:0px !important;
  width:207px;
  margin:4px 0px !important;
}
.chzn-container .chzn-drop {
  background:#d2d2d2 !important;
  border:0px !important;
}
form, .formulaire {
    margin: auto;
    width: 100%;
}
.form-actions {
    text-align:center;
}
.formulaire td {
  padding:4px;
  vertical-align:middle;
}
.formulaire td.vtop {
  vertical-align:top;
}
.contenu input[type="checkbox"], 
.contenu input[type="radio"], 
.formulaire input[type="checkbox"], 
.formulaire input[type="radio"] {
    width:12px;
}
form .js-form-type-checkbox label {
    padding: 0px 15px 0px 0px;
}
.formulaire input.full,
.colD .formulaire input,
.formulaire select.full,
.colD .formulaire select,
.formulaire textarea.full,
.colD .formulaire textarea {
  width:100%;
}
.formulaire select.petit {
  width:209px;
}
.colD .formulaire select.petit {
  width:100%;
}
.formulaire td.date_input {
	vertical-align: top;
}
.date_input input {
  width:120px;
}
.tabDates th {
	text-align: left;
	font-weight:600;
	font-size:1.2em;
}
.formulaire input.submit, fieldset .formulaire input.submit {
  width:auto;
}
.formulaire .input_date select,
.formulaire input.idate,
.formulaire input.demi{
  width:182px;
  margin-right:10px;
}
.formulaire input.quart {
  width:50px;
}
.formulaire select.demi {
  width:212px;
}
.formulaire input[type=checkbox], .formulaire input[type=radio] {
  width:auto;
}
.formulaire .checkbox input {
  width:auto;
}
.formulaire .radio input {
  width:auto;
}
.form_error {
  color: #FF3333;
}
.pform th {
  width:120px;
}
#article_table tbody td:first-child,
#papier_table tbody td:first-child {
	border:1px solid #ccc;
	padding:15px;
	width:600px;
}
#article_table,
#papier_table {
	margin-top:35px;
}
.submit {
  margin:15px 10px 15px 0px;
}
form .description {
	font-size: 14px;
}
.art .user-login-form {
	max-width: 450px;
	margin:auto;
	background: #FFF;
	padding:25px;
}
.art .user-login-form .form-item {
	margin:15px 0px;
}
.block-local-actions-block li a,
#edit-ip-login,
input.submit, 
.submit,
.submit a,
.submit input,
input[type="submit"],
input[type="button"] {
  color:#FFF !important;
  border:0px;
  padding:9px 25px;
  margin:15px 0px;
  text-align:center;
  text-decoration:none;
  background-color:#F09429;
  border-radius:1px;
  cursor:pointer;
  width:auto;
  background-repeat:no-repeat;
  background-position:left center;
	/*-webkit-appearance: none;*/
	box-shadow:5px 8px 0px rgba(0,30,60,0.15);
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#edit-ip-login:hover,
.itDis:hover .subSmall,
input.submit:hover,
.submit:hover,
.submit a:hover,
.submit input:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color:#515970 !important;

}
.boxRetour .submit:hover {
	color:#FFF !important;
}
div.submit,
.submit,
.annuler {
  display:inline-block;
}
input.small {
  padding:2px 8px !important;
}
td .submit,
td input[type="submit"],
td input[type="button"] {
  margin:0px !important;
}
.submit_open {
  background:url(../images/icons/search.png) no-repeat left top ;
  padding:2px 0px 2px 23px;
}

.subIcon {
  background-image:url("../images/icons/plus.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px;
  padding-left:33px !important;
	    text-align: left;
}
.submit_close {
  background:url(../images/icons/search_close.png) no-repeat top left;
  padding:2px 0px 2px 23px;
}
.subContact {
  background-image:url("../images/photo.png");
	background-size: 25px;
	background-position: left center;
}
.subBig {
	padding-top:9px;
	padding-bottom:9px;
	font-size:1.6em;
}
.subSmall {
	padding:2px 10px !important;
	font-size:12px !important;
	text-transform: uppercase;
	box-shadow: 2px 3px 0px rgba(0,30,60,0.12) !important;
	margin:5px 10px 5px 0px !important;
	font-weight: 600 !important;
}
.subIcon.subSmall {
	padding-left:20px !important;
	background-size: 11px; 
	background-position: 5px center;
}
.subContact.subSmall { 
	background-size: 20px;
	background-position: 0px center;
}
.subAll {
	display:block !important;
	padding:15px 20px !important;
	text-align:center;
	font-size:1.2em;
	margin:auto !important;
	border-radius:0px !important;
}
.tdAct input[type="submit"],
.tdAct .submit {
	display:block !important;
	text-align:center;
	width:96%;
	padding:13px 2%;
	font-size:1em;
	border-radius:0px !important;
}
input[type="file"] {
  border-radius:4px;
}
.vinput {
  border:2px solid #5F65B4;
  background-color:#fff7e4;
  padding : 1px;
  font-weight: bold;
  color:#5F65B4;
}
select.custom, input.custom {
  width:100%;
}
input[type="submit"].editor_ok_button {
  padding:1px 5px;
  font-size:0.9em;
}
/* FIN FORMULAIRE */
/* EXPOSED */
.views-exposed-form {
	margin:0px 0px 15px 0px;
	padding:15px 0px;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.views-exposed-form input,
.views-exposed-form select,
.views-exposed-form textarea,
.views-exposed-form .select {
	background-color: #FFF;
	border:1px solid #ccc;
	width: auto;
	color:#333;
	margin:5px 17px 5px 0px;
	padding:5px 10px;
	box-shadow: 5px 4px 0px rgba(0,30,60,0.12);
	
}
.views-exposed-form input[type=text] {
	width: 198px;
}
.views-exposed-form select {
	width: 178px;
	padding-right: 30px !important;
}
.views-exposed-form .js-form-type-select {
	position: relative;
}
.views-exposed-form select option {
	font-size: 16px;
	margin:0px;
	padding:0px;
	line-height: 1em;
}
.views-exposed-form select option:hover {
	color:#000;
	background-color: #F9CB46 !important;
}
.views-exposed-form select option[value="All"] {
	font-weight: 600;
}
.views-exposed-form select option[selected="selected"] {
	font-size: 18px;
}

body:not(.explorer) .views-exposed-form select {
	background-image:url('../images/icons/select.png');
}
.views-exposed-form select {
	background-color: #FFF !important;
}
.views-exposed-form .form-item {
	display: inline-block;
	text-transform: uppercase;
}
.views-exposed-form  label {
	width: auto;
	padding:2px 10px;
}
.views-exposed-form input[name="keys"] {
	color:#000;
	padding:6px 18px;
}
.views-exposed-form input[name="keys"]:focus {
	color:#F09328;
}
.views-exposed-form input[type="submit"] {
	color:#FFF !important;
	background-color:#6B717F;
	background-image: url("../images/icons/valid.png");
	background-position:  10px  center;
	border-color:#6B717F;
	padding:6px 25px 6px 48px;
	margin:8px 2px;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.views-exposed-form #edit-actions {
    display: inline-block;
}

.views-exposed-form input[type="submit"][value="Réinitialiser"] {
	font-size:15px;
	background-image: url('../images/icons/init.png');
	background-position: 2px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding:5px 8px 5px 23px;
	text-transform:none;
}
.views-exposed-form input:hover,
.views-exposed-form select:hover,
.views-exposed-form textarea:hover,
.views-exposed-form .select:hover,
.views-exposed-form input[type="submit"]:hover {
	box-shadow: 5px 4px 0px rgba(0,30,60,0.3);
}

/* FIN EXPOSED */
.path-group .button-action {
	display: inline-block;
	margin: 8px 25px 8px 0px;
}
/* WEBFORM */
/* ********************** */
/* webform general */
.webform-submission-form .description p {
	margin:5px 0px;
}
.webform-options-display-buttons .form-item,
.webform-submission-form .js-form-type-checkbox,
.webform-submission-form .js-form-type-radio {
	display: flex;
	margin:5px 0px;
	height: auto;
	width:100%;
}
.webform-submission-form .webform-element--title-inline {
	flex-direction: row;
	margin-top:25px;
}
.webform-options-display-side-by-side .form-item,
.webform-submission-form .webform-options-display-side-by-side .js-form-type-checkbox,
.webform-submission-form .webform-options-display-side-by-side .js-form-type-radio {
	display: inline-flex;
	margin:5px 15px 5px 0px;
	width:auto;
}
.webform-submission-form .webform-element--title-inline > legend,
.webform-submission-form .webform-element--title-inline .fieldset-legend,
.webform-submission-form .webform-element--title-inline label,
.webform-submission-form .webform-element--title-inline.checkboxes--wrapper > legend,
.webform-submission-form .webform-element--title-inline.radios--wrapper > legend {
	white-space: nowrap;
}
.webform-submission-form .js-form-type-managed-file .description {
	font-size: 14px;
}
.webform-submission-form .js-form-type-managed-file input[type="file"] {
    max-width: 350px;
	font-size: 13px;
}
.webform-submission-form .js-form-type-managed-file input[type="submit"] {
    margin: 2px;
	font-size: 14px;
	padding:1px 8px;
	box-shadow: 3px 2px 0px rgba(0,10,50,0.12);
	color:#000 !important;
	background: #FFF;
	border:1px solid #ccc;
}
.webform-submission-form .js-form-type-managed-file input[type="submit"]:hover {
	box-shadow: 3px 2px 0px rgba(0,10,50,0.25);
	border-color:#666;
}
.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
    border-color: #3399CC;
	background-color:#E1ECF2;
}
.form-required {
	position: relative;
}
.form-required:after {
	display: inline-block;
	content:"*";
	font-size: 14px;
	color:red;
	margin-left: 4px;
}
.webform-submission-form  .required[aria-invalid="true"] legend {
	border-bottom:1px solid #F57670;
	color:#F57670;
}
.webform-submission-form select[aria-invalid="true"], 
.webform-submission-form textarea[aria-invalid="true"], 
.webform-submission-form input[aria-invalid="true"]:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]) {
    border-color: #F57670;
    box-shadow: 2px 3px 3px rgba(245,118,112,0.4);
}
/* fin webform general */
/* webform progress bar */
.webform-progress-tracker .progress-marker {
	font-size:0px !important;
}
.webform-progress-tracker .progress-step .progress-marker:before, 
.webform-progress-tracker .progress-step:hover .progress-marker:before {
	background-color: #ccc;
}
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker[role="link"]:before,
.webform-progress-tracker .progress-step.is-active .progress-marker:before, 
.webform-progress-tracker .progress-step.is-active:hover .progress-marker:before {
    background-color:#3C6BA4;
}
.webform-progress-tracker .progress-step.is-active .progress-text {
    color: #3C6BA4;
}
.webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before, .webform-progress-tracker .progress-step:hover .progress-marker::before, .webform-progress-tracker .progress-step .progress-marker::after {
    background-color: #ccc;
	padding-bottom: 0px;
}
.webform-progress-tracker .progress-step.is-complete .progress-marker::before, .webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before, .webform-progress-tracker .progress-step.is-complete .progress-marker::after {
    background-color: #333;
}
.webform-progress-tracker .progress-title[role="link"], .webform-progress-tracker .progress-title[role="link"]:hover, .webform-progress-tracker .progress-title[role="link"]:focus {
    text-decoration: underline;
    color: #333;
}
.webform-options-display-buttons-vertical label.webform-options-display-buttons-label {
    text-align:left;
}
.webform-options-display-buttons-vertical .form-item {
    margin:5px 0px;
}
.webform-options-display-buttons-label:hover {
	cursor: pointer;
}
.webform-section-title {
	margin:35px 0px 15px 0px;
}
.intNod ul.webform-progress-tracker li::before {
	display: none;
}
.intNod ul.webform-progress-tracker,
.intNod ul.webform-progress-tracker li {
	padding:0px;
	margin:0px;
}
/* fin webform progress bar */
/* ********************** */
/* FIN WEBFORM */
.vehiculeResa .form-required {
	display: flex;
}
.webform-submission-form .vehiculeResa.radios--wrapper legend {
    border:0;
}
.webform-submission-form legend {
	display: flex;
	position: relative;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1.25em;
	width:auto;
}
.webform-type-fieldset {
	margin:25px 0px;
	padding:15px 35px 25px 35px;
}
.js-webform-type-fieldset .fieldset-legend {
	font-weight: 600;
}
.webform-options-display-buttons .form-item,
.webform-submission-form .js-form-type-checkbox {
	display: flex;
	margin:20px 0px;
	height: auto;
	width:auto;
}
.form-item-perimetre-de-circulation {
	margin-bottom: 45px;
}
.webform-submission-form .js-form-type-checkbox input {
	margin-right: 5px;
}
.webform-options-display-buttons label.webform-options-display-buttons-label {
    box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}
.webform-options-display-buttons label.webform-options-display-buttons-label:hover {
    box-shadow: 2px 2px 0px rgba(0,0,0,0.18);
	cursor: pointer;
}
.webform-options-display-buttons  .js-form-type-radio label.webform-options-display-buttons-label {
	border-radius: 30px;
}
.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
    border-color: #3AC6EF;
}
.obli {
    color: #F47188;
    margin-left: 5px;
	display: inline-block;
	font-size: 18px;
}
.js-webform-signature-pad input[type="submit"] {
	font-size: 15px;
	padding:2px 10px;
	margin:5px;
}