/*********  BODY  **********/

body {
	font-family: 'Jost', sans-serif;
	color: #0A0406;
	font-weight: 300;
	scroll-behavior: smooth;
}
a {
	opacity: 1;
	transition: opacity 0.5s;
}

a, a:hover  {
    color: #08E4AC;
	text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
p {
	line-height: 1.5;
}

.btn-primary {
	--bs-btn-bg: #22539F;
	--bs-btn-border-color: #22539F;
}

.filling {
	fill: #22539F
}

.hero {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../images/header.jpg") center/cover no-repeat;
	color: white;
	padding: 120px 0;
	text-align: center;
}
.contact-info a {
	color: inherit;
	text-decoration: none;
}
.contact-info a:hover {
	text-decoration: underline;
}
.service-box {
	border: 1px solid #e0e0e0;
	padding: 30px;
	border-radius: 8px;
	transition: box-shadow .3s;
	display: flex;
	flex-direction: column;
}
.service-box:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.service-box h5 {
	min-height: 3em;
}
.service-box p {
	text-align: justify;
	flex-grow: 1;
}

#apropos p {
	text-align: justify;
}

#presentation p {
	text-align: justify;
}

.card-text {
	text-align: justify;
}

section h4 + p {
	text-align: justify;
}

/* Client logos */
.client-logo {
	max-height: 120px;
	max-width: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: all 0.3s ease;
	padding: 10px;
}

.client-logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	text-decoration: none;
}

.client-logo-dark-bg {
	background-color: #000;
	border-radius: 8px;
	padding: 30px;
	height: 100px !important;
}

.client-logo-dark-bg .client-logo {
	max-width: 140px;
	max-height: 100px;
}

.client-logo:hover {
	transform: translateY(-5px);
}

/* Carousel controls customization */
#clientsCarousel .carousel-control-prev,
#clientsCarousel .carousel-control-next {
	width: 5%;
	opacity: 0.8;
}

#clientsCarousel .carousel-control-prev-icon,
#clientsCarousel .carousel-control-next-icon {
	filter: invert(1);
	background-color: transparent;
	width: 2rem;
	height: 2rem;
}

#clientsCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#clientsCarousel .carousel-control-next:hover .carousel-control-next-icon {
	opacity: 1;
}

#clientsCarousel .carousel-indicators button {
	background-color: #22539F;
}

#clientsCarousel .carousel-inner {
	padding: 20px 60px;
}

@media (max-width: 768px) {
	#clientsCarousel .carousel-inner {
		padding: 20px 40px;
	}
	#clientsCarousel .carousel-control-prev,
	#clientsCarousel .carousel-control-next {
		width: 10%;
	}
}
footer {
	background-color: #222;
	color: #ccc;
}



.container-fluid {
	background-image: url("../images/sigle.svg");
	background-position: 95% 100%;
	background-repeat: no-repeat;

}

/*********  TOP  **********/

.navbar .container {
	height: 100%;
}

/* Logo styling */
.logo {
	margin: 20px;
}

.order-logo {
	display: flex;
	align-items: center;
}

.order-logo img {
	width: 80%;
	height: auto;
	margin: 15px 20px;
}

.reseaux {
	margin-top: 50px;
	height: 35px;
	margin-right: 25px;
}


.hero {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("../images/header.jpg") center/cover no-repeat;
	color: white;
	padding: 100px 0;
	text-align: center;
}

.service-icon {
	font-size: 40px;
	color: #0d6efd;
}

.team-img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}

/*********  H1, H2, CTA  **********/

.r-message {
	padding: 10% 0;
}
h1 {

	font-size: 3.700em;
	line-height: 1;
	font-weight: 600;
}

h2 {
	font-size: 2.5em;
	color: #959595;
	margin: 10px 0 20px 0;
}

/* Sections spacing */
section, .py-5 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.cta {
	color: #fff;
	padding: 15px 20px;
	font-size: 1.125em;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 20px;
}
.r-message .icon {
	height: 14px;
	margin: -3px 10px 0 0;
}
.phone {
	background-color: #EF589E;
	margin-right: 30px;
}
.mail {
	background-color: #22539F;
}
p.address {
	color: #959595;
}
.map {
	height: 30px;
	margin-right: 10px;
}


/*********          **********/
/*********  MOBILE  **********/
/*********          **********/

@media (max-width: 770px) {

	.container-fluid {
	background-image: none;
	}
	h1 {
	font-size: 2.8em;
	margin-top: 20px;
	}
	.logo {
	margin: 20px;
	}

	.order-logo img {
	width: 160px;
	}
	.reseaux {
	margin-top: 20px;
	height: 30px;
	margin-right: 25px;
	}
	.cta,.adresse {
	float: left;
		width: 100%;
	}
	p.adresse {
	margin-top: 30px;
	font-size: 0.9em;
	}
	.order-logo {order: 2;}
	.order-reseaux {order: 1;}
}
