.side-text {
	position: absolute;
	top: 100px;
	width: 100%;
	color: #3A3C3F;
	padding: 0 20px;
	box-sizing: border-box;
}

.side-text > div {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.side-text > div > div {
	max-width: 500px;
	text-align: left;
	font-size: 18px;
}

.firstbar {
	max-width: 1200px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.banniere {
	display: relative;
}

.ban-img {
	width: 100%;
	height: auto;
	display: block;
}

.readmore {
	padding: 10px;
	background-color: #ed1708;
	color: white;
	text-decoration: none;
	display: inline-block;
}

.readmore:hover {
	background-color: blue;
}

.section-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.box-section {
	width: 100%;
	max-width: 580px;
	padding-left: 85px;
	padding-right: 20px;
	background-repeat: no-repeat;
	margin: 40px auto;
	color: #7A7D8A;
	text-align: justify;
	box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
	.box-section {
		margin: 40px 0px;
	}
}

#part1 {
	background-image: url('../img/icon1.png');
}

#part2 {
	background-image: url('../img/icon2.png');
}

#part3 {
	background-image: url('../img/icon3.png');
}

#part4 {
	background-image: url('../img/icon4.png');
}

.section-author {
	background-color: #f5f4f4;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.author {
	margin-top: 50px;
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 60px;
}

.img-author {
	margin-top: 20px;
	border-radius: 50%;
	max-width: 100%;
	height: auto;
}

.footer {
	background-color: #282929;
	padding: 0 20px;
	box-sizing: border-box;
}

.footerbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	gap: 20px;
}

#foot1 {
	background-image: url('../img/mail.png');
}

#foot2 {
	background-image: url('../img/tel.png');
}

#foot3 {
	background-image: url('../img/adress.png');
}

.p3 {
	color: white;
}

.p {
	color: #7A7D8A;
}

.left-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
	min-width: 250px;
}

.right-footer {
	max-width: 500px;
	width: 100%;
	text-align: left;
	padding-top: 30px;
}

.box-footer {
	background-repeat: no-repeat;
	width: 100%;
	max-width: 400px;
	text-align: left;
	margin: 10px 0;
	padding: 12px;
	padding-left: 56px;
	background-position-y: center;
	box-sizing: border-box;
}

.section1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.titre-section1 {
	padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.side-text {
		display: none;
	}
}

.myForm {
	width: 100%;
	max-width: 400px;
	margin: 40px auto;
	padding: 30px;
	background-color: #f8f9fa;
	border-radius: 8px;
	box-sizing: border-box;
}

.myForm h2 {
	margin-bottom: 15px;
	color: #3A3C3F;
}

.myForm .form-text {
	margin-bottom: 25px;
	color: #7A7D8A;
	font-size: 14px;
}

.myForm .form-control {
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
}

.myForm .btn-primary {
	background-color: #007bff;
	border: none;
	padding: 12px;
	font-weight: bold;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
}

.myForm600 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border: solid 1px #dee2e6;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.myForm600 h2 {
	margin-bottom: 28px;
	color: #3A3C3F;
}

.myForm600 .btn-primary {
	background-color: #007bff;
	border: none;
	padding: 12px;
	font-weight: bold;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
}

tbody tr:hover td,
tbody tr:hover th {
	background-color: #BBB;
	cursor: pointer;
}

.tab {
	max-width: 1200px; 
	margin: 0 auto; 
	padding: 20px;
}