body {
	background: #e0e0e0;
	overflow-x: hidden;
}

img  {
	max-width: 100%;
}

.logo {
	max-width: 100%;
	height:100px;
}

a, a:hover {
	text-decoration: none;
}

/*--SECTION ONE--*/
.section-one {
	background-image:url("../image/fond.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 117px 0px;
}

h1 {
	font-size:30px;
	font-family: Verdana;
	color: #ffffff;
}

.special-border {
	border-bottom: 9px solid red;
}

@media (max-width: 767.98px) { 
	.padding-sm {
		padding: 0px 20px;
	}
}

.objet {
	height:150px;
}

@media (max-width: 767.98px) { 
	.objet {
		height: 100px;
	}
}

.mt-4 {
	color:   #181818;
	font-weight: bold;
}

h2 {
	font-family: Verdana;
	color:  #ffffff;
}

#list {
	padding: 35px 0px 20px;
}

/* ---FOOTER--- */

footer {
	background-image: url(../image/Rectangle2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 100%;	
}

h3 {
	color:  #ffffff;
	font-family: Verdana;
}

h4 {
	font-family: Verdana;
	color:  #ffffff;
	transition: color 0.3s;
	text-align: center;
	font-size: 20px;
}

pr-1 {
	max-width: 100%;
}

@media (max-width: 767.98px) { 
	.footer {
		height: 80px;
	}
}

.footer-link:hover h4 {
	color: #d2d2d2;
}