
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
    height: 100%;
    line-height: 1.8;
}

.custom-r:hover { 
	background-color:#ffff !important;
}


.w3-navbar {
    padding: 8px;
}
.w3-navbar a {
    padding: 16px;
}



.w3-body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.w3-mainContainer {
	border-Top: 20px solid orange;
	border-bottom: 6px solid orange;
}

.w3-custom-footer {
	color:white;
}

.w3-orange-gradient {	
	/* Orange gradient Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ff7c00+81,ffa73d+88,ff7c00+96,ff7f04+100 */
	background: rgb(255,183,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,124,0,1) 81%, rgba(255,167,61,1) 88%, rgba(255,124,0,1) 96%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,124,0,1) 81%,rgba(255,167,61,1) 88%,rgba(255,124,0,1) 96%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,124,0,1) 81%,rgba(255,167,61,1) 88%,rgba(255,124,0,1) 96%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}

.w3-black-gradient {
	/* black gradient Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#595959+0,666666+5,474747+21,2c2c2c+32,000000+46,111111+60,131313+100 */
	background: rgb(89,89,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 5%, rgba(71,71,71,1) 21%, rgba(44,44,44,1) 32%, rgba(0,0,0,1) 46%, rgba(17,17,17,1) 60%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(102,102,102,1) 5%,rgba(71,71,71,1) 21%,rgba(44,44,44,1) 32%,rgba(0,0,0,1) 46%,rgba(17,17,17,1) 60%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(102,102,102,1) 5%,rgba(71,71,71,1) 21%,rgba(44,44,44,1) 32%,rgba(0,0,0,1) 46%,rgba(17,17,17,1) 60%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	
}

.mySlides {
	display:none
}

.w3-badge {
	cursor:pointer;
	height:13px;
	width:13px;
	padding:0;
}

.blockpolicy{
	height:450px; 
	overflow-y: scroll;
}

.bkimg{
	background-image: url('img/slide2.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bkimg-One {
	background-image: url('img/slide1.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bkimg-legal{
	background-image: url('img/slide3.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

