@charset "UTF-8";
/*!
	Theme Name: WordPress + Elementor
	Theme URI: http://activis.ca
	Author: Activis, votre agence web
	Author URI: http://activis.ca
	Description: Official WordPress Boilerplate for Elementor by Activis
	Version: 3.1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: activis
*/
/* Styles
   ========================================================================== */
@import url("https://use.typekit.net/lsc1pjh.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #045677;
}
a:hover, a:active {
  color: #333333;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
#comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #333333;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #333333;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

#adduser input[type=text],
#adduser input[type=date],
#adduser input[type=email],
#adduser input[type=number],
#adduser input[type=password],
#adduser input[type=search],
#adduser input[type=tel],
#adduser select,
#adduser textarea {
  font-size: 16px;
  color: #434343;
  background-color: #F1F1F1;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #F1F1F1;
  padding: 10px 10px 10px 10px;
  transition: all 0.5s;
  height: 50px;
  font-family: "urbane-rounded", Sans-serif;
}
#adduser input[type=text]:focus,
#adduser input[type=date]:focus,
#adduser input[type=email]:focus,
#adduser input[type=number]:focus,
#adduser input[type=password]:focus,
#adduser input[type=search]:focus,
#adduser input[type=tel]:focus,
#adduser select:focus,
#adduser textarea:focus {
  background-color: #FEF3D4;
}
#adduser textarea {
  height: auto;
}

/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #cccccc;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #e9e9e9;
}
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* WordPress
   ========================================================================== */
.alignright {
  float: right;
  margin-right: 1rem;
}

.alignleft {
  float: left;
  margin-left: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Custom style
========================================================================== */
pre.debug {
  padding: 24px;
  color: #ac4747;
  border: 1px dashed #ffd2d2;
  background-color: #fff5f5;
}

/* ACTCOPY shortcode
========================================================================== */
.actcopy {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 11px;
  color: #333333;
}
body[data-elementor-device-mode=mobile] .actcopy {
  justify-content: center;
}

.actcopy svg {
  width: 16px;
  height: 100%;
  margin: 0 10px;
}
.actcopy svg .cls-1, .actcopy svg .cls-2 {
  fill: white;
  stroke: #333333;
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
  stroke-linecap: square;
  transition: all 1s ease;
}
.actcopy:hover svg .cls-1, .actcopy:hover svg .cls-2 {
  fill: #00b6ff;
  stroke: white;
}

.shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

/* Assemblées */
.item-assemblee {
  margin-bottom: 47px;
  padding: 28px 23px 28px 34px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
}
.item-assemblee:hover {
  background-color: #F9F9F9;
}
.item-assemblee:hover div.link i {
  transform: translateX(10px);
  color: #EEEEEE;
}
.item-assemblee div.link i {
  font-size: 60px;
  transition: 0.4s ease-in-out;
  color: #F1F1F1;
  margin-left: 100px;
}
.item-assemblee .ass_type {
  font: normal normal medium 16px/19px urbane-rounded;
  text-transform: uppercase;
  color: #FDC311;
}
.item-assemblee .assemblee_big_title {
  font: normal normal bold 18px/21px urbane-rounded;
  color: #045677;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.item-assemblee .ass_date {
  font: normal normal medium 14px/17px urbane-rounded;
  color: #333333;
}

.sidebar {
  font: normal normal 300 15px/18px urbane-rounded;
  color: #045677;
}
.sidebar ul {
  list-style-type: none;
  border: 1px solid #EEEEEE;
  padding: 0;
}
.sidebar ul li:last-child a {
  border-bottom: none;
}
.sidebar ul li a {
  display: inline-block;
  padding: 12px 20px;
  width: 100%;
  transition: 0.4s ease-in-out;
  border-bottom: 1px solid #EEEEEE;
}
.sidebar ul li a:hover, .sidebar ul li a.current-item {
  background-color: #D3E8F1;
}
.sidebar ul li ul {
  border: none;
  border-bottom: 1px solid #EEEEEE;
}
.sidebar ul li ul li a {
  padding-left: 40px;
}

#accordion .ui-accordion-content {
  padding: 15px 23px 14px 30px;
}
#accordion .ui-accordion-content.ui-accordion-content-active {
  border: 1px solid #EEEEEE;
  border-top: none;
}
#accordion div.blocAcc {
  margin-bottom: 30px;
}
#accordion h3.ui-accordion-header {
  padding: 14px 23px 14px 30px;
  border: 1px solid #EEEEEE;
  display: flex;
  color: #045677;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  font: normal normal bold 16px/19px urbane-rounded;
  outline: none;
}
#accordion h3.ui-accordion-header.currentAcc {
  background-color: #D3E8F1 !important;
}
#accordion h3.ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
#accordion h3.ui-accordion-header.ui-state-active {
  border-bottom: none;
  outline: none;
}
#accordion h3.ui-accordion-header.ui-state-active:hover {
  background-color: transparent;
}
#accordion h3.ui-accordion-header.ui-state-active:hover span.icon i {
  color: #F1F1F1;
}
#accordion h3.ui-accordion-header.ui-state-active span.icon i {
  transform: rotate(90deg);
}
#accordion h3.ui-accordion-header:hover {
  background-color: #F9F9F9;
}
#accordion h3.ui-accordion-header:hover span.icon i {
  color: #EEEEEE;
}
#accordion h3.ui-accordion-header span.title {
  flex-grow: 1;
  width: calc(100% - 150px - 175px - 100px);
}
#accordion h3.ui-accordion-header span.time {
  width: 150px;
  text-align: center;
  font: normal normal 300 16px/19px urbane-rounded;
  color: #045677;
}
#accordion h3.ui-accordion-header span.status {
  width: 175px;
  height: 46px;
  background-color: #F1F1F1;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  padding: 12px 10px;
  color: #666666;
  font: normal normal normal 18px/22px Lato;
}
#accordion h3.ui-accordion-header span.status.decompte {
  background-color: #FDC311;
  color: white;
  font: normal normal normal 18px/22px Lato;
  align-items: center;
  justify-content: center;
  display: flex;
}
#accordion h3.ui-accordion-header span.status.decompte:before {
  display: inline-block;
  content: "";
  font-size: 16px;
  height: 18px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}
