@charset "utf-8";

/* ==|== styles principaux =====================================================
   Auteur : Académie de La Réunion - WEBACA Team (Karine Meuzard - Mamode Djae)
   Version : 2 - 2018-09-21
   ========================================================================== */

html{}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #4c4c4c;
}

#logo_AcLaReunion{
height: 120px;
}
/* Header personnalisé =============== */

header.header-site {
  background-color: #fff;
  height : 150px;

}

#cibles {
  background-color: #36332b;
  color: #FFF;
}

#cibles a {
  color: #FFF;
  text-decoration: none;
}

#cibles a:hover {
  color: #d8d8d8;
  text-decoration: none;
  font-weight: bold;
}

#logo {
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #4c4c4c;
}

#logo img { max-width: 97%;}

#academie-la-reunion h1 {
  color: #4c4c4c;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
  border: none;
}
.ce-uploads{
	padding:10px;
}


/* =============DEBUT de la ligne d'agenda personnalisé =========== */

#agenda {
  width: 100%;
  /*background-color:#e7e7e7;*/
  height: auto;
}

.right-arrow { display: none;}

.agenda_du_recteur {
  background-color: #0066cd;
  width: auto;
  float: left;
}

.agenda_du_recteur h3 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0;
}

#agenda p {
  clear: both;
  color: #0066cd;
  font-size: 0.9rem;
  margin: 0;
  padding: 0.5rem;
  width: auto;
}

#agenda p a:hover { color: #004d9a;}


/* Colonne gauche personnalisée ======*/
section.left-content { background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);}


/* Colonne droite personnalisée=========== */


/* Colonne fullwidth-content personnalisée =========== */
#fullwidth-column { background-image: linear-gradient(to bottom, #f0f0f0, #e7e7e7);}


/* Footer de base ==============*/


