

/* DECLARATIONS GENERALES
---------------------------------------------------------------------------------------------------- */

* {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

html, body, input, textarea, select, button {
font-family: arial;
font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: normal;
line-height: 1em;
font-size: 1em;
}

img {
border: 0;
vertical-align: middle;
}

.none {
position: absolute !important;
left: -10000px !important;
top: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}

textarea {
overflow: auto;
vertical-align: top;
}

iframe {
display: block;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

button {
border: 0;
border-radius: 0;
background: transparent;
cursor: pointer;
}

.fw_tb {
display: table;
width: 100%;
border-collapse: collapse;
}

.fw_tr {
display: table-row;
}

.fw_td {
display: table-cell;
vertical-align: top;
}

.setup_tables {
margin-top: 30px;
width: 500px;
border-collapse: collapse;
}


/* JBOX
---------------------------------------------------------------------------------------------------- */

.jBox-title,
.jBox-content,
.jBox-container {
word-break: normal;
}


/* IFRAME MODAL
---------------------------------------------------------------------------------------------------- */

.fw_modal .jBox-title {
padding-bottom: 12px;
font-size: 12px;
line-height: 1em;
text-transform: uppercase;
color: #666;
}

.fw_modal_iframe .jBox-content {
padding: 0;
}

.fw_modal_warning .jBox-title {
color: #fff;
background: #cf2100;
}

.fw_modal_success .jBox-title {
color: #fff;
background: #78cd51;
}


/* TABLEAU
---------------------------------------------------------------------------------------------------- */

.fw_table th,
.fw_table .fw_th {
width: 30px;
height: 30px;
text-align: left;
vertical-align: middle;
border: 1px solid #ccc;
padding: 5px;
background: #eee;
}

.fw_table td,
.fw_table .fw_td {
width: 30px;
height: 30px;
text-align: left;
vertical-align: middle;
border: 1px solid #ccc;
padding: 5px;
}


/* ELEMENTS DE FORMULAIRES
---------------------------------------------------------------------------------------------------- */


.fw_form {
}

.fw_form_infos {
margin: 10px 0;
padding: 10px;
color: #454649;
border: 1px solid #454649;
background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fw_form_confirms {
margin: 10px 0;
padding: 10px;
color: #468847;
border: 1px solid #468847;
background-color: #dff0d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fw_form_errors {
margin: 10px 0;
padding: 10px;
color: #fff;
background-color: #fa9319;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fw_form_errors a {
color: #fff;
text-decoration: underline;
}

.fw_form fieldset {
border: 0;
}

.fw_form .fw_fieldset {
margin-top: 30px;
}

.fw_form .fw_fieldset:first-child {
margin-top: 0;
}

.fw_form fieldset legend {
padding-bottom: 5px;
font-weight: bold;
font-size: 1.1em;
}

.fw_form .fw_field {
padding: 5px 0;
}

.fw_form .fw_field_content {
position: relative;
}

.fw_form .fw_field_champ {
position: relative;
display: inline-block;
width: 100%;
}

.fw_form .fw_field_text .fw_field_champ,
.fw_form .fw_field_password .fw_field_champ,
.fw_form .fw_field_textarea .fw_field_champ,
.fw_form .fw_field_list .fw_field_champ {
display: block;
}

.fw_form .fw_field input[type=text],
.fw_form .fw_field input[type=email],
.fw_form .fw_field input[type=password],
.fw_form .fw_field input[type=number],
.fw_form .fw_field textarea,
.fw_form .fw_field select {
padding: 9px;
width: 100%;
color: #000;
font-size: 1em;
line-height: 1em;
vertical-align: middle;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
				transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
background-color: #fff;
}

.fw_form .fw_field.fw_select2 .select2-container .select2-selection--single {
height: auto;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
				transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
background-color: #fff;
}

.select2-dropdown {
border-left: 1px solid #cccccc !important;
border-right: 1px solid #cccccc !important;
border-bottom: 1px solid #cccccc !important;
}

.fw_form .select2-selection__rendered {
padding-top: 3px;
padding-bottom: 3px;
font-size: 1em;
line-height: 1em;
}

.fw_form .fw_field.fw_select2 .select2-selection__arrow {
top: 5px;
font-size: 1em;
line-height: 1em;
}

.fw_form .fw_field.fw_select2 .select2-selection__clear {
position: absolute !important;
float: none !important;
top: 4px !important;
right: 16px !important;
margin: 0 !important;
width: 15px !important;
height: 15px !important;
text-align: center !important;
border-radius: 50% !important;
background-color: #fff !important;
color: #888;
}


.im-caret,
.im-static {
color: red !important;
}

.fw_form .fw_field_off input[type=text],
.fw_form .fw_field_off input[type=email],
.fw_form .fw_field_off input[type=password],
.fw_form .fw_field_off input[type=number],
.fw_form .fw_field_off textarea,
.fw_form .fw_field_off select {
padding: 0;
border: none;
-webkit-box-shadow: none;
				box-shadow: none;
-webkit-transition: none;
				transition: none;
}

.fw_form .fw_field_off ul,
.fw_form .fw_field_off p {
padding: 10px 0;
}

.fw_form .fw_field_off span.vide {
font-size: 11px;
font-style: italic;
}

.fw_form .fw_field textarea {
height: 100px;
line-height: 1.4em;
}

.fw_form .fw_field input[type=text]:focus,
.fw_form .fw_field input[type=email]:focus,
.fw_form .fw_field input[type=password]:focus,
.fw_form .fw_field input[type=number]:focus,
.fw_form .fw_field textarea:focus,
.fw_form .fw_field select:focus {
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cccccc;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cccccc;
}

.fw_form .fw_field.fw_select2  select {
-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.fw_form .fw_field.fw_select2 .select2-selection__rendered {
position: relative !important;
}

.fw_form .fw_field .item_optgroup {
margin: 5px 0;
padding-left: 20px;
}

.fw_form .fw_field .item_optgroup > label {
position: relative;
left: -15px;
font-weight: bold;
}

.fw_form .fw_field .ui-controlgroup .item_checkbox {
display: inline-block;
}

.fw_form .fw_field .item_radio {
display: inline-block;
}

.fw_form .fw_field .fw_field_gps_field {
width: 300px;
}

.fw_form .fw_field_is_focused {}
.fw_form .fw_field_is_errors {}
.fw_form .fw_field_is_updated {}

.fw_field_errors {
display: none;
color: #fa9334;
}

.fw_field_help {
display: none;
}

.fw_field_buttons {
display: none;
}

.fw_form .fw_field_content .fw_field_picto {
position: absolute;
top: -6px;
right: -6px;
display: inline-block;
border-radius: 50%;
padding-top: 5px;
width: 16px;
height: 16px;
text-align: center;
border: 0;
background: transparent;
background-clip: padding-box;
color: #fff;
font-size: .8em;
line-height: .8em;
text-decoration: none;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
font-weight: normal;
opacity: 1;
}

.fw_form .fw_field_content .fw_field_picto:after {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out 0s;
-moz-transition: opacity 0.3s ease-out 0s;
transition: opacity 0.3s ease-out 0s;
}

.fw_form .fw_field_content .fw_field_picto.fw_field_load {
background-color: #d0cccc;
color: rgba(255, 255, 255, 0);
cursor: wait;
opacity: .7;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.fw_form .fw_field_content .fw_field_picto.fw_field_load:after {
opacity: 1;
visibility: visible;
width: 7px;
height: 7px;
margin: -6px 0 0 -6px;
border-radius: 100%;
border: 2px solid #ffffff;
border-top-color: transparent;
border-left-color: transparent;
position: absolute;
top: 50%;
left: 50%;
animation: loading 0.7s infinite linear;
-moz-animation: loading 0.7s infinite linear;
-webkit-animation: loading 0.7s infinite linear;
content: '';
}

.fw_form .fw_field_is_updated .fw_field_picto {
background-color: #00c800;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.fw_form .fw_field_is_updated .fw_field_picto:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #fff;
font-size: 1em;
content:"\f00c";
}

.fw_form .fw_field_content_is_help .fw_field_picto {
background-color: #ccc;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
cursor: pointer;
}

.fw_form .fw_field_content_is_help .fw_field_picto:before {
font-family:'times';
color: #fff;
font-size: 1.4em;
font-weight: bold;
content:"i";
}

.fw_form .fw_field_content_is_errors .fw_field_picto {
background-color: #fa9319;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
cursor: pointer;
}

.fw_form .fw_field_content_is_errors .fw_field_picto:before {
font-family:'times';
color: #fff;
font-size: 1.4em;
font-weight: bold;
content:"!";
}

.fw_form .fw_field_content_is_errors input[type=text],
.fw_form .fw_field_content_is_errors input[type=email],
.fw_form .fw_field_content_is_errors input[type=password],
.fw_form .fw_field_content_is_errors input[type=number],
.fw_form .fw_field_content_is_errors textarea {
border: 1px solid #fa9319;
}

.fw_form .fw_form_actions {
}

.fw_form .fw_form_actions .fw_field_submit,
.fw_form .fw_form_actions .fw_field_cancel,
.fw_form .fw_form_actions .fw_field_button,
.fw_form .fw_form_actions a.fw_btn {
display: inline-block !important;
margin-right: 10px;
}

.fw_form .fw_form_actions.fw_form_actions_to_submit {
padding: 0 10px;
background-color: rgba(66, 139, 202, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fw_form .scrollmagic-pin-spacer {
width: 0 !important;
height: 0 !important;
}

.fw_form .fw_field_content .fw_field_empty {
position: absolute;
top: 8px;
right: 5px;
display: inline-block;
width: 15px;
height: 15px;
text-align: center;
border: 0;
background: #fff;
color: #888888;
font-size: 10px;
line-height: 10px;
text-decoration: none;
font-weight: normal;
opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
cursor: pointer;
}

.fw_form .fw_field_modif {
margin: 2px 0 10px 0;
padding: 10px;
background: rgba(250, 187, 61, .2);
border-radius: 5px;
}

.fw_form .fw_field_modif ul {
margin-left: 20px;
}

.fw_form .fw_field_modif span.txt {
display: block;
margin-bottom: 5px;
color: rgba(250, 96, 61, 1);
font-size: 11px;
}

.fw_form .fw_field_gps .fw_ssfield_gps {
vertical-align: middle;
padding: 0 20px 10px 0;
width: 33%;
}

.fw_form .fw_field_gps .fw_ssfield_gps button {
padding: 4px 8px;
font-size: 11px;
background: #c7c7c9;
border-radius: 5px;
}

.fw_form .fw_field_gps .fw_ssfield_gps button:hover {
color: #fff;
background: #666;
}

.fw_form .fw_field_color-carre {
width: 40px;
height: 20px;
border: 1px solid #999;
}

.fw_form .fw_field_color_replacer {
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
				transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fw_form .fw_field_color_replacer:hover, .fw_form .fw_field_color_replacer.sp-active {
outline: 0;
border: 1px solid #aaaaaa;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cccccc;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cccccc;
}

.sp-container {
border: 1px solid #aaaaaa !important;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cccccc;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cccccc;
}



.fw_form form.fw_form_inline .fw_field,
.fw_form .fw_field_inline {
display: table;
width: 100%;
}

.fw_form form.fw_form_inline .fw_field_label,
.fw_form .fw_field_inline .fw_field_label {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
width: 150px;
}

.fw_form form.fw_form_inline .fw_field_content,
.fw_form .fw_field_inline .fw_field_content {
display: table-cell;
vertical-align: middle;
}

.fw_form form.fw_form_inline .fw_field_address .fw_field_content {
display: table;
width: 100%;
}

.fw_form form.fw_form_inline .fw_form_actions {
display: table;
}

.fw_form form.fw_form_inline .fw_form_actions .fw_field {
display: table-cell !important;
width: auto;
}


/* Notices
---------------------------------------------------------------------------------------------------- */

div#fw_notices {
display: none;
}

.jBox-Notice.notice_info .jBox-content,
.jBox-Notice.notice_info .jBox-closeButton,
.jBox-Notice.notice_info .jBox-closeButton path {
color: #fff;
fill: #fff;
background-color: #36a9e1;
cursor: pointer;
}

.jBox-Notice.notice_success .jBox-content,
.jBox-Notice.notice_success .jBox-closeButton,
.jBox-Notice.notice_success .jBox-closeButton path {
color: #fff;
fill: #fff;
background-color: #78cd51;
cursor: pointer;
}


.jBox-Notice.notice_warning .jBox-content,
.jBox-Notice.notice_warning .jBox-closeButton,
.jBox-Notice.notice_warning .jBox-closeButton path {
color: #fff;
fill: #fff;
background-color: #fa9319;
cursor: pointer;
}


.jBox-Notice.notice_alert .jBox-content,
.jBox-Notice.notice_alert .jBox-closeButton,
.jBox-Notice.notice_alert .jBox-closeButton path {
color: #fff;
fill: #fff;
background-color: #cf2016;
cursor: pointer;
}



/* TINYMCE
---------------------------------------------------------------------------------------------------- */

.fw_field .mce-tinymce {
padding: 4px 0 2px 0;
border: 1px solid #cccccc;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
				transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
background-color: #fff;
}

.fw_field .mce-tinymce .mce-edit-area {
border-left: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
}

.fw_tinymce {
padding: 5px 10px;
}

.fw_tinymce a {
color: #000;
}

.fw_tinymce p {
padding: 5px 0;
font-size: 13px;
line-height: 1em;
}

.fw_tinymce ul,
.fw_tinymce ol {
padding: 5px 0 5px 5px;
list-style-position: inside;
}

.fw_tinymce table {
border-collapse: collapse;
}

.fw_tinymce table th {
width: 30px;
height: 30px;
border: 1px solid #ccc;
padding: 5px;
background: #eee;
}

.fw_tinymce table td {
width: 30px;
height: 30px;
border: 1px solid #ccc;
padding: 5px;
}



/* ELEMENTS DE LISTES // LIGNES
---------------------------------------------------------------------------------------------------- */

.fw_liste {
width: 100%;
}

.fw_liste_compteur {
width: 100%;
}

.fw_liste_ligne {
list-style: none;
}



/* ELEMENTS DE LISTES // COMPTEUR
---------------------------------------------------------------------------------------------------- */

.fw_liste_compteur {
color: #454649;
}

.fw_liste_compteur .fw_liste_compteur-total {
float: left;
padding: 0 5px;
}

.fw_liste_compteur .fw_liste_compteur-total span.fw_liste_compteur-total-nb {
font-weight: bold;
}

.fw_liste_compteur .fw_liste_compteur-nav {
float: right;
padding: 0 5px;
line-height: 1.5em;
}

.fw_liste_compteur .fw_liste_compteur-nav .fw_liste_compteur-pages {
display: inline-block;
}

.fw_liste_compteur .fw_liste_compteur-nav a {
display: inline-block;
width: 20px;
text-align: center;
}

.fw_liste_compteur .fw_liste_compteur-nav a i {
position: relative;
top: 2px;
font-size: 1.5em;
line-height: 1em;
color: #454649;
}

.fw_liste_compteur .fw_liste_compteur-nav-numbers a.fw_liste_compteur-numbers {
display: inline-block;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
color: #000;
background-color: #ddd;
text-decoration: none;
}

.fw_liste_compteur .fw_liste_compteur-nav-numbers a.fw_liste_compteur-numbers:hover {
background-color: #aaa;
}

.fw_liste_compteur .fw_liste_compteur-nav-numbers a.fw_liste_compteur-numbers-active {
color: #fff;
background-color: #000;
}





/* BUTTONS
---------------------------------------------------------------------------------------------------- */
.fw_btn {
  display: inline-block;
  margin: 6px 12px 6px 0;
  padding: 10px 14px;
  position: relative;
  border-radius: 3px;
  border: 0;
  background: #454649;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  font-weight: normal;
  opacity: 1;
  cursor: pointer;
}

.fw_btn_pt {
  margin: 3px 6px 3px 0;
  padding: 6px 8px;
  border-radius: 2px;
  font-size: .9em;
  line-height: .9em;
}

.fw_btn:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}

.fw_btn:not(.inactive):not(.fw_btn_working):hover,
.fw_btn:not(.inactive):not(.fw_btn_working).pushed,
.fw_btn:not(.inactive):not(.fw_btn_working).active {
  background: #333;
  color: #ffffff;
  text-decoration: none;
}

.fw_btn.fw_btn_working {
  color: rgba(255, 255, 255, 0);
  cursor: wait;
}

.fw_btn.fw_btn_working:after {
  opacity: 1;
  visibility: visible;
  width: 17px;
  height: 17px;
  margin: -11px 0 0 -11px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 0.7s infinite linear;
  -moz-animation: loading 0.7s infinite linear;
  -webkit-animation: loading 0.7s infinite linear;
  content: '';
}

.fw_btn_pt.fw_btn_working:after {
  width: 9px;
  height: 9px;
  margin: -7px 0 0 -7px;
}

.fw_btn i {
  margin-right: 10px;
}

.fw_btn i {
  margin-right: 10px;
}

.fw_btn span.fa-stack {
	top: -5px;
	margin-right: 10px;
	width: 16px;
	height: 10px;
	line-height: 16px;
	font-size: 10px;
}

.fw_btn span.fa-stack i {
	margin-right: 0;
}


/* OUPS
---------------------------------------------------------------------------------------------------- */

.fw_oups {
width: 100%;
padding-top: 50px;
text-align: center;
color: #c7c7c9;
}

.fw_oups p {
display: block;
margin: 30px auto;
width: 200px;
font-size: 18px;
}

.fw_oups i {
display: block;
margin-bottom: 20px;
font-size: 8em;
}

.fw_oups > span {
font-size: 2em;
}

.fw_oups form {
margin: 0 auto;
width: 200px;
}

.fw_oups .fw_btn {
margin: 0;
}


/* DEV
---------------------------------------------------------------------------------------------------- */

#fw_dev {
position: fixed;
display: inline-block;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
z-index: 999999;
text-align: center;
opacity: .8;
transition: all .5s;
cursor: no-drop;
font-size: 14px;
}

#fw_dev:hover {
opacity: 1;
}

#fw_dev_dev {
display: inline-block;
margin: 0 5px;
padding: 0 10px;
height: 40px;
line-height: 40px;
z-index: 89;
border-radius: 10px 10px 0 0;
text-transform: uppercase;
}

#fw_dev_dev span {
display: none;
}

	body.device-desktop #fw_dev_dev {
	width: 300px;
	}

	body.device-desktop #fw_dev_dev span {
	display: inline;
	}

