a {
  color: #003893;
}
a:hover {
  color: #000;
}
.has-primary-background-color a:not(.has-text-color) {
  color: var(--wp--preset--color--background);
}
button, a {
  cursor: pointer;
}
button {
  background-color : #003893;
}
widget-title {
  color: #003893;
}
main-navigation {
  color: #003893;
  /* Damien : Header */
}
#masthead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#masthead #site-navigation {
  height: 100%;
}
p.has-text-align-justify:not(.not-indent) {
  text-indent: 20px;
}
.text-white, .text-white * {
  color: #fff !important;
}
.d-none {
  display: none;
}
footer aside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*.widget_contact_info :not(.widget-title) {
		color: #6AD0DD  !important;
	}*/
  align-items: center;
}
footer aside .widget_media_image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
}
footer aside .widget_media_image img {
  max-height: 180px;
  width: auto;
}
.menu-reel-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-reel-container #menu-reel-2 {
  width: 170px;
  text-align: center;
}
.card-shadow {
  box-shadow: 0 0 12px #ddd;
  border-radius: 17px;
  margin: 20px !important;
}
.card-shadow img {
  margin-top: 10px;
}
.d-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.half-column {
  max-width: 20rem;
  margin: auto;
}
.post p {
  color: #333;
  text-align: justify;
  text-indent: 20px;
}
.post footer {
  display: none;
}
.post-navigation .post-title {
  display: block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.swal2-show {
  width: 100vw !important;
  max-width: 750px !important;
  min-width: 250px !important;
  min-height: 400px !important;
}
.swal2-show form {
  height: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swal2-show form input {
  padding: 10px !important;
}
