@media print {

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

body {
  padding: 64px 51px
}

body.loaded {
  transition: color 0.4s, background-color 0.4s;
}

body.light {
  color: #333333;
  background-color: #ffffff;
}

body.dark {
  color: #eeeeee;
  background-color: #333333;
}

body.dark *::-moz-selection {
  background-color: #FFFFFF;
  color: #0095DD;
}
body.dark a::-moz-selection {
  color: #DD4800;
}

body.sepia {
  color: #5b4636;
  background-color: #f4ecd8;
}

body.sans-serif,
body.sans-serif .remove-button {
  font-family: Helvetica, Arial, sans-serif;
}

body.serif,
body.serif .remove-button  {
  font-family: Georgia, "Times New Roman", serif;
}

#container {
  max-width: 30em;
  margin: 0 auto;
}

#container.font-size1 {
  font-size: 12px;
}

#container.font-size2 {
  font-size: 14px;
}

#container.font-size3 {
  font-size: 16px;
}

#container.font-size4  {
  font-size: 18px;
}

#container.font-size5 {
  font-size: 20px;
}

#container.font-size6 {
  font-size: 22px;
}

#container.font-size7 {
  font-size: 24px;
}

#container.font-size8 {
  font-size: 26px;
}

#container.font-size9 {
  font-size: 28px;
}

#container.content-width1 {
  max-width: 20em;
}

#container.content-width2 {
  max-width: 25em;
}

#container.content-width3 {
  max-width: 30em;
}

#container.content-width4  {
  max-width: 35em;
}

#container.content-width5 {
  max-width: 40em;
}

#container.content-width6 {
  max-width: 45em;
}

#container.content-width7 {
  max-width: 50em;
}

#container.content-width8 {
  max-width: 55em;
}

#container.content-width9 {
  max-width: 60em;
}

/* Override some controls and content styles based on color scheme */

body.light > .container > .header > .domain {
  border-bottom-color: #333333 !important;
}

body.sepia > .container > .header > .domain {
  border-bottom-color: #5b4636 !important;
}

body.dark > .container > .header > .domain {
  border-bottom-color: #eeeeee !important;
}

body.sepia > .container > .footer {
  background-color: #dedad4 !important;
}

body.light blockquote {
  border-inline-start: 2px solid #333333 !important;
}

body.sepia blockquote {
  border-inline-start: 2px solid #5b4636 !important;
}

body.dark blockquote {
  border-inline-start: 2px solid #eeeeee !important;
}

/* Add toolbar transition base on loaded class  */

body.loaded .toolbar {
  transition: transform 0.3s ease-out;
}

body:not(.loaded) .toolbar:-moz-locale-dir(ltr) {
  transform: translateX(-100%);
}

body:not(.loaded) .toolbar:-moz-locale-dir(rtl) {
  transform: translateX(100%);
}

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

/* This file defines specific rules for print preview when using simplify mode.
 * Some of these rules (styling for title and author on the header element)
 * already exist on aboutReaderControls.css, however, we decoupled it from the
 * original file so we don't need to load a bunch of extra queries that will not
 * take effect when using the simplify page checkbox. */

#container {
  max-width: 100%;
  font-family: Georgia, "Times New Roman", serif;
}

.header > h1 {
  font-size: 1.6em;
  line-height: 1.25em;
  margin: 30px 0;
}

.header > .credits {
  font-size: 0.9em;
  line-height: 1.48em;
  margin: 0 0 30px 0;
  font-style: italic;
}


/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

#moz-reader-content {
  display: none;
  font-size: 1em;
  line-height: 1.6em;
}

#moz-reader-content.line-height1 {
  line-height: 1em;
}

#moz-reader-content.line-height2 {
  line-height: 1.2em;
}

#moz-reader-content.line-height3 {
  line-height: 1.4em;
}

#moz-reader-content.line-height4 {
  line-height: 1.6em;
}

#moz-reader-content.line-height5 {
  line-height: 1.8em;
}

#moz-reader-content.line-height6 {
  line-height: 2.0em;
}

#moz-reader-content.line-height7 {
  line-height: 2.2em;
}

#moz-reader-content.line-height8 {
  line-height: 2.4em;
}

