/********************************************************
*														*
		        MODULES/AGENDA
*														*
********************************************************/
.agenda .contenuPage {
  padding: 0;
}

.agenda .navTime {
  margin-top: 3rem;
  margin-left: -1em;
}

.agenda-recherche {
  position: relative;
  padding: 30px 40px 30px 40px;
  border-left: 5px solid #7d8c47;
  background-color: #fff;
}

@media (min-width: 992px) {
  .agenda-recherche {
    padding-right: 0;
  }
  .agenda-recherche:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 2000px;
    background-color: inherit;
  }
}

.agenda-recherche .row {
  margin-top: 1.5rem;
  margin-left: -5px;
  margin-right: -5px;
}

.agenda-recherche .row > [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 8px;
}

.agenda-recherche .form-control {
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 0.875em;
}

.agenda-recherche .form-control::-webkit-input-placeholder {
  font-size: 1em;
  font-style: normal;
  color: #414745;
}

.agenda-recherche .form-control::-moz-placeholder {
  font-size: 1em;
  font-style: normal;
  color: #414745;
}

.agenda-recherche .form-control::-ms-input-placeholder {
  font-size: 1em;
  font-style: normal;
  color: #414745;
}

.agenda-recherche .form-control::placeholder {
  font-size: 1em;
  font-style: normal;
  color: #414745;
}

.agenda-recherche .custom-select {
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 0.875em;
}

.agenda-recherche .btn {
  font-size: 0.875em;
}

.agenda-recherche-reset {
  display: block;
  margin-top: 10px;
  color: #8d9c95;
  font-size: 0.750em;
  font-style: italic;
  text-align: right;
}

.agenda-recherche-reset:hover {
  color: #151716;
}

.agenda-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.agenda-liste li {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px !important;
}

@media (min-width: 768px) {
  .agenda-liste li {
    padding: 2px !important;
  }
}

.agenda-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #5b5d5c;
  color: #414745;
}

@media (min-width: 576px) {
  .agenda-item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.agenda-date {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 10px;
  background-color: #5b5d5c;
  color: white;
  font-family: "Muli", sans-serif;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 576px) {
  .agenda-date {
    -webkit-flex-basis: 120px;
    -ms-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
}

.agenda-jour {
  line-height: 1;
  font-size: 2em;
  font-weight: 200;
}

@media (min-width: 576px) {
  .agenda-jour {
    font-size: 3.125em;
  }
}

.agenda-mois {
  font-weight: 700;
}

.agenda-annee {
  font-weight: 200;
}

.agenda-article {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 0;
  position: relative;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: background-color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: background-color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

@media (min-width: 576px) {
  .agenda-article {
    padding: 30px 40px;
  }
}

@media (min-width: 768px) {
  .agenda-article:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
  }
}

.agenda-article [class*="tag"] {
  margin-bottom: 0.25rem;
}

.agenda-article [class*="titre"] {
  margin-bottom: 0.5rem;
  color: #151716;
}

.agenda-article [class*="chapo"] {
  margin-bottom: 1rem;
  color: #414745;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.agenda-item:hover .agenda-date {
  opacity: 0.9;
}

.agenda-item:hover [class*="titre"] {
  color: inherit;
}

.agenda-item:hover [class*="chapo"] {
  color: #151716;
}
