
.container-large:nth-child(2n) {
    background-color: rgb(221, 221, 221);
}

.ecran-1 {
/*	background: url('../../images/agenda-semaine.png')  left top no-repeat;
	background-size:26% 100%;*/

	background: linear-gradient(90deg, #C01616 26%, #fff 26%);
}
.ecran-1 > div:nth-child(1) img{width: 26%;}



ul.menu{list-style: none;padding: 0;}
.main-menu-section{padding:0;margin: 2px 6%;padding-bottom:25px;}

.main-menu-section h2{background-color: #C01616;padding-left:10%;}

.main-menu-item-level-0 > .main-menu-link {font-size: 1.125rem;}

.main-menu-link .icon-chevron-down {display: inline;}

.main-menu-link .icon-chevron-down svg {
    transform: rotate(-90deg);
    width: .43525rem;
    height: .875rem;
}

.main-menu-item-level-0 > .main-menu-link {
    margin: 0;
    padding: .17rem 0;
    width:0;
}

.main-menu-section:last-child .main-menu-link .description {
    display: block;
    font-size: .875rem;
}

.main-menu-item-level-0{
	margin-bottom: 1px;
}


.main-menu-item-level-0 > .main-menu-link:hover,
.main-menu-item-level-0 > .main-menu-link:focus {
    border-bottom: 2px solid #000;
}

.main-menu-item-level-0 > .main-menu-link {
	transition: width 5s linear;
}


.titre-profil{font-size:.8em;}
.main-menu-link-inner sup{
border-radius: 15px;
background-color: #C01616;
color: #fff;
padding: 5px 10px;
}
/* Combo */
.combo {padding:0;background-color: rgba(164, 8, 52,.2);
	margin:0 5%;padding-bottom:25px;}
.combo div h2{background-color: rgb(164, 8, 52);padding-left:10%;}

.combo form{margin:0 5% 20px 5%;}
.combo select{font-family:'Lato',sans-serif;background-color: rgb(240,227,200);border:none;color:#000;border-radius: 0}


@media (max-width: 1280px) { section.combo{margin:0 5%;} }


@-webkit-keyframes marqueelike {
 	0%, 100% {margin-left:0;}
 	99.999999% {margin-left:-100%;}
 }
.defileParent {
	text-align: center;margin:1em; height:auto;
    padding: 10px 0;
    background-color: rgb(192, 22, 22);
    display: block;
	overflow: hidden;
	position: relative;
	table-layout: fixed;

}
.defile {
	display:block;
	-webkit-animation:linear marqueelike 8s infinite ;
	-moz-animation:linear marqueelike 8s infinite ;
	-o-animation:linear marqueelike 8s infinite ;
	-ms-animation:linear marqueelike 8s infinite ;
	animation:linear marqueelike 8s infinite ;
	animation-delay: 3s;
	margin-left:0;
	padding:0 5px;
	text-align:left;
	color:#fff;
	height: 30px;
	font-size: .8em;
}

.defile:after {
	content:attr(data-text);
	position:absolute;
	white-space:nowrap;
	padding-left:10px;
}

@-webkit-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100.1%; height: 100%; }

.webtv-titre h2,.webtv-titre h3{margin:0;}

.publication-titre{writing-mode: vertical-rl;text-orientation: mixed;margin:0;}

@media (max-width: 980px) {
	.main-menu-section{margin: 2px 0;}
	.webtv-titre h2,.webtv-titre h3{margin-left:5%;}
	.publication-titre{margin-left: -4%;}
	.mini_capsule-video{margin-left: 0%;}
	.gallery-event{margin-left: 5%;}
	.event figcaption {height: 180px;}

	.webtv-titre{margin-left:5%;}
	.cd-extra{margin-left:3%;}
	#gallery-event {margin-left:1em;}
	.ecran-1 h2,.ecran-1 h3{color:#fff;}
	.embed-container {max-width: 90%;margin-left:5%;}
	.octaviana-titre h3{display:none;}
}
@media (max-width: 840px) {
	.main-menu-section{margin: 2px 7%;}
}

@media (max-width: 736px) {
	.ecran-1 {background: linear-gradient(90deg, #C01616 43%, #fff 43%);}

	.container-large:nth-child(2n) {
    background-image: linear-gradient( 90deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 1) 0%, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 100% );
	}

}


@media only screen and (max-width: 480px) {
	.embed-container, .octaviana-titre img{max-width: 89%;margin-left:9%;}
}

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

	.webtv-titre h2{font-size:1.5em;}
}

@media only screen and (max-width: 350px) {
/*	.ecran-1 {
    background-size: 30% 100%;
	}*/
	.webtv-titre h2{font-size:1.25em;}
}

/* fil d'ariane : rubrique */
.ariane{background-color: rgba(155,17,56,.4);padding:5px 1em;margin-top:-1px;}
.ariane a {color:#000;font-weight: normal;}

.titre h2{line-height: 1em;}

.mini_capsule-video iframe {
  width: 100% !important;
  height: 100% !important;
}