#moz-reader-content.line-height9 {
  line-height: 2.6em;
}

@media print {
  p,
  code,
  pre,
  blockquote,
  ul,
  ol,
  li,
  figure,
  .wp-caption {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }
}

h1,
h2,
h3 {
  font-weight: bold;
}

h1 {
  font-size: 1.6em;
  line-height: 1.25em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.51em;
}

h3 {
  font-size: 1em;
  line-height: 1.66em;
}

a:link {
  text-decoration: underline;
  font-weight: normal;
}

a:link,
a:link:hover,
a:link:active {
  color: #0095dd;
}

a:visited {
  color: #c2e;
}


a:after { content:''; }
	
a[href]:after { content: none !important; }

a:hover { /* Suppression du souligné */
	text-decoration:none;
}

* {
  max-width: 100%;
  height: auto;
}

p,
code,
pre,
blockquote,
ul,
ol,
li,
figure,
.wp-caption {
  margin: -10px -10px 20px -10px;
  padding: 10px;
  border-radius: 5px;
}

li {
  margin-bottom: 0;
}

li > ul,
li > ol {
  margin-bottom: -10px;
}

p > img:only-child,
p > a:only-child > img:only-child,
.wp-caption img,
figure img {
  display: block;
}

img[moz-reader-center] {
  margin-left: auto;
  margin-right: auto;
}

.caption,
.wp-caption-text,
figcaption {
  font-size: 0.9em;
  line-height: 1.48em;
  font-style: italic;
}

code,
pre {
  white-space: pre-wrap;
}

blockquote {
  padding: 0;
  padding-inline-start: 16px;
}

ul,
ol {
  padding: 0;
}

ul {
  padding-inline-start: 30px;
  list-style: disc;
}

ol {
  padding-inline-start: 30px;
  list-style: decimal;
}

/* Hide elements with common "hidden" class names */
.visually-hidden,
.visuallyhidden,
.hidden,
.invisible,
.sr-only {
  display: none;
}

body, html, #first_block,.parallax-viewport,#first_block.video,.text,.text-left,.article-content,  
#first_block.slider,#quoiDeNeuf_block .grid.effect-2 li a:first-child,.intrinsic-container,#galWrap,.video-container 
{overflow-x: visible !important; 
 overflow-y: visible !important; overflow: visible !important; float: none !important;
background-color:#fff; font-size:15pt; color:#000; height:auto!important; position: relative!important;}

.article-content .text{ height:auto!important; position: relative!important;overflow: visible !important; float: none !important;}

.article-content .text-left{ height:auto!important; position: relative!important;overflow: visible !important; float: none !important;}

.text-left{ height:auto!important; position: relative!important;overflow: visible !important; float: none !important;}

.text{ height:auto!important; position: relative!important;overflow: visible !important; float: none !important;}

#article_block_left .article-content, .related-articles div a:first-child{overflow-x: visible !important; 
 overflow-y: visible !important; overflow: visible !important; float: none !important;
background-color:#fff; font-size:15pt; color:#000; height:auto!important; position: relative;}

#enVedetteBlock .grid.effect-2 li a:first-child{overflow-x: visible !important; 
 overflow-y: visible !important; overflow: visible !important; float: none !important;
background-color:#fff; font-size:15pt; color:#000; height:auto!important; position: relative;}

#js-header, #footer, #related-mag{display:none!important;}

#article_block_right{display:none!important;}

.related-articles{display:none!important;}

.article-comments{display:none!important;}

link, script, style {display:none!important; }

.col-md-8 { width:100% !important; overflow:hidden!important;}

#article_block_left,.article-content,.text,.text-left{ position: relative !important; height: 2000px!important;float: none !important;display: block!important;  max-height: 2000px!important;
	 overflow: visible!important; overflow-x: visible!important; overflow-y: visible!important;}
	
.article_wrap, .quoiDeNeuf_wrap, .archive .notHome{margin-top: 2px!important; }
	
.container.notHome{padding: 0px 60px 60px!important; }
	
#article_block_left .article-content{margin-top: 0px!important; }	
	
#article_block_left .article-content .text{padding: 2px 45px 30px!important;}	

#article_block_left .article-content .text h1{margin: 3px 0 30px !important;}	
	

}


