* {	margin: 0 0 0 0;
	padding: 0px;  
	box-sizing: border-box;}

	body {  
	display: flex;  
	flex-direction: column;  
	min-height: 100vh;  
	background: url(images/back.png) no-repeat center center fixed;  
	background-size: 50% auto;  
	background-color: #011627;}

	.logo {  
		display: block;  
		margin: -40px auto -20px auto;  
		max-width: 800px;  
		width: fit-content;  
		justify-content: center;}

	#container {    width: 1280px;    
		background-color: rgba(255,255,255,0);    
		display: grid;    
		margin: 0 auto;}

	h2 {	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
		font-size: 25px;	
		line-height: 15px;		
		color: #ffecd1;	
		text-align: left;	
		display: inline-block;  
		padding: 20px 10px;}

	.block {  
		margin: 80px 0;  
		text-align: left;  
		display: flex;  
		flex-direction: column;  
		align-items: flex-start;}

	p {	font-size: 20px;	
		margin: 0;	
		color: #4a819b;	
		text-align: left;  
		line-height: 0.5;	
		background-color: rgba(0, 0, 0, 0);	
		padding: 10px;	
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

	a {  
		display: inline-block;  
		color: #ffecd1;  
		background-color: #4a819b;  
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
		font-size: 25px;  
		font-weight: 150;  
		text-align: center;  
		line-height: 1;  
		padding: 5px 30px;  
		border-radius: 5px 5px 30px 30px;  
		text-decoration: none;  
		transition: all 0.3s ease;}

	a:hover {  background-color: #3a6f84;  
		transform: scale(1.05);}

	main {  flex: 1;}.highlight {  
		color: #ffecd1;  
		font-size: 18px;  
		border-radius: 5px 5px 30px 30px;  
		padding: 5px 30px;  
		line-height: 1;}

	.logiciels {    
		display: flex;     
		justify-content: left;    
		gap: 15px;    
		flex-wrap: wrap;    
		margin: 0px 5px;}

	.logiciels img {    
		width: 60px;     
		height: auto;}

	.logiciels-large {
  display: flex;
  justify-content: flex-end;
  width: 100%;
	gap: 20px;
	padding-right: 50px;}

	.gif-droite {    
		position: fixed;    
		top: -100px;    
		right: 300px;    
		width: 150px;    
		max-width: 25vw;    
		z-index: 1000;    
		transition: width 0.3s ease;}

	footer {  
		background-color: #011627;  
		border-top: 2px solid #ffecd1;  
		padding: 30px 0;  
		text-align: center;}

	footer p {  
		font-size: 14px;  
		line-height: 1;  
		color: #ffecd1;  
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
		text-align: center;}

	footer a {  
		display: inline-block;  
		color: #ffecd1;  
		background-color: #4a819b;  
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
		font-size: 18px;  
		font-weight: 150;  
		text-align: center;  
		line-height: 1;  
		padding: 1px 20px;  
		border-radius: 5px 5px 30px 30px;  
		text-decoration: none;  
		transition: all 0.3s ease;}

	footer a:hover {  
		background-color: #3a6f84;  
		transform: scale(1.05);}

	@media (max-width: 768px) {
  .gif-droite {
    width: 120px;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 768px) {
  .logo {
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
}

@media (min-width: 769px) {
  .sections {
    grid-template-columns: repeat(2, 1fr);
    width: 1280px;
  }
}

@media (max-width: 768px) {
  body {
    background-size: 120% auto;
    background-position: center top;
  }
}
