body{

/***************************************************************************************
------------ START THEMES--------------------
****************************************************************************************/



/**** Ramadan Theme ****/ background: #FFF url(../img/portal11.jpg) repeat top center;
/**** Ramadan Theme    background: #FFF url(../img/background1942017.jpg) repeat top center; ****/
/**** Ramadan Theme    background: #FFF url(../img/background1942017.jpg) repeat top center; ****/
}


/***************************************************************************************
------------ END THEMES--------------------
****************************************************************************************/





/****** 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-attachment: fixed;
  color: #555555;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}
.row {
    margin: 0 auto;
    max-width: 980px;
    background: #FFF;
}
.wd-null {
  margin: 0;
  padding: 0;
}
a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

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: #9f1d34;
  text-decoration: none;
  line-height: inherit; }
a:hover, a:focus {
    color: #258faf; }
a img {
    border: none; }

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.84rem;
  line-height: 2.0;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility; }
  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;}
  
  
  
h1, h2, h3, h4, h5, h6 {
  
   font-family: 'Lato', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.6; 
  
  }


h1 a, h2 a {
  background: url(../img/Link-icon.png) no-repeat left 70%; padding: 0 0 0 22px;
}

  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.2875rem;  color: #716c2d }

h2 a {color: #716c2d }

h3 {
  font-size: 1.075rem; color:#9f1d34 }

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 {

  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  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;
}
@media only screen and (min-width: 1025px) {
  li {
  list-style: url(../img/puce-ltr.png);
  }
}

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: 1.4rem; }
  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.6;
  color: #6f6f6f; }

  
  table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;

   }
  table thead,
  table tfoot {
    background: #716C2D; color: #FFF }
    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.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f6f5ec; }
  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; 
}



div.csc-mailform li label {
    float: left;
    margin-left: 0;
    width: auto;
}
div.csc-mailform li label em {
    color: red;
    float: right;
    padding:0 5px;
}

/****** 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.5rem;
  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:#2CA8D2; border:0px; color:#FFF; padding:5px 10px  }

  
input[type="reset"] {  
  -webkit-appearance: none; display:inline-block; background:#2CA8D2; border:0px; color:#FFF; } 
  
/* 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 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: 1.125rem 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; }

    

/****** Elements ************************************/

/* - Template elements - */


