:root {
  --bg-color-orange: #e25f02;
}

.bg-esil-orange {
	background-color: var(--bg-color-orange) !important;	
}

.btn-esil-orange {
	background-color: var(--bg-color-orange) !important;	
}

.btn:active, .btn:focus, .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
    color: #FFF;
    background-color: #ec8f00 !important;
}

.txt-esil-orange {
	color: var(--bg-color-orange) !important;	
}



p{
	text-align: justify;
}

h1 {
	color: #e25f02 !important;
	font-weight:500 !important;
}	

h3 {
	text-align: justify;
}

h4 {
	color: #e25f02 !important;
}

section{
	padding-bottom:3rem;
}
.container{
	margin-top: 1rem;	
	max-width: 1500px;
}
footer .footerLinks a{
	font-size: 23px;
    font-weight: 500;
}
footer .socialButtons a{
	font-size: 10px;
}


footer .lnkEuroquity img{
	max-width:15rem;
}
@media only screen and (min-width: 992px) {
	footer .lnkEuroquity img{
		max-width:16rem;
	}
}
.carousel-item .view{
	cursor:pointer !important;
}
.side-column-img{
	position: relative;
	overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.cardNews .card-img-top{
	height: 200px;
}
.card.testimonial-card{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.news-list .card{
	margin-left: 2rem;
	margin-right: 2rem;
	width: 93%;
}
.news-list .card img{
	padding-top: 0.25rem;
	padding-left: 1rem;
}

.carousel-caption {
  position: absolute;
  right:0% !important;
  left:0% !important;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: $carousel-caption-color;
  text-align: center;
  background: rgba(92, 92, 92, 0.4);
}
.carousel-caption h3{
  color: rgba(255, 255, 255) !important;
  font-size: 18px !important;
  padding: 5px 155px 5px 155px !important;
}
.carousel-caption h2{
  color: rgba(255, 255, 255) !important;
  font-size: 20px !important;
  margin: 10px 0px 10px 0px !important;
}
.carousel-caption h1{
  color: rgba(255, 255, 255) !important;
  font-size: 26px !important;
  margin: 10px 0px 10px 0px !important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {

.carousel-caption {
  position: absolute;
  right:0% !important;
  left:0% !important;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: $carousel-caption-color;
  text-align: center;
  background: rgba(92, 92, 92, 0.4);
}
.carousel-caption h3{
  color: rgba(255, 255, 255) !important;
  font-size:10px !important;
  padding: 3px 30px 3px 30px !important;
  
}
.carousel-caption h2{
  color: rgba(255, 255, 255) !important;
  font-size: 12px !important;
  margin: 3px 0px 3px 0px !important;
  
}
.carousel-caption h1{
  color: rgba(255, 255, 255) !important;
  font-size: 18px !important;
  margin: 3px 0px 3px 0px !important;
 
}
}

@media only screen and (max-device-width: 481px) {

	.carousel-caption {
	  position: absolute;
	  right:0% !important;
	  left:0% !important;
	  bottom: 20px;
	  z-index: 10;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: $carousel-caption-color;
	  text-align: center;
	  background: rgba(92, 92, 92, 0.4);
	}
	.carousel-caption h3{
	  color: rgba(255, 255, 255) !important;
	  font-size:10px !important;
	  padding: 1px 20px 1px 20px !important;

	}
	.carousel-caption h2{
	  color: rgba(255, 255, 255) !important;
	  font-size: 10px !important;
	  margin: 1px 0px 1px 0px !important;

	}
	.carousel-caption h1{
	  color: rgba(255, 255, 255) !important;
	  font-size: 16px !important;
	  margin: 1px 0px 1px 0px !important;

	}
}

.videoThumbnail{
	width: 100%;
}

.card-title {
    margin-bottom: .75rem;
    color: #e25f02 !important;
}

.texte {
    text-align: justify !important;
}

.countrylist .nav-item {
    width: 100% !important;
}

.countrylist .nav-item a:hover {
    color: #e25f02 !important;
}

.nav-pills.default-pills .nav-item a:hover {
    border-left: .0625rem solid #e25f02 !important;
}

.btn-floating i:hover {
    color: #FFF;
    background-color: #ec8f00 !important;
}

.carousel-multi-item .carousel-indicators li:hover {
   color: #FFF;
    background-color: #ec8f00 !important;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent !important;
	color: #ec8f00 !important;
	font-weight:500 !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent !important;
    color: #ec8f00 !important;
    font-weight: 500 !important;

}	

.navbar {
    font-size: 20px !important;
}
	

.fa-twitter {
	font-size: 35px !important;
		
}

.fa-linkedin {
	font-size: 35px !important;
		
}

.fa-youtube {
	font-size: 35px !important;
		
}

.fullWidth{
    width: 100%;
}

.card-deck .collapse:not(.show) {
    display: none !important;
}

.fullHeight{
    height: 100%;
    min-height: 600px;
}

.cardKCTopic .menu-body{
    display:none;
}

.cardKCTopic:hover .menu-body{
    display: block;
}
	