/****** System ************************************/
.print {display:none}
.both {clear:both; padding:0; margin:0; line-height:0; border:none !important; }
.left  {float: left !important; }
.right {float: right !important; }
.clearfix {*zoom: 1;}
.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both; }
.hide {display: none; }
.antialiased {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@keyframes rotate{
  from {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  to {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}
/****** General ************************************/
body {
  background: url(../img/bg.png) repeat-x center 400px #E2E5EC ;
  
  color: #111;
  padding: 0;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  
}

.row {
    margin: 0 auto;
    max-width: 1100px;
    /*background: #FFF;*/
    
}
.wd-null {
  margin: 0;
  padding: 0;
}
a:hover {
  cursor: pointer; }

img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */
@media \0screen {img { width: auto }} /* Prevent height distortion in IE8. */

img {
  -ms-interpolation-mode: bicubic; }
img {
  display: inline-block;
  vertical-align: middle; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

a {
  color: #1E62AF;
  text-decoration: underline;
  line-height: inherit; }
a:hover, a:focus {
    color:#8DC63F; }
a img {
    border: none; }

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility;
  text-align: justify;
   }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }
  
  .align-right{ text-align:right;}
  .align-left{ text-align:left;}
  .align-center{ text-align:center;}
  .align-center p{ text-align:center;}
  
.internalp p, .internalp ol, .internalp ul{ color: #111; font-size: 1.0em;}
.internalp #wd-content h2.csc-firstHeader{font-weight: 400; text-transform: uppercase;
}
  
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  line-height: 1.3; 
  
  }

  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 1.425rem; }

h2 {
  font-size: 1.3975rem;  color: #8DC63F; font-weight: 300; } 

h2 a {color: #8DC63F;}


h3 {
  font-size: 1.175rem; color:#0C61A5 }

h4 {
  font-size: 1.025rem; color:#8DC63F }

h5 {
  font-size: 1.000rem; color:#4086D6; font-weight: 400; }

h6 {
  font-size: 0.725rem; font-weight:bold; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #910b0e; }

ul,
ol,
dl {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.9rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 10px;}
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

li {
list-style: none;

}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

ol {
  margin-left: 0rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.4;
  color: #996229; }

  
 table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;

   }
  table thead,
  table tfoot {
    background: #716C2D; color: #FFF; font-family: Arial; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.4rem 0.625rem 0.425rem;
      font-size: 0.775rem;
      font-weight: bold;
      color: #FFF;
      }
  table tr th,
  table tr td {
    padding: 0.9625rem 0.625rem 0.5625rem ;
    font-size: 0.875rem;
    color: #555555; }
    table tr th{ background:#005AA6; color: #FFF; border-color: #00335e;}
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #E8E8E7; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; text-align:center;
  border: 1px solid #ccc;
}

th, .td-highlight{ background: #1E62AF; color: #fff; border: #013b7c 1px solid ; }




/****** Form ************************************/

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

  button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2285a2; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #bababa; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #4a831c; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2285a2; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #bababa;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #bababa; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #4a831c;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4a831c; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #9e0c0f;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #9e0c0f; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

  button, .button {
    display: inline-block; }


form {
  margin: 0 0 1rem; }

form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0.4rem 0;
  padding:0 0.96rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled], fieldset[disabled] input[type="text"],
  input[type="password"][disabled], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled], fieldset[disabled]
  input[type="url"],
  textarea[disabled], fieldset[disabled]
  textarea {
    background-color: #dddddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none; display:inline-block; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af);border:0px; color:#FFF; padding: 10px 25px; font-size: 0.9em ; -webkit-border-radius: 3px;   border-radius: 3px; }

input[type="submit"]:hover{ background: #8DC63F;}
  
input[type="reset"] {  
  -webkit-appearance: none; display:inline-block; background:#ccc; border:0px; color:#FFF; padding: 10px 25px;font-size: 0.9em ; -webkit-border-radius: 3px;   border-radius: 3px;  margin: 0 10px 0 0; }


input[type="reset"]:hover{ background: #8DC63F;
}  
  
label strong, legend strong {display: inline-block; color:red; margin:0 0 0 5px; text-transform:lowercase}  
  
/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 3.25rem 1.25rem;
  margin: 0.7rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #c60f13; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

    


/* - START Template elements - */
#c561{ display:none !important;}
#wd-content{ display: inline-block; width: 100%; padding: 0 0 30px 0; position:relative}
#wd-content h2.csc-firstHeader{ border-bottom: 2px double #8DC63F; padding: 0 0 10px 0; margin: 0 0 20px 0; }
#wd-content h3{ border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 10px; clear: both; }
#wd-content h3:before{content: "\f260"; font-family: FontAwesome; margin: 0 5px 0 0; font-size: 0.8em;}
#wd-content h4{ border-bottom: 0px dotted #ccc; padding-bottom: 0px; margin-bottom: 20px; }
#wd-content h4:before{content: "\f138"; font-family: FontAwesome; margin: 0 5px 0 0; font-size: 0.8em;}
#wd-content h5{ border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 20px; }
#wd-content h5:before{content: "\f105"; font-family: FontAwesome; margin: 0 5px 0 0; font-size: 0.8em;}
#page-246 #wd-content ul{ display: table; }
.tx-jfmulticontent-pi1{ margin-bottom: 20px; }
.tx-jfmulticontent-pi1 h3{ margin-bottom: 0 !important; color: #8DC63F;  font-weight: 400; }
.tx-jfmulticontent-pi1 h3:before{ content: none !important; }
.tx-jfmulticontent-pi1 h3 a{  font-size: 15px; }
.ui-accordion .ui-accordion-icons{    padding-left: 1.4em;}

#wd-content .wd-loginbox h2.csc-firstHeader{ padding: 0 0 10px 30px; }
#cnttop{ background: #ECEEF2; border: 1px solid #ddd; padding: 10px 10px 4px; overflow: auto; font-size: 0.8em; margin: 0 0 30px 0; -webkit-border-radius: 5px;     border-radius: 5px;}
#wd-content li{ position: relative; padding: 0 0 0 12px; }
#wd-content li:before{content: '\f0da '; font-family: FontAwesome; margin: 0 5px 0 0; color: #95C94D; position: absolute; left: 0;}
#wd-content .prestation li:before{ content: none; }
#addthis{ float: right; }
#rootline{ padding: 0px 0 0 0; line-height: 1.5; }
.wd-header{ background:#fff url(../img/bg-header.png) no-repeat center top; -webkit-background-size: cover;  -o-background-size: cover;  background-size: cover; }
#wd-tutel{}
#wd-tutel img{ max-width: 30px; float: left; margin: 0px 8px 0 0; }
.top-header { padding: 8px 0 0 0; color:#999; }
.top-header p{font-size: 13px;}
.top-header{ background: rgba(255,255,255,0.4); -webkit-box-shadow: 0 7px 5px -6px #dadada; -moz-box-shadow:0 7px 5px -6px #dadada; box-shadow: 0 7px 5px -6px #dadada;}
#wd-logo{ padding: 20px 0 30px 0 }
#wd-lang{ float: right; font-size: 0.90rem;     line-height: 1.4;}
#wd-lang:before{content:"\f0ac"; font-family: FontAwesome; color: #1E62AF; margin: 0; position: absolute; font-size: 16px; top: -2px;}
#wd-lang {   }
#wd-lang ul {  padding: 0;  margin: 0 0 0 20px;  list-style: none;  position: relative; line-height: 1.4  }
#wd-lang ul li {   }
#wd-lang a {  display:block;     text-decoration:none; color: #1E62AF;}
#wd-lang ul ul {  display: none;  position: absolute;   top: 20px;  z-index:9999; margin: 0;}
#wd-lang ul li:hover > ul {  display:inherit;}
#wd-lang ul ul li { background: #FFF; width:100px;  float:none;  display:list-item;  position: relative; border: 1px solid #ddd; padding: 5px 10px; color: #1E62AF;}
#wd-lang li > a:after { content:  '\f107'; font-family: FontAwesome; margin: 0 0 0 5px; }
#wd-lang li > a:only-child:after { content: ''; }

#wd-lang li.fr-lang a{pointer-events: none;  cursor: default;}
#wd-lang li.fr-lang li a {pointer-events: visible;  cursor: pointer;}

#menu-tc .menu-top{ margin: 40px 0 0 0; float: right; }
#menu-tc .menu-top a{ margin: 0 10px 0 0; font-weight: 400; text-decoration: none; color: #1E62AF; }
#menu-tc .menu-top a:before{ margin: 0 5px 0 0;}
#menu-tc .menu-top a:nth-child(1):before{ content:  '\f0e8'; font-family: FontAwesome;  }
#menu-tc .menu-top a:nth-child(2):before{ content:  '\f0c1'; font-family: FontAwesome;  }
#menu-tc .menu-top a:nth-child(3):before{ content:  '\f0e0'; font-family: FontAwesome;  }
#menu-tc .menu-top a:nth-child(4):before{ content:  '\f023'; font-family: FontAwesome;  }
#menu-tc .menu-top a:nth-child(4){ display: none; }

.csc-mailform{ margin: 0 0 50px 0; overflow: auto; }
.csc-mailform li{ padding: 0 !important; }
.csc-mailform li:before{ content: none !important; }

.menu-top a:hover{color: #8DC63F !important;}

.wd-foot-menu{ color: #1E62AF; padding: 15px 0 0; }
.wd-foot-menu a{ color: #1E62AF; text-decoration: none; font-size: 13px; margin: 0 5px 0 0;}
.wd-foot-menu p{margin: 0; text-align: right; }
.wd-copyright{  }
.wd-copyright p {font-size: 13px; text-align: right;}

#slidehsow .news-latest-container{ padding: 0; }
#slidehsow ul{ margin: 0; padding: 0; }

.nl_text{ display: none; }
.jDiaporama{ max-width: 100% !important; overflow: hidden; }

.float-right{ float: right; margin: -71px 0 0 0; }

#wd-search{ background:url(../img/search-bg.png) no-repeat left top ; padding: 5px 50px; overflow: auto;     position: inherit; z-index: 1;}
#wd-search #sword{ width: 80%;  height: 2.8125rem; margin: -5px 0 0 10px; padding: 0; background: none; border:0px;  box-shadow: none; color: #FFF; display: inline-block; }
#wd-search #ssubmit{ width: 10%;  margin: 0; padding: 0 0 0 0; background: url(../img/search-icon.png) no-repeat center; text-indent: -3000px; display: inline-block;}
#wd-search #sword::-webkit-input-placeholder {  color: #fff; }
#wd-search #sword::-moz-placeholder {  color: #fff !important; }
#wd-search #sword:-ms-input-placeholder { color: #fff; }
#wd-search #sword:-moz-placeholder {  color: #fff; }
#wd-search #sadvanced{ display: none; }

#wd-login{  background:url(../img/login-bg.png) no-repeat center top ; padding: 7px 0 10px 0 ; overflow: auto; margin: 0 0 0 -120px; text-align: center; }
#wd-login{color: #FFF;}
#wd-login a{color: #FFF; display: block; vertical-align: middle; text-decoration: none;}
#wd-login a:before{ content: "\f023";  font-family: FontAwesome; font-size: 1.2em; padding: 5px 5px 0 0; margin: 5px 5px 0 0; border-right:0px solid #fff }
#wd-login p{ text-align: center; }
.submit-btn{margin:0 5px 0 0; padding: 8px 10px !important;}
.bloc-home{ margin: -152px 0 20px 0; width: 94%; }
.bloc-home .csc-textpic-image{ margin: 0 !important; }
.bloc-home .csc-textpic-text{ background: #8dc63f; color: #FFF; padding: 20px; border-bottom: #6B970D 8px solid; }
.bloc-home .csc-textpic{ padding:0 0px 0 0; }
.bloc-home:nth-child(3) .csc-textpic{ padding: 0; }
.bloc-home .csc-firstHeader{ display: none; }
.bloc-home h3{ color: #FFF; font-size: 1.5em; }
.bloc2 .csc-textpic-text.csc-textpic-text{  background: #5b7f0d; border-bottom: #425e06 8px solid; }
.bloc3 .csc-textpic-text.csc-textpic-text{  background: #314604; border-bottom: #212f02 8px solid; }
.bloc-home p{ text-align: left; }
.jDiaporama_controls .prev{ background: url(../img/prev.png) center !important; height: 102px !important; width: 51px !important; margin-top: -50px !important; }
.jDiaporama_controls .next{ background: url(../img/next.png) center !important; height: 102px !important; width: 51px !important; margin-top: -50px !important; }
.jDiaporama_controls{     margin: 0 auto; max-width: 1100px }
.wd-contnair{ background: #FFF; margin: 50px auto 0;    max-width: 1020px; padding:30px 2%;   box-shadow: 0px 0px 5px #ccc;}

.bloc1{  }
.bloc2{ margin-left: auto; margin-right: auto  }
.bloc3{ float: right; }

.tx-indexedsearch-res { clear:both; margin:10px 0 10px 0; padding: 10px 0 10px 0;}
.tx-indexedsearch-res .tx-indexedsearch-res {background-color:#ECEEF2; border: 1px solid #ddd; padding: 10px 20px 10px 20px;      border-radius: 5px}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info{ background: none;  font-size: 0.86em; margin: 10px 0; border: 1px dotted #999; padding: 20px;  color: #999;}

.tx-indexedsearch-res h3 span { display:block; float:left; margin: 0}
.tx-indexedsearch-res h3 span a:before{ content: "\f00e"; font-family: FontAwesome; margin: 0 10px 0 0;}
.tx-indexedsearch-res h3 span a{ text-decoration: none; }
.tx-indexedsearch-icon{display: none !important;}
.tx-indexedsearch-icon img { vertical-align:bottom; border: none; }
.tx-indexedsearch-percent { display:none; visibility:hidden; }
.tx-indexedsearch-descr { clear:both; }
.tx-indexedsearch-browsebox ul { border:1px solid #ddd; overflow:auto; padding:0 3px; margin: 0; background-color:#ECEEF2;   border-radius: 5px}
.tx-indexedsearch-browsebox li { float:left; margin:0 0 0 5px; padding:2px; list-style-type:none; list-style-image:none; }
.tx-indexedsearch-icon{display: none;}
.tx-indexedsearch-res table, .tx-indexedsearch-res table th, .tx-indexedsearch-res table td{ border: 0px; margin: 0;}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr{ font-style: normal;}
.tx-indexedsearch-res dl { border:solid 1px #cccccc; overflow:auto; padding:3px; font-size:80%; }
.tx-indexedsearch-whatis{ font-size: 1.6em; padding: 10px 0; overflow: auto; }
.tx-indexedsearch-res dt, .tx-indexedsearch-res dd { display:block; float:left; margin:0; padding:0; }
.tx-indexedsearch-res dt { padding:0 0 0 10px; }
dt.tx-indexedsearch-text-item-path { clear:both; }
.tx-indexedsearch select { width: 100%; }
.tx-indexedsearch fieldset div{ width:100%; float:left;}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ font-weight:400}
.ui-accordion-content h2.csc-firstHeader{ display:none;}
.ui-accordion-content p{ font-size:0.9em}
.ui-accordion-content td{ font-size:0.9em}
.ui-accordion-content ul{ font-size:0.9em}
.ui-state-hover{     
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d') !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d') !important";
    background-image: -moz-linear-gradient(top, #b2d20f, #73a91d) !important;
    background-image: -ms-linear-gradient(top, #b2d20f, #73a91d) !important;
    background-image: -o-linear-gradient(top, #b2d20f, #73a91d) !important;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#b2d20f), to(#73a91d)) !important;
    background-image: -webkit-linear-gradient(top, #b2d20f, #73a91d) !important;
    background-image: linear-gradient(top, #b2d20f, #73a91d) !important; }
.ui-accordion .ui-accordion-content{ background: #f7f7f7; border: 1px solid #ddd; color: #FFF; }
.ui-state-hover a{color: #FFF !important;}
.news-list-container{}
.news-listpage #news-lef{ float: left; width: 10%; }
.news-listpage #news-righ{ float: right; width: 88%; ;}
.news-listpage .news-list-morelink{ display: block; padding: 0 !important; margin-top: 10px;  text-align: right  }
.news-listpage .news-list-morelink a{   font-size: 0.86em;     background: #8CC53E;    text-decoration: none;    color: #fff;    padding: 5px 10px;    display: inline-block;    -webkit-border-radius: 3px;    border-radius: 3px;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af);     }
.news-listpage .news-list-morelink a:hover{    background: #8DC63F;}
.news-single-backlink{ padding: 0; }
.news-single-backlink a{       background: #8CC53E;    text-decoration: none;    color: #fff;    font-size: 0.86em;    padding: 10px;    display: inline-block;    -webkit-border-radius: 3px;    border-radius: 3px;   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af);    }
.news-single-backlink a:hover{    background: #8DC63F;}
.news-listpage .date-years{ display: block }
.news-listpage #ttnews-date{ background: #8DC63F  ; text-align: center; color: #fff; padding: 5px 0; -webkit-border-radius: 3px;  border-radius: 3px; font-weight: bold; }
.news-listpage .news-list-item{ background: #ECEEF2; padding: 20px; overflow: auto; margin: 0 0 20px 0; border: 1px solid #ddd; -webkit-border-radius: 10px;     border-radius: 10px; }
.news-listpage .news-list-item img{ display: none; }


.news-list-browse {}
.news-list-browse { font-size: 12px; margin: 0 0 10px 0; }
.disabledLinkWrap, .browseLinksWrap a, .activeLinkWrap{ display: inline-block; padding: 10px; background: #ECEEF2; border: 1px solid #ddd; }
.showResultsWrap{ margin: 0 0 10px 0; }

#date-top span{font-weight: 100;}

.agenda-list #news-lef{display: none;}
.agenda-list #news-righ{width: 100%;  }

.pg-media { text-align: center }
.pg-media .fa{ font-size: 3.5em; display: block; margin: 0 0 10px 0; color: #005AA6; }
.pg-media .cnt{ background: #ECEEF2; padding:40px 20px; border: #ddd 1px solid; }
.pg-media .fa:hover{color: #8DC63F;}
.pg-media a{ text-decoration: none; }
.media-title,
.welcome-title, 
.agenda-title{ padding: 0 0 0 40px; color: #1E62AF; position: relative; }
.agenda-title:before{content:"\f073";  font-family: FontAwesome; position: absolute; left: 0; top: 5px; font-size: 1.6em;}
.welcome-title:before{content:"\f279 ";  font-family: FontAwesome; position: absolute; left: 0; top: 5px; font-size: 1.6em;}
.media-title:before{content:"\f030";  font-family: FontAwesome; position: absolute; left: 0; top: 5px; font-size: 1.6em;}
.media-title{ margin: 46px 0 0 0; }
.wd-media{min-height: 161px; background: #EFEFEF; padding: 20px 20px 20px 20px;  border: 1px solid #ddd; position: relative;}
.wd-media img{ margin: 0 0 5px 0; }
.wd-media a{ text-decoration: none; z-index:9; background: #8CC53E; color: #fff; padding: 5px 20px; position: absolute; right: 30px; bottom:-15px; -webkit-border-radius: 3px;   border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d')";background-image: -moz-linear-gradient(top, #b2d20f, #73a91d);background-image: -ms-linear-gradient(top, #b2d20f, #73a91d);background-image: -o-linear-gradient(top, #b2d20f, #73a91d);background-image: -webkit-gradient(linear, center top, center bottom, from(#b2d20f), to(#73a91d));background-image: -webkit-linear-gradient(top, #b2d20f, #73a91d);background-image: linear-gradient(top, #b2d20f, #73a91d); }
.wd-media a:hover{ background: #74AA1D; }
.welcome-note{min-height: 243px; background: #ececec;background: -moz-linear-gradient(top,  #ececec 0%, #f5f5f5 100%);background: -webkit-linear-gradient(top,  #ececec 0%,#f5f5f5 100%);background: linear-gradient(to bottom,  #ececec 0%,#f5f5f5 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f5f5f5',GradientType=0 ); border: 1px solid #ddd; padding: 20px 20px 10px; }
.welcome-note img{ max-width: 195px; margin: 0 10px 10px 0; }
.wd-agenda{ min-height: 255px; overflow: auto;  padding: 10px 20px 10px; color: #FFF; background: #05287a; background: -moz-linear-gradient(top,  #05287a 0%, #559ed3 100%); background: -webkit-linear-gradient(top,  #05287a 0%,#559ed3 100%); background: linear-gradient(to bottom,  #05287a 0%,#559ed3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05287a', endColorstr='#559ed3',GradientType=0 );}
.wd-agenda .news-list-item .subheader{ display: none; }
.wd-agenda .news-list-item h3{line-height: 130%; padding: 0 0 0 10px; margin: 10px 0 0 0; font-size: 0.86em; font-weight: 400;}
.wd-agenda .news-list-item h3 a{ color: #FFF; }
.wd-agenda .news-list-browse{ display: none; }
.welcome-note h5{ color: #999; font-size: 1.0em; }
.wd-agenda .news-list-item { overflow: auto; border-bottom: 1px solid #559ED3; margin: 0 0 10px 0; padding:0 0 10px 0; }
.wd-agenda .news-list-item:nth-child(3){ border:0px }
.wd-agenda #news-lef{ float: left; width: 20%; }
.wd-agenda #news-righ{ float: right; width: 80%; ;}
.wd-agenda .date-years{ display: none }
.wd-agenda .news-list-container{padding: 8px 0;}
.wd-agenda .date-event{ display:none;}
.wd-agenda #ttnews-date{ background: #FFF; text-align: center; color: #1A4792; padding: 5px 0; -webkit-border-radius: 3px;  border-radius: 3px; font-weight: bold; }
.ui-widget-content{ background: none; border: 0px; }
.ui-widget-content a{color: #1E62AF;}
.ui-widget-content a:hover{color: #8DC63F;}
.ui-widget-header{ background: none; border: 0px; }
#jfmulticontent_c300-1, #jfmulticontent_c300-2 {background: #ececec;background: -moz-linear-gradient(top,  #ececec 0%, #f5f5f5 100%);background: -webkit-linear-gradient(top,  #ececec 0%,#f5f5f5 100%);background: linear-gradient(to bottom,  #ececec 0%,#f5f5f5 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f5f5f5',GradientType=0 ); border: 1px solid #ddd; padding:12px 20px; }
#jfmulticontent_c300-1{ min-height: 177px; }
.ui-corner-top{ background: #1E62AF; border: 0px !important; -webkit-border-radius: 5px 5px 0 0;  border-radius: 5px 5px 0 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d') !important;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d') !important";background-image: -moz-linear-gradient(top, #b2d20f, #73a91d) !important;background-image: -ms-linear-gradient(top, #b2d20f, #73a91d) !important;background-image: -o-linear-gradient(top, #b2d20f, #73a91d) !important;background-image: -webkit-gradient(linear, center top, center bottom, from(#b2d20f), to(#73a91d)) !important;background-image: -webkit-linear-gradient(top, #b2d20f, #73a91d) !important;background-image: linear-gradient(top, #b2d20f, #73a91d) !important; color: #FFF !important; }
.ui-tabs-active{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#367cc2', endColorstr = '#10439c') !important;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#367cc2', endColorstr = '#10439c')" !important;background-image: -moz-linear-gradient(top, #367cc2, #10439c) !important;background-image: -ms-linear-gradient(top, #367cc2, #10439c) !important;background-image: -o-linear-gradient(top, #367cc2, #10439c) !important;background-image: -webkit-gradient(linear, center top, center bottom, from(#367cc2), to(#10439c)) !important;background-image: -webkit-linear-gradient(top, #367cc2, #10439c) !important;background-image: linear-gradient(top, #367cc2, #10439c) !important; }
.ui-corner-top a{color: #FFF !important; font-family: 'Roboto Condensed', sans-serif !important; }
.wd-tabs{ margin: 47px 0 0 0; }
.wd-tabs .news-list-item img{ max-width: 200px; float: left; margin: 0 10px 0 0; }
.ui-widget-content h3 a{ color: #1E62AF !important; }
.ui-widget-content h3 a:hover{ color: #8DC63F !important; }
.ui-tabs .ui-tabs-nav{ margin-left: 20px; }
.ui-tabs .ui-tabs-nav li a{ padding: 5px 30px 4px; }
.ui-widget{    font-family: 'Roboto Condensed', sans-serif;}
.all-link a{ background: #8CC53E; text-decoration: none; color: #fff; padding: 5px 20px; position: absolute; right: 30px; bottom:10px; -webkit-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d')"; background-image: -moz-linear-gradient(top, #b2d20f, #73a91d); background-image: -ms-linear-gradient(top, #b2d20f, #73a91d); background-image: -o-linear-gradient(top, #b2d20f, #73a91d); background-image: -webkit-gradient(linear, center top, center bottom, from(#b2d20f), to(#73a91d)); background-image: -webkit-linear-gradient(top, #b2d20f, #73a91d); background-image: linear-gradient(top, #b2d20f, #73a91d); }
.all-link a:hover{ background: #74AA1D; }
.wd-tabs .news-list-browse{ display: none }
.alaune #ttnews-date{ font-size: 0.76em;  color: #8DC63F;}
.alaune #date-top{float: left;}
.alaune .date-month:before{content: '.';}
.alaune .date-month:after{content: '.';}
.alaune .news-list-container{padding: 0 !important;}
.news #ttnews-date{ font-size: 0.76em;  color: #8DC63F;}
.news #date-top{float: left;}
.news .date-month:before{content: '.';}
.news .date-month:after{content: '.';}
.news-list-item h3 a{text-decoration: none;}



.csc-form-element-submit{ float: right; }
.csc-form-element-reset{ float: right; margin: 0 0 0 10px !important; }
#slidehsow-interne{background-image: url(http://www.eringenierie.com/upload/annonces/normal/Agro-Alimentaire.jpg);
    background-position: center; height: 300px;     position: absolute; -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    z-index: -9;}

.news-single-item{ padding: 0; }
.news-single-img{float: none; width: 100%; margin: 20px 0 20px 0;}
.news-single-item img{  max-width: 100%; margin: 0; }
.news-single-item h2{ font-weight: 400;
    text-transform: uppercase;     border-bottom: 2px double #8DC63F;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0; }

.news-single-item .news-meta{ display: none; }
/*.news-listpage h2.csc-firstHeader{ display: none; }*/
.news-single-timedata{font-size: 0.8em; color: #ccc;}
.subhead-news p{    white-space: pre-line;     font-family: 'Roboto Condensed', sans-serif; }

.date-event{padding:0 0 10px 0; font-weight: 100; border-bottom: 1px dotted #ddd; margin: 0 0 10px 0;  text-align: right;}
.date-event strong { font-weight: 400; color: #999; font-size: 14px; }
.mbl_newsevent_singleICSDownload{font-weight: 400;  font-size: 14px;}
.date-event:empty{ display: none; }
.all-link-agenda{ position: relative; }
.all-link-agenda a{ text-decoration: none;  position: absolute; right: 30px; bottom:-10px;  -webkit-border-radius: 3px; border-radius: 3px;  background: #ececec;background: -moz-linear-gradient(top,  #ececec 0%, #f5f5f5 100%);background: -webkit-linear-gradient(top,  #ececec 0%,#f5f5f5 100%);background: linear-gradient(to bottom,  #ececec 0%,#f5f5f5 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f5f5f5',GradientType=0 ); border: 1px solid #ddd; padding: 5px 20px; }


#col-righ{padding: 0px 0 0 30px; }
#col-righ .banners img{ margin: 0 0 10px 0; border: 1px solid #ddd; }
#page-2 #col-righ{padding: 8px 0 0 30px; }
.wd-loginbox { border: 1px solid #ddd; padding:0 10px; margin: 0 0 20px 0; position: relative; }
.wd-loginbox label { position: absolute; top: 3px; padding: 8px 10px; font-size: 1.0em; color: #999999; }
.wd-loginbox input[type="text"] { padding: 0 0 0 10px; margin: 0 0 10px 0; }
.wd-loginbox input[type="password"] { padding: 0 0 0 10px; margin: 0 0 20px 0;}
.wd-loginbox div{ position: relative; }
.wd-loginbox h2{ position: relative; padding: 0 0 0 30px; }
.wd-loginbox h2:before{content:"\f007 ";  font-family: FontAwesome; position: absolute; left: 0; top: 0; font-size: 1.0em; color: #0163AE;}
aside h2{ font-size: 1.4em; }

#page-2 .tx-felogin-pi1 fieldset{ text-align:left;}
#page-267 .wd-loginbox{ padding: 20px; }


p.forget-password { position: absolute; right: 0; bottom:0; font-size: 0.7em; }

.prestation{ margin: 40px 0 40px 0;clear: both; overflow: auto; }
.prestation ul{ overflow:hidden; margin: 0;}
.prestation li{float: left; width: 14.23%; max-height:130px}
.prestation li a{display: block; text-transform:uppercase;color: #fff; margin: 0; border: 0px solid #FFF; text-align: center; text-decoration: none; padding: 25px 0  }
.prestation li:nth-child(1) { background: #ffffff; border:1px solid #ddd ;  color: #005AA6; font-size: 1.5em; text-transform: none; line-height: 150%; padding: 17px 0; text-align: center}
.prestation li:nth-child(2) a{ background: #4A8EBD; }
.prestation li:nth-child(3) a{ background: #648915; }
.prestation li:nth-child(4) a{ background: #883086; }
.prestation li:nth-child(5) a{ background: #B4AE7E; }
.prestation li:nth-child(6) a{ background: #DF960C; }
.prestation li:nth-child(7) a{ background: #8EC63F; }
.prestation li:nth-child(8) a{ background: #4A8EBD; }
.prestation li:nth-child(9) a{ background: #4A8EBD; }
.prestation li a:before {font-family: FontAwesome; font-size: 2.4em; text-align: center; display: block;}
.prestation li:nth-child(1):after{ content: '\f178'; font-family: FontAwesome; display: block; color: #8DC63F; font-size: 1.5em; }
.prestation li:nth-child(2) a:before{ content: '\f19d'; }
.prestation li:nth-child(3) a:before{ content: '\f05a'; }
.prestation li:nth-child(4) a:before{ content: '\f02d'; }
.prestation li:nth-child(5) a:before{ content: '\f0c3'; }
.prestation li:nth-child(6) a:before{ content: '\f0ac'; }
.prestation li:nth-child(7) a:before{ content: '\f06c'; }

#wd-content .prestation li:nth-child(1){ display: none; }
#wd-content .prestation li{ width: 16.66%; max-height: 130px; padding: 0;}
#wd-content .prestation li a{ padding: 10px 0; }
#wd-content .prestation ul{margin: 0;}

.wd-foot-menu{}
.wd-social-bottom{ padding: 20px 0; }
.wd-social-bottom li{ line-height: 14px; margin: 0 25px 0 0; font-size: 0.89em; display: inline-block;}
.wd-social-bottom li strong{ display: block; }
.wd-social-bottom li .fa{ font-size: 2.3em; float: left; margin: 0 10px 0 0; }
.wd-social-bottom li:first-child strong, .wd-social-bottom li:first-child .fa{ color: #3B5998; }
.wd-social-bottom li:last-child strong, .wd-social-bottom li:last-child .fa{ color: #0177B5; }
.wd-social-bottom a{text-decoration: none;}

.update-date-reg{border-bottom: 1px solid #ddd; margin: -7px 0 20px 0; padding: 0 0 10px 0;}
.update-date-reg p{ text-align: right; margin: 0; font-size: 0.9em; padding: 0;  }

/*

.tx-wdbiblio-pi1 ul.ul0 {    overflow: auto;   background: #9BBD34;   border: 0px solid #ddd;   margin: 0 0 20px 0;   padding: 0; display: table; width: 100%; -webkit-border-radius: 5px;   border-radius: 5px;}
.tx-wdbiblio-pi1 ul{ float: none; display: block; overflow: auto; margin: 0; padding: 0;  }
.tx-wdbiblio-pi1 ul li{float: left; padding:0 ; display: table-cell; width: 20%; text-align: center;  } 
.tx-wdbiblio-pi1 ul li:first-child{ -webkit-border-radius: 5px 0 0 5px;     border-radius: 5px 0 0 5px; }
.tx-wdbiblio-pi1 ul li:last-child{ -webkit-border-radius: 0px 5px 5px 0px;     border-radius: 0px 5px 5px 0px; }
.tx-wdbiblio-pi1 ul li a{display: inline-block; padding: 5px 0; color: #FFF; text-decoration: none; }
.tx-wdbiblio-pi1 ul li:before{ color: #FFF !important; }
.tx-wdbiblio-pi1 ul.ul0 li.act{ background: #005AA6; }
.tx-wdbiblio-pi1 ul.ul0 li.act a{ color: #fff;    }
.tx-wdbiblio-pi1 ul.ul0 li.act:before{ color: #fff !important;    }
.tx-wdbiblio-pi1-listrowField-picto{display: none;}


.tx-wdbiblio-pi1-listrowField-descriptif li{padding: 0 !important; margin: 0; float: right !important; text-align: right !important; background: none !important;} 
.tx-wdbiblio-pi1-listrowField-descriptif a{     display: inline-block;    font-weight: normal;    background: #1E62AF;    border: 0px;    color: #FFF;    padding: 5px 15px !important;   -webkit-border-radius: 3px;     border-radius: 3px;  font-size: 0.8em;    text-decoration: none;    float: right;    clear: both;}
.tx-wdbiblio-pi1-listrowField-descriptif a:hover{ background: #8DC63F;}
.tx-wdbiblio-pi1-listrowField-descriptif li:before{content: none !important;}
.tx-wdbiblio-pi1-listrowField-datepub{  font-size: 0.9em !important; color: #999 !important; line-height: 2.0; }
.tx-wdbiblio-pi1-listrow .doc-item0{ overflow: auto;   background: #ECEEF2;   border: 1px solid #ddd;   margin: 0 0 20px 0;   padding: 10px 20px 10px 20px;  -webkit-border-radius: 5px;     border-radius: 5px; }
.tx-wdbiblio-pi1-listrow .doc-item0 hr{ display: none; }
.tx-wdbiblio-pi1-browsebox p{ color: #999; font-size: 0.8em; }
.tx-wdbiblio-pi1-browsebox table { width: 100%; background: #f7f7f7;   border: 0px solid #ddd; }
.tx-wdbiblio-pi1-browsebox table td{ text-align: center; border: 1px solid #ddd; font-size: 1.0em; }
.tx-wdbiblio-pi1-browsebox table td p{text-align: center; margin: 0;}
.tx-wdbiblio-pi1-browsebox table td p a{text-decoration: none;}
.tx-wdbiblio-pi1-browsebox-SCell{background: #005AA6;}
.tx-wdbiblio-pi1-browsebox-SCell a{ color: #FFF; }
*/
.tx-wdbiblio-pi1{ clear: both }
.tx-felogin-pi1 div{ font-size: 0.8em; line-height: 170%; margin: 10px 0; }
.tx-felogin-pi1 h3{display:none;}
.tx-felogin-pi1 fieldset{ padding:0; border:0px; margin:0; text-align:center;}
.tx-felogin-pi1 fieldset legend{ display:none}
.tx-felogin-pi1 p{ font-size: 0.8em; }
.tx-wdbiblio-pi1 ul.list{ margin: 0; }
.tx-wdbiblio-pi1 ul.list li{ overflow: auto;   background: #ECEEF2;   border: 1px solid #ddd;   margin: 0 0 20px 0;   padding: 20px !important;  -webkit-border-radius: 5px;     border-radius: 5px; }
.tx-wdbiblio-pi1 ul.list li:before{content: none !important;}
.tx-wdbiblio-pi1 ul.list li .tx-wdbiblio-pi1-listrowField-file li{border: 0px !important; margin:0 !important; padding: 0 !important}
.tx-wdbiblio-pi1 ul.list li .tx-wdbiblio-pi1-listrowField-file a{     display: inline-block;    font-weight: normal;    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af);   border: 0px;    color: #FFF;    padding: 5px 15px !important;   -webkit-border-radius: 3px;     border-radius: 3px;  font-size: 0.86em;    text-decoration: none;    float: right;    clear: both;}
.tx-wdbiblio-pi1-listrowField-file a:hover{ background: #8DC63F;}
.tx-wdbiblio-pi1-listrowField-datepub{  font-size: 0.9em !important; color: #999 !important; line-height: 2.0; }
input.slimpicker{ width: 100% !important; border: 1px solid #ddd !important; background-position: top right !important; }


.tx-wdbiblio-pi1 ul.list li .tx-wdbiblio-pi1-listrowField-file a:hover{ background: #8DC63F;}
.tx-wdbiblio-pi1-listrowField-title b{ font-weight: 400; }

/*
.doc-home .wd_biblio_doc{ overflow: auto; }
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-datepub b,
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-descriptif b,
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-authors,
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-keyword,
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-picto{ display: none; }
.doc-home .wd_biblio_doc .doc-item{ width: 25%; float: left; }
.doc-home .wd_biblio_doc .doc-item:before{content: "\f1c1";  font-family: FontAwesome; color: #ED3938; font-size: 2.5em; position: absolute;}
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-title{ padding: 0 0 0 50px; margin: 0; font-size: 0.9em; color: #999; }
.doc-home .wd_biblio_doc .tx-wdbiblio-pi1-listrowField-datepub{ padding: 0 0 0 50px; margin: 0; font-weight: bold; color: #1E62AF; }
.doc-home .tx-wdbiblio-pi1-listrowField-descriptif a{display: inline-block; text-decoration: none; margin: 10px auto; background: #8CC53E; color: #fff; padding: 2px 10px; -webkit-border-radius: 3px;   border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d')";background-image: -moz-linear-gradient(top, #b2d20f, #73a91d);background-image: -ms-linear-gradient(top, #b2d20f, #73a91d);background-image: -o-linear-gradient(top, #b2d20f, #73a91d);background-image: -webkit-gradient(linear, center top, center bottom, from(#b2d20f), to(#73a91d));background-image: -webkit-linear-gradient(top, #b2d20f, #73a91d);background-image: linear-gradient(top, #b2d20f, #73a91d); }
.doc-home .tx-wdbiblio-pi1-listrowField-descriptif a:hover{ background: #74AA1D; }
.doc-home .tx-wdbiblio-pi1-listrowField-descriptif a:after{content: '\f019 '; font-family: FontAwesome; margin: 0 0 0 5px; }
.doc-home .tx-wdbiblio-pi1 .ul0{ display: none; }
.doc-home .doc-item0{width: 25%; padding: 0; float: left; border: 0px; background: none;}
.doc-home .tx-wdbiblio-pi1-listrowField-descriptif li{float: none !important;}
.doc-home .tx-wdbiblio-pi1-browsebox{ display: none; }
*/
.doc-home form{ display: none }
.doc-home .tx-wdbiblio-pi1-listrowField-title{ text-align:left ;display: none; }
.doc-home .tx-wdbiblio-pi1 ul.list li.head{ display: none  }
.doc-home .tx-wdbiblio-pi1 ul.list li{ padding: 0 !important; background: none; border: 0px; }
.doc-home .tx-wdbiblio-pi1-listrowField-datepub{ text-align: left; }
.doc-home .cols{ width: 100%; }
.doc-home .tx-wdbiblio-pi1-listrowField-datepub{ display:none }
.doc-home .tx-wdbiblio-pi1-listrowField-descriptif a{ float: none; }
.doc-home .doc-item0{ padding: 0 15px 0 40px; }
.doc-home .doc-item0:before{ content: "\f1c1"; font-family: FontAwesome; font-size: 2.5em; color: #EF3D3D; position: absolute; left: 0;}
.doc-home li.elem{ width: 25%; float: left; position: relative; }
.doc-home .tx-wdbiblio-pi1-listrowField-file{ margin: 0; }
.doc-home .tx-wdbiblio-pi1-listrowField-file a{ float:none !important; display: inline-block; text-decoration: none; margin: 10px auto; background: #8CC53E; color: #fff; padding: 2px 10px; -webkit-border-radius: 3px;   border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b2d20f', endColorstr = '#73a91d')";background-image: -moz-linear-gradient(top, #b2d20f, #73a91d);background-image: -ms-linear-gradient(top, #b2d20f, #73a91d);background-image: -o-linear-gradient(top, #b2d20f, #73a91d);background-image: -webkit-gradient(linear, center top, center bottom, from(#b2d20f), to(#73a91d));background-image: -webkit-linear-gradient(top, #b2d20f, #73a91d);background-image: linear-gradient(top, #b2d20f, #73a91d); }
.doc-home .tx-wdbiblio-pi1-listrowField-file a:hover{ background: #74AA1D; }
.tx-wdbiblio-pi1-listrowField-descriptif{ text-align: left; color: #999; font-size: 0.86em; }

.doc-page .tx-wdbiblio-pi1-listrowField-datepub{ visibility: hidden;}
.doc-page .head{display: none;}

.ui-datepicker-year, .ui-datepicker-month{ padding: 0 5px; }
#ui-datepicker-div{ background: #1E62AF; }
.ui-datepicker .ui-datepicker-title select{ font-size: 0.7em !important; }
.ui-datepicker-calendar th{ background: #8DC63F;}
.user-label{}

label[for="tx_felogin_pi1-forgot-email"] {top: -20px !important; padding: 0; }

#wd-doc{ margin: 0 20px 0 0; }
#wd-doc h2{ border-bottom: 1px solid #ddd; padding: 0 0 10px 40px; margin: 0 0 30px 0;  position: relative;}
#wd-doc h2:before{content:"\f02d ";  font-family: FontAwesome; position: absolute; left: 0; top: 0px; font-size: 1.1em; color: #0062AD;}


#wd-partn { margin: 0 0 0 20px; overflow: hidden;}
#wd-partn h2{ border-bottom: 1px solid #ddd; padding: 0 0 10px 40px; margin: 0 0 30px 0; position: relative; }
#wd-partn h2:before{content:"\f02d ";  font-family: FontAwesome; position: absolute; left: 0; top: 0px; font-size: 1.1em; color: #0062AD;}
.anythingWindow{border: 0px !important;}
#wd-partn h2 a{ text-decoration: none; }
#wd-partn h2 a:after{content: "\f08e"; font-family: FontAwesome; font-size: 0.8em; position: absolute; right: 0; top: 7px; }

.doc-home h2 a{ text-decoration: none; }
.doc-home h2 a:after{content: "\f08e"; font-family: FontAwesome; font-size: 0.8em; position: absolute; right: 0; top: 7px; }

.anythingSlider .anythingWindow{ overflow: visible !important; }
.anythingSlider-minimalist-round{ margin: 0 !important; padding: 0 !important; }
.anythingSlider-minimalist-square .anythingControls{ bottom:auto; top:0; right: 20px; left: auto; }
.anythingSlider-minimalist-round .anythingControls { bottom:auto; top:0; right: 20px; left: auto;     margin: 0;     right: -130px; top: -20px;}
.anythingSlider-minimalist-round.activeSlider .anythingControls a{ background: #FFF !important; border: 1px solid #ddd !important; }
.anythingSlider-minimalist-round.activeSlider .anythingControls a.cur, .anythingSlider-minimalist-round.activeSlider .anythingControls a:hover{ background: #ccc !important; }

label em, legend em{display:inline; margin: 0 0 0 5px; color: red; font-size: 0.8em;}
label em:before{content: "(";}
label em:after{content: ")";}

.contact-box{ border: 1px solid #ddd; padding: 20px 10px; margin:0 0 20px 0; background: #f7f7f7; }
.contact-box h2{ margin: 0 0 27px 0; }
.contact-box ul{margin: 0 0 0 5px;}
.contact-box li{ margin: 0 0 10px 0; border-bottom: 1px dotted #ddd; padding: 0 0 10px; font-size: 0.9em; }
.contact-box .fa{ width: 25px; color: #1E62AF; font-size: 1.3em; margin: 0 0 0 0  }

.gmap{ border: 1px solid #ccc; margin: 0 0 30px 0; }

.tx-tslastupdate-pi1{ font-size: 0.8em;     margin: 4px 0 0 0;}

.wd-quality{ margin: 40px 0 0 0; }
.wd-quality ul{ margin: 0; padding: 0;             display:table-row;}
.wd-quality ul li{ cursor: pointer; width: 27.5%; line-height: 1.2; display: table-cell; vertical-align: middle; font-size: 0.9em; list-style: none; padding: 50px 50px !important; color: #FFF; min-height: 100px; margin: 0; -webkit-clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%); clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%);}
.wd-quality ul li:before{ content: none !important; }

.wd-quality ul li:nth-child(1) { background: #c0504d; }
.wd-quality ul li:nth-child(2) { background: #9bbb59; }
.wd-quality ul li:nth-child(3) { background: #8064a2; }
.wd-quality strong{ text-transform: uppercase; }
.wd-quality ul li:hover{ background: #999; color: #000; }

.color-box{ margin: 20px 0; }
.color-box ul{margin: 0; padding: 0;}
.color-box ul li{ list-style: none !important; min-height: 100px; display: table-cell; width: 20%; padding:40px 20px !important; text-align: center; color: #FFF; }
.color-box ul li a{ color: #FFF; text-decoration: none; }

.color-box ul li:before{ content: none !important; }
.color-box ul li:nth-child(1) { background: #8064a2; }
.color-box ul li:nth-child(2) { background: #4bacc6; }
.color-box ul li:nth-child(3) { background: #9bbb59; }
.color-box ul li:nth-child(4) { background: #f79646; }
.color-box ul li:hover{ background: #999; color: #000; }




.archives-newsletter .tx-wdbiblio-pi1 form .cols:nth-child(5) { width: 100%; }
.archives-newsletter .tx-wdbiblio-pi1-listrowField-datepub{ visibility: hidden; }
blockquote{   color: #1E62AF; background: url(../img/quote.png) no-repeat 95% #ECEEF2; padding:30px 80px 20px 20px; margin: 20px 0 !important; clear: both; overflow: auto; -webkit-border-radius: 10px; border-radius: 10px; border: 0px; }
blockquote p {color: #0C61A5 !important; font-size: 1.16em !important; font-weight: 400; line-height: 1.6;}
blockquote p a{ text-decoration: none; color:#F10F11;}
blockquote p a[href$= ".pdf"]:before { content: "\f1c1"; font-family: FontAwesome; margin: 0 5px 0 0; color:#F10F11; text-decoration: none;}

.icon-quote blockquote p:before{content: '\f0c3'; font-family: FontAwesome; font-size: 3.0em; float: left; margin: 0 20px 0 0; color: #0C61A5;}

.right-nav{ border: 0px solid #ddd; margin: 0 0 20px 0; padding: 0;  background: #ECEEF2; -webkit-border-radius: 0 0 5px 5px;  border-radius: 0 0 5px 5px; }
.right-nav h2{ background: url(../img/nav-bg.jpg) repeat-x center #8dc63f; margin: 0; padding:8px 20px; color: #FFF; font-size: 1.2em; -webkit-border-radius: 5px 5px 0 0;     border-radius: 5px 5px 0 0;}
.right-nav h2:empty{display: none;}
.right-nav .menuPS { padding:10px 20px 10px 5px; }
.right-nav .menuPS li{ border-bottom: 1px dotted #ccc; margin:5px 0 0 0; padding: 0 0 5px 10px; position: relative; }
.right-nav .menuPS li:last-child{ border-bottom: 0px; }
.right-nav .menuPS li a {text-decoration: none; color: #005AA6;}
.right-nav .menuPS li.act a{color: #9BBF2B;}
.right-nav li:before {    content: '\f0da ';    font-family: FontAwesome;    margin: 0px 5px 0 0;    color: #95C94D; position: absolute; left: 0; top: 0;}
.right-nav .menuPS li ul {margin: 0; padding: 5px 0 0 10px;}
.right-nav .menuPS li ul li{ margin:7px 0 0 0; padding: 0 0 7px 15px; line-height: 1.2; }
.right-nav .menuPS li.act ul li a{ color: #005AA6; }
.right-nav .menuPS li ul li.act a{color: #9BBF2B;}
.right-nav .menuPS li ul li:before{content: "*";}
.right-nav .menuPS li ul a{font-size:0.86em; color: #000;}
.grid-logos li{ width: 33%; float: left; border: 1px solid #eee; text-align: center; padding: 20px 0 !important; }
.grid-logos li:before{ content: none !important; }
#page-2 .right-nav{display: none;}

.dir-key, .dir-branche { width:49%; float:left;}
.dir-gouv, .dir-regime {width:49%; float:left;}


.dir-key input[type="text"] {height: 2.3125rem; margin: 0 0 1rem 0;}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {    color: #1E62AF;}
.tx-wddirectory-pi1 ul.list{ margin:0}
.tx-wddirectory-pi1 ul.list li{    overflow: auto; background:#ECEEF2; border:1px solid #ddd; margin:0 0 20px 0; padding:20px !important; -webkit-border-radius: 5px;  border-radius: 5px; }
.tx-wddirectory-pi1 ul.list li.pagination {padding:0 !important; background: none; border: 0px; float: right;}
.tx-wddirectory-pi1 li:before{ content:none !important;}

.direc-products:before{  content: '\f02d';}
.direc-dc:before{  content: '\f015';}
.direc-phone:before{  content: '\f095'; }
.direc-phone{float:left; width:auto; margin:0 20px 0 0}
.direc-fax:before{  content: '\f1ac';}
.direc-adress:before{  content: '\f041 ';}
.direc-web:before{  content: '\f0ac';}
.dir-li:before{ font-family: FontAwesome; margin:0 10px 0 0; color:#0163AE}


.direc-more a{display: inline-block; font-weight:normal;    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af);   border: 0px;    color: #FFF;    padding: 5px 15px;    font-size: 0.86em; text-decoration:none; float:right; clear:both; -webkit-border-radius: 3px;        border-radius: 3px;}
.direc-more a:hover{background:#8DC63F}

.tx-wdbiblio-pi1 ul.list li.pagination{ background:none !important; padding:0 !important; border:0px !important; float:right}
.pagination select{ width:auto; padding:0 10px}

div.csc-mailform li label{ width:100%}

#page-269 .csc-form-3, #page-269 .csc-form-5, #page-269 .csc-form-12, #page-269 .csc-form-14, #page-269 .csc-form-16, #page-269 .csc-form-18{width:49%; float:left;}
#page-269 .csc-form-4, #page-269 .csc-form-6, #page-269 .csc-form-13, #page-269 .csc-form-15, #page-269 .csc-form-17{width:49%; float:right;}
#page-269 .csc-form-20, #page-269 .csc-form-7, #page-269 .csc-form-19, #page-269 .csc-form-18 { width:100%}
#page-269 .csc-form-24{ width:auto; float:right; margin:0 0 0 10px !important}

#page-189 .cols h2{ display: none; }
#page-189 .csc-textpic-text, #page-189 .csc-textpic-imagewrap{ padding: 0 5%; }
#page-189 .csc-textpic-text p{ display: none; }
#page-189 h2{display: none;}
#page-189 .csc-textpic-text
.csc-form-confirmation{ padding:0}
.csc-form-confirmation fieldset{ border:0px;}
.csc-form-confirmation ol{ padding:0 !important; margin:0;}
.csc-form-confirmation ol li{ margin:0; padding:0 !important;     float: right; margin:0 0 0 10px !important}

.csc-form-confirmation-false input{ background:#ccc}
.csc-form-confirmation{ padding:0}
.csc-form-confirmation fieldset{ border:0px;}
.csc-form-confirmation ol{ padding:0 !important; margin:0;}
.csc-form-confirmation ol li{ margin:0; padding:0 !important;     float: right; margin:0 0 0 10px !important}

.csc-form-confirmation-false input{ background:#ccc}

#page-273 .csc-form-3 fieldset legend{ display: none; }
#page-273 .csc-form-3 fieldset{ padding: 20px 0 0; }
#page-273 .csc-form-3 fieldset ol{ margin: 0; }
#page-273 .csc-form-3 fieldset ol li { float: left; width: 30%; padding: 0 0 0 20px !important; }
#page-273 .csc-form-3 fieldset ol li input{ position: absolute; left: 0; top: 3px; }

#page-282 .csc-form-4 fieldset legend{ display: none; }
#page-282 .csc-form-4 fieldset{ padding: 20px 0 0; }
#page-282 .csc-form-4 fieldset ol{ margin: 0; }
#page-282 .csc-form-4 fieldset ol li { float: left; width: 30%; padding: 0 0 0 20px !important; }
#page-282 .csc-form-4 fieldset ol li input{ position: absolute; left: 0; top: 3px; }


.csc-form-element-textblock{ padding: 10px 0; color: #999; }
.csc-form-element-textblock span{ color: red; }

.btn-add{position:absolute; right:0; top:-5px}
.btn-add a{-webkit-appearance: none; display: inline-block; text-decoration:none;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); border: 0px;  color: #FFF;  padding: 8px 12px;  font-size: 0.86em; -webkit-border-radius: 3px;  border-radius: 3px;} 
.btn-add a:hover{ background:#8DC63F}

.btn-add-1 { border-top: 1px solid #ddd; padding: 10px 0 0 0; width: 100%;}
.btn-add-1 a{-webkit-appearance: none; display: inline-block; text-decoration:none;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); border: 0px;  color: #FFF;  padding: 8px 12px;  font-size: 1.1em; margin: 0 10px 0 0; -webkit-border-radius: 3px;  border-radius: 3px;} 
.btn-add-1 a:hover{ background:#8DC63F}
.btn-add-1 p{ font-size: 0.8em; color: #999; text-align: right;}

.team-item { text-align: center }
.team-item p{ text-align: center }
.team-item img{ -webkit-border-radius: 50%;    border-radius: 50%;     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); border: 4px solid #FFF !important;}
.team-item .csc-textpic-image { margin-bottom: 30px !important; }

.btn_back{ float: left; margin: 0 5px 0 0; }
.btn_back a{-webkit-appearance: none; display: inline-block; text-decoration:none;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); border: 0px;  color: #FFF;  padding: 8px 12px;  font-size: 0.86em; -webkit-border-radius: 3px;  border-radius: 3px;}
.btn_back a:hover{ background:#8DC63F}

.btn_print { float: left; }
.btn_print a{-webkit-appearance: none; display: inline-block; text-decoration:none;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); border: 0px;  color: #FFF;  padding: 8px 12px;  font-size: 0.86em; -webkit-border-radius: 3px;  border-radius: 3px;}
.btn_print a:hover{ background:#8DC63F}

.gallery{ margin: 10px auto 20px !important; }
.gallery-pg .csc-textpic-imagecolumn { max-width: 149px; margin-right: 5px; }
.gallery-pg .csc-textpic-imagewrap{float: left;}

.colum5 .csc-textpic-imagecolumn{ width: 18.9%; max-height: 80px; overflow: hidden; }
.colum4 .csc-textpic-imagecolumn{ width: 23.9%; max-height: 90px; overflow: hidden; }


button[type="submit"] {     font-family: 'Roboto Condensed', sans-serif; padding: 10px 25px !important;     font-size: 0.86em;-webkit-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); }
button[type="button"] {     font-family: 'Roboto Condensed', sans-serif; padding: 10px 25px !important;     font-size: 0.86em;-webkit-border-radius: 3px; border-radius: 3px; background: #ccc;}
button[type="submit"]:hover, button[type="button"]:hover { background: #8DC63F; }

.checkbox {float:left; margin:10px 5px;}

/* - END Template elements - */

area[title]:hover:after {
  content: attr(title);
  position: absolute;
}

.cnt { padding: 1%; margin:0;}
.liste { text-align: right;}
.liste img{ padding: 2px}
.key { display: inline-block;  font-weight: bold; margin: 0 0 5px 0}
.marg { clear: both; padding: 0; margin: 10px 0; border-bottom: 3px solid #893230   }
.paiqqre{ margin-top: 20px}
.paire, .impaire{ background: #f3f3f3 !important; border:1px solid #ccc}
.marg{ background: none !important}



[id="toggle-nav"] {display:none; }
  @media only screen and (min-width: 1025px) 
  {
  
  
  .nav-bar { height:55px; z-index:100000; background: url(../img/nav-bg.jpg) repeat-x center #8dc63f; -webkit-border-radius: 7px; border-radius: 7px; position: absolute; margin: -25px auto 0; left: 0; right: 0; max-width: 1100px; width: 100%; }
  #menuAdx { line-height: 0; margin: 0; padding: 0; position: relative; z-index: 10;   font-size: 0.9em;}
  .menuAdxC, .menuAdxC ul { margin:0; padding:0; border:0; list-style-type:none; list-style-image:none; display:block; }
  .menuAdxC li { margin:0; padding:0; border:0; display:block; position:relative;  z-index:500000; float: left; border-right: 1px solid #577616 }
  .menuAdxC li ul, .menuAdxC li li ul {background: rgba(245,245,245,0.9);   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);}
  .menuAdxC li a span{ font-size: 0.84em; font-weight:normal; color: #999; text-transform: none; display:block; font-family: arial,serif;}
  .menuAdxC li a{  padding:12.74px 30px; display: block; color: #FFF; border-left:1px solid #aac83c; font-size: 1.2em; text-decoration: none; }
  .menuAdxC li.actl, .menuAdxC li.act{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); }
  .menuAdxC li a:hover{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af); }
  .menuAdxC li a.act span{ color: #FFF;}
  .menuAdxC li a.act:hover{ color: #FFF;}
  .menuAdxC li:first-child a{ border-left: 0px;}
  .menuAdxC li.actl:first-child{ -webkit-border-radius: 7px 0 0 7px;    border-radius: 7px 0 0 7px; }
  .menuAdxC li:first-child a:hover{ -webkit-border-radius: 7px 0 0 7px;    border-radius: 7px 0 0 7px; }
  .menuAdxC li.actl:first-child a:hover{ -webkit-border-radius: 7px 0 0 7px;    border-radius: 7px 0 0 7px; }
  .menuAdxC li:last-child{ padding-right: 0; border-right:0px;}
  .menuAdxC li:first-child a{ font-size: 0; padding: 5.5px 20px; font-weight: normal;}
  .menuAdxC li li:first-child a{font-size: 0.9em;}
  .menuAdxC li:first-child a:before{ content:"\f015"; font-family:  FontAwesome; margin:0 0 0 0; font-size: 26px; }
  .menuAdxC li.no a:before{ content: "\f107"; font-family:  FontAwesome; margin: 0 5px 0 0;}
  .menuAdxC li li.no a{font-size: 0.9em;}
  .menuAdxC li li.no a:before{ content: none;}
  .menuAdxC li li a.act {color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4187d7', endColorstr = '#1e62af')";background-image: -moz-linear-gradient(top, #4187d7, #1e62af);background-image: -ms-linear-gradient(top, #4187d7, #1e62af);background-image: -o-linear-gradient(top, #4187d7, #1e62af);background-image: -webkit-gradient(linear, center top, center bottom, from(#4187d7), to(#1e62af));background-image: -webkit-linear-gradient(top, #4187d7, #1e62af);background-image: linear-gradient(top, #4187d7, #1e62af);  }
  .menuAdxC li li a.act:before{ content: none;}
  .menuAdxC li:hover { z-index:1000000;  white-space:normal; }
  .menuAdxC li li { width: 270px; border-bottom: 1px dotted #ddd; border-right: 0   }
  .menuAdxC li li:first-child a{ -webkit-border-radius: 0px 0 0 0px;border-radius: 0px 0 0 0px; padding: 9px 16px;}
  .menuAdxC li li:first-child a:hover{ -webkit-border-radius: 0px 0 0 0px;border-radius: 0px 0 0 0px; padding: 9px 16px;}
  .menuAdxC li li li { width: 300px;}
  .menuAdxC li li:last-child{ border-bottom: none;}
  .menuAdxC li li a{ color: #1E62AF; border-left: 0px;  font-weight: normal; text-transform: none; padding: 8.5px 15px; font-family: arial; font-size: 0.9em; font-weight: bold;}
  .menuAdxC li li:first-child a{font-weight: bold;}
  .menuAdxC li li a:hover{color: #FFF;}
  .menuAdxC ul { visibility:hidden;   z-index:1000000; top: 70px; position:absolute; left:0;  margin: 5px 0 0 0;   -webkit-transition: all .2s ease-out;    -moz-transition: all .2s ease-out;    -ms-transition: all .2s ease-out;    -o-transition: all .2s ease-out;    transition: all .2s ease-out;  }
  .menuAdxC ul ul{ transition:none}
  .menuAdxC li:hover>ul { visibility:visible;  top:100%;  }
  .menuAdxC li li:hover>ul {  top:0; left:270px }
  .menuAdxC:after, .menuAdxC ul:after { height:0; display:block; visibility:hidden; overflow:hidden; clear:both; }
  .menuAdxC, .menuAdxC ul {  min-height:0; }
  .menuAdxC ul { padding:0; margin:0 0 0 0;   }
  .menuAdxC ul ul { padding:0; margin:0; }
  .menuAdxC ul>li + li {  border-top:0; }
   #menuAdx label{ display: none;}
  /* Fix for IE5/Mac \*//*/
  .menuAdxC a {float:left;}
  /* End Fix */
}



@media screen and (max-width: 1024px) 
{
.responsive-nav{ position: absolute; top: 20px; }
  [id=menuAdx] ul.lev2 {
    display: none;
  }
  [id=menuAdx] ul.respnav {
    position: absolute;
    width: 93%;
    top: 3.0rem; 
    z-index: 1;
    -webkit-transform: translateX(-125%) translateZ(0);
    -ms-transform: translateX(-125%) translateZ(0);
            transform: translateX(-125%) translateZ(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.72,.89,.28,1.39);
            transition: transform .3s cubic-bezier(.72,.89,.28,1.39);
    margin: 0 0 0 3%;
    padding: 0;
    list-style: none;
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 5px #555; -webkit-box-shadow: 0 0 5px #555; box-shadow: 0 0 5px #555;
    font-family: arial;
  }
  
    [id=menuAdx] ul.respnav li:before{ content:none !important;}

  [id=menuAdx] ul.respnav span{ display: none; }

  [id=menuAdx] a {
    display: block;
    padding:0.3rem 1.2rem;
    color: #fff;
    font-weight: bold;
    background: #1E62AF;
    text-decoration: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
  }
  [id=menuAdx] a:hover, 
  [id=menuAdx] a:focus,
  [id=menuAdx] a:active
  {
    background: #222;
  }
  [id=menuAdx] ul.respnav ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  [id=menuAdx] ul.respnav ul a {
      background: #ddd;
      color: #111;
      font-weight: normal;
      font-size: 12px;
      text-transform: none;
      border-bottom: 1px dotted #ccc;
  }

  [id=menuAdx] ul.respnav ul a:hover {
    background: #8DC63F;
    color: #FFF;*
  }
  [id="toggle-nav"]:checked ~ ul.respnav {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  [for="toggle-nav"] {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    height: 2.5rem; width: 2.5rem;
    background-color: none;
    padding: 0;
    outline: 0;
    border: 0px solid #162A54;
    border-radius: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:#162A54;
    -webkit-transition: -webkit-transform .2s;
            transition: transform .2s;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  [for="toggle-nav"]::after, [for="toggle-nav"]::before {
    content: "";
    position: absolute;
    top: 15%; right: 40%; bottom: 15%; left: 40%;
    border-radius: 0;
    -webkit-transition: -webkit-transform .2s;
            transition: transform .2s;
  }
  [for="toggle-nav"]::before {
    top: 2px; right: 20%; bottom: 40%; left: 23%;
        content: "\f0c9";
    font-family: FontAwesome;
    font-size: 25px;
    color: #1E62AF;
    
  }
  [id="toggle-nav"]:checked + label
  {
    -webkit-transform: rotate(90deg) translateZ(0);
    -ms-transform: rotate(90deg) translateZ(0);
            transform: rotate(90deg) translateZ(0);
  }


  [id="toggle-nav"]:checked + label::before {
    -webkit-transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }

[id="toggle-nav"]:checked label::before {
      top: -7px; right: 15%; bottom: 40%; left: 75%;
      }

  .visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
  }
}



/*---------------------------------------- START RESPONSIVE DESIGN -----------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

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


}


@media only screen and (min-width: 801px) and (max-width: 1280px) 
{

}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 1124px) 
{
.top-header{ padding:10px 10px 5px; }
#wd-logo{ padding: 25px 10px; }
}


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

#wd-search{background: #9BBD34; -webkit-border-radius: 10px; border-radius: 10px; padding: 0px 10px; margin: 0 10px 0 0; display: inline-block; float: right;}
#wd-login{background: #005AA6; -webkit-border-radius: 10px; border-radius: 10px; padding: 8px 20px 5px; margin: 0; display:inline-block; float: left;}
#wd-search #sword{ margin: 0 0 0 10px; }
/*#wd-search #ssubmit{ padding-top: 25px; }*/
.float-right{ float: none; margin: 0;  width: 100%;}
#wd-login{ display: none; }
#menu-tc .menu-top a:nth-child(4){ display: inline; }
#wd-search { float: none; display: block; -webkit-border-radius: 0;        border-radius: 0; background: #fff; border: 1px solid #ddd; margin: 0 10px;}
#wd-search #sword::-webkit-input-placeholder {  color: #999; }
#wd-search #sword::-moz-placeholder {  color: #999 !important; }
#wd-search #sword:-ms-input-placeholder { color: #999; }
#wd-search #sword:-moz-placeholder {  color: #999; }
#wd-search #ssubmit {    background: url(../img/search-icon-black.png) no-repeat center;}
#wd-search #sword{ color: #555; }
.wd-contnair {padding-top: 0;}
#menu-tc .menu-top a { margin: 0 3px 0 0; }

.wd-contnair{ margin-top: 0; -webkit-box-shadow: none;
        box-shadow: none; }

}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 800px) and (max-width:1024px) 
{



}

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

#wd-tutel{text-align: center;}
#wd-tutel img{ float: none; margin: auto; display: block; text-align: center; }
#wd-logo{ text-align: center; padding: 10px 0; }
#menu-tc .menu-top{ float:none; margin: 0; text-align: center }
#col-righ{ padding: 0; }
#slidehsow{ display: none; }

.bloc-home{ margin: 0 0 20px 0; }
.bloc-home h3{    font-size: 1.2em;}
.wd-header p{ text-align:center;}
#wd-partn{ margin: 0; }
.anythingControls{ width: 100%; right: 0 !important;}
#page-2 #col-righ{ padding: 0; }
.banners p{ width: 33%; float: left; }

}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) 
{


.prestation li:nth-child(1){font-size: 1.2em;     padding: 28px 0; }  


}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) 
{

.bloc-home{ margin: 0 auto 10px; }
.bloc-home .csc-textpic{ padding: 0; }
.prestation{ margin: 0 0 20px 0; }
.prestation li:nth-child(1){ display: none; }
.prestation li{text-transform: none;     width: 33.33%;}
#wd-content .prestation li{ width: 33.20%; max-height: 130px;}
.wd_biblio_doc .doc-item{ width: 50%; }
.wd-media img{ width: 100%; max-width: 100%; }

.wd-social-bottom{   text-align: center; padding: 20px 0 0;}
.wd-social-bottom ul{ margin: 0; }
.wd-copyright p{ text-align: center; margin: 20px 0; }
.wd-foot-menu{ text-align: center; }
.bloc-home{width: 100%;}
#page-2 #col-righ{ padding: 8px 0 0 0px; }
#col-righ .banners img{ width: 100%; }
#wd-partn{ margin: 0; }
.doc-home li.elem{width: 50%;}
.btn-add{ top: 50px; }
#page-227 #wd-content h2.csc-firstHeader{ margin-bottom: 70px; }
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) 
{ 
.float-right{ text-align: center; }

.wd-tabs .news-list-item img, .welcome-note img{ width: 100%; max-width: 100%; }
.alaune #ttnews-date{    padding: 20px 0 0; clear: both }
#wd-lang{ float: none; text-align: center; }
#wd-lang:before{ position: relative; top: 5px; }
#wd-lang ul ul{ left: 0; right: 0; margin: auto; max-width: 120px; }
.csc-mailform li{ width:100% !important; }
li.csc-form-25{ width:48% !important; float:right; text-align:center}
li.csc-form-24{ width:48% !important; float:left; text-align:center}
li.csc-form-60{ width:48% !important; float:right; text-align:center}
li.csc-form-61{ width:48% !important; float:left; text-align:center}

.wd-foot-menu{ display: none; }
.btn-add{ top: 80px; }
#wd-tutel{ margin: auto; max-width: 250px; }
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 320px) 
{
  
.wd_biblio_doc .doc-item{ width: 100%; text-align: center; }
.wd_biblio_doc .tx-wdbiblio-pi1-listrowField-title{ padding: 0; }
.wd_biblio_doc .tx-wdbiblio-pi1-listrowField-datepub{ padding: 0; }
.wd_biblio_doc .doc-item:before{ position: relative; }
#wd-tutel{ margin: auto; width: 200px; }

}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

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

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/