﻿.b-line-cable {
	position: relative;
	width: 675px;
	height: 3px;
	background: #0c1f38;
	display: block;
	margin: 0 auto;
}

.carousel-item span{
	color: #ff8228;
	background-color: rgba(90, 90, 90,0.8);
}

.background-grey{
	background: rgba(90, 90, 90,0.5) !important;
}
.carousel-indicators .active{
	background: #5a5a5a !important;
}

.margin-top, #footer{
	margin-top: 50px;
}

@media (min-width: 991px) {
	.scrollto span, .scrollto i, .dropdown span, .bi-chevron-down {
		color: white;
	}
}

#footer a{
	color:white;
}
.second-color {
    color: #5a5a5a;
}
.main-color {
	color: #ff8228;
}
.hover-third-color:hover{
	color: #177383 !important;
}

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 415px) {
	.carousel video{
	  width: 345px;
	  height: 183px;
	}
	
	.h5{
		padding-left: 20px;
		padding-right: 20px;
		text-align:center;
	}
}
@media (max-width: 767px) {
	.map-localisation{
		flex: 0 0 100%;
		max-width: 100% ;	
		margin-top:1.5rem;
	}
	p,h4{
		padding-left:10px;
		padding-right:10px;
	}
}