.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.services .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.blog-details .article.article{
 margin-top: -20px!important;
}



#views-bootstrap-dossiers-block-1 .views-field.views-field-field-image-media{
  margin-bottom: 15px;
  margin-top: -10px
}


.views-field.views-field-field-dossier{
  margin-top: 15px
}
post-img.readmore.stretched-link{
  margin-bottom: 25px;
}

.readmore.stretched-link{
  margin-bottom: 25px;
}


.is-taxonomy .blog-details{
  padding: 0
}

.is-category .blog-details .article,
.is-taxonomy .blog-details .article {
  background-color: var(--surface-color);
  padding:0px;
  box-shadow: none;
  margin-top: -20px!important;
}
.is-category .blog-details,
.is-taxonomy  .blog-posts .container{
  margin-top: -40px!important;
}

.row.gy-4 article{
  margin-top: 0
}
.blog-details .title{
  font-size: 28px
}

.widget-title{
  margin-top: 20px;
}

.is-node .dialog-off-canvas-main-canvas .container{
  margin-top: 130px
}

.is-category .dialog-off-canvas-main-canvas .container,
.is-taxonomy .dialog-off-canvas-main-canvas .container{
  margin-top: 30px
}
.is-frontpage .dialog-off-canvas-main-canvas .container{
  margin-top:0px
}
.blog-posts .container{
  margin-top: 0px 
}
.is-node .main.col-lg-8{
  margin-top: -50px;
}
.blog-details .article {
  background-color: var(--surface-color);
  padding:20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.is-taxonomy .blog-posts article{ 
  border: 1px solid  rgba(0, 0, 0, 0.1);
}

.blog-details .article.m-2{
  padding: 0;
  padding-bottom: 30px
}

.under_image_content,
.webform-submission-form {
  padding: 0 30px 30px;
}

.blog-details .post-img {
  margin: unset;
  overflow: hidden;
}

.social-sharing-buttons-button {
  fill: #005e7e;
}

footer, footer a, footer h2 {
  color: white;
}

body.is-category .blog-details h2 {
  font-size: 20px;
}

footer h2 {
  font-weight: bold;
  font-size: 16px;
}

#block-drupal-cnpav-contactblock form {
  max-width: 512px;
  margin: auto;
  padding: 25px;
}

#block-drupal-cnpav-contactblock {
  background-color: #56b8e6;
}

#block-drupal-cnpav-navigationprincipale li a.is-active {
  font-weight: bold;
  color: #c35450;
}

#block-drupal-cnpav-contactblock div {
  margin-top: 10px;
}

#block-drupal-cnpav-titrecontact {
  background-color: #56b8e6;
}

#block-drupal-cnpav-titrecontact .section-title {
  padding-bottom: 0;
}

#block-drupal-cnpav-titrecontact h2 {
  margin-bottom: 0;
  padding-top: 40px;
  color: #005e7e;
}

#block-drupal-cnpav-titrecontact .section-title h2::after {
  background-color: #005e7e;
}

main > section {
  padding-bottom: 0px;
}

.recent-posts {
  padding-bottom: 0px;
}

section.blog-details img {
  max-width: 100%;
  height: auto;
}

#block-drupal-cnpav-navigationprincipale {
	background-color: rgba(23,40,59,.9);
	padding-right: 20px;
}

.webform-submission-form .form-item {
  margin-bottom: 20px;
}

.webform-submission-form .form-item .description {
  margin-left: 20px;
}