/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*	overflow-x: hidden;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
a{
	text-decoration:none;
	color: inherit;
}
html{
	font-size:62.5%;
}
html, body, main{
	height:100%;
	position: relative;
}
body *{
	box-sizing: border-box;
}
body{
	font-size:1.6rem;
	line-height:2.6rem;
}
hr{height:0;border:none;}

.img-fluid {
	width: 100%;
	height: auto;
	display: block;
}
.fullHeight{
	height:100%;
	width: 100%;
}

/*----------------------Regole Heading ---------------------------*/
h1{font-size:3.2rem; line-height: 3.6rem;}
h2{font-size:2.8rem; line-height: 3.2rem;}
h3{font-size:2.4rem; line-height: 2.8rem;}
h4{font-size:2.0rem; line-height: 2.6rem;}
h5{font-size:1.8rem; line-height: 2.4rem;}
h6{font-size:1.6rem; line-height: 2.2rem;}
/*----------------------Regole width ------------------------------*/
.w-12{width:12%;}
.w-25{width:25%;}
.w-33{width:33.3333337%;}
.w-50{width:50%;}
.w-67{width:67.6666663%;}
.w-100{width:100%;} 
/*------------------------- Regole Margin ---------------------------*/
.m-auto{
	margin:0 auto!important;
}
.m-0{
	margin:0;
}
.mt-0{
	margin-top:0;
}
.mt-1{
	margin-top:1rem !important;
}
.mt-2{
	margin-top:2rem !important;
}
.mt-3{
	margin-top:3rem !important;
}
.mt-4{
	margin-top:4rem !important;
}

.mb-0{
	margin-bottom:0;
}
.mb-1{
	margin-bottom:1rem !important;
}
.mb-2{
	margin-bottom:2rem !important;
}
.mb-3{
	margin-bottom:3rem !important;
}
.mb-4{
	margin-bottom:4rem !important;
}


.mr-0{
	margin-right:0;
}
.mr-1{
	margin-right:1rem !important;
}
.mr-2{
	margin-right:2rem !important;
}
.mr-3{
	margin-right:3rem !important;
}
.mr-4{
	margin-right:4rem !important;
}

.ml-0{
	margin-left:0;
}
.ml-1{
	margin-left:1rem !important;
}
.ml-2{
	margin-left:2rem !important;
}
.ml-3{
	margin-left:3rem !important;
}
.ml-4{
	margin-left:4rem !important;
}

.m-1{
	margin:1rem !important;
}
.m-2{
	margin:2rem !important;
}
.m-3{
	margin:3rem !important;
}
.m-4{
	margin:4rem !important;
}
/*------------------------- Regole padding ---------------------------*/
.p-0{
	padding:0 !important;
}
.p-02{
	padding:0.2rem !important;
}
.p-05{
	padding:0.5rem !important;
}
.p-1{
	padding:1rem !important;
}
.p-2{
	padding:2rem !important;
}
.p-3{
	padding:3rem !important;
}
.p-4{
	padding:4rem !important;
}

.pt-0{
	padding-top:0 !important;
}
.pt-1{
	padding-top:1rem !important;
}
.pt-2{
	padding-top:2rem !important;
}
.pt-3{
	padding-top:3rem !important;
}
.pt-4{
	padding-top:4rem !important;
}

.pb-0{
	padding-bottom:0 !important;
}
.pb-1{
	padding-bottom:1rem !important;
}
.pb-2{
	padding-bottom:2rem !important;
}
.pb-3{
	padding-bottom:3rem !important;
}
.pb-4{
	padding-bottom:4rem !important;
}

.pl-0{
	padding-left:0 !important;
}
.pl-1{
	padding-left:1rem !important;
}
.pl-2{
	padding-left:2rem !important;
}
.pl-3{
	padding-left:3rem !important;
}
.pl-4{
	padding-left:4rem !important;
}

.pr-0{
	padding-right:0 !important;
}
.pr-1{
	padding-right:1rem !important;
}
.pr-2{
	padding-right:2rem !important;
}
.pr-3{
	padding-right:3rem !important;
}
.pr-4{
	padding-right:4rem !important;
}



/*------------------------- Regole Border ---------------------------*/
.border {
  border: 1px solid !important;
}

.border-top {
  border-top: 1px solid !important;
}

.border-right {
  border-right: 1px solid !important;
}

.border-bottom {
  border-bottom: 1px solid !important;
}

.border-left {
  border-left: 1px solid !important;
}
.b-1{border-width: 1px!important;}
.b-2{border-width: 2px!important;}
.doub-border{box-shadow:0 0 0 2px #D2BD7F, inset 0 0 0 1px #D2BD7F;}
/*------------------------- Regole Display ---------------------------*/
.d-block{display: block;}
.d-inline{display: inline;}
.d-inline-block{display: inline-block;}
/*------------------------- Regole Float ---------------------------*/
.f-left{float:left !important;}
.f-right{float:right !important;}
.f-none{float:none !important;}
/*------------------------- Regole text-align  ---------------------------*/
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-justify{text-align: justify;}
.bold{font-weight:bolder!important}
/*------------------------- Regole text-align  ---------------------------*/
.position-relative:{position:relative;}
.position-absolute:{position:absolute;}
.position-static:{position:static;}
.position-fixed:{position:fixed;}
.position-center:{position: absolute;
	top: 50%;
    left: 50%;
	color: #333;
    transform: translate(-50%, -50%);
}
.overflowHidden{overflow: hidden!important;}
/*---------------------------scrollbar----------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}