<?php
/* ******************************************************* */
/* ******************************************************* */
/*  	Denis GOUJON de BEAUVIVIER
/* 		Studio FRBIZNET-iQRterra
/* 		mars 2020
/*		band_css 						           
/* ******************************************************* */
/*
/* 	Version : 1.01
/*	Author : Denis GOUJON de BEAUVIVIER
/*	
/* ******************************************************* */


.band_logo {position:fixed;top:42.5%; width:100%; height:15%;}
.band_logo_ht {position:fixed;top:42.5%; width:100%; height:15%;}
.band_logo_bs {position:fixed;bottom:15%; width:100%; height:17.5%;}
	
/* degrade du bandeau*/
.col_band {
	   /* IE10+ */ 
	background-image: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(50,35,95,0.90) 15%, rgba(33,33,33,0.85) 85%, rgba(0,0,0,0) 100%);
		/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(50,35,95,0.90) 15%, rgba(33,33,33,0.85) 85%, rgba(0,0,0,0) 100%);
		/* Opera */ 
	background-image: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(50,35,95,0.90) 15%, rgba(33,33,33,0.85) 85%, rgba(0,0,0,0) 100%);
		/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0,0,0,0)), color-stop(15, rgba(50,35,95,0.90)), color-stop(85, rgba(33,33,33,0,85)), color-stop(100, rgba(0,0,0,0))); 
		/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(50,35,95,0.90) 15%, rgba(33,33,33,0.85) 85%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(50,35,95,0.90) 15%, rgba(33,33,33,0.85) 85%, rgba(0,0,0,0) 100%);
}

.bloc_img_logo {position: absolute; display:table-cell; vertical-align:middle; text-align:center; width:100% !important; height:15%; top: 15%;/*top: 42.5%;*/}	
.img_logo:hover{ cursor:url("../img/cursorNoyau_gr.png") 15 15,pointer; }/*width:100%; height:15%; margin:1em auto;*/
.img_logo>img{height:80%; padding:1.5em 0 0 0;}


