@charset "UTF-8";
/* CSS Document */
<style> :root {
 --primary: #2563eb;
 --bg: #f5f5f5;
 --text: #111827;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background: var(--bg);
	color: var(--text);
}
p {
	line-height: 2em;
}
a {
	text-decoration: none;
	color: #000;
}
.video-section {
	width: 100%;
	height: auto;
	background-color: #000;
}
.video-full {
	width: 100%;
	height: auto;
	display: block; /* optionnel : limite la hauteur */
	object-fit: cover;
	background-color: #000;
}
.container-images {
	background-color: #000;
}
img {
	height: auto;
	width: 100%;
	display: flex;
}
.containeur-texte-intro {
	text-align: left;
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
}
.titre-section {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 2em;
	background-color: #FFF;
	text-align: center;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.container-texte {
	text-align: left;
	background-color: #CCC;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.container-texte-blanc {
	text-align: left;
	background-color: #FFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
#chirurgiens {
	background-image: url(../images/robotique/chirurgiens.jpg);
	color: #000;
}
.footer-section {
	text-align: center;
	font-size: small;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 40px;
	background-color: #000;
}
.footer-bottom {
	text-align: center;
	font-size: small;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 40px;
	background-color: #000;
	padding-bottom: 100px;
}
 </style> #chirurgiens {
 background-image: url(images/robotique/chirurgiens.jpg);
}
#hopital {
	background-image: url(../images/robotique/hopital.jpg);
	color: #000;
}
ul {
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
li {
	list-style-position:outside;
	list-style-type:square;
	margin-left: 15px;
}




/* RESPONSIVE */



@media (max-width: 768px) {
 .nav-links, .nav-links2, .nav2, table {
 display: none;
}
 .burger {
 display: block;
}
.avantages {
 flex-direction: column;
 align-items: center;
}
#table-intro, table-rub {
 display: block;
}
.activites-home {
 flex-direction: column;
 align-items: center;
}
}
