.div_popup_home_dec_2022 {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: 1;
}

.div_popup_home_dec_2022 img {
    position: relative;
    z-index: 1;
    grid-row: 1/2;
    grid-column: 1/2;
}

.div_popup_home_dec_2022 section {
    position: relative;
    z-index: 9;
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
    justify-self: center;
}

.content.intro.programme p em:first-child {
    display: inline-flex;
    flex-direction: column;
    margin-top: 2rem;
}

.content.intro.programme p em:last-child {
    display: inline-flex;
    flex-direction: column;
}

.logo_header_dec_2022 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 9;
}

.link_home_dec_2022 {
    background: none;
}

.link_home_dec_2022:hover {
    background: none;
}

.image.relative.decembre2022 {
    transform: translateY(40%);
}

#content_programmation .trait.mars2022 {
    left: 50%;
}


/* Video trailer */

#trailer-video {
    margin: 3rem;
}

#trailer-video .row {
    justify-content: center;
}

#modal-video-trailer {
    max-width: 95%;
    margin: auto;
}

.open-video-trailer {
    background-color: black;
    color: white;
    padding: 1rem 3rem;
    margin: 4rem auto 2rem;
    max-width: 200px;
}

.video-trailer {
    display: flex;
    padding: 4rem 0 2rem;
}

.close-modal-trailer {
    font-size: 30px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-left: 1rem;
    cursor: pointer;
}

#content_programmation .single_spectacle .image.degradeBas {
    background-image: linear-gradient(-65deg, #02843633 20%, rgb(255 255 255 / 0%) 70%) !important;
}

.image {
    background-image: linear-gradient(163deg, #fef28a3b, #02843733 30%, rgba(255, 255, 255, 0) 70%) !important;
}

/* PAGE INFOS PRATIQUES */

.infos_supplementaires_2.mt-5 {
    width: 102%;
    margin-left: -1%;
}

.lines-button .lines {
    background-color: white;
}

.lines-button .lines::after, .lines-button .lines::before {
    background-color: white;
}

.lines-button.close .lines {
    background-color: black;
}

.lines-button.close .lines::after, .lines-button.close .lines::before {
    background-color: black;
}

#top_home.without, #top_home {
    margin-top: 0 !important;
}

.prog2021 a {
    color: #9e9e9e !important;
    font-weight: normal !important;
}

.prog2021 a::after {
    display: none !important;
}

.page-template-template-infos #note .bgwhite {
    padding: 40px;
    margin: 40px auto;
}

#order22 {
    height: 80px;
    position: fixed;
    top: 72px;
    right: 6rem;
	z-index: 1000;
    transition: 0.6s;
}
#order22.pointer {
	pointer-events: none;
}
#order22 .top_header {
	max-width: 95%;
}
@media screen and (max-width: 991px) {
	#order22 .top_header {
		width: 90%;
	}
}
#order22 a {
	background: black;
	padding: .125rem 1.25rem;
}

#order22 a p {
	margin-left: 20px;
	font-size: 18px;
}

@media screen and (max-width: 1199px) {
	#order22 a p {
	font-size: 15px;
	}
    
	#order22 a img {
		max-width: 25px;
	}
}

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

	#order22 a {
		padding: .75rem;
	}
}

#order22 a:hover {
	background: #F39D9B;
	text-decoration: none;
}
 
#order22 .commande img {
	max-width: 30px;
}

@media screen and (max-width: 767px) {
	#order22 .commande {
	display: none !important;
    }
}

@media (min-width: 767px) and (max-width: 1300px) {
	.scrollMenu .col-lg-11 {
		padding-right:60px;
	}
}


/* LANDING PAGE */

.page-template-template-landing footer {
    margin-top: 0;
}

.page-template-template-landing footer .bottom {
    margin-top: 0;
}

.seloger {
    margin: 5rem 0;
}