@media only screen and (max-width: 5000px) {


}

@media only screen and (max-width: 3000px) {


}

@media only screen and (max-width: 1700px) {



}

@media only screen and (max-width: 1500px) {



}

@media only screen and (max-width: 1370px) {



}

@media only screen and (max-width: 1024px) {
    h1.titre-programme {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 17px;
    }

    aside.aside_left {
	    padding-left: 0;
	    width: 100%;
	}
    .content-liste-programme-right {
        display: flex;
        flex-direction: column;
        width: 33.33%;
        flex-wrap: wrap;
        padding-left: 01.5rem;
    }
}



@media only screen and (max-width: 768px) {

    h1.titre-programme {
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 17px;
    }

    aside.aside_left {
        padding-left: 0;
        width: 100%;
    }

	aside.aside_left .item-agenda {
       
        width: 100%;
    }

    .content-liste-programme-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
        padding-left: 0;
    }

}


@media only screen and (max-width: 425px) {

    h1.titre-programme {
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 17px;
    }
    .header-bottom-programme .header-title-liste-programme >h2 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px;
    }

	.header-bottom-programme {
    padding: 0 0;
}

.wrapper-head-annonce {
    padding: 50px 0 25px;
}

}


@media only screen and (max-width: 375px) {

    h1.titre-programme {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 17px;
    }
    .header-bottom-programme .header-title-liste-programme >h2 {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 320px) {
   
}