body {
	--webkit-font-smoothing: antialiased;
	--webkit-overflow-scrolling: touch;
	background-color: #fff;
}

.netorn-hero {
	z-index: -1;
}

.gradient-custom {
	background: #ffffff!important;
	background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1))!important;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1))!important;
}

.price-container {
	background-color: #dee2e6;
	background-image: url('../imgs/topsilverline.png');
	background-position: top 0 center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-container {
	background-color: #ffffff;
	background-image: url('../imgs/bottomsilverline.png');
	background-position: top 0 center;
	background-size: contain;
	background-repeat: no-repeat;
}

.vertical-align-center {
	min-height: 100%;
	align-items: center;
}

.vertical-align-r {
	text-align: right;
}


.text-footer-section {
	color: #55BC0A;
}

.menu-pic-color {
	color: orange;
}

ul.main-menu-color li.nav-item .nav-link:hover {
	color: orange!important;
}

.footer-link-text {
	color: rgba(255,255,255,.5)!important;
}

.footer-link-text:hover {
	color: rgba(255,255,255,.4)!important;
}

.netron-news-link {
	text-decoration: none;
}

.bg-tarif-section {
	background-color: orange;
	text-decoration: none;
	color: white!important;
}

.bg-tarif-section:hover {
	background-color: rgba(255,150,0)!important;
	text-decoration: none;
	color: white!important;
}

.tarif-arrow-A {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="30" width="140" xmlns="http://www.w3.org/2000/svg"><polygon points="140 30 0 30 15 15 0 0 140 0" style="fill: rgb(255, 201, 5);"/></svg>');
	height: 30px;
	width: 140px;
	color: white;
    position: absolute;
    right: 0px;
}

.tarif-arrow-B {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="30" width="140" xmlns="http://www.w3.org/2000/svg"><polygon points="140 30 0 30 15 15 0 0 140 0" style="fill: rgb(255, 102, 0);"/></svg>');
	height: 30px;
	width: 140px;
	color: white;
    position: absolute;
    right: 0px;
}

.tarif-arrow-C {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="30" width="140" xmlns="http://www.w3.org/2000/svg"><polygon points="140 30 0 30 15 15 0 0 140 0" style="fill: rgb(4, 160, 218);"/></svg>');
	height: 30px;
	width: 140px;
	color: white;
    position: absolute;
    right: 0px;
}

.tarif-arrow-D {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="30" width="140" xmlns="http://www.w3.org/2000/svg"><polygon points="140 30 0 30 15 15 0 0 140 0" style="fill: rgb(26, 161, 19);"/></svg>');
	height: 30px;
	width: 140px;
	color: white;
    position: absolute;
    right: 0px;
}

.tarif-A {
	background-image: url('../imgs/student.png');
	background-position: bottom 10px center;
	background-repeat: no-repeat;
}

.tarif-B {
	background-image: url('../imgs/friends.png');
	background-position: bottom 10px center;
	background-repeat: no-repeat;
}

.tarif-C {
	background-image: url('../imgs/family.png');
	background-position: bottom 10px center;
	background-repeat: no-repeat;
}

.tarif-D {
	background-image: url('../imgs/gamer.png');
	background-position: bottom 10px center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 992px){
	ul.nav li.nav-item:hover > ul.dropdown-menu {
		display: block;
	}
}