#accordion h3.ui-accordion-header span.status.check:before {
  display: inline-block;
  color: #045677;
  content: "";
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
#accordion h3.ui-accordion-header span.status.empty {
  background-color: transparent;
}
#accordion h3.ui-accordion-header span.status i.fa-check {
  color: #045677;
  font-size: 18px;
}
#accordion h3.ui-accordion-header span.icon i {
  font-size: 60px;
  transition: 0.4s ease-in-out;
  color: #F1F1F1;
  margin-left: 40px;
}

#vote {
  display: none;
}

span.accActive {
  position: absolute;
  cursor: pointer;
  left: 100%;
  margin-top: 30px;
}
span.accActive:hover:before {
  color: #FDC400;
}
span.accActive:before {
  display: inline-block;
  color: #045677;
  content: "";
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  margin: 0 15px;
}
span.accActive.accVisible:before {
  content: "";
}

.single-vote {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 23px 0 30px;
}
.single-vote .gform_wrapper {
  background-color: #D3E8F1;
  padding: 22px 20px;
  color: #045677;
}
.single-vote .gform_wrapper .validation_error {
  display: none;
}
.single-vote .gform_wrapper li.gfield.gfield_error {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.single-vote .gform_wrapper .gform_title {
  font: normal normal bold 15px/18px urbane-rounded;
}
.single-vote .gform_wrapper .gform_footer {
  margin-top: 0;
}
.single-vote .gform_wrapper ul.gfield_radio li label {
  margin: 0 0 0 10px;
}
.single-vote .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-top: 0;
}
.single-vote .gform_wrapper ul li.gfield_error ul.gfield_radio {
  color: #045677;
}
.single-vote .gform_wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font: normal normal bold 14px/17px urbane-rounded;
}
.single-vote .gform_wrapper ul li.gfield {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-vote .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}
.single-vote input[type=submit] {
  outline: none;
  background-color: #045677;
  color: white;
  margin-bottom: 15px;
  border-radius: 29px;
  padding: 8px 20px 11px;
  font: normal normal normal 16px/19px Lato;
}
.single-vote h3 {
  display: flex;
  color: #045677;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  font: normal normal bold 16px/19px urbane-rounded;
  outline: none;
  border-bottom: none;
}
.single-vote h3 span.title {
  flex-grow: 1;
  width: calc(100% - 150px - 175px - 100px);
}
.single-vote h3 span.time {
  width: 150px;
  text-align: center;
  font: normal normal 300 16px/19px urbane-rounded;
  color: #045677;
}
.single-vote h3 span.status {
  width: 175px;
  background-color: #F1F1F1;
  border-radius: 29px;
  height: 46px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 12px 10px;
  color: #666666;
  font: normal normal normal 18px/22px Lato;
}
.single-vote h3 span.status.decompte {
  background-color: #FDC311;
  color: white;
  font: normal normal normal 18px/22px Lato;
  align-items: center;
  justify-content: center;
  display: flex;
}
.single-vote h3 span.status.decompte:before {
  display: inline-block;
  content: "";
  font-size: 16px;
  margin-right: 5px;
  height: 18px;
  font-family: "Font Awesome 5 Pro";
}
.single-vote h3 span.status.check {
  align-items: center;
  justify-content: center;
  display: flex;
}
.single-vote h3 span.status.check:before {
  display: inline-block;
  color: #045677;
  content: "";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
}
.single-vote h3 span.status.empty {
  background-color: transparent;
}
.single-vote h3 span.status i.fa-check {
  color: #045677;
  font-size: 18px;
}
.single-vote h3 span.icon i {
  font-size: 60px;
  transition: 0.4s ease-in-out;
  color: #F1F1F1;
  margin-left: 40px;
}

