/****** System ************************************/
.print {display:none !important}
.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:#ddd ;
  background: url(../img/bg1.png) 0 130px repeat; 
  
  color: #555555;
  padding: 0;
  margin: 0;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  
}

body#page-2{ background: url(../img/bg1.png) 0 550px repeat; }
.jDiaporama li:nth-child(1) .nl_text{ display:none !important;}
.jDiaporama li, .jDiaporama, .diaporama1, .jDiaporama li img{ max-width: 100% !important; }

.row {
    margin: 0 auto;
    max-width: 1030px;
    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: #0c61a5;
  text-decoration: none;
  line-height: inherit; }
a:hover, a:focus {
    color: #008F44; }
a img {
    border: none; }

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 0.6rem;
  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-justify{ text-align:justify;}
  
  
  
h1, h2, h3, h4, h5, h6 {
  
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
  line-height: 1.5; 
  clear:both
  
  }


h1 a, h2 a {
  padding: 0; color: #2C8649; text-decoration:none !important;
}

h3 a {text-decoration:none !important;}

  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 1.325rem; }

h2 {
  font-size: 1.1975rem;  color: #2C8649; font-weight: 600;/* border-bottom:1px dotted #008F44*/; }


h3 {
  font-size: 1.075rem; color:#0C61A5; font-weight:bold }

h4 {
  font-size: 0.925rem; color:#A98845 }

h5 {
  font-size: 0.825rem; color:#F8A102 }

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.98rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 0; }
  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;

}

li:before{content: "\f0da"; font-family: FontAwesome; margin: 0 5px 0 0; color: #3FAE49; left: -15px;}


}

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.5;
  color: #0C61A5; text-align:justify}

blockquote a { color:#2C8649; font-weight:normal}
  
  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.4625rem 0.625rem;
    font-size: 0.775rem;
    color: #555555; }
    table tr th{ background:#124A81; color: #FFF;}
  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; font-family: arial;
	border: 1px solid #ccc;
}




/****** Form ************************************/
textarea {
  height: auto;
  min-height: 50px; padding: 5px !important; }

select {
  width: 100%; }

  button, .button {
-webkit-appearance: none; display:inline-block; background:#0C61A5; border:0px; color:#FFF; padding: 5px 20px; border-radius: 3px ; box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset; border: 1px solid #125082; }

  }
  
  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: 1.9125rem;
  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; background:#0C61A5; border:0px; color:#FFF; padding: 5px 20px; border-radius: 3px ; box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset; border: 1px solid #125082; }


input[type="button"] {
  -webkit-appearance: none; display:inline-block; background:#0C61A5; border:0px; color:#FFF; padding: 5px 20px; border-radius: 3px ; box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset; border: 1px solid #125082; }
  
input[type="reset"] {  
  -webkit-appearance: none; display:inline-block; background:#777; border:0px; color:#FFF; padding: 5px 20px; border-radius: 3px ; box-shadow: 0px 1px 6px rgba(179, 179, 179, 0.75) inset; border: 1px solid #555; }
  

input[type="submit"]:hover{ background: #377ab0;}
input[type="reset"]:hover{ background: #666;}

/* 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: 0.5rem;
  margin-right: 1rem;
  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: 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; }

    


/* - Template elements - */


#wd-logo{ padding:20px 0 0px; }
#top-head {background:#f7f7f7; border-bottom:1px solid #eee; padding:5px 0}
#top-head .row{background:none;}
#wd-tutel img{max-width:40px; float:left; margin:0 10px 0 0}
#wd-tutel p{ font-size:0.70em; font-family:Arial; line-height:120%; margin:0}
#wd-menu-tc { margin: 20px auto 0 auto; float: right; }
#wd-menu-tc a{ font-size: 0.86em; text-transform: none; font-weight: 400; margin: 0 5px 0 0;}
#wd-menu-tc a:nth-child(1):before { content: "\f086"; font-family: FontAwesome; font-size: 1.0em; font-weight: normal; margin: 0 5px 0 0 ;}
#wd-menu-tc a:nth-child(2):before { content: "\f0e0"; font-family: FontAwesome; font-size: 0.9em; font-weight: normal; margin: 0 5px 0 0 ;}
#wd-menu-tc a:nth-child(3):before { content: "\f013"; font-family: FontAwesome; font-size: 1.0em; font-weight: normal; margin: 0 5px 0 0 ;}

#wd-lang{ float: right; font-size: 0.7em; margin:8px 0 0 0; padding: 0; font-family: arial; /*display:none; visibility:hidden */}
.fr-lang{ content: ""; background: url(../img/flag-fr.jpg) left 2px no-repeat; padding: 1px 0 0 18px;}
.en-lang{ content: ""; background: url(../img/flag-en.jpg) left 2px no-repeat; padding: 1px 0 0 18px;}
.ar-lang{ content: ""; background: url(../img/flag-ar.jpg) left 2px no-repeat; padding: 1px 0 0 18px; font-family: tahoma;}



#wd-search{ margin: 17px 0 0 0 ; padding: 0 0 0 5%;}
#sadvanced {display: none;}
#sword{ width: 100%; -webkit-border-radius: 5px; border-radius: 5px;}
#ssubmit { background: url(../img/search.png) no-repeat center #008F44; background-size:15px; padding: 0; position: absolute; top: 23px; right: 5px; width: 20px; height: 20px; -webkit-border-radius: 50%; border-radius: 50%; text-indent: -3000px;} 

#wd-alert-top p{ font-size: 0.9em;     text-align: right;}
#wd-alert-top p a{color:#E70014}
#wd-alert-top p a:before{content:"\f0eb"; font-family: FontAwesome; font-size: 1.0em; font-weight: normal; margin: 0 5px 0 0 ;}

.full-head{ z-index: 999; background: #FFF; padding: 0 0 30px 0; -webkit-box-shadow: 0 4px 6px -5px #111;  -moz-box-shadow: 0 4px 6px -5px #111;  box-shadow: 0 4px 6px -5px #111;}
.full-menu { position: absolute; left:50%; top: 140px; max-width: 1030px; width: 100%; bottom:0; left: 0; right: 0; margin: 0 auto;  }
.full-menu .row{ background: none;}
.full-cnt { margin-top:60px;}
#page-2 .full-cnt {  position: relative; margin-top:0}

.img-page {position:relative; }
.img-page img{margin:0 0 40px 0;}
/*
.img-page:after{ content:""; position:absolute; bottom:-20px; background:url(../img/shadow-img-top.png) no-repeat center; width:100%; height:80px}
*/

.full-cnt:after{ content: ""; background: url(../img/footer_shadow2.png) no-repeat bottom center; width: 100%; height:70px; bottom: 0; position:absolute; bottom:-70px; left:0}
footer{ margin: 50px 0 0 0; background: #474747 url(../img/footer_shadow.png) no-repeat top center; padding: 40px 0 0 0; overflow: auto;}
footer .row{ background: none; }
footer h2{ font-size: 0.9em; color: #FFF; margin: 0 0 20px 0;}
footer ul{ margin: 0; padding: 0;}
footer li{ margin: 0 0 5px 0; position: relative;}
footer li, footer li a { color: #999; font-size: 0.90em; list-style: none; font-weight: 400; }
.foot1 li a, .foot1 li{ font-weight: 400;}
.foot1 .fa{ margin: 0 5px 0 0;}
.footer-widgets{border-bottom:1px solid #6e6e6e; padding: 0 0 20px 0;}
.foot-widget{ padding: 0 20px;}
.footer-bottom{ border-top:1px solid #2f2f2f; padding: 0; margin: 0 auto 0 auto;}
.wd-copyright{ padding: 10px 0 10px 0;}
.wd-copyright p{margin: 0; font-size: 0.8em; color: #999; text-align: right}
.wd-foot-menu{ padding: 10px 20px 10px 0;}
.wd-foot-menu p{ text-align: left; font-size: 0.8em; margin: 0; color: #999;}
.wd-foot-menu a {color: #999; }
.wd-foot-menu a:hover{color: #FFF;}

.video-home{ margin: 20px 0;}
.blocmenu{ padding: 20px 10px; margin: 0 0 0 20px; background: #f7f7f7; border: 1px solid #ddd;}
.blocmenu h2{ font-size: 1.2em;}


.media{ margin: 12px 0px 0px 20px; padding:5px 10px 0; clear: both; background: #f7f7f7; border:1px solid #ddd;}
.media ul{ margin: 0; padding: 0; overflow: auto; text-align: center;}

#mediacnt{}
.media li{  list-style: none;   display: inline-block;}
.media h2{ display: none;}
.media li:last-child{ margin:0;}
.media li:before{content: none; }
.media li a{ padding: 0px 17px 0; overflow: auto; font-size: 1.1em; text-align: center; border-right: 1px dotted #008F44; display: block;}
.media li:last-child a{ border: 0px;}
.media li .fa{font-size: 1.0em; vertical-align: middle; margin: 0 10px 0 0;}


.publication {padding: 0 0 0 20px;  clear: both; overflow: auto;}
.publication li:before{ content: none;}
.publication li{ width: 29%; float: left; margin: 0 5% 0 0; display:inline; }
.publication li img{ padding:3px; border:1px solid #ddd; background: #FFF;}
.publication li:last-child{ margin: 0;}

.photo-container {  position:relative;  padding-bottom:28.3%;  padding-top:30px;  height:0;  overflow:hidden; width: 48.6%; float: left; margin:0 10px 10px 0}
.photo-container iframe, .photo-container object, .photo-container embed { position:absolute;  top:0;  left:0;  width:100%;  height:100%;}


.video-container {  position:relative;  padding-bottom:23.3%;  padding-top:30px;  height:0;  overflow:hidden; width: 48.6%; float: left; margin:0 10px 10px 0}
.video-container iframe, .video-container object, .video-container embed { position:absolute;  top:0;  left:0;  width:100%;  height:100%;}

.conteneur-home .video-container {  position:relative;  padding-bottom:23.25%;  padding-top:30px;  height:0;  overflow:hidden; width: 48%; float: left; margin:0 10px 10px 0}


.cnt-bot {/* background: url(../img/bottom-shadow.jpg) no-repeat top center;*/ -webkit-border-radius: 10px; width: 98%;  border-radius: 10px; border-top: 1px solid #ddd; margin: 10px 0 0 0; padding: 5px 10px 0 10px; background-image: -moz-linear-gradient(top, #00a851, #008840);background-image: -ms-linear-gradient(top, #00a851, #008840);background-image: -o-linear-gradient(top, #00a851, #008840);background-image: -webkit-gradient(linear, center top, center bottom, from(#00a851), to(#008840));background-image: -webkit-linear-gradient(top, #00a851, #008840);background-image: linear-gradient(top, #00a851, #008840);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/}
.social-bot { transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -webkit-transition: all 300ms linear 0s; }
.social-bot ul{ margin: 0; padding: 0;}
.social-bot li{list-style: none; float: left; }
.social-bot li:before{ content: none;}
.social-bot i {}
.social-bot .fa{font-size: 1.4em; margin: 3px 5px 5px 0; color: #FFF; cursor: pointer; }
.social-bot .fa-facebook-square:hover{color: #37559D;}
.social-bot .fa-twitter-square:hover{color: #00aaef;}
.social-bot .fa-linkedin-square:hover{color: #007abb;}
.social-bot .fa-youtube-square:hover{color: #bf0804;}
.social-bot .fa-rss-square:hover{color: #f8991d;}
.social-bot p{margin: 0;}


.slogan-bot p{ text-align: right; font-size: 1.2em; font-family: 'Roboto', sans-serif; margin: 0; padding: 0; font-weight: 400; color: #fff; position: relative; float: right;}
.slogan-bot p:before{ content: "\f10d";  font-family: FontAwesome; position: absolute; left: -30px; top: -10px; color: #fff; font-size: 1.4em; font-weight: 100; }
 
.slogan-bot {}
.slogan-bot li:before{ content:none;}
.anythingSlider-default{ padding:0;}

.anythingSlider-default .anythingWindow{ border:0px;} 
 
.full-slider .row { max-width: 100%; max-height: 400px; overflow: hidden;}
.row1{}
.full-slider:after{ content: ""; width: 100%; height: 30px; background: url( ../img/slider-bg-shadow.png) repeat-x; position: absolute;}
.full-slider .diaporama1,
.full-slider .diaporama1 ul{margin: 0; position: relative;}
.full-slider .news-latest-container{ padding: 0;}
.full-slider .nl_text{position: absolute; top: 20%; left: 11%;background: rgba(255,255,255,0.7); padding:10px 10px; width: 350px; -webkit-border-radius: 20px 0 20px 0; border-radius: 20px 0 20px 0;}
.full-slider .nl_text h3 a{ color: #000 !important; font-size: 1.0em; font-weight: 100; font-weight: bold;}
.full-slider .nl_text h5{color: #000; }
.full-slider .nl_text h5 p{font-size: 1.0em; font-weight:bold}
.full-slider .nl_text .news-latest-date{ color: #fff; font-size: 1.0em; font-weight: normal; display: none;}
.jDiaporama{ width: 100% !important;}
.jDiaporama li:before{ content:none !important;}
.jDiaporama_status{ bottom:50px; }
.jDiaporama_controls .next, .jDiaporama_controls .prev{ width: 50px !important; height: 50px !important; top: 35% !important;}
.jDiaporama_controls .pause {top: 49% !important; display:none !important}



.slider-interne {}
.full-intern-header .jDiaporama { height: 150px !important;}
.full-intern-header { overflow: hidden;}
.full-intern-header:after{ content: ""; width: 100%; height: 30px; background: url( ../img/slider-bg-shadow.png) repeat-x; position: absolute;}
.full-intern-header .row { max-width: 100%;}
.full-intern-header .diaporama1{  }
.full-intern-header .diaporama1{margin: 0;}
.full-intern-header .diaporama1,
.full-intern-header .diaporama1 li{ width: 100%;  height: 150px; }
.full-intern-header .diaporama1 li img{ width: 100%; height: auto  }
.full-intern-header .news-latest-container{ padding: 0;}
.full-intern-header .diaporama1_controls, .full-intern-header .nl_text{ display: none !important;}

.online-service-mainpage{}
.online-service-mainpage ul{ margin:0; padding:0;}
.online-service-mainpage ul li{ float:left; width:40%; list-style:none; padding:0 5% 30px 5%; margin:0}
.online-service-mainpage ul li:before{content:none;}
.online-service-mainpage img{ padding:5px; border:1px solid #ddd; background:#fff;} 
.online-service-mainpage img:hover{opacity:0.9;}
.online-service-mainpage li h3{ text-align:right;}
.online-service-mainpage li h3:after{ content:"\f0a9" ; font-family: FontAwesome; margin: 0 0 0 10px;}
.online-service-mainpage p{ text-align:center;}
.online-service-mainpage p a{text-align:center;-webkit-appearance: none; display:inline-block; background:#0C61A5; border:0px; color:#FFF; padding: 5px 20px; border-radius: 3px ; box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset; border: 1px solid #125082; text-decoration:none !important; }
.online-service-mainpage p a:hover{ background: #377ab0;}

.left_half{ border-bottom:1px dotted #ccc; padding:0; margin:0 0 10px 0 }
form.add { width:80%; font-family:arial; padding:20px 20px 0;  margin: 40px auto;  position: relative;  z-index:5;  background: #f3f3f3;  border: 1px solid #fff;  border-radius: 5px;  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);  -webkit-box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.2)  }
form.add label{ width: 40% !important; float: left;}
form.add input{ width:60%; }
form.add input[type="submit"], form.add input[type="reset"] { /*width:35%;*/ width:auto; margin:10px 0 0}
form.add span{ line-height: 22px;}
.sepinput{ clear: both;}
label.numbercard { font-size: 12px; font-weight: normal; color: #777; width: 100% !important; font-family:Arial; }
.print-btn{float: right;}
form.add hr{ margin:10px 0; border:0px}
.captcha{ width:60%; float:left;}
form.add input[type="checkbox"]{ width:auto !important;}

input#tx_wdgct_pi1_OK{ clear: left; float: left; margin: 10px 0 20px 0;}
label[for="tx_wdgct_pi1_OK"]{float: none; clear: none !important; margin: 7px 0 10px 10px !important;}
.inp_cap { width: 50% !important; float: right;}

form label{font-size: 12px;font-weight: normal;color: #777;width: 100% !important;font-family: Arial;}
.rangforms{ padding:0 0 5px 0; margin:5px 0 0 0; border-bottom: 1px dotted #ddd;}
.rangforms span{ font-size:0.86em; font-weight:bold;}
.result{ background: #f7f7f7; border: 1px solid #ddd; padding: 40px; font-family:arial;}
.result span{font-weight:bold;}
.result h3{ text-align: center; margin: 0 0 20px 0;}
.result hr{ margin:10px 0; border-top: 0px; border-bottom: 1px dotted #ddd;}

ul.spec-list{}
ul.spec-list li{ border:1px solid #ddd; border-bottom:0px; padding:20px;}
ul.spec-list li:last-child{ border-bottom:1px solid #ddd;}
ul.spec-list li:before{ content:none;}
ul.spec-list li:nth-child(1),
ul.spec-list li:nth-child(3),
ul.spec-list li:nth-child(5),
ul.spec-list li:nth-child(7),
ul.spec-list li:nth-child(9),
ul.spec-list li:nth-child(11) { background:#F8F8F8;}
ul.spec-list .button{ margin:10px 0;}

.all-btn{ text-align:center;}
span.spec-date, span.spec-price{ font-family:arial;}
.spec-details{ background:#f8f8f8; padding:20px; border:1px solid #ddd; margin:20px 0}

.spec-btn{ text-align:center; display:inline-block; margin:0 10px 0 5px; }
.spec-btn a{ line-height: normal;font-size: 1.1em;display: inline-block;background: #0C61A5 none repeat scroll 0% 0%;color: #FFF;padding: 5px 10px;border-radius: 3px;box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset;border: 1px solid #125082; text-decoration:none !important}
p.reset a {background: #777 none repeat scroll 0% 0%; border: 1px solid #555; box-shadow: 0px 1px 6px rgba(179, 179, 179, 0.75) inset;}
.note{ background:#f7f7f7; border:1px solid #ddd; text-align:center; padding:20px;}

.tabs-btn { overflow: auto;}
.tabs-btn .link { float: left; padding: 10px 15px; margin: 0 5px 20px 0; background: #0C61A5; -webkit-border-radius: 5px 5px 0 0;   border-radius: 5px 5px 0 0; box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset;border: 1px solid #125082; }
.tabs-btn .link a{ color: #FFF !important; font-size: 0.8em; font-family: arial;}
.tabs-btn .act { background: #777; box-shadow: 0px 1px 6px rgba(179, 179, 179, 0.75) inset; border: 1px solid #555;}

.spec-btn a:hover { background: #377ab0;}
.ref{ margin: 30px 0 0 0;}

a.btn-backend{  line-height: normal;font-size: 1.1em;display: inline-block;background: #0C61A5 none repeat scroll 0% 0%;color: #FFF;padding: 5px 10px;border-radius: 3px;box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset;border: 1px solid #125082; text-decoration:none !important}


#cnt-top { padding:10px 0px; font-size: 0.8em; border-bottom: 1px dotted #ddd; margin: 0 0 20px 0; overflow: auto;}
#root-line{ font-family: arial; font-size: 11px;}
#addthis{ float: right;}
.wd-ticker{ margin: 0 0;}
.ticker{ -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; margin: -60px auto 0 auto; padding:0; position: relative; }
.ticker h2.csc-firstHeader{float: left; width:11%; padding:10px 2%; color: #fff; font-size: 1.0em;   margin: 0 0; display: block; position: relative; -webkit-border-radius: 10px 0 0 0;    border-radius: 10px 0 0 0; background-image: -moz-linear-gradient(top, #00a851, #008840);background-image: -ms-linear-gradient(top, #00a851, #008840);background-image: -o-linear-gradient(top, #00a851, #008840);background-image: -webkit-gradient(linear, center top, center bottom, from(#00a851), to(#008840));background-image: -webkit-linear-gradient(top, #00a851, #008840);background-image: linear-gradient(top, #00a851, #008840);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/ }
.ticker h2.csc-firstHeader:after{ content:"\f054"; font-family: FontAwesome; position: absolute; right: 10px; top: 15px; font-weight: 100; font-size: 0.8em; }
.ticker h2.csc-firstHeader:before{ content: none;}
.ticker p{margin: 0; padding: 0; color: #FFF;}

.jrticker29 { width:84%; float: left; overflow: hidden; padding:8px 0 0px 1%; -webkit-border-radius: 0 10px 0 0; border-radius: 0 10px 0 0; background: -moz-linear-gradient(top,  #0c61a5 0%, #19325c 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c61a5), color-stop(100%,#19325c)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* IE10+ */background: linear-gradient(to bottom,  #0c61a5 0%,#19325c 100%);}
.jrticker29 a{color: #FFF;}

.accordion-home { margin: 0 0 23px 0;}

.about-home { margin: 0 0 10px 0;}
.about-home blockquote {margin: 20px 0 20px 0 !important; padding:10px 20px !important}
.about-home h2{ margin-bottom: 14px;}
a.more-link { border: 1px solid #ddd; 
text-decoration: none !important;
margin: 0 5px 0 0 !important;
color: #FFF !important; float: right; font-size: 0.8em; font-weight: 400; display: inline-block; border: 0px; -webkit-border-radius: 20px; border-radius: 20px; padding: 3px 10px 2px; background: -moz-linear-gradient(top,  #0c61a5 0%, #19325c 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c61a5), color-stop(100%,#19325c)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* IE10+ */background: linear-gradient(to bottom,  #0c61a5 0%,#19325c 100%); /* W3C */transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -webkit-transition: all 300ms linear 0s;}
a.more-link:hover{ background-image: -moz-linear-gradient(top, #00a851, #008840);background-image: -webkit-linear-gradient(top, #00a851, #008840);background-image: linear-gradient(top, #00a851, #008840); }
a.more-link:before{ content: "\f0fe"; color: #fff; font-family: FontAwesome; margin: 0 5px 0 0;}
h2:before { content: "\f105 "; font-family: FontAwesome; margin: 0 5px 0 0;}

.contact-form { padding: 0 0 0 20px;}

.diaporama1_controls{ position: absolute; top: 45%; width: 100% !important; overflow: visible !important;}
.diaporama1_controls .prev{ position: absolute; left: 20px; width: 50px; height: 50px; display: block; background:url(../img/slider-arrows.png) no-repeat left bottom !important; }
.diaporama1_controls .prev:hover { background:url(../img/slider-arrows.png) no-repeat left top !important; }
.diaporama1_controls .next{ position: absolute; right: 10px; width: 50px; height: 50px; display: block;background:url(../img/slider-arrows.png) no-repeat right bottom !important;}
.diaporama1_controls .next:hover { background:url(../img/slider-arrows.png) no-repeat right top !important; }
.diaporama1_controls .pause{ display: none;}

#above-sldier {overflow: auto; padding:0; margin: -150px auto 0 auto; width: 80%;  -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; background:#F7F7F7}
#above-sldier ul{ margin: 0; padding: 0;}
#above-sldier ul li{ float: left; margin: 0; padding: ; list-style: none;  width: 25%;  }
#above-sldier li:before{ content: none;}
#above-sldier ul li a{ font-size: 0.9em; color: #008F44; padding: 15px 0 15px 15px; border-right: 1px solid #fff; font-weight: bold; display: block;  transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -webkit-transition: all 300ms linear 0s;}
#above-sldier ul li a:hover{ background: #008F44; color: #fff;}
#above-sldier ul li a:hover .fa{ color: #fff;}
#above-sldier ul li .fa{ margin: 0 10px 0 0; color: #008F44; font-size: 1.5em; vertical-align: middle;}
#above-sldier ul li:first-child{ border-left:0px;}
#above-sldier ul li:last-child a{ border-right:0px}




.tx-indexedsearch-res { clear:both; margin:10px 0 10px 0; padding: 10px 10px 10px 0;}
.tx-indexedsearch-res .tx-indexedsearch-res {background-color:#EFEDED; border-bottom: 1px solid #d1d1d1; border-top: 1px solid #716C2D }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info{ background: none; border-top: 1px dotted #ddd; font-size: 0.86em;}
.tx-indexedsearch-res h3 span { display:block; float:left; }
.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 #716C2D; overflow:auto; padding:0 3px; margin: 0; background-color:#EFEDED; }
.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; font-family: "gothic"; 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;}

#page-138 .full-cnt .row{ z-index:100000000;}
#page-138 .nav-bar {z-index: 10000; }

.conteneur-home{ padding:2%; margin:0; overflow: hidden; }
#wd-content { clear: both;  margin: 0 0 0 0;  }
.wd-content-interne li{ margin: 0 0 0 15px; position: relative;	text-align: justify;}
.wd-content-interne li ul{ margin:0 0 0 20px; overflow:auto}
.wd-content-interne li ul li:before{ content:"\f10c"; font-family: FontAwesome; font-size:0.6em}
.wd-content-interne li ul ul li::before{content:"\f04d" ;  font-family: FontAwesome; font-size:0.4em}
.wd-content-interne{ padding: 0 30px 0 0 !important;}
#wd-content a{ text-decoration: underline;}
.full-cnt .wd-content-interne{ padding: 0 !important; margin: 0 20px 20px 0 !important;}
.wd-content-interne h2.csc-firstHeader { font-weight: 400; font-size: 1.7em;}
.rootline { background: #ddd;}


.lightbox {
    display: none; /**sets the default display to hide the lightbox until it's the :target**/
    position: fixed; /**the rest of this styling makes the lightbox 	 screen when selected**/
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.lightbox img { /**sets the styling of the image in the lightbox**/
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    margin-top: 5%;
}
.lightbox:target { /**this is where the magic happens. makes the lightbox display when it's the target of a clickable link**/
    outline: none;
    display: block;
}

.exit { /**styling the exit button**/
    position: fixed;
    top: 4px;
    right: 4px;
    width: 40px;
}


.ui-accordion-header{color: #FFF;border: 0px;padding:8px 10px;font-size: 0.9em;

background-image: -moz-linear-gradient(top, #0c61a5, #19325c);
background-image: -ms-linear-gradient(top, #0c61a5, #19325c);
background-image: -o-linear-gradient(top, #0c61a5, #19325c);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0c61a5), to(#19325c));
background-image: -webkit-linear-gradient(top, #0c61a5, #19325c);
background-image: linear-gradient(top, #0c61a5, #19325c);
-moz-border-right-radius: 5px;
-webkit-border-right-radius: 5px;
border-right-radius: 5px;
-moz-border-left-radius: 5px;
-webkit-border-left-radius: 5px;
border-left-radius: 5px;
}

.tx-jfmulticontent-pi1 {clear:both;}
.ui-accordion-header a{color: #FFF !important;}
.ui-accordion-header-active{  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a851', endColorstr = '#008840');/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*//*Element must have a height (not auto)*//*All filters must be placed together*/-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a851', endColorstr = '#008840')";/*Element must have a height (not auto)*//*All filters must be placed together*/background-image: -moz-linear-gradient(top, #00a851, #008840);background-image: -ms-linear-gradient(top, #00a851, #008840);background-image: -o-linear-gradient(top, #00a851, #008840);background-image: -webkit-gradient(linear, center top, center bottom, from(#00a851), to(#008840));background-image: -webkit-linear-gradient(top, #00a851, #008840);background-image: linear-gradient(top, #00a851, #008840);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/}
.ui-accordion-content h2{ display: none; }
.tx-jfmulticontent-pi1 h3.ui-accordion-header {font-size: 0.9em; font-weight: 400; font-family: 'Roboto', sans-serif; text-transform: uppercase; padding: 0.4em 0.5em 0.4em 1.5em !important;}
.ui-state-default .ui-icon{ background: none;}
.tx-jfmulticontent-pi1 h3.ui-accordion-header:before{content:"\f0da"; position: absolute; left:10px; font-family: FontAwesome; }
.tx-jfmulticontent-pi1 h3.ui-accordion-header.ui-accordion-header-active:before{content:"\f0d7"; position: absolute; left:10px; font-family: FontAwesome; }
.ui-corner-bottom{ -webkit-border-radius: 5px !important;   border-radius: 5px !important; margin: 1px 0 0 0; border-top: #ddd solid 1px !important; padding: 10px 10px 10px !important;}
.ui-corner-bottom p{ line-height: 1.8;  font-family: 'Roboto', sans-serif;  color: #555;}
.ui-widget-content h3{ padding: 0 !important; font-weight: bold;  }
.ui-widget table{ border: 1px solid #000;}
.ui-widget {font-family: 'Roboto', sans-serif;}
.ui-widget-content .tx-jfmulticontent-pi1 .ui-accordion-header a {    color: #1c94c4 !important; }
.ui-widget-content .tx-jfmulticontent-pi1 .ui-accordion-header-active a{ color:#FFF !important;}
.full-img img{ width:100%;}

/* sub accordion */
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-header{ -webkit-border-radius: 0;   border-radius: 0; padding: 12px 30px !important; background: #008F44;  border: 0px !important; font-weight:bold}
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-header:before{ content: "\f067 "; font-family: FontAwesome; font-size: 1.0em; top: 30%; }
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-header-active:before { content: "\f068" !important;}
.sub-accordions .ui-accordion-content{ padding: 0 !important; margin: 0 !important; border: 0px !important; -webkit-border-radius: 0 !important;   border-radius: 0 !important; }

.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-header {background: #DFDFDC; font-weight: 400; padding: 17px 10px 17px 50px !important;}
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-header:before{ left: 30px; top: 30%; content: "\f105"; font-size: 1.0em; font-weight: 100; color:#474747}
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-header-active:before{content: "\f107" !important; }
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-header a{color: #474747 !important;}
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-content{ padding: 20px !important;}

.ui-accordion-content .ui-accordion-content .ui-accordion-header { background: #474747 !important; }
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-content .ui-accordion-header a {color: #fff !important;}
.sub-accordions .tx-jfmulticontent-pi1 .ui-accordion-content .ui-accordion-content .ui-accordion-header::before {color: #fff !important;}


.tx-wdbiblio-pi1 .tx-wdbiblio-pi1 ul li{ color: #FFF;border: 0px;padding:8px 10px;font-size: 0.9em;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0c61a5', endColorstr = '#19325c');
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0c61a5', endColorstr = '#19325c');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0c61a5', endColorstr = '#19325c')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #0c61a5, #19325c);
background-image: -ms-linear-gradient(top, #0c61a5, #19325c);
background-image: -o-linear-gradient(top, #0c61a5, #19325c);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0c61a5), to(#19325c));
background-image: -webkit-linear-gradient(top, #0c61a5, #19325c);
background-image: linear-gradient(top, #0c61a5, #19325c);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/}
.tx-wdbiblio-pi1 .tx-wdbiblio-pi1 ul li.act {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a851', endColorstr = '#008840');/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*//*Element must have a height (not auto)*//*All filters must be placed together*/-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a851', endColorstr = '#008840')";/*Element must have a height (not auto)*//*All filters must be placed together*/background-image: -moz-linear-gradient(top, #00a851, #008840);background-image: -ms-linear-gradient(top, #00a851, #008840);background-image: -o-linear-gradient(top, #00a851, #008840);background-image: -webkit-gradient(linear, center top, center bottom, from(#00a851), to(#008840));background-image: -webkit-linear-gradient(top, #00a851, #008840);background-image: linear-gradient(top, #00a851, #008840);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/}
.tx-wdbiblio-pi1 .tx-wdbiblio-pi1 ul li.act:before{color: #FFF;}

.tx-wdbiblio-pi1 .tx-wdbiblio-pi1 ul li a{color: #FFF; text-decoration:none !important;}
.tx-wdbiblio-pi1-listrowField-title{ font-size: 1.2em; display: block; color: #2C8649;}
p.tx-wdbiblio-pi1-listrowField-keyword, p.tx-wdbiblio-pi1-listrowField-descriptif, .tx-wdbiblio-pi1-listrowField-datepub{ display: none;}
.tx-wdbiblio-pi1-listrowField-authors{ font-family:arial; font-size:0.8em; font-style:italic}
.tx-wdbiblio-pi1-listrowField-authors b{ display:none;}
.tx-wdbiblio-pi1-listrowField-picto{ float: left; max-width: 150px; margin: 0 20px 20px 0; display: none;}
.tx-wdbiblio-pi1-listrowField-file {}
.tx-wdbiblio-pi1-listrowField-file:before {content: "\f019"; font-family: FontAwesome; margin: 0 10px 0 0 ;}
ul.tx-wdbiblio-pi1-listrowField-descriptif li:before{content: none;}
.tx-wdbiblio-pi1-browsebox table { width: 100%; margin: 10px 0;}
.tx-wdbiblio-pi1-browsebox p{ margin: 0;}
.tx-wdbiblio-pi1-browsebox td{ background: #f7f7f7; border-right:1px solid #ddd}
.tx-wdbiblio-pi1-browsebox td a{font-size: 0.8em;}
.tx-wdbiblio-pi1-browsebox-SCell{ background:  #ccc !important;}
.tx-wdbiblio-pi1-browsebox-SCell a{color: #000;}

.showResultsWrap{ font-size:1.2em}

.spec-list { width: 100%; margin: 20px 0;}
.spec-list .button a{ color:#fff; text-decoration:none !important;}
.button-abs {background:#555; color:#fff; position:absolute; right:0; top:67px; z-index:99999;  -webkit-border-radius: 20px 0 20px 0;    border-radius: 20px 0 20px 0;  margin: 0 10px 0 0;   }
.button-abs a{color:#fff; padding: 12px 20px; display: block; text-decoration:none !important}

.single-gallery{ background:#f7f7f7; overflow:auto; padding:20px 20px 10px; border:1px solid #ddd}
.single-gallery a{ width:30%; float:left; max-height:130px; overflow:hidden; margin: 0 20px 20px 0; border: 1px solid #ddd;}
.single-gallery p{ margin:0; padding:0}
.single-gallery .news-single-img{ float:none;}

.news-list-container img{ float:left; margin:0 10px 0 0; border:1px solid #ddd; padding:4px; max-width:200px}
.news-list-item {overflow: auto;}

.news-single-item{}
.news-single-item h2{ color:#555; border-bottom:1px dotted #ddd; padding:0 0 5px 0; margin:0 0 20px 0}
.news-single-item h2:before{ content:none;}
.news-single-timedata{ font-family:arial; font-size:0.7em; margin:0 0 20px 0}
.news-single-backlink{ }
.news-single-backlink a{-webkit-appearance: none; display:inline-block; background:#0C61A5; border:0px; color:#FFF; padding: 7px 10px; border-radius: 3px ; box-shadow: 0px 1px 6px rgba(74, 142, 197, 0.75) inset; border: 1px solid #125082; text-decoration:none !important; }

.news-content-single{ clear:both;}
.ui-widget-content{ color: #555;}
.Xui-widget-content a{color: #0C61A5; text-decoration:underline}
.Xui-widget-content a:before{ content: "";}
.ban-home{ margin: 0px 0 0 0;}
.ban-home ul{margin: 0; padding: 0;}
.ban-home ul li{ list-style: none; margin: 1px 0 10px 0; padding: 0; position: relative;}
.ban-home ul li:before{ content: none;}
.ban-home ul li a{color:#fff;}
.ban-home h3{ text-shadow: 0px 3px 14px rgba(0, 0, 0, 1); position: absolute; bottom: 0px; left: 10px; color: #FFF; text-transform: uppercase; font-weight: 700; font-size: 1.2em; max-width: 130px;  line-height: 22px; font-family: 'Roboto', sans-serif;}
.ban-home ul li:first-child h3 { right: 15px; left: auto; text-align: right;}
.ban-home img{ -webkit-border-radius: 5px; border-radius: 5px; }
aside .ban-home{ margin: 10px 0 0 !important; position:relative}
.news-home{ padding: 0; margin: 10px 10px 0 0; }
.news-home .news-list-item{ overflow: auto; clear: both; margin: 0 0 11px; padding: 0 0 15px 0; border-bottom: 1px dotted #ddd}
.news-home .news-list-container img { width: 90px; float: left; margin: 0 10px 0 0; border:1px solid #ddd; padding: 3px; }
.news-home a.more-link{ margin: 0 0 0px 0; text-decoration:none !important;}
.news-home .news-list-container{ padding: 0;}
.news-list-container h3{ font-size: 0.96em; margin: 0; clear:right }
.news-list-date{ text-align: left; float: none; margin: 0 0 10px 0; padding: 0; font-size: 0.7em; color: #999;}
.conteneur-home .subheader{display: none;}
.news-latest-date { font-size: 0.7em; color: #555; margin: 0; font-family: arial; font-weight: bold;}
.news-home .news-list-item:nth-child(3){ border: 0px; margin: 0; padding: 0;}
.news-home .news-list-browse{ display: none}
.news-home h2 a:after{content: "\f143"; position: absolute; right: 10px; font-family: FontAwesome; color: #FE9900;}

.history{ float: left; margin: 0 0 20px 0; min-height:630px; background: #f7f7f7; border: 1px solid #ddd;}
.history ul{  padding: 0; margin: 0;}
.history li{ list-style: none; margin: 0 0 0 0;}
.history li:before{ content: none;}
.history li.hrg {  padding:4px 5px; font-size: 0.9em; }
.history li b{ color: #DEBC3F; font-size: 1.2em; display: inline-block; text-align: center; padding: 0 10px 0 0; min-width: 40px; }
.history li strong{ color: #DEBC3F; font-size: 1.2em; display: inline-block; text-align: center; padding: 0 10px 0 0; min-width: 40px; }
.history-details {min-height: 610px; background: #f7f7f7; border: 1px solid #ddd; padding: 30px 10px 10px; margin: 0; width: 45%;float: right;}
.history-details ul, .history-details p{ font-size:0.9em;}
.full-history{ clear: both;  background: #f7f7f7; border: 1px solid #ddd; padding: 10px 10px;   overflow:auto;}

.wd-onlget {padding: 0 0 10px 20px}
.tx-jfmulticontent-pi1 h2{ display: none;}
.ui-tabs{ padding: 0; border:0px; background: none;}
.wd-onlget .ui-tabs-nav{ padding: 0; margin: 0 0 0 20px !important; border: 0px; background: none;}
.wd-onlget .ui-tabs-panel{ background: #f7f7f7 !important; border:1px solid #ddd !important; height: auto !important; margin: 0px 0 0 0; -webkit-border-radius: 10px; border-radius: 10px; padding: 10px 0 !important; overflow: auto;}
.wd-onlget #jfmulticontent_c12-2{ background: #FFF !important;}
.wd-onlget .ui-corner-top{ background: #008F44 !important; border: 0px solid #008F44 !important; }
li.ui-corner-top:before{ content:none;}
.wd-onlget .ui-corner-top a{color: #FFF !important; padding: 7px 20px 5px 30px !important; font-size: 0.8em; font-weight: 400; font-family: 'Roboto', sans-serif; text-transform: uppercase; text-decoration:none !important;}
.wd-onlget .ui-tabs-active {border: 0px !important; padding: 0 !important;  

background-image: -moz-linear-gradient(top, #0c61a5, #19325c) !important;
background-image: -ms-linear-gradient(top, #0c61a5, #19325c) !important;
background-image: -o-linear-gradient(top, #0c61a5, #19325c) !important;
background-image: -webkit-gradient(linear, center top, center bottom, from(#0c61a5), to(#19325c)) !important;
background-image: -webkit-linear-gradient(top, #0c61a5, #19325c) !important;
background-image: linear-gradient(top, #0c61a5, #19325c) !important;


}
.wd-onlget .ui-tabs-active a {color: #fff !important;}
#page-2 .wd-onlget .ui-tabs-nav li.ui-state-default:first-child:before{ content:"\f040"; font-family: FontAwesome; color: #FFF; position: absolute; left: 7px; top: 3px; font-weight: normal; }
#page-2 .wd-onlget .ui-tabs-nav li.ui-state-default:nth-child(2):before{ content:"\f0ac";font-family: FontAwesome; color: #FFF; position: absolute; left: 7px; top: 3px; font-weight: normal;}

.wd-onlget .ui-tabs-panel blockquote{ padding:0 10px; background:none; margin: 0 !important;}
.wd-onlget .ui-tabs-panel blockquote p{ font-size:0.86em;}

.welcome-onglet p{ line-height: 1.5em !important; font-size: 0.8em !important;}
.welcome-onglet img{ display:none;}


#col-righ .partners, #col-righ .ban-home, #col-righ .news-home { width: 100%; margin: 0; padding: 0; border: 0px; overflow:auto;}

blockquote {margin: 20px 0 30px 0 !important; border-radius: 20px; padding: 20px; background: #EEE;}
blockquote p{ font-size: 1.0em; font-family: 'Roboto', sans-serif; font-weight: 600; }
#page-2 blockquote p{ font-weight:400;}
blockquote ul li {font-weight:bold;}

ul.menuPS{ font-family: arial; margin: 0; padding: 0; }
ul.menuPS li{ background: #124980; border-bottom: 1px solid #183560; padding: 0;}
ul.menuPS li:last-child{border-bottom: 0px;}
ul.menuPS li:before{content: none;}
ul.menuPS li a{color: #FFF; font-size: 0.8em; padding: 7px 10px; display: block;}
ul.menuPS li.act{border:1px solid #ddd; background: rgba(226,226,226,1);background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );}
ul.menuPS li.act a{color: #18325C;}
ul.menuPS li a:hover{color:#18325C ;background: rgba(226,226,226,1);background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );}

ul.menuPS li li{ border-bottom: 1px solid #124980;}
ul.menuPS li li a{ padding: 7px 10px 7px 25px; font-size: 0.7em; position: relative;}
ul.menuPS li li a:before{content: "\f105"; position: absolute; left: 15px; font-family: FontAwesome;}
ul.menuPS li ul li{ background: #18325C;}
ul.menuPS li.act li a{color: #FFF;}
ul.menuPS li.act li a:hover{ color: #18325C;}
ul.menuPS li.act li.act{ background: rgba(226,226,226,1);background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );}
ul.menuPS li.act li.act a{color: #18325C}


.bloc-menu h2{ margin: 0; color: #FFF; padding: 10px 10px 15px; text-transform: uppercase; font-size: 1.0em; background: #0c61a5; /* Old browsers */background: -moz-linear-gradient(top,  #0c61a5 0%, #19325c 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c61a5), color-stop(100%,#19325c)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* IE10+ */background: linear-gradient(to bottom,  #0c61a5 0%,#19325c 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c61a5', endColorstr='#19325c',GradientType=0 );  }

.wd-partn {}
.wd-partn li{ float: left; width: 27%; min-height: 300px; border: 1px solid #eee; padding: 5px; text-align: center; margin:0 20px 20px 0; background: #f7f7f7; font-family: arial;}
.wd-partn li img{ max-width: 150px; text-align: center; margin:00 20px 20px; border:1px solid #ddd; padding:5px}
.wd-partn h3{ min-height: 55px;}
.wd-partn li:before{ content:none !important;}

.cnt-half{ width: 49%;}

.map{ padding:10px}
.map p{ line-height:130%; font-size:12px; font-style:italic; margin:5px 0 10px}
.map ul{ margin: 0; padding: 0;}
.map ul li{ list-style: none; margin: 0; width: 45%; float: left; font-size: 0.9em; padding: 0 0 0 20px; position: relative;}
.map ul li:nth-child(1):before { width: 10px; height: 10px; background: #ee1c25; content: ""; position: absolute; left: 0; top: 3px;}
.map ul li:nth-child(2):before { width: 10px; height: 10px; background: #f37123; content: ""; position: absolute; left: 0; top: 3px;}
.map ul li:nth-child(3):before { width: 10px; height: 10px; background: #faa21c; content: ""; position: absolute; left: 0; top: 3px;}
.map ul li:nth-child(4):before { width: 10px; height: 10px; background: #556e7c; content: ""; position: absolute; left: 0; top: 3px;}
.map ul li:nth-child(5):before { width: 10px; height: 10px; background: #006ab6; content: ""; position: absolute; left: 0; top: 3px;}
.map ul li:nth-child(6):before { width: 10px; height: 10px; background: #0093d9; content: ""; position: absolute; left: 0; top: 3px;}



.gmap{ margin: 0 0 30px 0;}

.login-form { width: 40%;}

.partners{ padding: 5px 16px 10px 16px; margin:10px 0 0 10px; border:1px solid #ddd;  -webkit-border-radius: 10px; border-radius: 10px; background: #fff;}
.partners{ padding: 0; margin:0; border:0px solid #ddd;  }
.partners ul { margin: 0; padding: 0; }
.partners .more-link{ margin: 21px 0 0 0; text-decoration:none !important}
.partners li { list-style: none; margin: 0 17px 6px 0; padding: 0;  width: 27.0%; min-height: 50px;  display: inline-block; }
.partners li:before{ content: none;}
.partners li:nth-child(3){ margin: 0;}
.partners li:nth-child(6){ margin: 0;}
.partners li:nth-child(9){ margin: 0;}
.partners li img{ border: 1px solid #eee; padding:4px;}

.chaine-top-content {}
.chaine-top-content h2{ text-align: center;}
.chaine-top-content p{font-size: 1.1em;}

.chaine-tabs .ui-widget-header{
  border: 0px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
      background: none;

}

.chaine-tabs{ overflow: hidden;}
.chaine-tabs .ui-tabs .ui-tabs-panel{ padding:20px 0 0 !important; background: #fff; border: 0px solid #ddd !important; position: relative; -webkit-border-radius: 0 !important; border-radius: 0 !important;}
.chaine-tabs .ui-corner-top { border: 0px; font-family: "PT Sans Narrow",sans-serif; }
.chaine-tabs .ui-corner-top a {color: #fff !important; font-weight: normal; text-decoration:none !important; font-size:0.9em; }
.chaine-tabs .ui-tabs-nav{ padding: 0.7em 0.5em 0.7em;}
.chaine-tabs .ui-tabs-nav li:after{ content: "\f0a9"; font-family: FontAwesome; margin: 6px 0 0 0; position: absolute; right: 10px; font-size: 1.4em; }
.chaine-tabs .ui-tabs-nav li{ padding: 0 30px 0 30px; color: #FFF; -webkit-border-radius: 20px 0 20px 0;
        border-radius: 20px 0 20px 0;  margin: 0 10px 0 0; position: relative;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a851', endColorstr = '#008840');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a851', endColorstr = '#008840')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #00a851, #008840);
background-image: -ms-linear-gradient(top, #00a851, #008840);
background-image: -o-linear-gradient(top, #00a851, #008840);
background-image: -webkit-gradient(linear, center top, center bottom, from(#00a851), to(#008840));
background-image: -webkit-linear-gradient(top, #00a851, #008840);
background-image: linear-gradient(top, #00a851, #008840);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/}
.chaine-tabs .ui-tabs-nav li:before{background: #fff; -webkit-border-radius: 50%; border-radius: 50%; line-height: 22px; width: 22px; height: 22px; font-size: 0.9em; font-family: arial; font-weight: bold; text-align: center; position: absolute; left: 10px; top: 9px; color: #999;}

.chaine-tabs .ui-tabs-nav li:nth-child(1):before { content: "1"; }
.chaine-tabs .ui-tabs-nav li:nth-child(2):before { content: "2"; }
.chaine-tabs .ui-tabs-nav li:nth-child(3):before { content: "3"; }

.chaine-tabs li.ui-tabs-active { background: #0C61A5; }
.chaine-tabs li.ui-tabs-active:after{ color: #fff;}
.chaine-tabs li.ui-tabs-active a {color:#fff  !important;}
.chaine-tabs .ui-tabs-nav li.ui-tabs-active:before { background:#fff !important; color: #0C61A5;}
.chaine-tabs p{ margin: 0;}

p.alert {text-align:center; color:#c60000; font-weight:bold; margin:10px 5px; padding:5px; border:solid 1px #c60000; }
p.info   {text-align:center; color:#0C61A5; font-weight:bold; margin:10px 5px; padding:5px; border:solid 1px #0C61A5; }

#wd-date{ margin: 19px 0 0 0; float: right;}
.weather-box{}
.weather-forecast{ padding: 0 !important;}
.div.weather-forecast{ width: 100%; padding: 0 !important;}
.weather-date{ font-size: 0.7em; font-family: arial; float: left;}
.weather-icon{ float: left;}
.weather-icon img{ max-width: 40px; margin: 0 !important; margin-top: -8px !important;}
.weather-temperateur{ float: left; font-size: 0.7em; font-family: arial;}



#show {display:none ; }
#hide {display:block;}
#show:target {display: block; }
#hide:target {display: none; }

#show2 {display:none ; }
#hide2 {display:block;}
#show2:target {display: block; }
#hide2:target {display: none; }



.steeps h3{ font-size: 1.0em; text-transform: none;  margin: 0; position: absolute; left: 50%;}
.steeps h3:before{content: none;}
.steeps h5{ position: absolute; top: 50px; width: 350px; color: #000;   left: 50%; text-align:justify}

.steeps ul{ margin: 30px 0; padding: 0;}
.steeps li{ max-width: 80%;  padding: 20px; margin: 0 0 20px 0; float: left; background: #008C42; color: #FFF; list-style: none; border-top: 6px solid #0C61A5; -webkit-border-radius: 20px 0 20px 0;  border-radius: 20px 0 20px 0; font-style:italic}
.steeps li:before{content:none;}
.steeps li h4{ color: #FFF; font-size: 1.4em;}
.steeps li:last-child{ margin: 0;}
.steeps li img{ border:1px solid #fff; padding:4px; margin:20px 0 2px; max-width:90%}

.step-bloc1  { background: #cad0d5;}
.step-bloc2  { background: #0C61A5; color: #fff; border-top: #008C42 6px solid; padding: 20px; margin: 30px 0 0 0; -webkit-border-radius: 30px 0 30px 0;  border-radius: 30px 0 30px 0;}
.step-bloc2 p{color: #fff;}
.step-bloc1 h3, .step-bloc2 h3{ position: relative; left: 0; margin: 0; padding: 0; color: #fff;}
.step-bloc2 h3{color: #FFF; margin: 9px 0 10px 0; padding: 0 0 0 35px !important;}
.step-bloc2 h3:before{ content: "\f192"; font-family: FontAwesome; margin: 0 10px 0 0; }
.step-bloc1 h3{padding: 0 0 0 10px !important;}
.step-bloc1 h3:before{ content: "\f192"; font-family: FontAwesome; margin: 0 10px 0 0; }
.step-bloc2 a{ color:#fff; text-decoration:underline;}
.population{ text-align:center; border:1px solid #ddd; padding:10px 10px; margin:20px 0 20px 0; overflow:auto;  border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px}
.population i{ text-align:center; display:block; font-size:2.5em; margin:20px 0 10px; color:#2C8649;}
#worldpop{ font-size:1.7em; line-height: 1.8em; display:block; color:#0C61A5}

div.csc-mailform li label{ padding: 0 0 0 10px; }
div.csc-mailform ol li{ position: relative; }
div.csc-mailform ol li:before{ position: absolute; left: 0;     top: -4px; }
label em, legend em{ display: inline;  color: red; font-weight: bold;}
.csc-form-element-submit:before{ content: none; }
.csc-form-element-submit input{ float: right; }


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 {-webkit-border-radius: 10px;border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;  height:55px; font-family: 'Roboto', sans-serif; box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28); z-index:100000; background: #0c61a5; /* Old browsers */background: -moz-linear-gradient(top,  #0c61a5 0%, #19325c 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c61a5), color-stop(100%,#19325c)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #0c61a5 0%,#19325c 100%); /* IE10+ */background: linear-gradient(to bottom,  #0c61a5 0%,#19325c 100%); /* W3C */ }
  #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 #195fa6 }
  .menuAdxC li:before{ content: none;}
  .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.9em; font-weight:normal; color: #999; text-transform: none; display:block; font-family: 'Roboto', sans-serif;}
  .menuAdxC li a{  padding:8px 7px; display: block; color: #FFF; font-weight:bold; border-left:1px solid #09335e; font-size: 0.76em;}
  .menuAdxC li a:hover{   
        color: #0C61A5; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5e5e5');
        /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
        /*Element must have a height (not auto)*/
        /*All filters must be placed together*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5e5e5')";
        /*Element must have a height (not auto)*/
        /*All filters must be placed together*/
        background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
        background-image: -ms-linear-gradient(top, #ffffff, #e5e5e5);
        background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e5e5e5));
        background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
        background-image: linear-gradient(top, #ffffff, #e5e5e5);
        /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
  }
  .menuAdxC li a.act{  background: #008F44;}
  .menuAdxC li a.act span{ color: #FFF;}
  .menuAdxC li a.act:hover{ color: #FFF;}
  .menuAdxC li:first-child a{ border-left: 0px;}
  .menuAdxC li:last-child{ padding-right: 0; border-right:0px;}
  .menuAdxC li:first-child a{ -webkit-border-radius: 8px 0 0 10px; border-radius: 8px 0 0 10px; font-size: 0; padding: 5.5px 20px; font-weight: normal;}
  .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: 1.1em;}
  .menuAdxC li li.no a:before{ content: none;}
  .menuAdxC li li a.act {color: #fff;  }
  .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 li { width: 350px;}
  .menuAdxC li li:last-child{ border-bottom: none;}
  .menuAdxC li li a{ color: #17497A; border-left: 0px;  font-weight: normal; text-transform: none; padding: 8.5px 15px; font-family: arial; font-size: 0.85em !important; }
  .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 */
}

.slider-pagi {  position: absolute; bottom: 200px; border: 5px solid red; width: 1000px; left: 30%; 

}

@media screen and (max-width: 1024px) 
{

  [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: #111;
    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: #343434;
      color: #fff;
      font-weight: normal;
      font-size: 11px;
      text-transform: none;
      border-bottom: 1px dotted #555;
  }

  [id=menuAdx] ul.respnav ul a:hover {
    background: #008F44;
    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: #343434;
    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: #FFF;
    
  }
  [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) 
{

.partners{ padding: 5px 16px 10px 16px; margin:0 0 0 10px; border:1px solid #ddd;  -webkit-border-radius: 10px; border-radius: 10px;}
.news-home{ padding: 5px 10px 8px 15px; background: #f7f7f7; margin: 0 10px 0 0; border:1px solid #ddd; -webkit-border-radius: 10px; border-radius: 10px;}
.full-slider .nl_text{left: 23%;}
.full-slider{min-height: 400px;}

}


@media only screen and (min-width: 1024px) 
{
form.add {  width: 50%;}
}

@media only screen and (min-width: 801px) and (max-width: 1280px) 
{

  .partners{ padding: 5px 16px 10px 16px; margin:0 0 0 10px; border:1px solid #ddd;  -webkit-border-radius: 10px; border-radius: 10px;}
  #wd-logo, #wd-lang, #wd-search, #wd-tutel { padding-left:2%; padding-right:2%;}

}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 1024px) 
{
.full-menu{ position: absolute; max-width: 100%; top:50px !important;}
.wd-ticker{ margin: 0 10px;}
.ticker h2.csc-firstHeader:after{content: none;}
.full-slider .nl_text{left: 5%;}
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 800px) and (max-width:1024px) 
{

#wd-logo, #wd-lang, #wd-search, #wd-tutel { padding-left:2%; padding-right:2%;}
#ssubmit{ right: 12px;}

}


@media screen and (max-width: 980px) 
{
.media{ display: none;}
.publication{ overflow: visible;}
}

@media screen and (max-width: 800px) 
{


#wd-logo { text-align: center; background: #f7f7f7; padding: 20px 10px 20px; border-bottom: 1px solid #eee;}
#wd-tutel {padding-left:2%;}
#wd-menu-tc{float: left; margin: 10px 0 0 20px;}
#wd-search{ margin: 10px 20px 0 0;}
#wd-lang{ margin-right: 20px;}
#ssubmit{ top: 15px; right: 25px;}
.full-menu{ top: 10px; width: auto;}
#page-2 .full-cnt{ margin-top: 0;}
.full-head{ padding: 0px 0px 10px;}
.cnt-bot{ width: 95%; margin: 0 7px;}
/*.full-slider .diaporama1, .full-slider .diaporama1 li, .full-slider .diaporama1 li img {height: 300px;}*/
.jDiaporama_status{ bottom: 30px;}
.foot-widget{ padding: 10px;}
#wd-date{float: left; padding: 0 0 0 20px;}
.wd-onlget .ui-corner-top a{ font-size: 0.7em; text-transform: none; padding: 7px 10px 5px 30px !important;}
.wd-onlget .ui-tabs-nav{ margin: 0 !important;}*

.news-home{ margin: 0;}
.ban-home ul li{ margin: 2px 0px 10px 20px}

}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) 

{
#above-sldier{ display:none;}  
}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) 
{

/*.full-slider .diaporama1, .full-slider .diaporama1 li, .full-slider .diaporama1 li img {height: 200px;}*/
.news-home { width: 100%; margin-bottom: 20px;}
.ban-home{ padding: 0 25px 0 0; width: 44%;}
.ban-home ul li{ margin: 2px 0px 10px 0}
.news-home h2 a::after{ right: 20px;}
.nl_text{ display: none;}
.wd-onlget{ padding: 0;}
.publication{ padding: 20px 15px 0 0px; overflow: auto;}
.media{ margin:10px 0px 0px 0 ; display: block}

/* new */

#above-sldier{ margin-top: -150px; }
#above-sldier ul li{ width: 50%;  }
.ticker h2.csc-firstHeader{ display:none}
.jrticker29{ width: 100%; padding: 8px 0px 0px 0; -webkit-border-radius: 10px; border-radius: 10px;}
#wd-menu-tc{ text-align:center; float:none;}
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) 
{ 

.wd-foot-menu p, .wd-copyright p, .foot-widget { text-align: center;}
.footer-bottom{ padding: 0 0 10px 0;}
.weather-temperateur, .weather-date, div.weather-forecast, #wd-date, .weather-icon { float: none; text-align: center; margin: 0 0 0 0;}
.weather-icon{ margin: 10px 0 0 0;}
#wd-date{ margin: 5px 0 0 0;}
#wd-lang{ float: none; text-align: center; border:1px dotted #eee; padding: 5px;}
#wd-tutel p{text-align:center;}
#wd-tutel img{ float:none; margin:10px auto; display:block; text-align:center}
.news-home h2 a::after{ right: 40px;}
.all_news{ margin: 0 20px 0 0;}
.ban-home{width: 100% !important; padding: 0;}
.slogan-bot p{ float: none; text-align: center;}
.slogan-bot p::before{ left: -1px; font-size: 1.0em; top: 0;}
.social-bot p{ text-align: center;}
.cnt-bot{width: 90%;}
.media li .fa, .media li a {font-size: 1.0em;}
form.add label{ width: 100% !important;}
form.add input{ width: 100% !important;}
.wd-ticker, .full-slider{ display:none;}
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 413px) 
{
  .media li{ float: none; display: block;}
  .media li .fa, .media li a {font-size: 1.4em;}
  .media li a{ text-align: left; border:0px; border-bottom:1px dotted #008F44}

}


@media screen and (max-width: 320px) 

{

{
  






#above-sldier ul li a { display:none}


}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) 
{
  
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/