footer { background-color: #ffffff;}

.footer-ligne {
  color: #457b3d;
  border-bottom: thin dashed #457b3d;
}

.footer-ligne-finale {
  background-image: linear-gradient(to bottom, #457b3d, #31660e);
  background-image: #457b3d;

  background-image: -webkit-gradient(linear, from(#457b3d) to(#31660e));
  background-image: -webkit-linear-gradient(to bottom, #457b3d, #31660e);
  background-image: -moz-linear-gradient(to bottom, #457b3d, #31660e);
  background-image: -ms-linear-gradient(to bottom, #457b3d, #31660e);
  background-image: -o-linear-gradient(to bottom, #457b3d, #31660e);

}

.footer-ligne-finale p {
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.footer-ligne-finale p a { color: #fff;}

.footer-ligne td {
  color: #457b3d;
  font-weight: bold;
}

.footer-ligne a {
  color: #457b3d;
  font-weight: normal;
}

.footer-ligne a:hover { font-weight: bold;}

.pagination { 
    display: inline-block; 
	list-style-type: none;
} 
.pagination li { 
    display: inline-block; 
	list-style-type: none;
} 
.pagination li.active{ 
    display: inline-block; 
	list-style-type: none;
	font-size:14px;
	background: #efefef;
	border: 1px solid #ddd;
	font-weight: bold;
} 

.pagination a { 
    display: inline-block; 

    float: left; 
    padding: 8px 16px; 
    text-decoration: none; 
} 

.document-score-analysis,
.relevance {
	display:none;
}

/* Eléments divers
===============================================================*/


/* Sitemap personnalisé==============*/

.csc-sitemap ul li:before {
  font-family: FontAwesome;
  content: "\f138 ";
  display: inline-block;
  padding-right: 0.5rem;
}

.csc-sitemap ul li a { color: #4c4c4c;}

.csc-sitemap ul li ul li:before {
  font-family: FontAwesome;
  content: "\f0a9 ";
  display: inline-block;
  padding-right: 0.5rem;
}

.csc-sitemap ul li ul li a {  color: #457b3d;}


/* FFormulaire Powermail ==============*/


div.tx-powermail input.powermail_submit,
div.tx-powermail input.powermail_confirmation_submit {
  color: #ffffff;
  border: 1px solid #e73950;
  background-color: #e73950;
  background-image: linear-gradient(to bottom, #e73950, #993333);
  background-image: -webkit-linear-gradient(to bottom, #e73950, #993333);
}

div.tx-powermail input.powermail_confirmation_form {
  color: #ffffff;
  border: 1px solid #e7e7e7;
  background-color: #4c4c4c;
  background-image: linear-gradient(to bottom, #4c4c4c, #999999);
  background-image: -webkit-linear-gradient(to bottom, #4c4c4c, #999999);
}

div.tx-powermail a.powermail_tab_navigation_next,
div.tx-powermail a.powermail_tab_navigation_previous {
  color: #ffffff;
  background-color: #e73950;
  background-image: linear-gradient(to bottom, #e73950, #993333);
  background-image: -webkit-linear-gradient(to bottom, #e73950, #993333);
}

div.tx-powermail a.powermail_tab_navigation_previous {
  color: #ffffff;
  background-color: #4c4c4c;
  background-image: linear-gradient(to bottom, #4c4c4c, #999999);
  background-image: -webkit-linear-gradient(to bottom, #4c4c4c, #999999);
}


/* =================Menu des pages sélectionnées ==============*/

ul.csc-menu {}

ul.csc-menu li {
  background-image: linear-gradient(to bottom, #e7e7e7, #bbbbbb);
  background-image: -webkit-linear-gradient(to bottom, #e7e7e7, #bbbbbb);
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.3rem;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0.8rem;
  border: 1px solid #c9c6c2;
}

ul.csc-menu li a { color: #4c4c4c;}



/* =========================================================
Disposition tablette : 531px sur 921px. Hérite des styles de : Disposition mobile
================================================ */

@media only screen and (min-width: 531px) {
  /* =================DEBUT du Header tablette personnalisé =================*/
  #header {
    background-size: 15%;
    background-position: right 2rem;
  }
  #logo img {
    max-width: 95%;
    max-height: 7rem;
  }
  #academie-la-reunion h1 {
    font-size: 1.8rem;
    font-weight: normal;
  }
  /* =============DEBUT de la ligne d'agenda tablette =========== */
  #agenda {
    clear: both;
    float: left;
    width: 100%;
  }
  .right-arrow {
    width: 0;
    height: 0;
    border-right: 0.8em solid transparent;
    border-top: 0.8em solid transparent;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid #0066cd;
    display: block;
    float: left;
  }
  .agenda_du_recteur {
    display: block;
    height: 1.2rem;
    margin: 0;
    padding: 0.2rem;
  }
  .agenda_du_recteur h3 {
    font-size: 1rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  #agenda p {
    clear: none;
    padding: 0.3rem;
  }
  /*================ DEBUT colonne gauche tablette ======*/
  #breadcrumb { color: #457b3d; }
  #breadcrumb span a { color: #457b3d; }
  #breadcrumb span a:hover { color: #004d9a; }
  /* ============= Menu droit =========== */
  nav.right-menu {
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #457b3d;
  }
  nav.right-menu a { color: #457b3d; }
  nav.right-menu a:hover { color: #004d9a; }
  nav.right-menu ul li:before { content: url(./img/pictos/picto_carre_points.png);margin-right: 7px; }
  nav.right-menu ul li ul li {
    list-style-type: none;
    margin-left: 1rem;
    margin-top: 0rem;
  }
  nav.right-menu ul li ul li:before { content: "? "; }
  nav.right-menu ul li ul li ul li:before { content: "? "; }

 /* #infos-pratiques a { color: #457b3d; }*/
  #infos-pratiques a:hover { color: #004d9a; }
  #infos-pratiques ul li:before { /* content: url(./img/pictos/picto_carre_points.png); */ }
  #infos-pratiques ul li ul li {
    list-style-type: square;
    margin-left: 5px;
    margin-top: 0rem;
	display:inline;
  }
  /*#infos-pratiques ul li ul li:before { content: "- "; }
  #infos-pratiques ul li ul li ul li:before { content: "- "; }*/

  /* Disposition bureau : 922px à max. 950px.  Hérite des styles de : Disposition mobile et disposition tablette */
  @media only screen and (min-width: 922px) {
/*
    body {
  background-repeat:no-repeat;
  background-position: top center;
background-color:#4f78ae;
background-size:contain;
background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/01-SERVICES-ACADEMIQUES/service-communication/07-evenements/2020-evenements/bac2020/habillage-bac2020.jpg);
  }
*/
body {
   background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png),linear-gradient(to bottom,#6b6759,#fff);
  background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png), -webkit-linear-gradient(to bottom,#6b6759,#fff);
  background-repeat:no-repeat;
  background-size: contain;
  background-position: top center;
  background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png), #6b6759;
  background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png), -ms-linear-gradient(to bottom,#6b6759,#fff);
  background: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png), -ms-linear-gradient(to bottom,#6b6759,#fff);
   background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png), -moz-linear-gradient(to bottom,#6b6759,#fff);
   background-image: url(https://www.ac-reunion.fr/fileadmin/ANNEXES-ACADEMIQUES/CHARTE-GRAPHIQUE/backgrounds/background-standard.png), -o-linear-gradient(to bottom,#6b6759,#fff);
}

  }
  /* =================DEBUT du Header de bureau personnalisé ==============*/
  #logo img { max-width: 100%; }
  #academie-la-reunion h1 { font-size: 2.2rem; }
  /* Ligne d'agenda bureau =========== */
  #agenda { overflow: hidden; }
  #agenda p {
    padding-top: 0.3rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #voir_tout_l_agenda { width: 15%; }
  /* Colonne gauche bureau ======*/
  section.left-content { width: 73%; }
  /* Colonne droite bureau ======*/
  aside { width: 24%; }
}

ul.csc-uploads span.csc-uploads-fileName {

    text-decoration: underline;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 1em;
    background-color: #FFF;
    text-align: center;
    margin: 0.5rem;

}

ul.csc-uploads li {
    list-style: none outside none;
    margin: 0px;
}
.news .article .news-img-wrap img{
	width:100px;
}
.news-single .article .news-img-wrap img{
	width:100%;
}

.news-img-caption{
	text-align: center;
	font-size: 0.6rem;
}

/*================ STYLE FORMULAIRE SVE ======*/

#sve .zoneBlocItem { clear: both;}

#sve .fa {
  font-size: 3rem;
  color: #383838;
}

#sve .zoneTwoBlocItem { padding: 20px 0;}

#sve .itemSve {
  background-color: #ffffff;
  width: 46%;
  /*height: 75px;*/
  float: left;
  margin: 5px 20px 15px 0;
  display: table;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(181, 181, 181, 0.50);
  -moz-box-shadow: 1px 1px 10px 2px rgba(181, 181, 181, 0.50);
  box-shadow: 1px 1px 10px 2px rgba(181, 181, 181, 0.50);
}

#sve .itemSve .lien {
  display: table-row;
  height: 100%;
  width: 100%;
}

#sve .itemSve .lien { text-align: left;}

#sve .itemSve a:hover { text-decoration: none;}

#sve .lien:hover {
  background-color: #aca;
  font-size: 1.1rem;
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  -ms-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  -webkit-transition: font-size 500ms ease;
  -moz-transition: font-size 500ms ease;
  -o-transition: font-size 500ms ease;
  -ms-transition: font-size 500ms ease;
  transition: font-size 500ms ease;
}

#sve .itemSve p {
  text-transform: uppercase;
  padding: 30px 10px 30px 20px;
  margin: 0;
  height: 30px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 255px;
}

#sve .itemSve ul {
  text-transform: uppercase;
  padding: 22px 0px 22px 20px;
  margin: 0;
  height: 100%;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 255px;
}

#sve .itemSve .imgSve {
  width: 75px;
  /*line-height: 100px;*/
  text-align: center;
  list-style: none;
  padding: 0;
}

#sve .headerSve { text-align: center;}

#sve .headerSve h2 {
  text-transform: uppercase;
  border: none;
  text-align: center;
  font-size: 250%;
  font-weight: lighter;
  color: #ffffff;
  padding: 20px;
  margin: 0 50px;
  margin: 0px;
  background: none;
}

#sve .headerSve h2 img { vertical-align: middle;}

#sve .headerSve h2 span {
  margin-left: 10px;
  margin-right: 10px;
}

#sve .closeSve a {
  background: url('../images/bt_close.png') top right no-repeat;
  border: none;
  width: 17px;
  height: 19px;
  display: block;
  float: right;
  margin: 15px;
}

#sve .headerSveSousParent {
  text-transform: uppercase;
  background-color: #fff;
  width: 80%;
  display: inline-block;
  position: relative;
  padding: 15px 15px;
  text-align: left;
}

#sve .SveSousParent:last-child { padding-bottom: 31px;}

#sve .SveSousParent {  position: relative;}

#sve .blocArrow {
  margin-top: 2px;
  padding: 0 15px;
  position: relative;
  height: 10px;
}

#sve .SveSousParent .arrow {
  width: 50px;
  height: 14px;
  background: url('../images/sve-arrow.png') top left no-repeat;
  position: absolute;
  top: -2px;
}

#sve .SveSousParent .closeSve a {
  background: url('../images/bt_close_black.png') top right no-repeat;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -2px;
}

.contentSve .formContact {
  clear: both;
  padding-top: 9px;
}

.contentSve .formContact .closeSveForm a {
  background: url('../images/bt_close_black.png') top right no-repeat;
  background: url('../images/bt_close_black.png') top right no-repeat;
  width: 15px;
  height: 16px;
  display: block;
  float: right;
}

#sve .contentSve {  margin-top: 34px;}

#sve .contentSve .itemSve { word-wrap: break-word;}

#sve .contentSve .bouton_affiner {
  display: table;
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: 50%;
  float: left;
}

#sve .contentSve .bouton_affiner .layout-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

#sve .contentSve .bouton_affiner .layout-wrapper .layout-content {
  display: inline-block;
  text-align: center;
  min-width: 90px;
  max-width: 270px;
  padding: 5px;
}

#sve .contentSve .bouton_affiner .layout-wrapper .layout-content a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

#sve .contentSve .bouton_affiner .layout-wrapper .layout-content .shadow {
  display: none;
}

#sve iframe {
  border: none;
  width: 100%;
  height: 1100px;
  display: block;
}


.sve_complementaire .table {
  display: table;
  border-collapse: separate;
  border-spacing: 18px 10px;
  margin: 0 5px 0 -17px;
}

.sve_complementaire .row {
  display: table-row;
}

.sve_complementaire .footer {
  display: block;
  padding-left: 50px;
  /*margin: 0 18px;*/
  margin: 0px 22px 0 0px;
}

.sve_complementaire .cell {
  display: table-cell;
  margin: 5px 20px 15px 0;
  background-color: #ffffff;
  padding: 10px;
  width: 50%;
}

.sve_complementaire .bloc2 {
  background: #ffffff url('../images/picto-telephone.png') 90% 100% no-repeat;
}

.sve_complementaire .cell .info {
  font-size: 10px;
}

.sve_complementaire .cell,
.sve_complementaire .footer {
  border: 1px solid #e1e1e1;
}

.sve_complementaire .cell h2 { text-align: center;}

.sve_complementaire .cell .download { background: none;}

.sve_complementaire .cell img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
}

.sve_complementaire .cell-footer { display: inline-block;}

.sve_complementaire .descrip {
  padding: 0 10px;
  margin: 5px 0;
  width: 75%;
}

#sve { padding: 20px;}

.bouton_affiner a:hover {
  text-decoration: none;
  color: #f5f5f5;
  background-color: #ad1c72;
  color: #f5f5f5;
}

.bouton_affiner a {
  text-decoration: none;
  color: #ad1c72;
  display: block;
  border: 1px solid #ad1c72;
  background-color: #f5f5f5;
}


#sve .theme-1:hover,
#sve .theme-2:hover,
#sve .theme-3:hover,
#sve .theme-4:hover,
#sve .theme-5:hover,
#sve .theme-6:hover,
#sve .theme-7:hover,
#sve .theme-8:hover,
#sve .theme-9:hover,
#sve .theme-10:hover
{
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  -ms-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  -webkit-transition: font-size 500ms ease;
  -moz-transition: font-size 500ms ease;
  -o-transition: font-size 500ms ease;
  -ms-transition: font-size 500ms ease;
  transition: font-size 500ms ease;

}

#sve .theme-1:hover {
  background-color: #5acbd1;
  font-size: 1.1rem;

}

