/*
Theme Name: Arrow Studio
Theme URI: https://cornillet.com
Author: the WordPress team
Author URI: https://cornillet.com
Description: THeme sur mesure 10 ans des climats
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 0.1
*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    height: 65px;
  }
  to {
    height: auto;
  }
}
.mb-0.elementor-widget-text-editor p {margin-bottom: 0;}
/* Apply the fade-in animation to the desired element */
.fade-in {
  animation: fadeIn 2s ease-in-out;
}

body {font-family: "Poppins"; background-color: #d00070;}

.container-fluid {padding: 0;}
.site-header {width: 100%;}

#menu-entete .menu-item {padding: 0 15px;}
#menu-entete .menu-item a {color: #FFF; text-decoration: none; font-size: 1.5rem;}
@media(min-width: 768px) {
  .logo10ans {max-height: 50vh;}
  .logos-header {max-width: auto;}
}
#page-content {background-color: #FFF;}
#page-content a {color: #d00070; text-decoration: underline;}

footer { position: relative; color: #FFF;}
footer h2 {font-size: 1.2rem;}
footer .tags {font-weight: 200;}
footer .navbar .menu-item a{color: #FFF; text-decoration: none;}

.vignette-publication {position: relative; overflow-y: hidden!important;}
.vignette-publication .elementor-widget-image-carousel {height: 290px; overflow-y: hidden;}
.vignette-publication .description-vignette-publication {position: absolute; bottom: 0px; height: 65px;}
.vignette-publication .description-vignette-publication:hover {height: auto; transition: height 0.25s ease-in;}
.vignette-publication .description-vignette-publication a {color: #FFF!important;}
.vignette-publication .description-vignette-publication .elementor-heading-title {width: 100%;}
