.card .card-img-top img, #views-bootstrap-taxonomy-term-page-1 .post-img img {
  width: 100%;
  height: auto;
}

.card, .blog-posts article {
  margin-top: 30px;
}

.page-title, .page-title a {
  color: white;
}

ul.sf-horizontal li {
  color: white;
  cursor: pointer;
}

ul.sf-menu ul {
  display: block;
  background-color: white;
  color: black;
}

ul.sf-menu ul a {
	color: black;
}

ul.sf-menu .sf-sub-indicator {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  transform: unset;
}

.navmenu li:hover > a {
   color: #005e7e;
   font-weight: bold;
}

.navmenu .active, .navmenu .active:focus {
   font-weight: bold;
  color: black
}

.la-une-data {
  position: relative;
  height: 100%;
  background-color: rgba(23,40,59,.9);
  color: white;
}

.la-une-image {
  position: relative;
  width: 100%;
  
}

.la-une-image img {
  width: 100%;
  height: auto;
}

.la-une-data > .row {
  margin-left: 100px;
  margin-right: 50px;
  position: relative;
  display: block;
}

.la-une-data a {
  color: white;
}

.la-une-data h1 a{
  font-size: 0.8em;
  font-weight: bold;
  
}

.stretched-link::after {
  position: unset;
}

#section_la_une {
  padding-top: 0px;
}

#contenu_apropos .slick-slide > div {
  position: relative;
  margin: auto;
  width: 70%;
  margin-top: 50%;
  transform: translateY(-70%);
}

.la-une-data blockquote {
	padding-left: 20px;
	border-left: 2px solid var(--accent-color);
	margin: 40px 0;
}

.la-une-data .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 20px;
}

.la-une-data .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: white;
  font-weight: 600;
}

.la-une-data .btn-watch-video i {
  color: rgba(255,255,255,0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#footer{
  background-color: rgb(0, 94, 126) !important;
}


#block-drupal-cnpav-navigationprincipale-3 ul ul {
  background-color: rgb(0, 94, 126);
}

#contact-message-feedback-form input {
  clear: left;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

#contact-message-feedback-form textarea {
  width: 100%;
}

#contact-message-feedback-form {
  margin: auto;
  position: relative;
  max-width: 600px;
  padding: 0 25px;
}

#block-drupal-cnpav-page-title {
  margin: 0px 40px;
  padding: 20px 0px;
}

#block-drupal-cnpav-page-title h1 {
  font-size: 1.5em;
  text-align: center;
}

#blog-details .views-field-nothing .cta-btn {
	background: var(--accent-color);
	color: var(--contrast-color);
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
}

@media (max-width: 768px) {
  .la-une-data > .row {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px
  }
  
  .la-une-data h1 a {
    font-size: 0.6em;
    font-weight: bold;
  }
  
  .la-une-data p {
    font-size: 0.6em
  }
  
  .la-une-data h1 {
    line-height: 0.7;
  }
  
  #block-drupal-cnpav-site-branding img {
    width: 100px;
    margin-left: 20px;
  }
  
  .la-une-data blockquote {
    font-size: 1.5em;
  }
}
@media (min-width: 769px) {
  .la-une-data {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    background-color: rgba(23,40,59,.9);
    color: white;
  }
  
  .la-une-data > .row {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%)
  }
  
  .la-une-data .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: O.5s;
  }
  
  .la-une-data h1 a{
    font-size: 0.6em;
    font-weight: bold;
  }
  .la-une-data h1 {
    line-height: 1
  }
  
    .la-une-data blockquote {
    display: none;
  }
}

@media (min-width: 1200px) {
  .la-une-data blockquote {
    display: block;
  }
  
  .la-une-data h1 {
    padding: 0;
  }
}