.button2 {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1rem;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  padding: 10px 16px;
  border-radius: 0.35rem;
  margin: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.button2:hover:not(:disabled) {
  background-color: black !important;
  color: white !important;
}
.button2:disabled {
  cursor: not-allowed !important;
}
.button2._sm {
  padding: 9px 9px;
}
.button2.t2 {
  font-size: 18px;
  padding: 14px 18px;
}
.button2.noir_blanc {
  background-color: black !important;
  color: white !important;
}
.button2.noir_blanc:hover {
  background-color: white !important;
  color: black !important;
}
.button2.noir_blanc.red-hover:hover:not(:disabled) {
  background-color: black !important;
  color: red !important;
}
.button2.gris_blanc {
  background-color: #696969 !important;
  border-color: #696969 !important;
  color: white !important;
}
.button2.gris_blanc:hover:not(:disabled) {
  background-color: white !important;
  color: #696969 !important;
}
.button2.jaune_noir {
  background-color: #fed925 !important;
  border-color: #fed925 !important;
  color: black !important;
}
.button2.jaune_noir:hover:not(:disabled) {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.button2.rouge_blanc {
  background-color: #b30013 !important;
  border-color: #b30013 !important;
  color: white !important;
}
.button2.rouge_blanc:hover:not(:disabled) {
  background-color: white !important;
  border-color: #b30013 !important;
  color: #b30013 !important;
}
.button2.blanc_rouge {
  background-color: white !important;
  border-color: white !important;
  color: #b30013 !important;
}
.button2.blanc_rouge:hover:not(:disabled) {
  background-color: #b30013 !important;
  border-color: white !important;
  color: white !important;
}
.button2.vert_blanc {
  background-color: #22b00a !important;
  border-color: #22b00a !important;
  color: white !important;
}
.button2.vert_blanc:hover:not(:disabled) {
  background-color: white !important;
  border-color: #22b00a !important;
  color: #22b00a !important;
}
.button2.vert_blanc:disabled {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}

.center-on-border-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-on-border-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.container-bs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-bs {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-bs {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-bs {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-bs {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-bs {
    max-width: 1320px;
  }
}

.border-grey {
  border: solid 1px #d6d3d3;
}

.border-top-grey {
  border-top: solid 1px #d6d3d3;
}

.border-bottom-grey {
  border-bottom: solid 1px #d6d3d3;
}

.border-left-grey {
  border-left: solid 1px #d6d3d3;
}

.border-right-grey {
  border-right: solid 1px #d6d3d3;
}

.post_link_to_actus {
  color: #b30013;
  display: block;
  padding-left: 15px;
}

.post-in-loop {
  margin: 0 1em;
}
.post-in-loop a {
  color: #b30013;
}
.post-in-loop ._head h1 {
  font-size: 2rem;
  margin-bottom: 1em;
}
.post-in-loop ._content {
  /*&._is_loop {


  }*/
}
.post-in-loop ._content._is_singular p > img {
  margin: 1em;
}
.post-in-loop ._thumbnail {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  display: block;
}

.mon-compte-actu-gestion ._actus ._item {
  display: flex;
}
.mon-compte-actu-gestion ._actus ._item ._img-container {
  flex: 1;
  display: flex;
  justify-content: center;
}
.mon-compte-actu-gestion ._actus ._item ._img-container img {
  max-height: 120px;
}
.mon-compte-actu-gestion ._actus ._item ._title {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}

/*# sourceMappingURL=actualites.css.map */
