    body {
      font-size: 0.9em;
      color: #000000;
      font-family: Helvetica, Arial, sans-serif;
      line-height: 1.5;
    }
    footer{
      background: #006c39;
    }
    a {
  color: #006c39;
  }
   
  .newtitle{
    font-weight: 400;
    font-style: normal;
    }

   .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #006c39;
    border-radius: 30px;
    padding: 10px;
    }
    .newtitle a {
        color: #006c39 !important;
    }
    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 30px;
    transition: width 0.7s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 100px;
    caret-color:green;
    transition: width 0.7s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }
    
    nav.navbar.shrink {
    width: 100%;
    height: 50px;
    background-color: #e8e8e8;
    box-shadow: 0 1px 0 0 #dadada;
    position: fixed;
    left: 0px;
    transition: all 2.5s ease;
    z-index: 99;

}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #006439;
  transition: 0.35s;
}
nav.navbar.shrink .navbar-brand  img{
  height: 50px;
  width: 120px;
  transition: all 1.5s ease;
}
nav.navbar.shrink a {
  font-size: 14px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  transition: all 2.5s ease;
}
nav.navbar.shrink .navbar-toggler {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
  transition: all 2.5s ease;
}
/***agenda***/

.mniagenda {
      width: 335px;
      padding: 5px;
      }
      
.ag_article {
	text-align: left;
	background-color: #F5E7D0;
/*styles des liens actifs*/
	color: #6E685E;
}
.ag_article p {
	padding: 0px;
	margin: 0px;
}
.ag_titre {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0, 100, 57);
    padding: 0px;
	margin:2px 2px 2px 15px;
	width: 83%;
}
.ag_titre a {color: rgb(0, 108, 57);}
.ag_chapo {
	color: black;
}
.ag_desc {
  color: #767676;
	float: left;
	padding: 0 10px;
	width: 80px;
	text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
}
.ag_content {
	margin-left: 193px;
}
.ag_content > div {
	padding: 0px;
}
.ag_text {
	color: #767676;
  display: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 20px;
  float:left;
}
.ag_jour {
  font-family: 'Lato', sans-serif;
	/*font-family: "Trebuchet Ms";   */
  font-size: 36px;
  font-weight : 100;
  line-height: 22px;

}
.ag_date {
  font-weight: bold;
}
.centralagen h2 {
  font-size: 1.4em ;
	text-transform: uppercase;
  padding: 10px;
}
.centralagen hr {
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  border: 0;
  background: #222222;
  color: #222222;
}

a.ag_open:before {
    content: "» ";
}
.ag_logo {
	margin-left: 100px;
  margin-bottom: 15px;
  width: 80px;
}

.ag_img{
  padding-right: 20px; 
  padding-bottom: 10px; 
  float: left;
}

.lieu {
      text-align: left;
      line-height: 19.5px;
      width: 80%;
      margin-left: 15px;
      }

.lieu h3 {
        float: left;
        margin-right: 5px;
        margin-bottom: 0px;
        font-size: 0.8em;
        color:
        rgb(0, 108, 57);
        font-weight: bold;
        line-height: 19.5px;
      }

      
/** FIN style Agenda **/
/*style agenda*/
time.icon
{
  font-size: 0.6em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7.5em;
  background-color: #fff;
  margin: 1em 5px 1em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  float: left;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0px;
    color: #FFF;
    background-color: #006C39;
    box-shadow: 0px 2px 0px #014022;
    padding: 0em 0px;
    border-bottom: 1px dashed #90D9B6;
}
time.icon em
{
position: absolute;
bottom: 0.1em;
color: #006C39;
font-size: 1.3em;
height: 17px;
}

time.icon span
{
  width: 100%;
  font-size: 2.1em;
  letter-spacing: -0.05em;
  padding-top: 1.3em;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}

/*** Fin Agenda **/

.specialborder {
  background-color: #fff;
  border: 1px solid #ededed;
  -moz-box-shadow: 10px 10px 30px -20px #656565;
  -webkit-box-shadow: 10px 10px 30px -20px #656565;
  -o-box-shadow: 10px 10px 30px -20px #656565;
  box-shadow: 10px 10px 30px -20px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=30);
}
}

.menuhaut{
  font-weight: bold;
  color: #0f6b3f;
  font-size: 1.2rem;
}

.btn-group, .btn-group-vertical {
  --mdb-btn-box-shadow: none;
  --mdb-btn-hover-box-shadow: none;
  --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.15), 0 4px 18px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1);
  --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.15), 0 4px 18px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1);
  --mdb-btn-group-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-cmat{
  background-color: #e8e8e8;
}

.bg-slide {
  background-color: #006c39;
}

.btn-slide{
    background-color: #006c39;
    color: #fff;
}
.btn-slide:hover{
    background-color: #fff;
    color: #006c39;
}
.btn-slide a:hover{
      color: #006c39 !important;
}
.h6{
  color:#006c39;
  font-weight: 700;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 1.255em;
  content: "";
  border-top: .5em solid;
  border-right: .5em solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: .5em solid rgba(0,0,0,0);
  color: green;
}
