body.admin-bar .navbar {
  margin-top: 28px !important;
}

/*==========================================================
0. WORDPRESS CORE
==========================================================*/
.post-content {
  word-break: break-word;
}

.wp-block-image {
	margin-bottom: 2px !important;
	z-index: 10;
	position: relative;
}

.wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	border-radius: 10px !important;
}

.post-content .blocks-gallery-grid {
  list-style: none;
  position: relative;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
}

.post-content ol, .post-content ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.post-content ul li {
  list-style: disc;
  line-height: 24px;
}

.post-content ol li {
  list-style-type: decimal;
}

.post-content ul li::marker, .post-content ol li::marker {
	color: var(--primary);
}

.post-content pre {
  background-color: #121212;
  padding: 15px;
  color: #fff;
}

.post-content a {
text-decoration: underline;
}

blockquote {
  margin: 2% 0;
  text-indent: 10px;
  padding: 0 50px;
  position: relative;
  display: inline-block;
  font-style: italic;
  border-left: .25em solid;
  margin: 2% 0;
  padding-left: 1em;
}

.wp-block-quote {
  border-left: .25em solid;
  margin: 2% 0;
  padding-left: 1em;
}

.wp-video, .wp-video video {
  width: 100% !important;
  height: auto !important;
}

.wp-audio-shortcode {
  visibility: visible !important;
}

.wp-caption img {
  display: block;
  min-width: 100%;
  margin: 0 !important;
}

.wp-caption-dd, .wp-caption-text {
  font-size: 12px !important;
  padding: 3px;
  line-height: 15px !important;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 0px;
  background-color: #dedede;
}

.wp-caption-text .legende {
  display: block;
  padding: 3px 0 0 0;
  line-height: 21px;
}

figcaption {
  font-style: italic;
  font-size: 12px;
}

.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: inherit;
}

.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
  margin: .5em 1em .5em 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 15px 15px;
  margin: .5em 0 .5em 1em;
}

a img.alignnone {
  margin: 5px 15px 15px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
  margin: .5em 1em .5em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
  margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
  margin: 5px 0 15px 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

a.wp-block-button__link {
  color: #fff;
  background-color: var(--primary);
  border: 2px solid transparent;
  border-color: var(--primary);
  border-radius: 1em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

a.wp-block-button__link:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary);
}

.has-blanc-color {
  color: #fff !important;
}

.has-noir-color {
  color: #000 !important;
}

.has-gris-clair-color {
  color: #808080 !important;
}

.has-gris-fonce-color {
  color: #0c1623 !important;
}

.has-vert-clair-color {
  color: #85b340 !important;
}

.has-vert-fonce-color {
  color: #00554a !important;
}

.has-blanc-background-color {
  background-color: #fff;
}

.has-noir-background-color {
  background-color: #000;
}

.has-gris-clair-background-color {
  background-color: #808080;
}

.has-gris-fonce-background-color {
  background-color: #0c1623;
}

.has-vert-clair-background-color {
  background-color: #85b340;
}

.has-vert-fonce-background-color {
  background-color: #00554a;
}

a.wp-block-button__link.has-vert-clair-background-color {
  background-color: #85b340;
  border-color: #85b340;
}

a.wp-block-button__link.has-vert-clair-background-color:hover {
  background-color: transparent;
  border-color: #85b340;
  color: #85b340;
}

a.wp-block-button__link.has-vert-fonce-background-color {
  background-color: #00554a;
  border-color: #00554a;
}

a.wp-block-button__link.has-vert-fonce-background-color:hover {
  background-color: transparent;
  border-color: #00554a;
  color: #00554a;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 15px;
}

.post-content h1 {
  font-size: 32px;
}

.post-content h2 {
  font-size: 28px;
}

.post-content h3 {
  font-size: 24px;
}

.post-content h4 {
  font-size: 20px;
}

.post-content h5 {
  font-size: 18px;
}

.post-content h6 {
  font-size: 16px;
}

.post-content p {
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .wp-block-image .alignleft {
    float: none;
    margin: .5em auto .5em auto;
  }

  .wp-block-image .alignright {
    float: none;
    margin: .5em auto .5em auto;
  }

  div[class*="wp-block-"].caption-align-left figcaption, figure[class*="wp-block-"].caption-align-left figcaption, ul[class*="wp-block-"].caption-align-left figcaption {
    text-align: center;
  }

  div[class*="wp-block-"].caption-align-right figcaption, figure[class*="wp-block-"].caption-align-right figcaption, ul[class*="wp-block-"].caption-align-right figcaption {
    text-align: center;
  }
}
