@import "font-awesome.min.css";

/* 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;
}

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;
left: 0;
top: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
}

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

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

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


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



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

.fw_form {
}

.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: #fa9334;
border: 1px solid #fa9334;
background-color: #ffeedd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fw_form fieldset {
border: 0;
}

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

.fw_form .field {
display: inline-block;
padding: 5px 0;
}

.fw_form .fw_field_content {
position: relative;
}

.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 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_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 textarea,
.fw_form .fw_field_off select {
border: none;
-webkit-box-shadow: none;
				box-shadow: none;
-webkit-transition: none;
				transition: none;
}

.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 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_off input[type=text]:focus,
.fw_form .fw_field_off input[type=email]:focus,
.fw_form .fw_field_off input[type=password]:focus,
.fw_form .fw_field_off textarea:focus,
.fw_form .fw_field_off select:focus {
outline: 0;
-webkit-box-shadow: none;
				box-shadow: none;
}

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

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

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

.fw_field_errors {
display: none;
font-size: .9em;
color: #fa9334;
}

.fw_field_help {
display: none;
font-size: .9em;
}

.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: #ffffff;
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;
z-index: 999;
}

.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%;
z-index: 5;
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:'FontAwesome';
color: #fff;
font-size: 1em;
font-weight: normal;
content:"\f00c";
}

.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 textarea {
border: 1px solid #fa9319;
}

.fw_form .fw_form_actions {
margin-top: 20px;
}

.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.scroll-to-fixed-fixed {
padding: 10px;
background-color: rgba(66, 139, 202, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.15s;
          transition: all ease-in-out 0.15s;
}



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

div#fw_notices {
position: absolute;
top: 5px;
right: 20px;
z-index: 10004;
}

div#fw_notices .fw_notices-notice {
position: relative;
margin: 20px;
padding: 20px;
width: 300px;
font-size: 1.2em;
line-height: 1.2em;
font-weight: normal;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-box-shadow: 1px 1px 6px #999 !important;
				box-shadow: 1px 1px 6px #999 !important;
color: #000;
background-color: #e6e6e6;
}

div#fw_notices .fw_notices-notice span.notice_close {
position: absolute;
top: -6px;
right: -6px;
display: inline-block;
border-radius: 50%;
padding-top: 4px;
width: 20px;
height: 20px;
text-align: center;
border: 0;
background-color: #4b4b4b;
background-clip: padding-box;
color: #ffffff;
font-size: .9em;
line-height: .9em;
text-decoration: none;
font-weight: normal;
z-index: 10005;
cursor: pointer;
}

div#fw_notices .fw_notices-notice span.notice_close:before {
font-family:'FontAwesome';
color: #fff;
font-size: .8em;
font-weight: normal;
content:"\f00d";
}


div#fw_notices .fw_notices-notice.notice_info {
color: #fff;
background-color: #3698f2;
}

div#fw_notices .fw_notices-notice.notice_success {
color: #fff;
background-color: #66b11d;
}


div#fw_notices .fw_notices-notice.notice_warning {
color: #fff;
background-color: #fa9334;
}


div#fw_notices .fw_notices-notice.notice_alert {
color: #fff;
background-color: #cf2016;
}



/* 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;
font-size: 13px;
}

.fw_tinymce p {
padding: 5px 0;
}

.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;
}

.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;
}





/* BUTTONS
---------------------------------------------------------------------------------------------------- */
.fw_btn {
  display: inline-block;
  margin: 6px 12px 6px 0;
  padding: 10px 14px;
  position: relative;
  border-radius: 3px;
  border: 0;
  background: #454649;
  background-clip: padding-box;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  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;
  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: #9192a6;
  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%;
  z-index: 5;
  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_submit {
  background: #3698f2;
  color: #ffffff;
}
.fw_btn_submit:not(.inactive):not(.fw_btn_working):hover,
.fw_btn_submit:not(.inactive):not(.fw_btn_working).pushed,
.fw_btn_submit:not(.inactive):not(.fw_btn_working).active {
  background: #8bc5ff;
  color: #ffffff;
}

.fw_btn_rouge {
  background: #cf2100;
  color: #ffffff;
}
.fw_btn_rouge:not(.inactive):not(.fw_btn_working):hover,
.fw_btn_rouge:not(.inactive):not(.fw_btn_working).pushed,
.fw_btn_rouge:not(.inactive):not(.fw_btn_working).active {
  background: #f07d89;
  color: #ffffff;
}


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

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

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



/* 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);
  }
}