#sve .theme-2:hover {
  background-color: #9b59b6;
  font-size: 1.1rem;

}

#sve .theme-3:hover {
  background-color: #cc467c;
  font-size: 1.1rem;
}

#sve .theme-4:hover {
  background-color: #f27935;
  font-size: 1.1rem;
}

#sve .theme-5:hover {
  background-color: #4F61D2;
  font-size: 1.1rem;
}

#sve .theme-6:hover {
  background-color: #9BDE5C;
  font-size: 1.1rem;
}

#sve .theme-7:hover {
  background-color: #FFB145;
  font-size: 1.1rem;
}

#sve .theme-8:hover {
  background-color: #167e99;
  font-size: 1.1rem;
}

#sve .theme-9:hover {
  background-color: #26a48f;
  font-size: 1.1rem;
}

#sve .theme-10:hover {
  background-color: #e86865;
  font-size: 1.1rem;
}


/***  Screen > 530px ***/

@media only screen and (min-width: 531px) {
  #sve .itemSve { width: 100%; }
}


/***  Screen > 530px and ***/
@media only screen and (min-width: 922px) {
#left-content_left-column #sve .itemSve { width: 100%; }
  #sve .itemSve { width: 46%; }
}

.frame-type-menu_subpages ul li,
.frame-type-menu_pages ul li   { 
	background-image: linear-gradient(to bottom, #e7e7e7, #bbbbbb);
    background-image: -webkit-linear-gradient(to bottom, #e7e7e7, #bbbbbb);
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.3rem;
    font-weight: bold;
    color: #4c4c4c;
    margin: 0.8rem;
    border: 1px solid #c9c6c2;
	list-style-type: none;

}
.frame-type-menu_subpages ul,
.frame-type-menu_pages ul {
padding:0rem;
margin:0rem
	}

/* styles généraux du tableau reponsive vert*/
table.responsive-table-dominante1 { 
  border: 1px solid #3b8211;
   border-collapse: collapse;
   text-align: left;
font-family: sans-serif;
font-size:1em;
width:90%;
margin-left:auto;
margin-right:auto;
}
p.accentuation { 
 font-weight:bold;
 color:#3b8211;
}
table.responsive-table-dominante1 td { 
  border: 1px solid #3b8211;
   border-collapse: collapse;
   text-align: left;
   padding:1em;
}
 
table.responsive-table-dominante1 th { 
  border: 1px solid #3b8211;
  border-collapse: collapse;
  text-align: center;
  border-bottom-width: 2px; 
  background-color: #3b8211;
  color:#ffffff !important;
}
table.responsive-table-dominante1 th h3 { 
  color:#ffffff !important;
}
table.responsive-table-dominante1 tr:nth-child(even){
  background-color: #effceb;
}
 
 
@media (max-width: 40em) {
  table.responsive-table-dominante1 table, table.responsive-table-dominante1 tbody { display: block; }
   table.responsive-table-dominante1 tr {
      display: table;
      width: 100%;
   }
   p.accentuation { 
 margin-left:1em;
}
 table.responsive-table-dominante1 th {
      font-size: 0;
      border: none;
      visibility: hidden;
   }
 table.responsive-table-dominante1 td, table.responsive-table-dominante1 th { display: table-row; }
  table.responsive-table-dominante1 td:before {
      content: attr(data-headers);
    padding:0.5em;
    font-weight:bold;
      display: table-cell;
     /* width: 60%;*/
      border-right:  1px solid #3b8211;      
   }
}
/* liste des notes à afficher*/
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  }

.modalDialog:target {
  opacity:1;
  pointer-events: auto;

  }

  .modalDialog > div {
    position: relative;
    margin: 5% auto;
    padding: 0.5em 2em 1em 2em;
    border-radius: 1em;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
  }

  .close {
  color: #FFFFFF !important;
  line-height: 2em;
  position: absolute;
  right: 1em;
  text-align: center;
  top: 1em;
  width: 2em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  background-color: #4c4c4c;
  }

  .close:hover {
  background-color: #e73950;
  color: #FFFFFF !important;
}

  #parag4a {
    min-height:15em;
    max-height:25em;
    overflow:auto;
  }

/* Custom newsslider */
.theme-default .nivo-caption {

    font-family: Helvetica, Arial, sans-serif;



    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #4c4c4c;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 2em;
    z-index: 8;
    /* alain width: 33.3333%;*/
	width: 28%;
    height: 100%;
}
.theme-default .nivo-caption a:hover{
color :#3d7b5f;
}

