




.liste_clients{
	list-style-type: none;
	 
  padding: 0;
  margin: 0;
  display: flex; /* Horizontal layout */
   flex-wrap: wrap; 
}
.liste_clients li{
 display: inline;
margin-right:10px; 
margin-top:20px;
padding:5px;
background-color:orange;
color:white;
}

.liste_clients span{
  display: block;
  padding: 14px 20px; /* Padding for the menu items */
  color: white; /* Text color */
  text-decoration: none; /* Remove underline from links */
  transition: background-color 0.3s ease; /* Smooth hover effect */	
	
	
}

.fond_orange{
	background-color:orange !important;
}

.menu li{
	display:inline-block;
	margin-right:15px;
	border:1px solid orange;
	padding:5px;
}
.menu li a {
	text-decoration:none;
	
	
}
table tr:nth-child(odd) td{
    background-color:#ddffde;
}
table tr:nth-child(even) td{
    background-color:#d1d1ff;
}



.clignotant {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    background-color:yellow;
  }
}

.rouge{
	color:red;
}

.taille_grand{
	font-size:2em;
}
.bouton_ssii{
	background-color:orange;
	color:white;
	padding:10px;
	text-decoration:none;
	
}

@font-face {
 font-family: 'roboto';
 src: url('Roboto-Regular.ttf')
 
}
body{
	font-family:'roboto';
	background: #f5f5f5;
}
.ttab{
	border-collapse: collapse;
}
.ttab td{
	border:1px solid grey;
	padding:5px;
	height:80px;
}
.container{
	text-align:center;
}

.header img{
	width:120px;
}


.formulaire input[type=submit]
{
background-color:#F29400;
color:white;
border:0px;
padding-top:20px;
padding-bottom:20px;
padding-left:100px;
padding-right:100px;
text-transform:uppercase;
	font-family:'roboto';
	font-weight:bold;
}

.formulaire input[type=submit]:hover
{
cursor:pointer;	
	
}

.content{
	width:50%;
	border:1px solid grey;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    padding: 50px;
	border-radius: 12px;
	margin-top:50px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	background-color:white;
}






.ligne{
	padding-top:30px;
}

/* ordinateur */
@media screen and (min-width: 991px) {
	
	
	.content2{
	width:30%;
	border:1px solid grey;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    padding: 20px;
	border-radius: 12px;
	margin-top:50px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	background-color:white;
}
.content{
	width:50%;
	border:1px solid grey;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    padding: 50px;
	border-radius: 12px;
	margin-top:50px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	background-color:white;
}

.bouton_ssii{
	background-color:#F29400;
color:white;
border:0px;
padding-top:20px;
padding-bottom:20px;
padding-left:100px;
padding-right:100px;
text-transform:uppercase;
	font-family:'roboto';
	font-weight:bold;
	 white-space: nowrap;
    display: inline-block;
}

.bouton_ssii a{
color:white;
text-decoration:none;	
}


}


/* telephone */
@media screen and (max-width: 990px) {
	p{
		font-size:25px !important;
	}
	.content2{
	width:100%;
	border:1px solid grey;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    padding: 20px;
	border-radius: 12px;
	margin-top:50px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	background-color:white;
}
	
	.bouton_ssii{
	background-color:#F29400;
color:white;
border:0px;
padding-top:20px;
padding-bottom:20px;
padding-left:100px;
padding-right:100px;
text-transform:uppercase;
	font-family:'roboto';
	font-weight:bold;
	 white-space: nowrap;
    display: inline-block;
}

.bouton_ssii a{
color:white;
text-decoration:none;	
font-size:25px;
}
	
  .content {
padding-left:10px;
padding-right:10px;
width:100%;
	border:1px solid grey;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
   
	border-radius: 12px;
	margin-top:50px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	background-color:white;
  }
}
