
.tx-tcscolaires .overlay-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #dddddd;
	opacity: 0.7;
	text-align: center;
	z-index: 9999;
	padding-top: 20%;
}

ul.typo3-messages{
	padding-left: 0;
    list-style: none;
}
ul.typo3-messages li{
	padding: 20px;
    list-style: none;
}
.tx-tcscolaires  ul.typo3-messages li h4{
	float: none;
}

.tx-tcscolaires .route-favorites{
	position: relative;
}
.tx-tcscolaires .route-favorite{
	position: absolute;
	right: 0px;
	top : 25px;
}
.tx-tcscolaires .route-favorites .alert {
	display: inline-block;
	margin-top: 10px
}

.container-map .scolaire-map-wrapper {
    margin-top: 0px !important;
}

.inline-input-map {padding:0px 5px !important;}

.inline-submit-map {background:#DC0732;border: none;color:#fff;}

#main-navbar .card.nav-link {
    flex: 1 1 0px;
	justify-content: center;
}

/* Style du carrousel en page d'accueil */
.page-layout-home .carousel-caption {
    left: 15%;
    right: 15%;
}
.page-layout-home .carousel-indicators {
    bottom: 5px;
}
@media screen and (max-width: 1599px) {
    .page-layout-home .carousel-inner > .item img {
        height: 445px;
        width: auto;
        max-width: none;
    }
    .page-layout-home .carousel-caption h2 {
        font-size: 3.3rem;
        line-height: 1.35;
    }
}
@media screen and (max-width: 1199px) {
    .page-layout-home .carousel-caption h2 {
        font-size: 3rem;
    }
    .page-layout-home .carousel-inner > .item img {
        height: 425px;
    }
}
@media screen and (max-width: 768px) {
    .page-layout-home .carousel-caption h2 {
        font-size: 2.6rem;
    }
    .page-layout-home .carousel-caption {
        padding: 0 20px;
        left: 10%;
        right: 10%;
        bottom: 55px;
    }
    .page-layout-home .carousel-caption p {
        line-height: 1.25;
    }
    .page-layout-home .carousel-control {
        width: 10%;
    }
    .page-layout-home .carousel-indicators {
        bottom: 2px;
    }
    .page-layout-home .carousel-inner > .item img {
        height: 380px;
    }
}