MediaWiki:Erudite.css : Différence entre versions

Ligne 281 : Ligne 281 :
 
ul.gallery .gallerytext a {text-transform : uppercase; text-align : left; line-height : 1.2;}
 
ul.gallery .gallerytext a {text-transform : uppercase; text-align : left; line-height : 1.2;}
 
ul.gallery.mw-gallery-packed .gallerytext a {padding-top : 0.5em; padding-bottom : 0.5em;}
 
ul.gallery.mw-gallery-packed .gallerytext a {padding-top : 0.5em; padding-bottom : 0.5em;}
 +
ul.gallery.mw-gallery-packed .gallerytext a:hover {background-color : transparent !important;}
 
ul.gallery li.gallerybox .thumb a:hover {background-color : transparent !important;}
 
ul.gallery li.gallerybox .thumb a:hover {background-color : transparent !important;}
 
ul.gallery li.gallerybox .thumb img {padding : 0;}
 
ul.gallery li.gallerybox .thumb img {padding : 0;}

Version du 1 février 2021 à 18:10

@media (min-width: 300px) {
.home {
  display: grid;
  grid-template-columns: minmax(200px,1fr) minmax(400px,2fr);
  grid-template-rows: auto 1fr auto;
  grid-gap: 5px;
/*  grid-auto-rows: minmax(100px, auto);*/
}
.top {
  grid-column: span 3;
  /*grid-row: 1;*/
}

.left1 { 

}
.left2 {

}

.right {
  
}

}
/*
#top-wrap {
  background-image: url(/w/images/ban4.jpg);
}

#nav-meta {
  margin:0.5em -8em 0 1em;
  padding-left:1em;
  border left: none;
  border-left-width: 0;
}
*/

#main, #top-wrap, #tagline, #nav, #footer-wrap-inner, .message {
    width:80%;
    max-width: 80em;
    margin: 0 auto;
}

#nav-meta, .mw-jump {display:none;}

#search.widget {
	float:right;
	
}

#bottom-wrap {
  padding: 0.5em 0 0.5em 0;
  background:unset;
  background-image: url(/w/images/d/d8/Foot_bg.png);
}

a {
  border-bottom-style: none;
}

.them {
	    display: flex;
    flex-wrap: wrap;
}

.intro {
  text-align:justify;
  font-weight: bolder;
  font-size: 1.1em;
}

/* Zaïd proposals. To come back after trying, simply add &action=edit at the end of the url to get to the editing mode.*/
#top-wrap, #footer-wrap-inner, .message {
    width:100%;
    max-width: 100%;
    margin: 0 auto;
}

 #top-wrap {
  background-image: none; /*url(/w/images/f/ff/Background-Website01.jpg);*/
  background-color: #111;
  padding:3.625em 0 3.625em 0;
  

}
 #menu {
	margin:3em 0 -3.625em 0;
}

body {
	  background-color: #FFFFFF;
	  background-image: none !important;
}

 #main {
	border-width:0;
}

/*#ternary.footer {display:none;}*/
#toolbox {display:none;}

.thema {
	text-align:justify;
	text-justify: inter-word;
}

.grid-themaold {
	display:grid;
	/*grid-gap:10px;*/
	/*border:1px solid;*/
	/*padding:1em;*/
	/*margin: 2em;*/
	grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	grid-column-gap:1em;
	/*background-color:#fff;*/
}

.col {
	background-color:#eee;
	padding:1em;
}

.image-en-tete {
	position:relative;
	text-align:left;
	color:white;
}

.bottom-left {
	position:relative;
	bottom: 7em;
	left:3em;
}

.mw-content-ltr .mw-collapsible-toggle {
	float: inherit;
}

.mw-cite-backlink a{
    display:inline-block;
}
@media (min-width: 801px) {
#bandeau-video {
    display: grid;
    padding:0em;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: black;
    opacity:inherit;
}
.grid-thema {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-column-gap:1em;
}
}
@media (max-width: 800px) {
#bandeau-video {
    display: grid;
    padding:0em;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: black;
    opacity:inherit;
}
.grid-thema {
	display:grid;
	grid-template-columns:1fr;
	grid-column-gap:1em;
}
}

#vignette{
  padding:10px
}

