/* *** Carrousel Slide Vertical *** 
header #carrousel { position: relative; width: 100%; height: 464px; overflow: hidden; }
header #carrousel .display { position: relative; width: 100%; height: 100%; }
header #carrousel .display .slide { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; overflow: hidden; background-position: center center; background-size: cover; }
header #carrousel .display .slide img { width: 100%; min-height: 100%; }
header #carrousel .display .slide:first-of-type { top: 0; }
header #carrousel #cursor-nav-carrousel { position: absolute; left: 50%; top: 278px; width: 1012px; margin-left: -506px; height: auto; z-index: 999; } // 881/1139
header #carrousel #cursor-nav-carrousel span { display: block; float: left; height: 42px; width: 42px; background-position: top center; background-size: cover; background-repeat: none; cursor: pointer; }
header #carrousel #cursor-nav-carrousel span#navleft { float: left; background-image : url(../../img/modules/carrousel/btn-left.png); }
header #carrousel #cursor-nav-carrousel span#navright { float: right; background-image : url(../../img/modules/carrousel/btn-right.png); }
header #carrousel #cursor-nav-carrousel span:hover, section#home #carrousel #nav-carrousel span.current { background-position: bottom center !important; }

/* *** Carrousel Slide Horizontal *** */
#carrousel { position: relative; top: -85px; left: 0; width: 100%; height: 650px; overflow: hidden; background: transparent; }
#carrousel .display { position: relative; width: 100%; height: 100%; }
#carrousel .display .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background-position: center center; background-size: cover; background-repeat: no-repeat; opacity: 0; }
#carrousel .display .slide img { width: 100%; min-height: 100%; }
#carrousel .display .slide:first-of-type { opacity: 1; }
#carrousel #cursor-nav-carrousel { position: absolute; left: 50%; bottom: 45px; width: auto; margin-left: 295px; height: auto; z-index: 999; }
#carrousel #cursor-nav-carrousel span { display: block; float: left; height: 51px; width: 51px; background-position: top center; background-size: cover; background-repeat: none; cursor: pointer; }
#carrousel #cursor-nav-carrousel span#navleft { float: left; background-image : url(../../../img/btn-left.png); margin-right: 17px; }
#carrousel #cursor-nav-carrousel span#navright { float: right; background-image : url(../../../img/btn-right.png); }
#carrousel #cursor-nav-carrousel span:hover, #carrousel #nav-carrousel span.current { background-position: bottom center !important; }
#carrousel #nav-carrousel { position: absolute; left: 50%; bottom: 75px; width: auto; margin-left: -0px; height: auto; z-index: 999; }
#carrousel #nav-carrousel span { display: block; float: left; height: 18px; width: 19px; background-position: top center; background-size: cover; background-repeat: none; cursor: pointer; margin-right: 5px; background-image : url(../../img/carrousel-nav.png); }
#carrousel #nav-carrousel span:hover, #carrousel #nav-carrousel span.current { background-position: bottom center !important; }