@font-face {

	font-family: 'ma_police';
	src: url("../police/Aller_Rg.ttf");
}
@font-face {
	font-family: 'font_titre';
	src: url("../police/BankGothic.ttf"),
		 url("../police/BankGothic.otf");
}

body{

	background: #eaeaea;
	font-family: ma_police;
	margin: 0px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
}





footer{
	background: #eaeaea;
	padding: 40px;
	text-align: center;
	width: 85%;
	margin: 0px;
}
	.reseaux{
		width: 35px;
		padding: 2px;
		margin: 3px;
	}
	.reseaux:hover{
		margin-top: -2px;
		border-radius: 25px;
	}	


li:hover{
	border-left: 3px solid orange;
	margin-right: -5px;
}
.titre_proto{
    
		font-size: 4.5em;
		font-family: font_titre;
		margin-bottom: 0px;
		margin-top: -25%;
        padding: 5px 0 -0 0 ;
        text-align: center;
		color: #333;
        border-bottom: 1px solid black;
        padding-bottom: -100px;
        width: 80%;
	
}

.container {
	display: flex;
	align-items: flex; /* Aligne le texte et le modèle 3D verticalement */
	justify-content: space-around; /* Espace entre le texte et le modèle 3D */
	gap: 10px; /* Espace entre les éléments */
}

.text-box {
	width: 40%; /* Largeur du texte */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 10vw;
    margin-left: 10%;
	margin-top: 100px;
	color: black;
	background: white;
	font-size: 1.2em;
	line-height: 1.5em;
	height: 5%;
}

.container img {
	margin-top: 100px;
    margin-left: 10%;
	margin-bottom: 140px;
	width: 100%; /* Largeur du modèle 3D */
	height:auto; /* Hauteur du modèle 3D */

}



footer{
	background: #eaeaea;
	padding: 40px;
	text-align: center;
}
	.reseaux{
		width: 35px;
		padding: 2px;
		margin: 3px;
	}
	.reseaux:hover{
		margin-top: -2px;
		border-radius: 25px;
	}
	.reseaux a:hover{
		margin-top: -5px;
	}
.box{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 10vw;
    margin-left: 5%;
	margin-top: -100px;
	color: black;
	background: white;
	font-size: 1.2em;
	line-height: 1.5em;
	height: auto;
}
@media screen and (max-width: 768px) {

	.container{
		display: flex;
		flex-direction: column;
		align-items: flex; /* Aligne le texte et le modèle 3D verticalement */
		justify-content: space-around; /* Espace entre le texte et le modèle 3D */
		gap: 20px; /* Espace entre les éléments */
	}
	.container .text-box{
		width: 70%;
		height: auto;
		margin-top: -5vh;
		margin-bottom: 15vh;
		font-size: 0.8em;
		margin-left: 5%;
		border-radius: 0;
		padding-bottom: 2vh;
		align-items: center;
	}
	.container img{
		width: 90%;
		margin-left: 5%;
	}
	.box{
		width: auto%;
		margin-right: 2%;
		border-radius: 0;
	}
}