.item-resolution {
  font: normal normal 300 15px/20px urbane-rounded;
}
.item-resolution .top-info-res {
  display: flex;
  justify-content: space-between;
}
.item-resolution .top-info-res .title-res {
  font-weight: bold;
  color: #045677;
}
.item-resolution .info-resolution {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.item-resolution .info-resolution .private-resolution {
  font: normal normal bold 10px/12px urbane-rounded;
  color: #045677;
  display: flex;
  flex-direction: column;
  width: 35px;
  text-align: center;
  justify-content: center;
  margin-right: 30px;
  align-items: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.item-resolution .info-resolution .private-resolution i {
  color: #D3E8F1;
  font-size: 25px;
}
.item-resolution .volet-type {
  margin-top: 15px;
  font: normal normal 300 14px/17px urbane-rounded;
}
.item-resolution .volet-type span {
  color: #045677;
  font-weight: bold;
}
.item-resolution .form-block {
  display: none;
}
.item-resolution .btns-resolution {
  display: none;
  margin-top: 25px;
  flex-direction: column;
  background-color: #D3E8F1;
  justify-content: center;
  padding: 50px 0 35px 0;
  align-items: center;
}
.item-resolution .btns-resolution.allVisible {
  display: flex;
}
.item-resolution .btns-resolution.visible {
  display: flex;
}
.item-resolution .btns-resolution button {
  outline: none;
  background-color: #045677;
  color: white;
  margin-bottom: 15px;
  border-radius: 29px;
  padding: 20px 60px;
  font: normal normal normal 16px/19px Lato;
}
.item-resolution .view-resolution, .item-resolution .view-result, .item-resolution .privat-result, .item-resolution .result-block, .item-resolution .form-block, .item-resolution .activate-resolution {
  margin-top: 15px;
}
.item-resolution .view-resolution.is-visible, .item-resolution .view-result.is-visible, .item-resolution .privat-result.is-visible, .item-resolution .result-block.is-visible, .item-resolution .form-block.is-visible, .item-resolution .activate-resolution.is-visible {
  display: block;
}
.item-resolution .actions-admin .activate-resolution {
  margin-right: 0;
}
.item-resolution .actions-admin .activate-resolution:before {
  display: block;
  content: attr(data-activate);
}
.item-resolution .actions-admin .activate-resolution.is-active:before {
  display: block;
  content: attr(data-is-active);
}
.item-resolution .view-result:before {
  display: block;
  content: attr(data-open);
}
.item-resolution .view-result.open:before {
  display: block;
  content: attr(data-close);
}
.item-resolution .view-resolution:before {
  display: block;
  content: attr(data-wait-vote);
}
.item-resolution .view-resolution.has-vote:before {
  display: block;
  content: attr(data-has-vote);
}
.item-resolution .view-resolution.old-vote:before {
  display: block;
  content: attr(data-old-vote);
}
.item-resolution .error {
  color: red;
  display: none;
}
.item-resolution .error:before {
  display: block;
  content: attr(data-error);
}
.item-resolution .error.one-activate:before {
  display: block;
  content: attr(data-one-activate);
}
.item-resolution .error.not-active:before {
  content: attr(data-not-active);
}
.item-resolution .error.not-right:before {
  content: attr(data-not-right);
}
.item-resolution .error.active:before {
  content: attr(data-active);
}
.item-resolution .error.old:before {
  content: attr(data-old);
}
.item-resolution .error.error-activate:before {
  content: attr(data-error-activate);
  text-align: right;
}
.item-resolution .error.activate, .item-resolution .error.stop {
  display: block;
}
.item-resolution .error.activate:before {
  content: attr(data-activate);
  text-align: right;
  color: green;
}
.item-resolution .error.thanks:before {
  content: attr(data-thanks);
  text-align: right;
  color: green;
}
.item-resolution .error.stop:before {
  content: attr(data-stop);
  text-align: right;
  color: blue;
}
.item-resolution .error.error-stop:before {
  content: attr(data-error-stop);
  text-align: right;
}
.item-resolution .error.has-vote:before {
  content: attr(data-has-vote);
}
.item-resolution .long-desc {
  margin-top: 20px;
}
.item-resolution .long-desc span {
  font: normal normal bold 15px/18px urbane-rounded;
  color: #045677;
  font-weight: bold;
}

.next-page {
  display: inline-block;
  color: white;
  padding: 18px 35px;
  background-color: #635DFF;
  font-weight: 100;
  box-shadow: -2px 5px 14px -5px rgba(0, 0, 0, 0.5) !important;
  border-radius: 50px 0px 50px 50px;
  transition: 0.4s ease-in-out;
}
.next-page:hover {
  color: #635DFF;
  background-color: #fff;
}
.next-page i {
  margin-left: 15px;
}

.gform_confirmation_wrapper {
  margin-top: 15px;
}

.gpoll_field_label_container {
  display: none;
}

.gpoll_field .gpoll_bar {
  background-color: #F1F1F1;
  height: 15px;
  max-height: 15px;
  margin-left: 0;
}
.gpoll_field .blue .gpoll_ratio_box {
  background-color: transparent;
}
.gpoll_field .gpoll_ratio_label {
  display: none;
}
.gpoll_field .gpoll_wrapper {
  float: left;
  max-width: 66%;
  margin-bottom: 8px;
}
.gpoll_field .gpoll_choice_label {
  float: right;
  font: normal normal bold 14px/17px urbane-rounded;
  color: #045677;
  width: 33%;
  text-transform: capitalize;
  margin-top: 0;
}
.gpoll_field .gpoll_choice_label .percent {
  margin-left: 15px;
}
.gpoll_field .gpoll_bar_count {
  display: none;
}
.gpoll_field .blue .gpoll_bar_juice {
  background-color: #045677;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gpoll_field .gpoll_bar_juice:after {
  background-image: none;
}

.counter {
  display: none;
}

#accordion.accordionUser h3.ui-accordion-header {
  display: none;
}
#accordion.accordionUser h3.ui-accordion-header.accVisible {
  display: flex;
}
#accordion.accordionUser h3.ui-accordion-header + div.accRes {
  display: none;
}