/* gen */

/*@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@200;400;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;300;600;800&display=swap');*/
@font-face { font-family: Overpass; 
			 src: url('font/Overpass/Overpass-Light.ttf');
			 font-weight: 300;
}
@font-face { font-family: Overpass; 
			 src: url('font/Overpass/Overpass-Thin.ttf');
			 font-weight: 100;
}
@font-face { font-family: Overpass; 
			 src: url('font/Overpass/Overpass-SemiBold.ttf');
			 font-weight: 600;
}
@font-face { font-family: Overpass; 
			 src: url('font/Overpass/Overpass-ExtraBold.ttf');
			 font-weight: 800;
}
body, h1, h2, h3, h4, h5, h6, h7 {font-family: 'Overpass', sans-serif; font-weight : 600;}
h1, h2, h3, h4, h5, h6, h7 {text-transform : uppercase;}
#bodyContent h1 {font-size : 2.5em; color : #000000; margin-top : 0;}
#bodyContent h2 {font-size : 1.75em; color : #000000;}
#bodyContent h3 {font-size : 1.5em; color : #000000;}
#bodyContent h4 {font-size : 1.35em; color : #000000;}
#bodyContent h5 {font-size : 1.15em; color : #000000;}
body {font-weight : 300;}

body {color : #444444;}
a {color : #2cafdf;}
a:hover {color : #000000;}

button {background-color : #2cafdf; color : #FFFFFF; padding : 0.5em ; font-size : 1em; border : none; border-radius : 5px; text-transform : uppercase;}
button:hover {background-color : #000000; color : #FFFFFF; cursor : pointer;}

#bodyContent p {text-align : justify;}
hr {background : none; height : 0; border-bottom : 1px #AAAAAA dotted;}

.toHide {display : none;}

.mw-collapsible {text-align : right;}
.mw-collapsible a.mw-collapsible-text {display : inline-block; padding : 0.5em 0.5em 0.25em 0.5em; background-color : #2cafdf; color : #FFFFFF; line-height : 1; border-radius : 5px; margin-right : 0.5em;}
.mw-collapsible a.mw-collapsible-text:hover {background-color : #000000; color : #FFFFFF;}
.mw-collapsible-toggle-default:before,
.mw-collapsible-toggle-default:after {content : '' !important; display : none !important;}

#nav2 ul li a,
#menu li a,
#menu li.widget#search input#searchsubmit,
#menu li.widget#search input#s,
#bodyContent a,
button{
	-webkit-transition-property: color, background-color, border-color, opacity, filter;
	-moz-transition-property: color, background-color, border-color, opacity, filter;
	-o-transition-property: color, background-color, border-color, opacity, filter;
	-ms-transition-property: color, background-color, border-color, opacity, filter;
	transition-property: color, background-color, border-color, opacity, filter;
	
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

	@media screen and (min-width: 800px) {
		.cols2{
		  -moz-column-count: 2;
		  -moz-columns: 2;
		  -webkit-columns: 2;
		  columns: 2;
		}
		.cols3{
		  -moz-column-count: 3;
		  -moz-columns: 3;
		  -webkit-columns: 3;
		  columns: 3;
		}
		.cols4{
		  -moz-column-count: 4;
		  -moz-columns: 4;
		  -webkit-columns: 4;
		  columns: 4;
		}
		.cols5{
		  -moz-column-count: 5;
		  -moz-columns: 5;
		  -webkit-columns: 5;
		  columns: 5;
		}
		.cols2, .cols3, .cols4, .cols5 {
		  -moz-column-gap: 2.5em;
		  -webkit-column-gap: 2.5em;
		  column-gap: 2.5em;
		  text-align : left;
		}
	}
	.cols2 > *, .cols3 > *, .cols4 > *, .cols5 > * {
	  text-align : justify;
	}
	/*.gallery.mw-gallery-packed*/
	ul.gallery {margin-top : 1.5em; margin-bottom : 1.5em;}
	ul.gallery .gallerytext a {text-transform : uppercase; text-align : left; line-height : 1.2;}
	ul.gallery.mw-gallery-packed .gallerytext a {padding-top : 0.5em; padding-bottom : 0.5em;}
	ul.gallery.mw-gallery-packed .gallerytext a:hover {background-color : transparent !important;}
	ul.gallery li.gallerybox .thumb a:hover {background-color : transparent !important;}
	ul.gallery li.gallerybox .thumb img {padding : 0;}
	/*ul.gallery.mw-gallery-packed li.gallerybox {margin : 0.5em;}*/
	body.rootpage-Accueil h2 {text-align : center; margin-top : 0em; margin-bottom : 0.65em; font-size : 1.75em; color : #000000; font-weight : 600; text-transform : none;}

/* entete */

#top-wrap {position : relative; background-image : url(images/rhinedits_bandeau_accueil_h.jpg); background-size : cover; background-position : 0 15%; padding-top : 1.8em;}
body.rootpage-Accueil #top-wrap {padding-top : 15%; padding-bottom : 15%;}
body.rootpage-Accueil #nav {position : absolute; bottom : 3.625em;}

/* main */

body {line-height : 1.6 !important;}
#main {position : relative;}
#bodyContent, .message *, #footer {
    padding-left: 6.5em !important;
    padding-right: 6.5em !important;
}
.catlinks {margin-left : 6.5em; margin-right : 6.5em;}
#top-wrap h1 {
    font-size : 3.25em !important;
    padding-left: 2em !important;
    padding-right: 2em !important;
    font-weight : 400;
    background-image : url(images/rhinedits_dp.png); background-repeat : no-repeat; background-position : 0.65em 50%; background-size : 66px 89px;
}
#top-wrap h1 b {
    font-weight : 700;
}
#tagline {
	font-size : 1.25em;
    padding-left: 5.2em !important;
    padding-right: 5.2em !important;
    margin-top : 1.1em !important;
}
#nav {border-left : none; border-right : none;}

/* nav-meta */

#main, #top-wrap, #top-wrap h1, #tagline, #nav, #footer-wrap-inner, .message {
    width : auto !important;
    max-width : none !important;
}
#top-wrap h1 {text-transform : none;}

#nav-meta {padding : 1em; background-color : rgba(0,0,0,0.5); float : none; position : absolute; right : 0em; top : 1.5em; margin : 0 !important; z-index : 100;}
#nav-meta a {color : #DDDDDD; font-style : italic !important; font-weight : normal !important;}
#nav-meta a:hover {color : #FFFFFF;}
#nav-meta span {padding : 0.2em 0;}

/* menu */

#menu {background-color : transparent; margin-bottom : -3.75em; padding-left : 6.5em; margin-top : 1.6em;}
#menu li {margin-right : 0.75em; margin-bottom : 0.75em; border : none; padding : 0 !important;}
#menu li a {
	color : #FFFFFF; text-transform : uppercase; border-radius : 5px; padding : 0.3em 1em;
}
#menu li a:hover,
#menu li:hover a {color : #FFFFFF; text-decoration : none !important;}
#menu li:nth-child(1) a {background-color : #f3b500;}
#menu li:nth-child(2) a {background-color : #d51115;}
#menu li:nth-child(3) a {background-color : #23398c;}
#menu li:nth-child(4) a {background-color : #000000;}
/*
#menu li:nth-child(1):hover a {background-color : #cc9900;}
#menu li:nth-child(2):hover a {background-color : #b00e11;}
#menu li:nth-child(3):hover a {background-color : #1a2a66;}
#menu li:nth-child(4):hover a {background-color : #000000;}
*/
#menu li:nth-child(1):hover a {background-color : #ffc800;}
#menu li:nth-child(2):hover a {background-color : #ff1418;}
#menu li:nth-child(3):hover a {background-color : #2d4ab3;}
#menu li:nth-child(4):hover a {background-color : #000000;}
#menu li.widget#search {
    float: left;
}

/* search */

#menu li.widget#search div {font-size : 0; vertical-align : middle;}
#menu li.widget#search div > input {font-size : 1rem; display : inline-block; vertical-align : middle;}
#menu li.widget#search input#s,
#menu li.widget#search input#searchsubmit{border : none;}
#menu li.widget#search input#s {border-top-left-radius : 5px; border-bottom-left-radius : 5px; padding : 0.6rem 1rem; background-color : #EEEEEE;}
#menu li.widget#search input#s:focus {background-color : #FFFFFF;}
#menu li.widget#search input#searchsubmit{border-top-right-radius : 5px; border-bottom-right-radius : 5px; padding : 0.25rem 0; text-transform : uppercase; cursor : pointer; padding : 0.6rem 1rem; background-color : #FFFFFF; color : #444444;}
#menu li.widget#search input#searchsubmit:hover{background-color : #FFFFFF; color : #000000;}

/* nav2 */

#nav2 {position : absolute; right : 6em; top : 0em; width : 100%;}
#nav2 ul {text-align : right;}
#nav2 ul li {display : inline-block;}
#nav2 ul li a {
	text-transform : uppercase; color : #FFFFFF; border-radius : 5px; padding : 0.3em 1em; font-size : 1em; font-weight : 500;
}
#nav2 ul li a:hover {background-color : rgba(0,0,0,0.5);}

/* footer */

	#bottom-wrap {padding : 0; background-image : none; background-color : transparent;}
	.footer1 {padding-top : 2.5em;}
	.footer1 .footerLine1 {font-size : 0; padding : 2rem 7rem; background-color : #FFFFFF; border-top : 2px #000000 solid;}
	.footer1 .footerLine2 {font-size : 0; padding : 1rem 7rem; background-color : #000000;}
	.footer1 .footerLine1 > * {
		display : inline-block;
		font-size : 0;
		margin : 0;
		padding : 0;
		vertical-align : middle;
}
	.footer1 .footerLine1 > .footerCol1 {
		width : 36.5%;
		text-align : left;
}
	.footer1 .footerLine1 > .footerCol2 {
		width : 51.5%;
		text-align : center;
}
	.footer1 .footerLine1 > .footerCol3 {
		width : 12%;
		text-align : right;
}
	.footer1 .footerLine1 > * > a {
		display : inline-block; margin : 0.5rem; vertical-align : middle;
}
	.footer1 .footerLine1 > * > a > img {
		filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1);
		-webkit-transition-property: color, background-color, border-color, opacity, filter;
		-moz-transition-property: color, background-color, border-color, opacity, filter;
		-o-transition-property: color, background-color, border-color, opacity, filter;
		-ms-transition-property: color, background-color, border-color, opacity, filter;
		transition-property: color, background-color, border-color, opacity, filter;
		
	    -webkit-transition-duration: 0.6s;
	    -moz-transition-duration: 0.6s;
	    -o-transition-duration: 0.6s;
	    -ms-transition-duration: 0.6s;
	    transition-duration: 0.6s;
	}
	.footer1 .footerLine1 > * > a:hover > img {
		filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); -ms-filter: grayscale(0);
	}
	.footer1 .footerLine1 > * > a#img_feder > img {
		/*height : 54px !important;
		width : auto !important;*/
		height : auto !important;
		width : 294px !important;
}
	.footer1 .footerLine1 > * > a#img_io > img {
		/*height : 64px !important;
		width : auto !important;*/
		height : auto !important;
		width : 90px !important;
}
	.footer1 .footerLine1 > * > a#img_ho > img {
		/*height : 50px !important;
		width : auto !important*/
		height : auto !important;
		width : 235px !important;
}
	.footer1 .footerLine1 > * > a#img_uds > img {
		/*height : 64px !important;
		width : auto !important;*/
		height : auto !important;
		width : 168px !important;
}
	.footer1 .footerLine1 > * > a#img_mira > img {
		/*height : 77px !important;
		width : auto !important;*/
		height : auto !important;
		width : 64px !important;
}
	.footer1 .footerLine1 > * > a#img_cbnn > img {
		/*height : 32px !important;
		width : auto !important;*/
		height : auto !important;
		width : 64px !important;
}
	.footer1 .footerLine2 > * {
		display : inline-block;
		font-size : 0;
		margin : 0;
		padding : 0;
		vertical-align : top;
		color : #FFFFFF;
}
	.footer1 .footerLine2 > * {
		width : 33.33%;
		font-size : 1rem;
}
	.footer1 .footerLine2 > .footerCol1 {
		text-align : left;
}
	.footer1 .footerLine2 > .footerCol2 {
		text-align : left;
}
	.footer1 .footerLine2 > .footerCol3 {
		text-align : right;
}
	.footer1 .footerLine2 ul,
	.footer1 .footerLine2 ul li {
		display : block; margin : 0; padding : 0; list-stle-type : none;
}
	.footer1 .footerLine2 h3 {margin : 0 0 0 0.2em; padding : 0;}
	.footer1 .footerLine2 > .footerCol1 h3 {display : none !important;} 
	.footer1 .footerLine2 a {color : #FFFFFF;}
	.footer1 .footerLine2 a:hover {color : #FFFFFF;}
	
	.footer1 .footerLine2 li,
	.footer1 .footerLine2 li.active {background-color : transparent; margin-bottom : 1px;}
	
	.footer1 .footerLine2 li > a {display : inline-block; border-radius : 5px; padding : 2px 5px;}
	.footer1 .footerLine2 li.active > a {background-color : #444444;}
	
	.footer1 .footerLine2 li#pt-uls a.uls-trigger {line-height : inherit !important; padding-left : 32px;}

/* Liste videos */

	.videoElement {display : inline-block; width : calc(33.33% - 0.25rem); vertical-align : top; line-height : 1.2;margin: 0;padding: 0.75rem;box-sizing: border-box;}
	.videoElement .mediaPart {position : relative; padding-top : 75%; overflow : hidden;}
	.videoElement .mediaPart > video,
	.videoElement .mediaPart > img {position : absolute !important; bottom : 0 !important; left : 0 !important; right : 0 !important; width : 100% !important;}
	.videoElement .metasPart {padding-top : 0.75em;}
	#bodyContent .videoElement p {text-align : left;}
	.videoElement p a:first-child {font-size : 1.25em; text-transform : uppercase;}
	
/* Sommaire #toc*/

	#toc .tocnumber {display : none;}
	#toc ul, #toc li {display : block; margin : 0; padding : 0; list-style-type : none; text-align : center;}
	#toc li {display : inline-block; margin : 0.1em 0.05em;}
	#toc li a {background-color : #2cafdf; color : #FFFFFF; padding : 0.25em 0.5em; font-size : 0.95em; border : none; border-radius : 5px; font-weight : 400;}
	#toc li a b{font-weight : 400;}
	#toc li a:hover {background-color : #000000; color : #FFFFFF;}
	.toctitle {display : none !important;}
	#toc .periodeNbFilms,
	#toc .toctext span {display : none;}
	
/* fiche */

	#vid {max-width : 960px; margin-left : auto; margin-right : auto;}
	.signature {font-size : 0.85em;}
	.signature p {padding : 0; margin : 0;}

/* Epoques */

	.page-Epoques #toc li a {background-color : #2d4ab3; color : #FFFFFF;}
	.page-Epoques #toc li a:hover {background-color : #000000; color : #FFFFFF;}
	.page-Epoques a {color : #2d4ab3;}
	.page-Epoques a:hover {color : #000000;}
	.page-Epoques button {background-color : #2d4ab3; color : #FFFFFF;}
	.page-Epoques button:hover {background-color : #000000; color : #FFFFFF;}
	.listCategory .periodeNbFilms {display : block;}
	.page-Epoques .mw-collapsible a.mw-collapsible-text {background-color : #2d4ab3;}
	.page-Epoques .mw-collapsible a.mw-collapsible-text:hover {background-color : #000000;}
	.listCategory {text-align : center; background-image : url(images/rhinedits_fleches_chrono.png); background-size : 100%; background-position : 0 0; background-repeat : no-repeat;}
	.listCategory span.mw-headline {background-color : #FFFFFF; display : inline-block; padding : 0em 2em; color : #2d4ab3; font-size : 0.8em; line-height : 1.2; font-weight : 600;}
	.listCategory span.mw-headline span.periodeNbFilms {font-weight : 300; text-transform : none; font-size : 0.8em;}
	@media screen and (min-width: 1680px) {
	.listCategory {background-size : 100% 28px;}
	}

/* media queries */

@media screen and (min-width: 801px) and (max-width: 1440px) {
	#bodyContent, .message *, #footer {
	    padding-left: 6.5em !important;
	    padding-right: 6.5em !important;
	}
	.catlinks {margin-left : 6.5em; margin-right : 6.5em;}
	#top-wrap h1 {
	    font-size : 2.6em !important;
	    padding-left: 2.5em !important;
	    padding-right: 2.5em !important;
	    background-position : 0.65em 50%; background-size : 66px 89px;
	}
	#tagline {
		font-size : 1em;
	    padding-left: 6.5em !important;
	    padding-right: 6.5em !important;
	}
	#nav2 ul li a {
		font-size : 0.9em;
		font-weight : 500;
	}
	.videoElement {width : calc(50% - 0.25rem);}
}

@media screen and (min-width: 35.001em) and (max-width: 55em) {
	#bodyContent, .message *, #footer {
	    padding-left: 4em !important;
	    padding-right: 4em !important;
	}
	.catlinks {margin-left : 4em; margin-right : 4em;}
	#top-wrap {
		padding-top : 2.5em;
		padding-bottom : 1.5em;
	}
	#top-wrap h1 {
	    font-size : 1.6em !important;
	    padding-left: 2.5em !important;
	    padding-right: 2.5em !important;
	    background-position : 0.65em 50%; background-size : 44px 60px;
	}
	#tagline {
		font-size : 1em;
	    padding-left: 4em !important;
	    padding-right: 4em !important;
	}
	#nav2 {
		right : 5em; top : 0.35em;
	}
	#nav2 ul li a {
		font-size : 0.75em;
		font-weight : 600;
	}
	#menubutton {top : 1em; right : 1em; font-size : 0.75em; padding : 0.3em 1em; border-radius : 5px; background-color : #000000; color : #FFFFFF; font-weight : 600;}
	.footer1 .footerLine1, .footer1 .footerLine2 {padding-left : 4rem; padding-right : 4rem;}
	.footer1 .footerLine2 > .footerCol1 {width : 50%;}
	.footer1 .footerLine2 > .footerCol2 {width : 50%;}
	.footer1 .footerLine2 > .footerCol3 {display : block; width : 100%; text-align : center; padding-top : 1.5em;}
	
	#menu:target {
    display: block;
    background-color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    top: 1em;
    z-index: 1000;
    padding : 1.5em 6.5em;
	}
	#menu:target li {
		margin-right : 0;
	}
	.videoElement {width : 100%; padding : 0;}
}