#fw_dev_mail {
display: inline-block;
margin: 0 5px;
padding: 0 10px;
height: 40px;
line-height: 40px;
z-index: 89;
border-radius: 10px 10px 0 0;
text-transform: uppercase;
}

#fw_dev_mail span {
display: none;
}

	body.device-desktop #fw_dev_mail {
	width: 200px;
	}

	body.device-desktop #fw_dev_mail span {
	display: inline;
	}

#fw_dev_local {
display: inline-block;
margin: 0 5px;
padding: 0 10px;
height: 40px;
line-height: 40px;
z-index: 89;
text-align: center;
border-radius: 10px 10px 0 0;
text-transform: uppercase;
}

#fw_dev_local span {
display: none;
}

	body.device-desktop #fw_dev_local {
	width: 80px;
	}

	body.device-desktop #fw_dev_local span {
	display: inline;
	}

#fw_dev i {
margin-left: 5px;
}

#fw_dev i.ico {
margin-left: 0;
margin-right: 5px;
font-size: 1.2em;
}

#fw_dev_local i.ico {
margin: 0;
}


/* BYPASS MAIL
---------------------------------------------------------------------------------------------------- */

#fw_bypass_mail {
position: fixed;
display: block;
bottom: 0;
left: 60%;
margin-left: -170px;
padding: 20px 20px 20px 70px;
width: 340px;
z-index: 89;
border-radius: 20px 20px 0 0;
opacity: .9;
text-transform: uppercase;
}

