.box-section {
	display: inline-block;
	width: 45%;
	min-width: 300px;
	margin: 2% 2%;
	vertical-align: top;
	background: none;
	text-align: left;
	box-sizing: border-box;
}

.icon-box {
	display: inline-block;
	width: 60px;
	vertical-align: top;
}

.icon-box img {
	width: 48px;
	height: 48px;
}

.text-box {
	display: inline-block;
	width: calc(100% - 70px);
	padding-left: 10px;
	vertical-align: top;
}

@media (max-width: 900px) {
	.box-section {
		width: 100%;
		margin: 16px 0;
		display: block;
	}
}
.box-section {
	display: inline-block;
	width: 580px;
	padding-left: 85px;
	padding-right: 20px;
	background: no-repeat;
	margin: 40px 0px;
	text-align: justify;
	vertical-align: top;
	min-height: 180px;
	box-sizing: border-box;
}

#part1 {
	background-image: url('../img/part1.png');
}
#part2 {
	background-image: url('../img/part2.png');
}
#part3 {
	background-image: url('../img/part3.png');
}
#part4 {
	background-image: url('../img/part4.png');
}
.readmore {
	display: inline-block;
	padding: 10px 24px;
	background: #444;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
	margin-top: 16px;
	transition: background 0.2s;
}
.readmore:hover {
	background: #888;
	color: #fff;
}
/* Structure principale */
.firstbar {
	max-width: 1200px;
	margin: 0 auto;
}

.testimonial-section {
  background: #8bc7f5;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0 30px 0;
  text-align: center;
}
.testimonial-section > div {
	max-width: 700px;
	margin: 0 auto;
}
.testimonial-section h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.testimonial-section p {
	max-width: 700px;
	margin: 0 auto 18px auto;
	color: #444;
}
.testimonial-photo {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin: 18px auto 10px auto;
	display: block;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.testimonial-text {
	margin-top: 10px;
}
.testimonial-name {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

#logo {
	margin: 10px 0;
	display: block;
}
.banniere {
  position: relative;
  overflow: hidden;
}
.ban-img {
  width: 100%;
  object-fit: cover;
}
.side-text {
	position: absolute;
	top: 100px;
	width: 100%;
	color: #3A3C3F;
}
.side-text > div {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.side-text > div > div {
	width: 500px;
	text-align: left;
	font-size: 18px;
}
.site-footer {
	background: #23272b;
	color: #f3f7fa;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 40px 0 20px 0;
	font-size: 16px;
	box-sizing: border-box;
}
.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.footer-about, .footer-contact {
	flex: 1;
}
.footer-about h4, .footer-contact h4 {
	color: #fff;
	margin-bottom: 16px;
	font-size: 18px;
}
.footer-contact ul {
	list-style: none;
	padding: 0;
}
.footer-contact li {
	margin-bottom: 10px;
	color: #f3f7fa;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer-contact li p {
	margin: 0;
}
.footer-contact span {
	margin-right: 8px;
}
@media (max-width: 900px) {
	.footer-container {
		flex-direction: column;
		gap: 0;
	}
	.footer-about, .footer-contact {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 1000px) {
  .side-text {
    display: none;
  }
}
@media (max-width: 1200px) {
  .box-section {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 24px auto;
  }
  .side-text > div {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-container {
    flex-direction: column;
    gap: 0;
  }
  .footer-about, .footer-contact {
    margin-bottom: 24px;
  }
}

tbody tr:hover td, tbody tr:hover th{
    background-color:#BBB;
    cursor:pointer;
}
