/*
Theme Name: titan-child
Template: titan
Author: LAB 360
Author URI: https://lab360.be
Description: thème enfant du thème Titan de LAB 360 - Déclinaison spécifique à l'usage de l'asbl TITAN
Version: 0.1.0
*/

/* Import des styles du parent */
@import url("../titan/style.css");


/* Home banner - Flexslider */
#home-slideshow-area {padding:30px 0;}  /* conteneur AVANT .container */
#home-slideshow-holder {display:flex; align-items:center; width:100%;} /* conteneur APRES .container */
#home-slideshow {border:none; margin:0; overflow:hidden; width:100%; } /* conteneur flexslider */
ul.slides {overflow:hidden;}
.home-slideshow-slide {display:flex; width:100%; flex-direction:row; position:relative; flex-wrap:wrap; }
.home-slideshow-picture {display:flex; width:100%; aspect-ratio:1360/584; overflow: hidden; }
.home-slideshow-title {display:flex; width:100%; position:relative; background-color: #e5e5e5; padding: 10px; flex-direction:row; justify-content: space-between; align-items:flex-start; box-shadow: 0 3px 36px rgba(0, 0, 0, 0.15); }
.home-slideshow-title-text {display:flex; font-family:'MyriadPro-Semibold'; color: #001d75; font-size:1.6em; font-size:1.4em; line-height:1.1em;}
.home-slideshow-title-button {display:flex;}
ul.flex-direction-nav li {list-style-type:none;}
.flex-direction-nav a {height:60px; top:50%; color: rgba(0, 0, 0, 0.8); text-shadow:none;}
.flex-direction-nav a:before {font-size:40px; color: rgba(0, 0, 0, 0.8); text-shadow: 0px 0px 0 rgba(255, 255, 255, 1);}