#fw_bypass_mail i {
margin-left: 5px;
}

#fw_bypass_mail i.ico {
position: absolute;
margin-left: 0;
left: 15px;
top: 15px;
font-size: 2em;
}



/* SPINNER MAJAX
---------------------------------------------------------------------------------------------------- */

.fw_majax_processing {
position: absolute;
margin: 0 !important;
padding: 0 !important;
width: 30px;
height: 30px;
border-radius: 50%;
opacity: .7;
background-color: #555555;
}




/* ANIMATIONS
---------------------------------------------------------------------------------------------------- */
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}





/* Champ buttonset
---------------------------------------------------------------------------------------------------- */


div.item_checkbox .ui-controlgroup-item,
div.item_radio .ui-controlgroup-item {
opacity: .6;
}

div.item_checkbox .ui-state-hover,
div.item_radio .ui-state-hover {
opacity: .8;
}

div.item_checkbox .ui-state-active,
div.item_radio .ui-state-active {
opacity: 1;
}





/* ui-widget
---------------------------------------------------------------------------------------------------- */

.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: inherit;
font-size: inherit;
}





/* ui-spinner
---------------------------------------------------------------------------------------------------- */

.fw_form .fw_field .ui-spinner.ui-widget-content {
width: 100%;
border: none;
overflow: visible;
}

.fw_form .fw_field .ui-spinner.ui-widget-content .ui-spinner-input {
margin: 0;
width: 100%;
padding-right: 1.8em;
}

.fw_form .fw_field .ui-spinner.ui-widget-content a.ui-spinner-up {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
cursor: pointer;
}

.fw_form .fw_field .ui-spinner.ui-widget-content a.ui-spinner-down {
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
cursor: pointer;
}


/* HISTORIQUE DEMANDES DE MODIFS */

table.fw_form_modifs_historique {
margin-top: 20px;
width: 100%;
}

table.fw_form_modifs_historique th {
padding: 0 10px 2px 10px;
color: #999;
text-transform: uppercase;
font-size: 11px;
border-bottom: 1px solid #ccc;
text-align: left;
font-weight: normal;
}

table.fw_form_modifs_historique th.date {
width: 140px;
}

table.fw_form_modifs_historique th.etat {
width: 140px;
}

table.fw_form_modifs_historique td {
padding: 4px 10px;
font-size: 13px;
border-bottom: 1px solid #ccc;
}

table.fw_form_modifs_historique td.etat_0 {
background: #fabb3d;
color: #fff;
}

table.fw_form_modifs_historique td.etat_1 {
background: #78cd51;
color: #fff;
}

table.fw_form_modifs_historique td.etat_2 {
background: #ff5454;
color: #fff;
}





/* Champ daterangepicker
---------------------------------------------------------------------------------------------------- */

.date-picker-wrapper {
background-color: #fff !important;
border-radius: 5px;
z-index: 101 !important;
}