#accordion.accordionGestion span.accVisible + h3.ui-accordion-header {
  background-color: #fff;
  opacity: 1;
}
#accordion.accordionGestion h3.ui-accordion-header {
  background-color: #F9F9F9;
  opacity: 0.7;
}
#accordion.accordionGestion h3.ui-accordion-header.currentAcc {
  background-color: #D3E8F1 !important;
}
#accordion.accordionGestion h3.ui-accordion-header.accVisible {
  background-color: #fff;
  opacity: 1;
}

#menu_user ul {
  left: auto !important;
  right: 0;
  width: 260px !important;
}
#menu_user ul a:hover {
  background-color: #fff;
}

.sidebar.stickIt {
  position: sticky;
}

@media only screen and (max-width: 1024px) {
  #accordion h3.ui-accordion-header span.status {
    width: 115px;
  }

  .item-resolution .btns-resolution {
    padding: 20px 0 15px;
  }

  #menu_mobile a {
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  #menu_mobile nav {
    box-shadow: -2px 5px 14px -5px rgba(0, 0, 0, 0.5);
    width: 100vw;
    left: 0;
    position: fixed;
    top: 48px;
  }

  .elementor-menu-toggle {
    outline: none;
  }
}
@media only screen and (max-width: 991px) {
  #menu_mobile nav {
    top: 50px;
  }

  #logo_mobile > div {
    max-width: 270px;
  }

  #accordion .ui-accordion-content {
    padding: 0 15px 14px 15px;
  }

  .single-vote {
    padding: 0;
  }
  .single-vote .item-resolution {
    padding-top: 15px;
  }
  .single-vote h3 {
    flex-wrap: wrap;
  }
  .single-vote h3 span.title {
    width: 100%;
    padding-bottom: 15px;
  }
  .single-vote h3 span.time {
    width: 30%;
  }

  #accordion.accordionUser h3.ui-accordion-header, #accordion.accordionGestion h3.ui-accordion-header {
    flex-wrap: wrap;
  }
  #accordion.accordionUser h3.ui-accordion-header span.title, #accordion.accordionGestion h3.ui-accordion-header span.title {
    width: 100%;
  }
  #accordion.accordionUser h3.ui-accordion-header span.time, #accordion.accordionGestion h3.ui-accordion-header span.time {
    width: 30%;
  }
}
.user_form input {
  background-color: #EFEFEF;
  border-color: rgba(145, 156, 167, 0.27);
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #707070;
  padding: 15px 45px;
  margin-bottom: 18px;
  text-align: center;
}
.user_form input[type=submit] {
  color: #FFFFFF;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #045677;
  border-radius: 30px 30px 30px 30px;
}
.user_form input[type=submit]:hover {
  background-color: #333333;
}
.user_form .formbtn {
  text-align: center;
}
.user_form .resetpassword-error {
  text-align: center;
  color: red;
  margin: 0 0 20px 0;
}

