@font-face {
	font-family: 'Roboto Slab';
	font-weight: 400;
	src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 700;
	src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 900;
	src: url('../fonts/RobotoSlab-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 900;
	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}

body {
    font-family: 'Montserrat', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-weight: 700; /* Use bold weight for headers */
}

p, a, li, span, div {
    font-family: 'Montserrat';
    font-weight: 500; /* Use regular weight for other elements */
	text-align: center;
	font-size: 17px;
	line-height: normal;
}

.header-image {
	background: url('../images/ban-acc.jpg') no-repeat center center;
	background-size: cover;
	height: 400px;
	position: relative;
}

.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-logo {
	max-width: 155px;
}

.nav-link {
	color: #358db9 !important;
}

.navbar{
	top: -30px;
	background: url('../images/menu.png') no-repeat center center;
	width: 720px;
	margin: auto;
	background-size: cover;
}

.navbar .nav-item{
	font-family: 'Montserrat', serif;
	height: 100%;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
    font-size: 23px;
}

.navbar .nav-item a {
	text-decoration: none;
	color: #fff !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navbar .nav-item.active a {
	color: white !important;
}

.navbar .nav-item-3{
	width: 320px;
	padding-left: 0;
	padding-right: 0;
}

.services-container {
	padding: 20px;
	overflow: hidden;
}

.service-item {
	position: relative;
	padding: 0 40px;
	/*border-left: 1px dotted #000;*/
}

.service-item .poitilles {
	position: absolute;
	width: 3px;
	right: 0;
	top:90px;
}

.service-item:first-child {
	border-left: none;
}

.service-item .title-blue {
	color: #358db9;
}

.service-item p{
	color:#000;
	font-weight: 500;
	font-size: 17px;
}

.service-item .illustration{
	margin-bottom: 24px;
	max-width: 220px;
	width: 100%;
}

.profile-image {
	max-width: 238px;
	height: auto;
	border-right: #f2a119 3px solid;
}

.logo-image {
	max-width: 165px;
	height: auto;
	position: relative;
	right: -210px;
	top: -90px;
}

.about-section p{
	color: #000;
	font-weight: 500;
	text-align: left;
	font-size: 18px;
    line-height: normal;
}

.special-color {
	color: #000 !important;
	font-weight: 700;
	font-size: 17.5px;
}

.title{
	text-align: center;
	color: #3da9d7;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.title:after {
	content: "";
	background: #f2a119;
	display: block;
	margin: 0 auto;
	height: 3px;
	width: 267px;
	margin-top: 6px;
}

.fleche-bleu{
	position: absolute;
	width: 80px;
	text-align: right;
	right: -44px;
	bottom: -44px;
}

.fleche-bleu2 {
	position: relative;
	width: 80px;
}

input.form-control-custom {
	display: block;
	border: 3px solid #f2a119;
	height: 50px;
}

textarea.form-control-custom {
	display: block;
	border: 3px solid #f2a119;
	height: 214px;
}

.form-label-custom{
	font-weight: 500;
	text-align: left;
}

.form-send{
	background-color: #f2a119;
	color:#fff;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	border:0;
	font-weight: 700;
	font-size: 25px;
	background: url('../images/contact.jpg') no-repeat center center;
}

.form-send:hover{
	background-color: #3da9d7;
	/*color: #358db9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 3px solid #358db9;*/
}

.footer {
	background-color: #358db9;
	margin-top: 140px;
	
}

.footer .container{
	padding-top: 40px;
}

.footer img {
	max-width: 119px;
	width: 100%;
	display: inline-block;
}

.footer-description{
	font-weight: 500;
	text-align: left;
	font-size: 17px;
	border-left: 3px dotted #fff;
	padding-left: 20px;
}

.footer p,
.footer a {
	color: #ffffff;
}


.footer h5 {
	font-size: 18px;
	margin-bottom: 15px;
}

.footer .border-white {
	border-color: #ffffff;
}

.footer-copyright{
	font-weight: 700;
	font-size: 17px;
	padding-top: 5px;
}
.footer-legals{
	font-weight: 700;
	font-size: 17px;
	padding-top: 5px;
	text-decoration: none;
}
.footer-credits,
.footer-credits a {
	font-weight: 500;
	font-size: 12px;
}

.footer-last-line{
	border-top:4px solid #fff;
}

.footer-contacts{
	padding-bottom: 10px;
	border-bottom: 3px dotted #fff;
}

.form-result-message{
	margin-top: 5px;
	margin-right: 10px;
}

.form-result-message.success {
	color:green;
}

.form-result-message.error {
	color: red;
}

#sendContactForm[disabled]{
	cursor:not-allowed;
}

footer .modal-body{
	font-size:14px;
}

#metier,
#services,
#apropos,
#contacts{
	margin-bottom:3em;
}

#services ul {
    padding-left: 0;
    margin: 0;
}

#services ul li {
    list-style-type: none;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: 0;
}

#services ul li::before {
    content: '\2022';
    color: #3da9d7;
    font-size: 4.8em;
    display: inline-block;
    position: absolute;
    transform: translateY(-49px) translateX(-25px);
}

@media (max-width: 768px) {
	.navbar {
		width: 100%;
	}
}