.date-picker-wrapper .month-wrapper {
margin-bottom: 10px;
}

.date-picker-wrapper.single-month {
width: 202px !important;
}

.date-picker-wrapper.two-months {
width: 426px !important;
}

.fw_field.is_shortcuts .date-picker-wrapper.single-month {
width: 400px !important;
}

.fw_field.is_shortcuts .date-picker-wrapper.two-months {
width: 630px !important;
}

.fw_field.is_shortcuts .date-picker-wrapper .month-wrapper {
float: right;
}

.date-picker-wrapper.single-month .time {
display: block !important;
}

.date-picker-wrapper .footer {
float: left;
width: 180px;
font-size: 0;
line-height: 0;
}

.date-picker-wrapper .footer .custom-shortcut a {
display: block;
margin-bottom: 5px;
font-size: 12px;
line-height: 20px;
padding: 3px 12px;
color: #000;
text-decoration: none;
border-radius: 5px;
background-color: #f5f5f5;
}

.date-picker-wrapper .footer .custom-shortcut a:hover {
color: #000;
background-color: #ddd;
}

.date-picker-wrapper .footer .shortcuts b {
display: none;
}





/* COOKIES optout
---------------------------------------------------------------------------------------------------- */

div#fw_cookies_optout {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
color: #fff;
border-top: 1px solid rgba(255,255,255,.7);
background-color: rgba(0,0,0,.7);
z-index: 10000;
}

@media screen and (min-width: 640px) {

	div#fw_cookies_optout div.fw_cookies_content {
	display: table;
	margin: 0 auto;
	max-width: 90%;
	}

	div#fw_cookies_optout div.fw_cookies_txt {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 1.4em;
	}

	div#fw_cookies_optout div.fw_cookies_txt a {
	color: #fff;
	text-decoration: underline;
	}

	div#fw_cookies_optout div.fw_cookies_btns {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	white-space: nowrap;
	}

	div#fw_cookies_optout div.fw_cookies_btn {
	display: inline-block;
	padding: 10px;
	}

	div#fw_cookies_optout div.fw_cookies_btn button {
	padding: 5px 10px;
	border-radius: 4px;
	}

	div#fw_cookies_optout div.fw_cookies_btn button:hover {
	color: #000;
	background-color: #fff;
	}

}


@media screen and (max-width: 640px) {

	div#fw_cookies_optout div.fw_cookies_content {
	margin: 0 auto;
	max-width: 95%;
	}

	div#fw_cookies_optout div.fw_cookies_txt {
	padding: 20px 20px 0 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	}

	div#fw_cookies_optout div.fw_cookies_txt a {
	color: #fff;
	text-decoration: underline;
	}

	div#fw_cookies_optout div.fw_cookies_btns {
	display: table;
	vertical-align: middle;
	white-space: nowrap;
	}

	div#fw_cookies_optout div.fw_cookies_btn {
	display: table-cell;
	padding: 20px;
	}

	div#fw_cookies_optout div.fw_cookies_btn button {
	padding: 5px 10px;
	border-radius: 4px;
	}

	div#fw_cookies_optout div.fw_cookies_btn button:hover {
	color: #000;
	background-color: #fff;
	}

}





/* fw_tip
---------------------------------------------------------------------------------------------------- */

.fw_tip {
}

.fw_tip .jBox-container {
padding: 0;
color: #666;
background: #f4f4f4;
border-radius: 5px;
box-shadow: none;
border: 1px solid #C7C7C9;
}

.fw_tip .jBox-pointer::after {
background: #f4f4f4;
border: 1px solid #C7C7C9;
box-shadow: none;
}


.fw_tip_confirm .jBox-container {
color: #000;
}

.fw_tip_confirm.warning .jBox-container {
background: #ffb9bf;
}

.fw_tip_confirm.warning .jBox-pointer::after {
background: #ffb9bf;
}

.fw_tip_confirm.check .jBox-container {
background: #e8f7ff;
}

.fw_tip_confirm.check .jBox-pointer::after {
background: #e8f7ff;
}

.fw_tip_confirm p {
color: #000;
font-size: .9em;
text-align: center;
}

.fw_tip_confirm p button {
margin-top: 10px;
}

.fw_tip_confirm .jBox-content {
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 16px;
padding: 8px 10px;
}





/* fw_tip_field
---------------------------------------------------------------------------------------------------- */

.fw_tip_field .jBox-container {
}

.fw_tip_field .jBox-pointer::after {
}

.fw_tip_field_error .jBox-container {
color: #fff;
background: #fa9319;
}

.fw_tip_field_error .jBox-container .fw_field_errors {
color: #fff;
}

.fw_tip_field_error .jBox-pointer::after {
background: #fa9319;
border: 0;
}





/* fw_socials
---------------------------------------------------------------------------------------------------- */




/* SOCIALS */

div.fw_socials ul {
margin: 10px 0 30px 0;
}

div.fw_socials li {
display: inline-block;
padding: 10px 10px 10px 0;
list-style: none;
}

div.fw_socials li i.fa,
div.fw_socials li i.fas,
div.fw_socials li i.far,
div.fw_socials li i.fab {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 22px;
color: #fff;
border-radius: 50%;
}

.fw_socials-tooltipster .share {
min-height: 25px;
}

.fw_socials-tooltipster a {
display: block;
margin: 2px 0;
text-align: left;
text-decoration: none;
}

div.fw_socials li button:hover i.fa,
div.fw_socials li button:hover i.fas,
div.fw_socials li button:hover i.far,
div.fw_socials li button:hover i.fab {
opacity: .6;
}

div.fw_socials li button.fw_socials-facebook i.fa,
div.fw_socials li button.fw_socials-facebook i.fas,
div.fw_socials li button.fw_socials-facebook i.far,
div.fw_socials li button.fw_socials-facebook i.fab {
background-color: #3b5998;
}

.fw_tip-fw_socials-facebook .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #2c4882;
border: 0;
}

.fw_tip-fw_socials-facebook .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-facebook .jBox-pointer::after {
background: #2c4882;
border: 0;
}

div.fw_socials li button.fw_socials-twitter i.fa,
div.fw_socials li button.fw_socials-twitter i.fas,
div.fw_socials li button.fw_socials-twitter i.far,
div.fw_socials li button.fw_socials-twitter i.fab {
background-color: #55acee;
}

.fw_tip-fw_socials-twitter .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #55acee;
border: 0;
}

.fw_tip-fw_socials-twitter .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-twitter .jBox-container a.twitter-share-button {
display: inline-block;
padding: 3px 6px;
border-radius: 4px;
background: #85c4f2;
font-size: .95em;
}

.fw_tip-fw_socials-twitter .jBox-container a.twitter-share-button:hover {
background: #3d9de2;
}

.fw_tip-fw_socials-twitter .jBox-pointer::after {
background: #55acee;
border: 0;
}

div.fw_socials li button.fw_socials-gplus i.fa,
div.fw_socials li button.fw_socials-gplus i.fas,
div.fw_socials li button.fw_socials-gplus i.far,
div.fw_socials li button.fw_socials-gplus i.fab {
background-color: #dd4b39;
}

.fw_tip-fw_socials-gplus .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #dd4b39;
border: 0;
}

.fw_tip-fw_socials-gplus .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-gplus .jBox-pointer::after {
background: #dd4b39;
border: 0;
}

div.fw_socials li button.fw_socials-youtube i.fa,
div.fw_socials li button.fw_socials-youtube i.fas,
div.fw_socials li button.fw_socials-youtube i.far,
div.fw_socials li button.fw_socials-youtube i.fab {
background-color: #bb0000;
}

.fw_tip-fw_socials-youtube .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #bb0000;
border: 0;
}