.choose_region_eleveurs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.choose_region_eleveurs span {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  /* Target Internet Explorer 9 to undo the custom arrow */
}
.choose_region_eleveurs span:after {
  display: inline-block;
  position: absolute;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  color: #fff;
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.choose_region_eleveurs span select {
  padding: 12px 35px 12px 12px;
  border: 1px solid #cccccc;
  height: 48px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #045677;
  color: #fff;
}
.choose_region_eleveurs span select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}
@media screen and (min-width: 0\0 ) {
  .choose_region_eleveurs span select {
    background: none\9 ;
    padding: 5px\9 ;
  }
}

#liste_eleveurs_wrapper {
  display: none;
}
#liste_eleveurs_wrapper .dropdown-item.active, #liste_eleveurs_wrapper .dropdown-item:active {
  background-color: #045677;
}
#liste_eleveurs_wrapper table {
  table-layout: fixed;
}
#liste_eleveurs_wrapper table td {
  overflow: hidden;
}

#liste_eleveurs_paginate .page-link, #liste_documents_paginate .page-link {
  color: #045677;
}
#liste_eleveurs_paginate .page-item.active .page-link, #liste_documents_paginate .page-item.active .page-link {
  background-color: #045677;
  border-color: #045677;
  color: #ffffff;
}