@media screen and (max-width: 35em) {
	#bodyContent, .message *, #footer {
	    padding-left: 2em !important;
	    padding-right: 2em !important;
	}
	.catlinks {margin-left : 2.5em; margin-right : 2.5em;}
	#top-wrap {
		padding-top : 2.5em;
		padding-bottom : 1.5em;
	}
	#top-wrap h1 {
	    font-size : 1.25em !important;
	    padding-left: 1.6em !important;
	    padding-right: 1.6em !important;
	    background-position : 0em 50%; background-size : 27px 36px;
	}
	#tagline {
		font-size : 1em;
	    padding-left: 2em !important;
	    padding-right: 2em !important;
	    display : none !important;
	}
	#nav2 {
		right : 5em; top : 0.3em;
	}
	#nav2 ul li a {
		font-size : 0.65em;
		font-weight : 600;
	}
	#menubutton {top : 1em; right : 1em; font-size : 0.65em; padding : 0.3em 1em; border-radius : 5px; background-color : #000000; color : #FFFFFF; font-weight : 600;}
	.footer1 .footerLine1, .footer1 .footerLine2 {padding-left : 2rem; padding-right : 2rem;}
	.footer1 .footerLine1 > .footerCol1, .footer1 .footerLine1 > .footerCol2, .footer1 .footerLine1 > .footerCol3 {width : 100%; text-align : center;}
	.footer1 .footerLine2 > .footerCol1 {width : 50%;}
	.footer1 .footerLine2 > .footerCol2 {width : 50%;}
	.footer1 .footerLine2 > .footerCol3 {display : block; width : 100%; text-align : center; padding-top : 1.5em;}
	
	#menu:target {
    display: block;
    background-color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    top: 1em;
    z-index: 1000;
    padding : 1.5em 2em;
	}
	#menu:target li {
		margin-right : 0;
	}
	.videoElement {width : 100%; padding : 0;}
}