.fw_tip-fw_socials-youtube .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-youtube .jBox-pointer::after {
background: #bb0000;
border: 0;
}

div.fw_socials li button.fw_socials-tripadvisor i.fa,
div.fw_socials li button.fw_socials-tripadvisor i.fas,
div.fw_socials li button.fw_socials-tripadvisor i.far,
div.fw_socials li button.fw_socials-tripadvisor i.fab {
background-color: #00af87;
}

.fw_tip-fw_socials-tripadvisor .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #00af87;
border: 0;
}

.fw_tip-fw_socials-tripadvisor .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-tripadvisor .jBox-pointer::after {
background: #00af87;
border: 0;
}

div.fw_socials li button.fw_socials-instagram i.fa,
div.fw_socials li button.fw_socials-instagram i.fas,
div.fw_socials li button.fw_socials-instagram i.far,
div.fw_socials li button.fw_socials-instagram i.fab {
background: radial-gradient(circle at 30% 120%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.fw_tip-fw_socials-instagram .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #DA3B90;
border: 0;
}

.fw_tip-fw_socials-instagram .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-instagram .jBox-pointer::after {
background: #DA3B90;
border: 0;
}

div.fw_socials li button.fw_socials-linkedin i.fa,
div.fw_socials li button.fw_socials-linkedin i.fas,
div.fw_socials li button.fw_socials-linkedin i.far,
div.fw_socials li button.fw_socials-linkedin i.fab {
background-color: #0073b0;
}

.fw_tip-fw_socials-linkedin .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #0073b0;
border: 0;
}

.fw_tip-fw_socials-linkedin .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-linkedin .jBox-pointer::after {
background: #0073b0;
border: 0;
}

div.fw_socials li button.fw_socials-contact i.fa,
div.fw_socials li button.fw_socials-contact i.fas,
div.fw_socials li button.fw_socials-contact i.far,
div.fw_socials li button.fw_socials-contact i.fab,
div.fw_socials li button.fw_socials-newsletter i.fa,
div.fw_socials li button.fw_socials-newsletter i.fas,
div.fw_socials li button.fw_socials-newsletter i.far,
div.fw_socials li button.fw_socials-newsletter i.fab {
background-color: #999999;
}

.fw_tip-fw_socials-contact .jBox-container,
.fw_tip-fw_socials-newsletter .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #999999;
border: 0;
}

.fw_tip-fw_socials-contact .jBox-container a,
.fw_tip-fw_socials-newsletter .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-contact .jBox-pointer::after,
.fw_tip-fw_socials-newsletter .jBox-pointer::after {
background: #999999;
border: 0;
}

div.fw_socials li button.fw_socials-pinterest i.fa,
div.fw_socials li button.fw_socials-pinterest i.fas,
div.fw_socials li button.fw_socials-pinterest i.far,
div.fw_socials li button.fw_socials-pinterest i.fab {
background-color: #BD1E24;
}

.fw_tip-fw_socials-pinterest .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #BD1E24;
border: 0;
}

.fw_tip-fw_socials-pinterest .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-pinterest .jBox-pointer::after {
background: #BD1E24;
border: 0;
}

div.fw_socials li button.fw_socials-flickr i.fa,
div.fw_socials li button.fw_socials-flickr i.fas,
div.fw_socials li button.fw_socials-flickr i.far,
div.fw_socials li button.fw_socials-flickr i.fab {
background-color: #FF0084;
}

.fw_tip-fw_socials-flickr .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #FF0084;
border: 0;
}

.fw_tip-fw_socials-flickr .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-flickr .jBox-pointer::after {
background: #FF0084;
border: 0;
}

div.fw_socials li button.fw_socials-viadeo i.fa,
div.fw_socials li button.fw_socials-viadeo i.fas,
div.fw_socials li button.fw_socials-viadeo i.far,
div.fw_socials li button.fw_socials-viadeo i.fab {
background-color: #EE7252;
}

.fw_tip-fw_socials-viadeo .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #EE7252;
border: 0;
}

.fw_tip-fw_socials-viadeo .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-viadeo .jBox-pointer::after {
background: #EE7252;
border: 0;
}

div.fw_socials li button.fw_socials-soundcloud i.fa,
div.fw_socials li button.fw_socials-soundcloud i.fas,
div.fw_socials li button.fw_socials-soundcloud i.far,
div.fw_socials li button.fw_socials-soundcloud i.fab {
background-color: #ff5500;
}

.fw_tip-fw_socials-soundcloud .jBox-container {
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 14px;
padding: 0;
background: #ff5500;
border: 0;
}

.fw_tip-fw_socials-soundcloud .jBox-container a {
padding: 2px 0;
color: #fff;
}

.fw_tip-fw_socials-soundcloud .jBox-pointer::after {
background: #ff5500;
border: 0;
}


/* JEU DE COULEURS
---------------------------------------------------------------------------------------------------- */

