body {
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  font-size: 12pt;
  background-color: #fff!important;
  color: #000!important;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, div, a {
  color: #000!important;
}
.print {
  display: block; /* affichage des éléments de classe print */
}
p, blockquote {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol, .MediaResume, .ArticleResume, .Media{
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1, h2, h3, caption,
.s-labeur1, .s-labeur2, .s-labeur3,
.PageLayout-titles {
  page-break-after: avoid; /* pas de saut après ces éléments */
}
.wysiwyg a {
  text-decoration: underline!important;
}
.wysiwyg a[href]:after {
  content: " (" attr(href) ")"; /* affichage des URL des liens */
}
.container{
    width: 100% !important;
}

.tabs,
.Tools,
.SubMenu,
.Menu,
.BandeauHeader,
.SiteHeader,
.SiteFooter,
.Ariane,
.Cookies,
.Siblings,
.return,
.seeMore,
.filter,
.inputSearch,
.push,
.button,
.Cover-img,
.Media-title .icon {
    display: none;
}


.Cover,
.Splash{
    display: block !important;
    position: relative;
    background: transparent;
    height: auto !important;
    top: 0;
}
.Cover-txt {
    color: #000 !important;
}

.Splash{
    height: 325px;
}

.Splash-img img{
    max-width: 100% !important;
    height: auto !important;
}

.Slice{
    padding-top: 0 !important;
}

.Splash-logo{
    margin-top: 40px;
}

.PageLayout{
    margin-top: 0;
    padding-top: 30px;
}

.Global{
    padding: 0;
}

blockquote{
    border: none;
    padding: 0 20px;
}

blockquote:before{
    content: none !important;
}

.Cover-txt {
    padding: 0;
    display: block;
}
.Cover-title{
    margin: 30px 0 0;
}

.col-md-4{
    display: inline-block;
    width: 50%;
}

.PageLayout-titles {
    padding-bottom: 20px;
}
.PageLayout-mediaBox {
    margin-top: 0;
    padding: 0;
    page-break-before: always;
}
.Media .Media-txt {
    margin: 0;
    height: auto;
    padding: 0;
}
.Media .Media-title {
    white-space: normal;
    overflow: visible;
    line-height: 1.25;
}
.Media--small .Media-img {
    height: 370px;
    width: auto;
}
.Media--small .Media-txt {
    position: static;
    width: 100%;
    line-height: 1;
    height: auto;
    padding: 15px 0 30px;
}
