@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 576px) {
  .narrow-header { display: block; }  /* show it on small screens */
  .wide-header { display: none; }   /* hide it elsewhere */
}

@media screen and (min-width: 577px) and (max-width: 5000px) {
  .narrow-header { display: none; }   /* hide it elsewhere */
  .wide-header { display: block; }  /* show it on large screens */
}



@media screen and (min-width: 0px) and (max-width: 576px) {
  .narrow-ad-section { display: block; }  /* show it on small screens */
  .medium-ad-section { display: none; }   /* hide it elsewhere */
  .wide-ad-section { display: none; }   /* hide it elsewhere */
}

@media screen and (min-width: 577px) and (max-width: 1020px) {
  .narrow-ad-section { display: none; }   /* hide it elsewhere */
  .medium-ad-section { display: block; }   /* show it elsewhere */
  .wide-ad-section { display: none; }  /* hide it on large screens */
}

@media screen and (min-width: 1021px) and (max-width: 5000px) {
  .narrow-ad-section { display: none; }   /* hide it elsewhere */
  .medium-ad-section { display: none; }   /* hide it elsewhere */
  .wide-ad-section { display: block; }  /* show it on large screens */
}




@media screen and (min-width: 0px) and (max-width: 980px) {
  .wide-header-logo-inferieur { width: 100px; padding-top: 14px; }
}

@media screen and (min-width: 981px) and (max-width: 5000px) {
  .wide-header-logo-inferieur { width: 120px; padding-top: 12px; }
}







html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-family: garamond-premier-pro, serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
}






.header {
	background-color: #fff;

}

.narrow-header {
	position: relative;
	height: 109px;
	border: 0;
	text-align: center;
	z-index: 6;
}

.narrow-header-logo {
	margin: 0 auto 0 auto;
	padding: 0;
}

.narrow-header-logo-iq {
	margin: 0 auto 0 auto;
	padding: 17px 0 0 0;
	height: 53px;
	display: block;
	z-index: 3;
	position: relative;
}

.narrow-header-logo-inferieur {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 78px;
	display: block;
	z-index: 3;
	position: relative;
}

.narrow-header-hr-crap {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 0px;
	text-align: center;
	width: 100%;
}

.narrow-header-hr-hider {
	position: relative;
	z-index: 2;
	top: 20px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 70px;
}

.narrow-header-hr {
	position: absolute;
	z-index: 1;
	top: 48px;
	left: 0px;
	min-width: 100%;
	height: 1px;
}




.wide-header {
	width: 100%;
	position: fixed;
	height: 60px;
	border-top: 4px solid #000;
	border-bottom: 1px solid #999;
	background-color: #fff;
	z-index: 6;
}

.wide-header-container {
	display: grid;
	grid-template-columns: 1fr 200px 1fr;
	height: 52px;
	top: 4px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.wide-header-left {
	
}

.wide-header-logo-iq {
	height: 42px;
	padding: 9px 0 0 12px;
}

.wide-header-middle {
	text-align: center;
}

.wide-header-logo-inferieur {
	/*padding: 14px 0 0 0;*/
}

.wide-header-logo-inferieur-for-screens-wider-than-100px {
	width: 120px;
	padding: 12px 0 0 0;
}

.wide-header-right {
	
}





.ad-section {
	margin: 0 auto 0 auto;
	padding: 7px 0 10px 0;
	background-color: #eee;
	text-align: center;
	position: relative;
	z-index: 0;
}


.narrow-ad-section {
	margin: 0 auto 0 auto;
	z-index: 1;
}

.narrow-ad {
	
}

.ad-text {
	margin: 6px 0 8px 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: .075em;
	color: #888;
	font-family: Helvetica, Arial, sans-serif;
}

.ad {
	height: 250px;
}

.medium-ad-section {
	position: relative;
	padding-top: 65px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

.medium-ad {
	
}

.wide-ad-section {
	position: relative;
	padding-top: 65px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

.wide-ad {
	
}


.issues-container {
	max-width: 1006px;
	margin: 0 auto;
	padding: 0;
}



@media screen and (min-width: 0px) and (max-width: 576px) {
  .issues { margin: 56px 24px; }
}

@media screen and (min-width: 577px) and (max-width: 5000px) {
  .issues { margin: 56px 56px; }
}



.issues {
	/*margin: 56px 58px;*/
	padding: 0;
	border-top: 1px solid #000;

}

.issues-blurb {
	margin: 19px 0 0px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #ccc;
}

.cover-thumb {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 20px 0 0;
}

.item-thumb {
	margin: 0;
	padding: 0;
}

.issue {
	background: #fff;
	/*max-width: 740px;*/
	margin: 0 auto;
	padding: 30px 0 33px 0;
	overflow: auto;
	border-bottom: 1px solid #ccc;
	display: flex;
	/*align-items: center;*/
	/*justify-content: center;*/
}

.issue-words {
	margin: 0px 0 0 0;
	text-align: left;
	 /*vertical-align: middle; not working */
	padding: 0px 0 7px 0;
}


@media screen and (min-width: 0px) and (max-width: 576px) {
  .issue-topic { font-size: 24px; line-height: 28px; }
}

@media screen and (min-width: 577px) and (max-width: 5000px) {
  .issue-topic { font-size: 32px; line-height: 36px; }
}

.issue-topic {
	font-weight: 400;
	font-style: normal;
	color: #000;
	margin: 0 0 7px 0;
	padding: 0;
}

.issue-description {
	font-size: 17px;
	line-height: 23px;
	color: #666;
	margin-bottom: 0;
	padding-bottom: 0;
}




.italic {
	font-style: italic;
}



a {
	text-decoration: inherit;
}

a.topic {
	color: #000;
}






div.footer {
	background: #000;
	/*height: 100px;*/
	/*position: absolute;*/
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0 0 0px 0;
}

.footer-logo {
	width: 100px;
	text-align: center;
	margin: 12px 0 0 0;
}

p.copyright {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .075em;
}







div.footer {
	background: #000;
	/*height: 100px;*/
	/*position: absolute;*/
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
}




div.footer-links {
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: .01em;
}