.fw_bleu,   .fw_bleu_hover,   .fw_bleu_invert   {  color: #fff;  background-color: rgba(54, 169, 225, 1);  }   /* 56b2e5 */
.fw_vert,   .fw_vert_hover,   .fw_vert_invert   {  color: #fff;  background-color: rgba(120, 205, 81, 1);  }
.fw_jaune,  .fw_jaune_hover,  .fw_jaune_invert  {  color: #fff;  background-color: rgba(250, 187, 61, 1);  }
.fw_orange, .fw_orange_hover, .fw_orange_invert {  color: #fff;  background-color: rgba(250, 96, 61, 1);  }
.fw_rouge,  .fw_rouge_hover,  .fw_rouge_invert  {  color: #fff;  background-color: rgba(207, 33, 0, 1);  }
.fw_rose,   .fw_rose_hover,   .fw_rose_invert   {  color: #fff;  background-color: rgba(247, 150, 169, 1);  }
.fw_violet, .fw_violet_hover, .fw_violet_invert {  color: #fff;  background-color: rgba(232, 76, 138, 1);  }
.fw_mauve, .fw_mauve_hover, .fw_mauve_invert {  color: #fff;  background-color: rgba(161, 79, 188, 1);  }
.fw_gris,   .fw_gris_hover,   .fw_gris_invert   {  color: #fff;  background-color: rgba(199, 199, 201, 1);  }
.fw_noir,   .fw_noir_hover,   .fw_noir_invert   {  color: #fff;  background-color: rgba(69, 70, 73, 1);  }
.fw_blanc,  .fw_blanc_hover,  .fw_blanc_invert  {  background-color: rgba(255, 255, 255, 1);  }

.fw_bleu_important,   .fw_bleu_hover_important,   .fw_bleu_invert_important   {  color: #fff !important;  background-color: rgba(54, 169, 225, 1) !important;  }   /* 56b2e5 */
.fw_vert_important,   .fw_vert_hover_important,   .fw_vert_invert_important   {  color: #fff !important;  background-color: rgba(120, 205, 81, 1) !important;  }
.fw_jaune_important,  .fw_jaune_hover_important,  .fw_jaune_invert_important  {  color: #fff !important;  background-color: rgba(250, 187, 61, 1) !important;  }
.fw_orange_important, .fw_orange_hover_important, .fw_orange_invert_important {  color: #fff !important;  background-color: rgba(250, 96, 61, 1) !important;  }
.fw_rouge_important,  .fw_rouge_hover_important,  .fw_rouge_invert_important  {  color: #fff !important;  background-color: rgba(207, 33, 0, 1) !important;  }
.fw_rose_important,   .fw_rose_hover_important,   .fw_rose_invert_important   {  color: #fff !important;  background-color: rgba(247, 150, 169, 1) !important;  }
.fw_violet_important, .fw_violet_hover_important, .fw_violet_invert_important {  color: #fff !important;  background-color: rgba(232, 76, 138, 1) !important;  }
.fw_mauve_important, .fw_mauve_hover_important, .fw_mauve_invert_important {  color: #fff !important;  background-color: rgba(161, 79, 188, 1) !important;  }
.fw_gris_important,   .fw_gris_hover_important,   .fw_gris_invert_important   {  color: #fff !important;  background-color: rgba(199, 199, 201, 1) !important;  }
.fw_noir_important,   .fw_noir_hover_important,   .fw_noir_invert_important   {  color: #fff !important;  background-color: rgba(69, 70, 73, 1) !important;  }
.fw_blanc_important,  .fw_blanc_hover_important,  .fw_blanc_invert_important  {  background-color: rgba(255, 255, 255, 1) !important;  }

.fw_bleu_clair,   .fw_bleu_clair_hover,   .fw_bleu_clair_invert   {  color: #fff;  background-color: rgba(54, 169, 225, .6);  }   /* 56b2e5 */
.fw_vert_clair,   .fw_vert_clair_hover,   .fw_vert_clair_invert   {  color: #fff;  background-color: rgba(120, 205, 81, .6);  }
.fw_jaune_clair,  .fw_jaune_clair_hover,  .fw_jaune_clair_invert  {  color: #fff;  background-color: rgba(250, 187, 61, .6);  }
.fw_orange_clair, .fw_orange_clair_hover, .fw_orange_clair_invert {  color: #fff;  background-color: rgba(250, 96, 61, .6);  }
.fw_rouge_clair,  .fw_rouge_clair_hover,  .fw_rouge_clair_invert  {  color: #fff;  background-color: rgba(207, 33, 0, .6);  }
.fw_rose_clair,   .fw_rose_clair_hover,   .fw_rose_clair_invert   {  color: #fff;  background-color: rgba(247, 150, 169, .6);  }
.fw_violet_clair, .fw_violet_clair_hover, .fw_violet_clair_invert {  color: #fff;  background-color: rgba(232, 76, 138, .6);  }
.fw_mauve_clair, .fw_mauve_clair_hover, .fw_mauve_clair_invert {  color: #fff;  background-color: rgba(161, 79, 188, .6);  }
.fw_gris_clair,   .fw_gris_clair_hover,   .fw_gris_clair_invert   {  color: #fff;  background-color: rgba(199, 199, 201, .6);  }
.fw_noir_clair,   .fw_noir_clair_hover,   .fw_noir_clair_invert   {  color: #fff;  background-color: rgba(69, 70, 73, .6);  }
.fw_blanc_clair,  .fw_blanc_clair_hover,  .fw_blanc_clair_invert  {  background-color: rgba(255, 255, 255, .6);  }

.fw_bleu_clair_important,   .fw_bleu_clair_hover_important,   .fw_bleu_clair_invert_important   {  color: #fff !important;  background-color: rgba(54, 169, 225, .6) !important;  }   /* 56b2e5 */
.fw_vert_clair_important,   .fw_vert_clair_hover_important,   .fw_vert_clair_invert_important   {  color: #fff !important;  background-color: rgba(120, 205, 81, .6) !important;  }
.fw_jaune_clair_important,  .fw_jaune_clair_hover_important,  .fw_jaune_clair_invert_important  {  color: #fff !important;  background-color: rgba(250, 187, 61, .6) !important;  }
.fw_orange_clair_important, .fw_orange_clair_hover_important, .fw_orange_clair_invert_important {  color: #fff !important;  background-color: rgba(250, 96, 61, .6) !important;  }
.fw_rouge_clair_important,  .fw_rouge_clair_hover_important,  .fw_rouge_clair_invert_important  {  color: #fff !important;  background-color: rgba(207, 33, 0, .6) !important;  }
.fw_rose_clair_important,   .fw_rose_clair_hover_important,   .fw_rose_clair_invert_important   {  color: #fff !important;  background-color: rgba(247, 150, 169, .6) !important;  }
.fw_violet_clair_important, .fw_violet_clair_hover_important, .fw_violet_clair_invert_important {  color: #fff !important;  background-color: rgba(232, 76, 138, .6) !important;  }
.fw_mauve_clair_important, .fw_mauve_clair_hover_important, .fw_mauve_clair_invert_important {  color: #fff !important;  background-color: rgba(161, 79, 188, .6) !important;  }
.fw_gris_clair_important,   .fw_gris_clair_hover_important,   .fw_gris_clair_invert_important   {  color: #fff !important;  background-color: rgba(199, 199, 201, .6) !important;  }
.fw_noir_clair_important,   .fw_noir_clair_hover_important,   .fw_noir_clair_invert_important   {  color: #fff !important;  background-color: rgba(69, 70, 73, .6) !important;  }
.fw_blanc_clair_important,  .fw_blanc_clair_hover_important,  .fw_blanc_clair_invert_important  {  background-color: rgba(255, 255, 255, .6) !important;  }

.fw_bleu_hover:hover   {  background-color: rgba(54, 169, 225, .8);  }
.fw_vert_hover:hover   {  background-color: rgba(120, 205, 81, .8);  }
.fw_jaune_hover:hover  {  background-color: rgba(250, 187, 61, .8);  }
.fw_orange_hover:hover {  background-color: rgba(250, 96, 61, .8);  }
.fw_rouge_hover:hover  {  background-color: rgba(207, 33, 0, .8);  }
.fw_rose_hover:hover   {  background-color: rgba(247, 150, 169, .8);  }
.fw_violet_hover:hover {  background-color: rgba(232, 76, 138, .8);  }
.fw_mauve_hover:hover {  background-color: rgba(161, 79, 188, .8);  }
.fw_gris_hover:hover   {  background-color: rgba(199, 199, 201, .8);  }
.fw_noir_hover:hover   {  background-color: rgba(69, 70, 73, .8);  }
.fw_blanc_hover:hover  {  background-color: rgba(255, 255, 255, .8);  }

.fw_bleu_hover_important:hover   {  background-color: rgba(54, 169, 225, .8) !important;  }
.fw_vert_hover_important:hover   {  background-color: rgba(120, 205, 81, .8) !important;  }
.fw_jaune_hover_important:hover  {  background-color: rgba(250, 187, 61, .8) !important;  }
.fw_orange_hover_important:hover {  background-color: rgba(250, 96, 61, .8) !important;  }
.fw_rouge_hover_important:hover  {  background-color: rgba(207, 33, 0, .8) !important;  }
.fw_rose_hover_important:hover   {  background-color: rgba(247, 150, 169, .8) !important;  }
.fw_violet_hover_important:hover {  background-color: rgba(232, 76, 138, .8) !important;  }
.fw_mauve_hover_important:hover {  background-color: rgba(161, 79, 188, .8) !important;  }
.fw_gris_hover_important:hover   {  background-color: rgba(199, 199, 201, .8) !important;  }
.fw_noir_hover_important:hover   {  background-color: rgba(69, 70, 73, .8) !important;  }
.fw_blanc_hover_important:hover  {  background-color: rgba(255, 255, 255, .8) !important;  }

.fw_bleu_clair_hover:hover   {  background-color: rgba(54, 169, 225, .3);  }
.fw_vert_clair_hover:hover   {  background-color: rgba(120, 205, 81, .3);  }
.fw_jaune_clair_hover:hover  {  background-color: rgba(250, 187, 61, .3);  }
.fw_orange_clair_hover:hover {  background-color: rgba(250, 96, 61, .3);  }
.fw_rouge_clair_hover:hover  {  background-color: rgba(207, 33, 0, .3);  }
.fw_rose_clair_hover:hover   {  background-color: rgba(247, 150, 169, .3);  }
.fw_violet_clair_hover:hover {  background-color: rgba(232, 76, 138, .3);  }
.fw_mauve_clair_hover:hover {  background-color: rgba(161, 79, 188, .3);  }
.fw_gris_clair_hover:hover   {  background-color: rgba(199, 199, 201, .3);  }
.fw_noir_clair_hover:hover   {  background-color: rgba(69, 70, 73, .3);  }
.fw_blanc_clair_hover:hover  {  background-color: rgba(255, 255, 255, .3);  }

.fw_bleu_clair_hover_important:hover   {  background-color: rgba(54, 169, 225, .3) !important;  }
.fw_vert_clair_hover_important:hover   {  background-color: rgba(120, 205, 81, .3) !important;  }
.fw_jaune_clair_hover_important:hover  {  background-color: rgba(250, 187, 61, .3) !important;  }
.fw_orange_clair_hover_important:hover {  background-color: rgba(250, 96, 61, .3) !important;  }
.fw_rouge_clair_hover_important:hover  {  background-color: rgba(207, 33, 0, .3) !important;  }
.fw_rose_clair_hover_important:hover   {  background-color: rgba(247, 150, 169, .3) !important;  }
.fw_violet_clair_hover_important:hover {  background-color: rgba(232, 76, 138, .3) !important;  }
.fw_mauve_clair_hover_important:hover {  background-color: rgba(161, 79, 188, .3) !important;  }
.fw_gris_clair_hover_important:hover   {  background-color: rgba(199, 199, 201, .3) !important;  }
.fw_noir_clair_hover_important:hover   {  background-color: rgba(69, 70, 73, .3) !important;  }
.fw_blanc_clair_hover_important:hover  {  background-color: rgba(255, 255, 255, .3) !important;  }

.fw_bleu_invert:hover   {  color: #36a9e1;  background-color: #fff;  }
.fw_vert_invert:hover   {  color: #78cd51;  background-color: #fff;  }
.fw_jaune_invert:hover  {  color: #fabb3d;  background-color: #fff;  }
.fw_orange_invert:hover {  color: #fa603d;  background-color: #fff;  }
.fw_rouge_invert:hover  {  color: #cf2100;  background-color: #fff;  }
.fw_rose_invert:hover   {  color: #f796a9;  background-color: #fff;  }
.fw_violet_invert:hover {  color: #e84c8a;  background-color: #fff;  }
.fw_mauve_invert:hover {  color: #a14fbc;  background-color: #fff;  }
.fw_gris_invert:hover   {  color: #c7c7c9;  background-color: #fff;  }
.fw_noir_invert:hover   {  color: #454649;  background-color: #fff;  }

.fw_bleu_invert_important:hover   {  color: #36a9e1 !important;  background-color: #fff !important;  }
.fw_vert_invert_important:hover   {  color: #78cd51 !important;  background-color: #fff !important;  }
.fw_jaune_invert_important:hover  {  color: #fabb3d !important;  background-color: #fff !important;  }
.fw_orange_invert_important:hover {  color: #fa603d !important;  background-color: #fff !important;  }
.fw_rouge_invert_important:hover  {  color: #cf2100 !important;  background-color: #fff !important;  }
.fw_rose_invert_important:hover   {  color: #f796a9 !important;  background-color: #fff !important;  }
.fw_violet_invert_important:hover {  color: #e84c8a !important;  background-color: #fff !important;  }
.fw_mauve_invert_important:hover {  color: #a14fbc !important;  background-color: #fff !important;  }
.fw_gris_invert_important:hover   {  color: #c7c7c9 !important;  background-color: #fff !important;  }
.fw_noir_invert_important:hover   {  color: #454649 !important;  background-color: #fff !important;  }

.fw_bleu_clair_invert:hover   {  rgba(54, 169, 225, .7);  background-color: #fff;  }
.fw_vert_clair_invert:hover   {  rgba(120, 205, 81, .7);  background-color: #fff;  }
.fw_jaune_clair_invert:hover  {  rgba(250, 187, 61, .7);  background-color: #fff;  }
.fw_orange_clair_invert:hover {  rgba(250, 96, 61, .7);  background-color: #fff;  }
.fw_rouge_clair_invert:hover  {  rgba(207, 33, 0, .7);  background-color: #fff;  }
.fw_rose_clair_invert:hover   {  rgba(247, 150, 169, .7);  background-color: #fff;  }
.fw_violet_clair_invert:hover {  rgba(232, 76, 138, .7);  background-color: #fff;  }
.fw_mauve_clair_invert:hover {  rgba(161, 79, 188, .7);  background-color: #fff;  }
.fw_gris_clair_invert:hover   {  rgba(199, 199, 201, .7);  background-color: #fff;  }
.fw_noir_clair_invert:hover   {  rgba(69, 70, 73, .7);  background-color: #fff;  }

.fw_bleu_clair_invert_important:hover   {  rgba(54, 169, 225, .7) !important;  background-color: #fff !important;  }
.fw_vert_clair_invert_important:hover   {  rgba(120, 205, 81, .7) !important;  background-color: #fff !important;  }
.fw_jaune_clair_invert_important:hover  {  rgba(250, 187, 61, .7) !important;  background-color: #fff !important;  }
.fw_orange_clair_invert_important:hover {  rgba(250, 96, 61, .7) !important;  background-color: #fff !important;  }
.fw_rouge_clair_invert_important:hover  {  rgba(207, 33, 0, .7) !important;  background-color: #fff !important;  }
.fw_rose_clair_invert_important:hover   {  rgba(247, 150, 169, .7) !important;  background-color: #fff !important;  }
.fw_violet_clair_invert_important:hover {  rgba(232, 76, 138, .7) !important;  background-color: #fff !important;  }
.fw_mauve_clair_invert_important:hover {  rgba(161, 79, 188, .7) !important;  background-color: #fff !important;  }
.fw_gris_clair_invert_important:hover   {  rgba(199, 199, 201, .7) !important;  background-color: #fff !important;  }
.fw_noir_clair_invert_important:hover   {  rgba(69, 70, 73, .7) !important;  background-color: #fff !important;  }

.fw_bleu button,
.fw_vert button,
.fw_jaune button,
.fw_orange button,
.fw_rouge button,
.fw_rose button,
.fw_violet button,
.fw_mauve button,
.fw_gris button,
.fw_noir button {
color: #fff;
}

.fw_bleu_important button,
.fw_vert_important button,
.fw_jaune_important button,
.fw_orange_important button,
.fw_rouge_important button,
.fw_rose_important button,
.fw_violet_important button,
.fw_mauve_important button,
.fw_gris_important button,
.fw_noir_important button {
color: #fff !important;
}

.fw_tip_bleu .jBox-container,   .fw_tip_bleu .jBox-pointer::after   {  color: #fff;  background: #36a9e1; border: 0;  }
.fw_tip_vert .jBox-container,   .fw_tip_vert .jBox-pointer::after   {  color: #fff;  background: #78cd51; border: 0;  }
.fw_tip_jaune .jBox-container,  .fw_tip_jaune .jBox-pointer::after  {  color: #fff;  background: #fabb3d; border: 0;  }
.fw_tip_orange .jBox-container, .fw_tip_orange .jBox-pointer::after {  color: #fff;  background: #fa603d; border: 0;  }
.fw_tip_rouge .jBox-container,  .fw_tip_rouge .jBox-pointer::after  {  color: #fff;  background: #cf2100; border: 0;  }
.fw_tip_rose .jBox-container,   .fw_tip_rose .jBox-pointer::after   {  color: #fff;  background: #f796a9; border: 0;  }
.fw_tip_violet .jBox-container, .fw_tip_violet .jBox-pointer::after {  color: #fff;  background: #e84c8a; border: 0;  }
.fw_tip_mauve .jBox-container, .fw_tip_mauve .jBox-pointer::after {  color: #fff;  background: #a14fbc; border: 0;  }
.fw_tip_gris .jBox-container,   .fw_tip_gris .jBox-pointer::after   {  color: #fff;  background: #c7c7c9; border: 0;  }
.fw_tip_noir .jBox-container,   .fw_tip_noir .jBox-pointer::after   {  color: #fff;  background: #454649; border: 0;  }
.fw_tip_blanc .jBox-container,  .fw_tip_blanc .jBox-pointer::after  {  background: #fff; border: 0  }

.fw_tip_bleu_clair .jBox-container,   .fw_tip_bleu_clair .jBox-pointer::after   {  color: #fff;  background: rgba(54, 169, 225, .6); border: 0  }
.fw_tip_vert_clair .jBox-container,   .fw_tip_vert_clair .jBox-pointer::after   {  color: #fff;  background: rgba(120, 205, 81, .6); border: 0  }
.fw_tip_jaune_clair .jBox-container,  .fw_tip_jaune_clair .jBox-pointer::after  {  color: #fff;  background: rgba(250, 187, 61, .6); border: 0  }
.fw_tip_orange_clair .jBox-container, .fw_tip_orange_clair .jBox-pointer::after {  color: #fff;  background: rgba(250, 96, 61, .6); border: 0  }
.fw_tip_rouge_clair .jBox-container,  .fw_tip_rouge_clair .jBox-pointer::after  {  color: #fff;  background: rgba(207, 33, 0, .6); border: 0  }
.fw_tip_rose_clair .jBox-container,   .fw_tip_rose_clair .jBox-pointer::after   {  color: #fff;  background: rgba(247, 150, 169, .6); border: 0  }
.fw_tip_violet_clair .jBox-container, .fw_tip_violet_clair .jBox-pointer::after {  color: #fff;  background: rgba(232, 76, 138, .6); border: 0  }
.fw_tip_mauve_clair .jBox-container, .fw_tip_mauve_clair .jBox-pointer::after {  color: #fff;  background: rgba(161, 79, 188, .6); border: 0  }
.fw_tip_gris_clair .jBox-container,   .fw_tip_gris_clair .jBox-pointer::after   {  color: #fff;  background: rgba(199, 199, 201, .6); border: 0  }
.fw_tip_noir_clair .jBox-container,   .fw_tip_noir_clair .jBox-pointer::after   {  color: #fff;  background: rgba(69, 70, 73, .6); border: 0  }
.fw_tip_blanc_clair .jBox-container,  .fw_tip_blanc_clair .jBox-pointer::after  {  background: rgba(255, 255, 255, .6); border: 0  }

.fw_bleu_txt   {  color: #36a9e1;  }
.fw_vert_txt   {  color: #78cd51;  }
.fw_jaune_txt  {  color: #fabb3d;  }
.fw_orange_txt {  color: #fa603d;  }
.fw_rouge_txt  {  color: #cf2100;  }
.fw_rose_txt   {  color: #f796a9;  }
.fw_violet_txt {  color: #e84c8a;  }
.fw_gris_txt   {  color: #c7c7c9;  }
.fw_noir_txt   {  color: #454649;  }
.fw_blanc_txt  {  color: #fff;  }

.fw_bleu_txt_hover:hover   {  color: #36a9e1;  }
.fw_vert_txt_hover:hover   {  color: #78cd51;  }
.fw_jaune_txt_hover:hover  {  color: #fabb3d;  }
.fw_orange_txt_hover:hover {  color: #fa603d;  }
.fw_rouge_txt_hover:hover  {  color: #cf2100;  }
.fw_rose_txt_hover:hover   {  color: #f796a9;  }
.fw_violet_txt_hover:hover {  color: #e84c8a;  }
.fw_gris_txt_hover:hover   {  color: #c7c7c9;  }
.fw_noir_txt_hover:hover   {  color: #454649;  }
.fw_blanc_txt_hover:hover  {  color: #fff;  }

.fw_bleu_txt_important   {  color: #36a9e1 !important;  }
.fw_vert_txt_important   {  color: #78cd51 !important;  }
.fw_jaune_txt_important  {  color: #fabb3d !important;  }
.fw_orange_txt_important {  color: #fa603d !important;  }
.fw_rouge_txt_important  {  color: #cf2100 !important;  }
.fw_rose_txt_important   {  color: #f796a9 !important;  }
.fw_violet_txt_important {  color: #e84c8a !important;  }
.fw_gris_txt_important   {  color: #c7c7c9 !important;  }
.fw_noir_txt_important   {  color: #454649 !important;  }
.fw_blanc_txt_important  {  color: #fff !important;  }

.fw_bleu_clair_txt   {  color: rgba(54, 169, 225, .6);  }
.fw_vert_clair_txt   {  color: rgba(120, 205, 81, .6);  }
.fw_jaune_clair_txt  {  color: rgba(250, 187, 61, .6);  }
.fw_orange_clair_txt {  color: rgba(250, 96, 61, .6);  }
.fw_rouge_clair_txt  {  color: rgba(207, 33, 0, .6);  }
.fw_rose_clair_txt   {  color: rgba(247, 150, 169, .6);  }
.fw_violet_clair_txt {  color: rgba(232, 76, 138, .6);  }
.fw_gris_clair_txt   {  color: rgba(199, 199, 201, .6);  }
.fw_noir_clair_txt   {  color: rgba(69, 70, 73, .6);  }
.fw_blanc_clair_txt  {  color: rgba(255, 255, 255, .6);  }

.fw_bleu_clair_txt_important   {  color: rgba(54, 169, 225, .6) !important;  }
.fw_vert_clair_txt_important   {  color: rgba(120, 205, 81, .6) !important;  }
.fw_jaune_clair_txt_important  {  color: rgba(250, 187, 61, .6) !important;  }
.fw_orange_clair_txt_important {  color: rgba(250, 96, 61, .6) !important;  }
.fw_rouge_clair_txt_important  {  color: rgba(207, 33, 0, .6) !important;  }
.fw_rose_clair_txt_important   {  color: rgba(247, 150, 169, .6) !important;  }
.fw_violet_clair_txt_important {  color: rgba(232, 76, 138, .6) !important;  }
.fw_gris_clair_txt_important   {  color: rgba(199, 199, 201, .6) !important;  }
.fw_noir_clair_txt_important   {  color: rgba(69, 70, 73, .6) !important;  }
.fw_blanc_clair_txt_important  {  color: rgba(255, 255, 255, .6) !important;  }

.fw_btn_confirm.fw_rouge:not(.inactive):not(.fw_btn_working):hover,
.fw_btn_confirm.fw_rouge:not(.inactive):not(.fw_btn_working).pushed,
.fw_btn_confirm.fw_rouge:not(.inactive):not(.fw_btn_working).active {
background: #f07d89;
}



/* CONFIRM
---------------------------------------------------------------------------------------------------- */

.fw_confirm_default .jBox-content {
}

.fw_confirm_default .jBox-Confirm-button-submit {
background: #FA603D;
}

.fw_confirm_warning .jBox-content {
}

.fw_confirm_warning .jBox-Confirm-button-submit {
background: #e51d1d;
}

.fw_confirm_warning .jBox-Confirm-button-submit:hover {
background: #d61717;
}

.fw_confirm_check .jBox-content {
}

.fw_confirm_check .jBox-Confirm-button-submit {
background: #57B4E7;
}

.fw_confirm_check .jBox-Confirm-button-submit:hover {
background: #489fce;
}



/* GALLERY JBOX
---------------------------------------------------------------------------------------------------- */

.jBox-image-container {
background-color: #000;
}


