/*--------------------------------*/
/*--------------1200--------------*/
/*--------------------------------*/


@media screen and (max-width: 1200px){
	#ct_home { flex-direction: column; width: 860px; margin: auto; }
	/*.splide { height: 450px; }*/
	#nav_home_btn { display: flex; align-items: center; justify-content: center; margin-top: 40px; }
	.splide__arrow { position: absolute!important; top: 200px!important; }
}
@media screen and (max-width: 1120px){
	#index { padding: 0; }
	#index .parallelogramme { right: 50%; top: 50%; transform: translate(50%, -50%); }
	#index header img{ width: 100%!important; }
	#menu_site_lateral { width: 90vw; height: 100vh; overflow: auto;}
	.list-applis{ flex-direction: column; }
	.list-applis > li:first-child, .list-applis > li:last-child { width: 100%; text-align: center; }
}

@media screen and (max-width: 950px){
	#header_menu ul li:not(:first-child){ display: none; }
}
@media screen and (max-width: 940px){
	#ct_home { width: 100%; }
	.menu_home, .ct-pg, #fil_ariane { padding: 10px; }
	.ct-pg h1 { margin-top: -11px; width: calc(100% + 20px); margin-left: -10px; padding: 50px 10px; }
}
@media screen and (max-width: 830px){
	.abondement-formule {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 780px){
	.ct-menu-access{ flex-direction: column; }
	.ct-menu-access > div:first-child { margin-bottom: 30px; }
	.tab-res{ width: 240px; overflow: scroll; }
}
@media screen and (max-width: 775px){
	.ct_banner > div:first-of-type{
		padding: 20px 0 0 20px;
	}
	.ct_banner > div:first-of-type h2{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.ct_banner > div:first-of-type h3{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 600px){
	.ct_banner > div:first-of-type h3{
		font-size: 1.2rem;
	}
	
    .splide__arrow {
        position: absolute !important;
        top: 100px !important;
    }
}
@media screen and (max-width: 690px){
	#nav_home_btn{ flex-direction: column; }
}
@media screen and (max-width: 675px){
	#index .parallelogramme { top: 50%; right: inherit; left: 15%; transform: inherit; }
}

@media screen and (max-width: 530px){
	#index .parallelogramme { top: 50%; right: inherit; left:inherit; transform: inherit; }
	#index .parallelogramme h1 { right: 0; }
	.ct_banner > div:first-of-type h2{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}

@media screen and (max-width: 460px){
	.parallelogramme { width: 100%; }
	#index .parallelogramme h1 { font-size: 3rem; position: initial; width: 100%;text-align: center; }
	.parallelogramme svg { display: none; }
	#select_ct{ padding: 10px; width: 100%; display: flex; flex-direction: column; align-items: center; }
	.ct_banner > div:first-of-type h2{
		font-size: 1rem;
		line-height: 1rem;
	}
}