		hr 
    	{
    		margin-top: 1rem;
		    margin-bottom: 1rem;
		    border: 0;
		    border-top: 1px solid #707070;
    	}

        a {
		    color: #000;
		    text-decoration: none;
		    align-self: center;
		    background-color: transparent;
		}
		a:hover {
		    color: #000;
		    text-decoration: underline;
		}
		.autres-actus-bloc
		{
			margin: 60px auto !important;
		}
		.actu-button{
			color: #fff;
		    text-decoration: none;
		    align-self: center;
		    background-color: transparent;
		}
		.actu-button:hover{
			color: #fff;
		    text-decoration: none;
		}
        .photo-rounded {
        	margin: 20px auto;
		    border-radius: 20px;
		    width: 100%;
		    text-align: center;
		    object-fit: contain;
		    max-width: 400px;
		    max-height: 400px;
        }

        #menu-nav {
        	opacity: 1 !important;
        	position: relative;
        }
        

        p, .lead2 {
        	width: 100%;
        	font-size: 1.25rem;
    		font-weight: 300;
        }
        .text-actu{
        	margin:20px; 
        	width:60%;
        }
        .titre-actu {
        	font-weight: bold;
        	width: 100%;
		    text-align: center;
		    font-size: 14px;
		    margin: 0px auto;
        }

        h1.titre-actu {
        	color: #000;
        	text-align: left;
		    font-size: 20px;		   
		    text-transform: uppercase;
    		font-family: "Montblanc";
        }

        #last-article-title{
        	    color: var(--ap-main);
        }

        .line5
        {
            width: 200px;
            height: 0px;
            border-bottom: 2px solid var(--ap-main);
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            margin-bottom: 20px;
            text-align: center;
        }

        .rounded {
        	width: 400px;
        	margin:  20px auto;
        	text-align: center;
        }

        .img-actu {
			float: left;
			margin: 0 20px 20px 0;
			width: 400px;
			height: 400px;
			border-radius: 10px;
			object-fit: cover;
		}
		.button {
            background-color: var(--ap-main);
            border: none;
            color: white;
            border-radius: 7px;
            padding: 13px 30px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 15px 2px;
            cursor: pointer;
        }
		#prestations {
			flex-wrap: nowrap;
		}

		p {
			text-align: left;
		}

		/*
		    MEDIA QUERIES
		*/
        @media (max-width: 768px) { 
            .rounded {
                width: 100%;
            }
        }
	    .cards {
			display:grid;
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 20px;
		    align-items: center;
			margin-bottom: 40px !important;
		}
		.article {
			display: flex;
			justify-content: space-around;
			flex-direction: column;
		}
		img {
			max-width: 100%;
		}

		.cards {
			margin: 0 auto;
			max-width: 960px;
		}
		.text-actu {
			display: flex;
			flex-direction: column;
		}

		#article {
			margin: 20px;
		}

		@media (max-width: 768px) { 
            #article {
                flex-wrap: wrap;
                margin: 10px;
                justify-content: center;
            }
            

            .cards {
            	grid-template-columns: 1fr;

            }
            
            .lead2{
            	text-align: left;
            }

        }