#intro {
    	background-image: url("{{ asset('bundles/template/images/ariegeparapente-actu-intro.jpg') }}");
        min-height: 60% !important;
        background-position: center;
    }

    .photo-rounded {
    	margin: 20px auto;
	    box-shadow: 2px 2px 60px #EEE;
	    border-radius: 10px;
	    width: 300px;
	    height: 300px;
    }

   
    .lead2 
    {
    	width: 100%;
    	text-align: left;
    	font-size: 1.25rem;
		font-weight: 300;
    }

    i
    {
    	font-size: 11px;
    }
    .titre-actu 
    {
    	width: 100%;
	    text-align: left;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 0px auto;
	    color: #000;
    }


    #title-actu
    {
    	color: var(--ap-main);
    }
    .line6
    {
        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;
    }

    .pagination, .pagination a ,a:not([href]):not([class]){
    	margin-top: 40px;
    	margin-bottom: 40px;
    	justify-content: center; 
    	font-size: 1.4em; 
    	font-family: 'Montblanc'; 
    	color: var(--ap-main) !important;


    }

	.cards {
		display:grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		text-align: center;

	}
	.article {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}
	img {
		text-align: center;
		width: 100%;
		max-width: 400px;
		object-fit: cover;
	}

	.cards {
		margin: 0 auto;
		max-width: 960px;

	}
	.text-actu {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.a-link {
		justify-content: center;
	    font-family: 'Montblanc';
	    color: #000;
	    padding: 5px;
	}
	a:hover {
	    color: #000;
	    text-decoration: underline;
	}
	a:not([href]):not([class]) {
    color: #000;
    text-decoration: none;
	}
	a:not([href]):not([class]):hover {
    color: #000;
    text-decoration: none;
	}

	/*
    MEDIA QUERIES
	*/
	@media (max-width: 768px) { 
        .cards {
        	grid-template-columns: 1fr;
        	margin: calc(8px + 1.5625vw);
        }
        .titre-actu{
        	text-align: center;
        }
        .text-actu{
        	text-align: center;
        }
    }