input:focus, textarea:focus, select:focus, .btn:focus, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

#adduser {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#adduser p {
  width: 48%;
}
#adduser p.farm_address {
  width: 100%;
}

.php-file-tree {
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 20px 0;
  list-style-type: none;
  display: none;
  font-family: "urbane-rounded", Sans-serif;
}
.php-file-tree A {
  color: #000000;
  text-decoration: none;
}
.php-file-tree A:hover {
  color: #666666;
}
.php-file-tree .current {
  font-style: italic;
  font-weight: bold;
}
.php-file-tree LI {
  list-style-type: none;
  /* Additional file types */
}
.php-file-tree LI ul {
  padding-left: 20px;
}
.php-file-tree LI a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
}
.php-file-tree LI.pft-directory a {
  background-image: url(images/directory.png);
}

#liste_documents_wrapper {
  font-family: "urbane-rounded", Sans-serif;
}
#liste_documents_wrapper .col-md-7 {
  display: none;
}
#liste_documents_wrapper .col-md-5 {
  width: 100%;
}
#liste_documents_wrapper table tbody > tr:nth-child(odd) > td,
#liste_documents_wrapper table tbody tr:hover > td {
  background-color: transparent;
}
#liste_documents_wrapper table td {
  border: none;
}
#liste_documents_wrapper #liste_documents {
  border: 1px solid #cccccc;
  font-size: 100%;
}
#liste_documents_wrapper #liste_documents th {
  font-size: 100%;
}
#liste_documents_wrapper #liste_documents tbody tr {
  cursor: pointer;
}
#liste_documents_wrapper #liste_documents tbody tr:hover td:first-child {
  color: #045677;
}
#liste_documents_wrapper #liste_documents tbody tr td:first-child {
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}
#liste_documents_wrapper #liste_documents tbody tr.featured i {
  color: #FDC400;
  margin-right: 5px;
}
#liste_documents_wrapper #liste_documents tbody tr.pft-directory td:first-child {
  background-image: url(images/directory.png);
}
#liste_documents_wrapper #liste_documents tbody tr.pft-file td:first-child {
  background-image: url(images/file.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-3gp td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-afp td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-afpa td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-asp td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-aspx td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-avi td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-bat td:first-child {
  background-image: url(images/application.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-bmp td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-c td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-cfm td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-cgi td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-com td:first-child {
  background-image: url(images/application.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-cpp td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-css td:first-child {
  background-image: url(images/css.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-doc td:first-child {
  background-image: url(images/doc.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-exe td:first-child {
  background-image: url(images/application.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-gif td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-fla td:first-child {
  background-image: url(images/flash.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-h td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-htm td:first-child {
  background-image: url(images/html.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-html td:first-child {
  background-image: url(images/html.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-jar td:first-child {
  background-image: url(images/java.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-jpg td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-jpeg td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-js td:first-child {
  background-image: url(images/script.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-lasso td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-log td:first-child {
  background-image: url(images/txt.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-m4p td:first-child {
  background-image: url(images/music.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-mov td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-mp3 td:first-child {
  background-image: url(images/music.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-mp4 td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-mpg td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-mpeg td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-ogg td:first-child {
  background-image: url(images/music.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-pcx td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-pdf td:first-child {
  background-image: url(images/pdf.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-php td:first-child {
  background-image: url(images/php.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-png td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-ppt td:first-child {
  background-image: url(images/ppt.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-psd td:first-child {
  background-image: url(images/psd.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-pl td:first-child {
  background-image: url(images/script.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-py td:first-child {
  background-image: url(images/script.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-rb td:first-child {
  background-image: url(images/ruby.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-rbx td:first-child {
  background-image: url(images/ruby.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-rhtml td:first-child {
  background-image: url(images/ruby.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-rpm td:first-child {
  background-image: url(images/linux.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-ruby td:first-child {
  background-image: url(images/ruby.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-sql td:first-child {
  background-image: url(images/db.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-swf td:first-child {
  background-image: url(images/flash.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-tif td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-tiff td:first-child {
  background-image: url(images/picture.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-txt td:first-child {
  background-image: url(images/txt.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-vb td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-wav td:first-child {
  background-image: url(images/music.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-wmv td:first-child {
  background-image: url(images/film.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-xls td:first-child {
  background-image: url(images/xls.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-xml td:first-child {
  background-image: url(images/code.png);
}
#liste_documents_wrapper #liste_documents tbody tr.ext-zip td:first-child {
  background-image: url(images/zip.png);
}

body .datepicker-dropdown {
  padding: 0;
  border-top: none;
}
body .datepicker-dropdown.datepicker-orient-top:before {
  display: none;
}
body .datepicker-dropdown.datepicker-orient-top:after {
  display: none;
}
body .datepicker-dropdown table tbody tr:hover > td, body .datepicker-dropdown table tbody tr:hover > th {
  background-color: #fff;
}
body .datepicker-dropdown table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
  border-radius: 0;
}
body .datepicker-dropdown table th {
  padding: 5px;
  border-radius: 0;
}
body .datepicker-dropdown table tbody > tr:nth-child(odd) > td,
body .datepicker-dropdown table tbody > tr:nth-child(odd) > th,
body .datepicker-dropdown table tr td.old, body .datepicker-dropdown table tr td.new {
  background-color: #fff;
}
body .datepicker-dropdown table tr td.today, body .datepicker-dropdown table tbody > tr:nth-child(odd) > td.today {
  background-color: #fdc400;
  background-image: none;
  color: #fff;
}
body .datepicker-dropdown table tr td.today:hover, body .datepicker-dropdown table tr td.today.disabled, body .datepicker-dropdown table tr td.today.disabled:hover, body .datepicker-dropdown table tr td.today.odd, body .datepicker-dropdown table tbody > tr:nth-child(odd) > td.today:hover, body .datepicker-dropdown table tbody > tr:nth-child(odd) > td.today.disabled, body .datepicker-dropdown table tbody > tr:nth-child(odd) > td.today.disabled:hover, body .datepicker-dropdown table tbody > tr:nth-child(odd) > td.today.odd {
  background-color: #fdc400;
  background-image: none;
  color: #fff;
}
body .datepicker-dropdown table tr td.active {
  background-color: #045677;
  color: #fff;
}
body .datepicker-dropdown table tr td.active:hover, body .datepicker-dropdown table tr td.active.disabled, body .datepicker-dropdown table tr td.active.disabled:hover, body .datepicker-dropdown table tr td.active.odd, body .datepicker-dropdown table tr td.active:active, body .datepicker-dropdown table tr td.active.active.active {
  background-color: #045677;
  color: #fff;
}
body .datepicker-dropdown table tr td.day:hover, body .datepicker-dropdown table tr td.day.focused {
  background-color: #045677;
  color: #fff;
}

#search_date {
  display: flex;
  align-items: center;
  position: absolute;
}
#search_date span {
  display: inline-block;
  margin-right: 5px;
}
#search_date span.middle {
  margin-left: 5px;
}
#search_date input {
  width: 130px;
}

/*# sourceMappingURL=style.css.map */