#wd-rootline{ font-size: 0.76em; margin: 10px 0 15px 0; padding: 0 0 10px 2%; border-bottom: 1px dotted #ddd; line-height: 170%}
.nav-bar{  }
#wd-logo{ padding:2% 4% 0%; }
.wd-header{ margin-top: 50px;}
.wd-services{ padding:5% 5% 5%; position: relative;}
.wd-services h2{ position: absolute; top: 16%; right: 2.4%; padding: 5px 15px 5px 10px; font-size: 0.9em; color: #FFF;  }
.wd-services h2 a{color: #FFF;}
.wd-services h2:before{ content: ""; background: url(../img/arrow-services-rtl.png) no-repeat right bottom; width: 7px; height: 4px; position: absolute; right: 0; top: 32px;}
.wd-services img{ min-width: 100%; height: auto;}
.fa{ font-size: 1.0em; margin: 0 2% 0 0}

.wd-menu-lang{ font-size: 0.8em; margin: 20px 0 0 0 }

#service1 h2{ background: rgba(157,62,0,0.9);}
#service2 h2{ background: rgba(96,140,127,0.9);}
#service3 h2{ background: rgba(168,132,60,0.9);}
#service4 h2{ background: rgba(91,88,51,0.9);}

.hdr-cnt{ padding:8% 5% 0;  font-size: 0.86em; border-left:0px dotted #ccc;}
.hdr-cnt p{font-size: 0.78em; line-height: 150%}
.hdr-cnt h2{  font-size: 1.0em;}
.hdr-cnt h2 a{ color: #9f1d34; }

.addthis_sharing_toolbox{ text-align: right; padding: 0 2%}

.cnt-lef iframe{ height: 440px !important; }
.wd-cnt h2{ }

#wd-sharing { margin: 0 0 0 0; }
.cnt-rgt { padding: 0 2%}
.cnt-lef { padding: 0 2%}
#wd-content { padding: 0 2%}
/*.wd-cnt, #content{ margin: 0 2%}*/

.cnt-rgt h2, .wd-cnt h2, #content h2{  border-bottom: 1px solid #716c2d; padding-bottom: 5px;}
.subsites {  border-top: 3px solid #716c2d; overflow: hidden;}

.top-lef{ padding: 0 5%;}
.wd-social{ margin: auto; display: block; text-align: center; float: right; }
.wd-social p{ margin: 0}
.wd-social img{ margin-top: 10px; margin-bottom: 5px; margin-left: 0px;}

.wd-slider{ margin: 0 0 0 0;}
.wd-slider .news-latest-container{ padding: 0}
.news-latest-container { padding: 0; overflow: hidden;}
.wd-search {}
input#sword { width: 75%; height: 29px; float: left;}
input#ssubmit { width: 25%; height: 29px; font-size: 0.7em;}
#sadvanced{ clear: both; font-size: 0.8em; }

.wd-login-form { background: #501615; padding:10px 20px 10px 20px;}
.wd-login-form h2{ color: #FFF; padding:2% 0%; margin: 0 0 16px 0; border-bottom:1px dotted #FFF; }
.wd-login-form fieldset{ border: 0px ; padding: 0}
.wd-login-form legend { display: none;}
.wd-login-form form label{ color: #FFF;}
.wd-login-form form input{ background: #8a3332; border: 0px}
.wd-login-form h3{ display: none;}
.wd-login-form input[type="submit"]{ width: auto; float: right; background: #716C2D; border: 0px; padding: 8px 20px; }

.wd-course-search{background: #501615; padding:10px 20px 52px 20px; border-radius:0 0 20px 0; }
.wd-course-search h2{ color: #FFF; padding:5% 5%; margin: 20px 0 20px 0; border-bottom:1px dotted #FFF; }
.wd-course-search p{color: #fff; font-size: 0.9em; margin: 20px 0 40px 0}
.wd-course-search select{color: #FFF; border: 0px; margin: 0; background: #712c2b url("../img/arrow-select.png") no-repeat 97% center; }
.wd-course-search form{ margin: 0;}

.tx-t3sjslidernews-pi1{ margin: 0 0 0 0;}
.nivo-desc{ display: none;}

.lof-slider_5 .lof-main-wapper .lof-item{ max-width: 490px; overflow: hidden; max-height: 250px;}
#lofslidecontent6 .lof-description{ display: none;}
.lof-description  h3{font-size: 1.0em !important; margin: 0 !important}

.news-list-date{float: none;}
.tools-rss{ display:none;}
footer{ font-size: 0.76em; }
footer p{ margin: 0 0 5px 0;}
.wd-menu-tc, .wd-copyright { padding: 0 0 0 2%}
.wd-menu-tc{ padding-bottom: 20px;}

.sub-logo-botm{text-align: right;}
.social-bottom ul{ margin: 0; padding: 0; float: right;}
.social-bottom ul li { list-style: none; float: left; margin: 0 7px 0 0}
.social-bottom ul li a{ margin: 0; padding: 0;}
.social-bottom h2{    font-size: 1.1em;
    text-align: left;
    margin: 0 38px 10px 0;}

.twitter h2{border-bottom: 1px solid #716c2d; padding: 0px 0px 5px;}
/**/
.social-icon {  height: 32px;  width: 32px;  margin: 10px 5px;  text-indent: -3000px;  float: left;  -webkit-transition: all ease 0.3s;  -moz-transition: all ease 0.3s;  -o-transition: all ease 0.3s;  -ms-transition: all ease 0.3s;  transition: all ease 0.3s;}
.fb-icon {background-image: url('../img/facebook-hover.png');}
.twitter-icon {background-image: url('../img/twitter-hover.png');}
.gplus-icon {background-image: url('../img/google-hover.png');}
.linkedin-icon {background-image: url('../img/youtube-icon.jpg');}
.social-icon:hover {  background-position: 0px -32px;}
/**/

.sidebar-left{ padding:30px 10px 0 10px;}
.sidebar-left img{ margin: 0 0 20px 0;}

/* ACCORDSION */

.tx-wdaccordion-pi1 .tx-wdaccordion-pi1-accordion_toggle{ background: #f3f3f3; margin: 0 0 2px 0; padding: 2%; cursor: pointer; font-size: 0.9em;}
.tx-wdaccordion-pi1-accordion_toggle_active { color: #FFF;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#716c2d', endColorstr = '#a39e68');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#716c2d', endColorstr = '#a39e68')" !important;background-image: -moz-linear-gradient(top, #716c2d, #a39e68) !important;background-image: -ms-linear-gradient(top, #716c2d, #a39e68) !important;background-image: -o-linear-gradient(top, #716c2d, #a39e68) !important;background-image: -webkit-gradient(linear, center top, center bottom, from(#716c2d), to(#a39e68)) !important;background-image: -webkit-linear-gradient(top, #716c2d, #a39e68) !important;background-image: linear-gradient(top, #716c2d, #a39e68) !important;}

.tx-wdaccordion-pi1-accordion_content{ background: #FFF; padding: 5%;}


/** NEWS **/




.news-list-container {}
.news-list-item  { border-bottom: 1px dotted #ddd; margin: 5px 0 0 0; clear: both;}
.news-list-item:first-child { margin: 0;}
.news-list-item:nth-child(2) { border-bottom:0px dotted #ddd !important}
.news-list-item h3 { font-size: 0.9em; margin: 10px 0; border: 0px;}
.news-list-item img { float: left; width: 25%; height: auto; padding: 2px; border: 1px solid #eee; margin: 0 10px 0 0}
.news-single-timedata, .news-latest-date{ margin: 0; color: #999;}
.news-event .subheader{ display: none;}
.news-list-browse{ font-size:12px;}
.showResultsWrap{ margin:20px 0;}
.browseLinksWrap{ direction:ltr;}
.browseLinksWrap a{
padding: 5px 10px;
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 0 10px 0;
}
.subheader p{ margin: 0}
.news-home-portal .news-list-item{ border-bottom: 0px;}

.news-single-item h2{ border-bottom: 0px !important;}
.news-meta{display: none;}
.news-single-img {float: left; width: 100%; margin: 0 10px 10px 0}
.news-single-item img{ width:100%; height: auto; padding: 2px; border: 1px solid #ddd; margin: 0 }
.news-single-imgcaption{ display: none;}

aside {  padding:0 5%; margin: 0 0 0 0 }

/* SLIDER */

ul.diaporama1{ width: 100% !important; overflow: hidden  }
.diaporama1 li { width: 100%;     position: initial !important;}
.diaporama1 li img{ width: 100% !important; height: 100% !important; }

.diaporama1 li h3 a{ color: #000; font-weight: bold; font-family: 'Droid Arabic Kufi';}
.diaporama1 .nl_text{position: absolute; background: rgba(255,255,255,0.7) !important; opacity:1 !important; border-radius: 20px 0 0 0; bottom: 0px !important; padding:0 !important; top: auto; width: auto;}
.diaporama1 .news-latest-date{color: #000}

/*
.jDiaporama_controls_controls{ direction: ltr;}
.jDiaporama_controls_controls .btns{ margin:0 1% !important; float: left !important;}
*/

.jDiaporama_controls .prev{    height: 50px !important;     width: 50px !important; }
.jDiaporama_controls .next{    height: 50px !important;     width: 50px !important; }
.jDiaporama li img {height: 297px !important;}
.jDiaporama ul { margin:0;}
.jDiaporama h2 a{ font-size:1.0em; padding:20px; display:block;}
.jDiaporama h2 a:empty{display:none !important;}
.jDiaporama h5{ font-size: 0.9em;  color: #000;}

*/
.tx-indexedsearch-res { clear:both; margin:10px 0 10px 0; padding: 10px 10px 10px 0;}
.tx-indexedsearch-res .tx-indexedsearch-res {background-color:#f6f6f4; 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:#f6f6f4; }
.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;}

/* - End Template elements - */

/* -------------- COLLEGE TEMPL ---------------*/

.sub-navigation { margin: 0 0 10px 0;background: #f3f3f3;padding: 10px 0 0 10px;  border-top: 3px solid #716c2d; border-bottom: 1px solid #e2e2e2;  } 
.sub-navigation li {margin: 7px 0 0 0;padding: 0 0 7px 0; border-bottom: 1px solid #e2e2e2; font-size: 0.9em;}
.sub-navigation li:last-child{ border-bottom: 0px;}

.aside-bloc{ margin:0 0 5% 0;  padding:5%; background: #f4f4f4;  border-top: 3px solid #761f1e; border-bottom: 1px solid #e2e2e2;}
.aside-bloc li {margin: 7px 0 0 0;padding: 0 0 7px 0; border-bottom: 1px solid #e2e2e2; font-size: 0.9em;}
.aside-bloc li:last-child{ border-bottom: 0px;}

.col-div-rgt{ float: left !important;}
.col-div-lef{ float: right !important;}


.wd-col-lef { margin:0 0 5% 0;  padding:5%; background: #f4f4f4;  border-top: 3px solid #761f1e; border-bottom: 1px solid #e2e2e2;}

.colg-ban .csc-textpic-imagewrap{}
.colg-ban .csc-textpic-text{ position: absolute; top: 30%; right: -1.0%; background: rgba(168,132,60,0.9); padding: 5px 25px 5px 20px; color: #FFF}
.colg-ban .csc-textpic-text:before {content: ""; background: url(../img/arrow-services-rtl.png) no-repeat right bottom;width: 7px;height: 4px;position: absolute;right: 0;top: 48px;}
.colg-ban .csc-textpic-text p{ margin: 0; font-size: 1.2em;}

div.inner-footer{ background: #1b1e24; padding:2%; margin: 50px 0 0 0; overflow: auto;}
div.inner-footer h2{ color: #6a6e76; border-bottom: 1px dotted #6a6e76; margin-bottom: 30px; padding-bottom: 10px; font-size: 1.2em}
div.inner-footer ul{ margin: 0; padding: 0}
div.inner-footer ul li{ margin: 0 0 10px 0; list-style: none;}
div.inner-footer ul li a{ color: #FFF;}
.sub-inner-footer{ margin: 0 5%;}
.inner-foot-bottom{ background: url(../img/inner-footer-bg.jpg) repeat-x; overflow: auto; padding:1%; color: #6a6e76  }
.inner-foot-bottom p{ margin: 0; padding:0 2%}
/*.wd-copyright p{ margin: 25px 0 0 0}*/

.wd-serv h2, .wd-serv p{ 
  padding: 0 0 0 15%;
}

.wd-serv{ 
  position: relative; 
  overflow: hidden; 
  margin: 0 0 0 0; 
  padding: 0 0 0 0
}

.wd-serv h2{
  width: 90%;
  font-size: 0.76em;
  padding: 2% 
}

.wd-serv img{ padding: 3px; border: 1px solid #ddd;}

.icon-media { margin:10px 0 0 0;  overflow:auto;}
.icon-media h2{    border-bottom: 1px solid #716c2d;   padding: 0px 0px 5px; }
.icon-media ul{ margin:0; padding:0;}
.icon-media li{ float:right; width:28%; text-align:center; list-style:none; font-size: 0.8em; background:#f7f7f7; border:1px solid #ddd; padding:10px 5px; border-left: 0;}
.icon-media li:last-child{border-left:1px solid #ddd;} 
.icon-media .fa{ display:block; font-size: 2.0em; color:#716c2d; margin:0 0 5px 0}

.img-prof{
float: right;
margin: 5px 5px 0px 15px;
width: 75px;
height: auto;
min-height:100px;
background: url("../img/user.png") no-repeat scroll center center;
}


.desc{max-height: 200px; overflow: scroll; display: -moz-groupbox; overflow-x: hidden; border-top:1px solid #ccc; margin-top:10px; padding-top:10px; width:100%; height:200px}
.desc div{ margin:0 0 8px 0; font-size:13px;line-height: 20px; }

/******************/

.cnt { padding: 10px; }
.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}



/****************/

.tx-wdbiblio-pi1 {}
.tx-wdbiblio-pi1-listrow { background: #f3f3f3 !important; border:1px solid #ccc;}
.tx-wdbiblio-pi1-listrowField-datepub{ display: none;}
.tx-wdbiblio-pi1-listrowField-picto { float: right; margin:10px;  height: 150px; width: auto;}
.tx-wdbiblio-pi1-listrowField-picto img{ border: 1px solid #ccc}
.tx-wdbiblio-pi1-listrowField-title{ margin: 30px 0 0 0}



/* -------------- END COLLEGE TEMPL ---------------*/



/**----------------- Deanb TMPL -----------------*/

.deanb-ban{ margin: 0 0 0 0}
.deanb-ban .csc-textpic-text{ background: #893230; padding:20px; width: 37%; height: 80%; position: absolute; top: 0;  color: #FFF;  box-shadow: 0 0 40px #591615 inset;}
.deanb-ban .csc-textpic-text p{font-size: 1.2em; text-align: center; margin-top: 15%}
.deanb-ban .csc-textpic-image{ margin-bottom: 0 !important;}
.deanb-ban .csc-textpic-imagewrap{ float: right;}


.wd-cnt-deasnships{ padding: 0 0 0 2%}
.wd-cnt-deasnships .news-list-item{ overflow: auto;}
.wd-cnt-deasnships h2 { border-bottom: 3px solid #716c2d; padding-bottom: 5px;}
.cnt-let h2{ border-bottom: 3px solid #761f1e !important; color: #761f1e; margin-bottom: 10px; }
.cnt-let { padding: 0 0 0 3% }
.cnt-rht { padding: 0 3% 0 0}

.wdobjectifs{ margin: 0 0 20px 0}
.wdobjectifs h2{margin-bottom: 0; }
.wdobjectifs p{ background: #f3f3f3; padding:30px 25px; border-bottom: 1px solid #e2e2e2;}

.nav-content { margin: 0 0 10px 0; /*padding: 10px;  border-bottom:1px solid #e2e2e2 !important; border-top: 3px solid #761f1e !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eef0eb', endColorstr = '#ffffff');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eef0eb', endColorstr = '#ffffff')";background-image: -moz-linear-gradient(top, #eef0eb, #ffffff);background-image: -ms-linear-gradient(top, #eef0eb, #ffffff);background-image: -o-linear-gradient(top, #eef0eb, #ffffff);background-image: -webkit-gradient(linear, center top, center bottom, from(#eef0eb), to(#ffffff));background-image: -webkit-linear-gradient(top, #eef0eb, #ffffff);background-image: linear-gradient(top, #eef0eb, #ffffff);*/}
.nav-content h2{ border: 0px !important; }
.nav-content ul { margin: 0 0 0 12px; padding: 0;}
.nav-content ul li { border-bottom: 1px dotted #ddd; margin:5px 0 0 0; padding: 0 0 5px 0; font-size: 0.8em}
.nav-content ul li:last-child{ border-bottom: 0px;}


.wd-menu-lang span.act{ display:none;}

[id="toggle-nav"] {display:none; }
  @media only screen and (min-width: 801px) {
  
   #menuAdx { line-height: 0; margin: 0; padding: 0; position: fixed; z-index: 10; background: #726b2a; height: 47px; 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;  }
  .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{  padding:13px 11px; display: block; color: #FFF; font-weight:normal;}
  .menuAdxC li a:hover{ background: #761f1e; color: #FFF}
  .menuAdxC li:hover { z-index:1000000;  white-space:normal; }
  .menuAdxC li li { width: 200px; border-bottom: 1px dotted #ddd;  }
  .menuAdxC li li li { width: 350px;}
  .menuAdxC li li:last-child{ border-bottom: none;}
  .menuAdxC li li a{ color: #000}
  .menuAdxC ul { visibility:hidden;  position:absolute; z-index:1000000; }
  .menuAdxC li:hover>ul { visibility:visible;  top:100%;  }
  .menuAdxC li li:hover>ul {  top:0; left:-100%; }
  .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; left: 200px !important;}
  .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: 800px) {

  [id=menuAdx] ul.lev2 {
    display: none;
  }
  [id=menuAdx] ul.respnav {
    position: absolute;
    width: 80%;
    top: 1rem; 
    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 13%;
    padding: 0;
    list-style: none;
  }
  [id=menuAdx] a {
    display: block;
    padding:0.3rem 1.2rem;
    color: #fff;
    background: #501615;
    text-decoration: none;
    margin-bottom: 0px;
  }
  [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: #FFF;
      color: #000;
      border-bottom: 1px dotted #ddd;
  }

  [id=menuAdx] ul.respnav ul a:hover {
    background: #716C2D;
    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: 10px;
    left: 0;
    z-index: 1;
    height: 1.5rem; width: 1.5rem;
    background-color: #fff;
    
    padding: 0;
    outline: 0;
    border: 1px solid #162A54;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color:#162A54;
    -webkit-transition: -webkit-transform .2s;
            transition: transform .2s;
  }
  [for="toggle-nav"]::after, [for="toggle-nav"]::before {
    content: "";
    position: absolute;
    top: 15%; right: 40%; bottom: 15%; left: 40%;
    background-color: #162A54;
    border-radius: 10px;
    -webkit-transition: -webkit-transform .2s;
            transition: transform .2s;
  }
  [for="toggle-nav"]::before {
    top: 40%; right: 15%; bottom: 40%; left: 15%;
  }
  [id="toggle-nav"]:checked + label,
  [id="toggle-nav"]:checked + label::before {
    -webkit-transform: rotate(90deg) translateZ(0);
    -ms-transform: rotate(90deg) translateZ(0);
            transform: rotate(90deg) translateZ(0);
  }
  .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 screen and (max-width: 1024px) {
#wd-logo, .wd-menu-lang, .wd-social, .wd-social p{ float: none !important; text-align: center; }

}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {

div{ max-width: 100%}
#wd-logo{ padding: 12% 2% 0 0}
.wd-header{ margin: 0;}
#sadvanced{ display: none;}
.cnt-let { padding: 0 0 0 0}
.cnt-rht { padding: 0 0 0 0}
.wd-course-search{ padding: 10px 20px 52px 20px}
.wd-course-search h2{ margin: 0}
.wd-course-search p{ margin:5% 0 10% 0}
.wd-services{ overflow: hidden; padding: 0; height: 100px; margin: 1% 2%; }
.wd-services h2{ right: 0%; width: 100%}
.wd-services h2:before{background: none;}
ul.diaporama{ height: 250px !important}
.wd-menu-lang{ margin-bottom: 15px}

}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
 .wd-course-search{ padding: 10px 20px 17px 20px}
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {

#wd-logo{ padding: 2% 0 2% 0}
.wd-menu-tc, .wd-copyright{ text-align: center;}
.social-bottom{ display: table; margin: 0 auto; padding-bottom:20px;}
.social-bottom ul {width:100%;  text-align:center;}
.social-bottom ul li{display: inline;}
#content{ padding: 0 5%;}
.wd-cnt-deasnships{ padding: 0 5%;}
ul.diaporama{ height: 280px !important}
.wd-slider{ margin: 20px 0;}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) { 
.nl_text{ width: auto !important;}
ul.diaporama{ height: 220px !important}; 
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media all and (max-width: 479px) and (min-width: 321px) { 
  ul.diaporama{ height: 170px !important}; 
  .nl_text{display: none !important;} 
}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 320px) {

#wd-rootline{ display: none;}
.addthis_sharing_toolbox{text-align: right;}
.csc-textpic-text{ display: none;}
.sub-logo-botm p, .inner-foot-bottom{text-align: center !important;}
.sub-logo-botm img{ max-width: 40% !important; padding: 2% 0}
ul.diaporama{ height: 150px !important}
.nl_text{display: none !important;}
}
/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {}

/*----------------------------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------------------*/


