/*
Description: Print CSS
Version: 1.0
License: All right reserved
License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/
Text Domain: mplusinfo.fr
*/

body {
	width: 90%;
	height: 100%;
	width: 210mm;
	height: 297mm; 
	margin: 0;
	padding: 0;
}

#contenu {
	width: 210mm;
	min-height: 297mm;
	/*padding: 20mm;*/
}

@page {
	size: A4;
	margin: 5%;
}

header {
	display: none;
}

.alerte {
	display: none;
}

#contenu section.article iframe {
	display: none!important;
}

#contenu section.article .jetpack-video-wrapper {
	display: none!important;
}

aside {
	display: none;
}

footer {
	display: none;
}

.sharedaddy {
	display: none;
}

#contenu section.commentaire {
	display: none!important;
}

#contenu section.tertiaires {
	width: 85%!important;
}

.page-container {
	width: auto;
	/*max-width: 1200px;*/
}

.col-1 {
	width: 8.3%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 28.2%!important;
}

.col-5 {
	width: 41.6%;
}

.col-6 {
	width: 50%;
}

.col-9 {
	width: 85%!important;
}

.col-12 {
	width: 85%!important;
}

#habillage .fixed {
	margin: 0 0 0 32%;
/* Transition */
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#habillage.smaller .fixed {
	margin: 0 0 0 18%;
/* Transition */
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#habillage .fixed img.haut {
	height: 90px;
}

#contenu .gris {
	background: #3e3c4a;
	margin-bottom: -24%;
    padding-bottom: 24%;
}

#contenu .gris.fixe {
	background: #3e3c4a;
	margin-bottom: -300px;
	padding-bottom: 300px;
}

#contenu section.actualites article.col-6 {
	width: 50%;
}

#contenu section.actualites #secondaires {
	width: 25%;
}

#contenu section.actualites #secondaires article.col-3 {
	width: auto;
}

#contenu section.actualites #immanquables.col-3 {
	width: 25%;
	margin: 0;
}

#contenu section.medias .twitter {
	display: none;
}

#contenu section.medias .instagram-container.col-3 {
	width: 50%;
}

#contenu section.medias .image {
	height: auto!important;
}

#contenu section.medias .image .hashtag {
	display: none;
}

#contenu section.agenda .rubrique {
	display: none;
}

#contenu section.article .col-9 {
	width: 100%;
}

#contenu section.evenement .col-9 {
	width: 100%;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 80%;
}

#contenu section.evenements .recherche .quoi {
	border-right: none;
	padding: 0 5% 0 5%;
	width: 15%;
}

#contenu section.evenements .recherche .quand {
	border-right: 1px solid #fdc300;
	font-size: 13px;
	padding: 0 5% 0 5%;
	width: 25%;
}

#contenu section.evenements .recherche .motscles {
	border-right: 1px solid #fdc300;
	font-size: 13px;
	padding: 0 5% 0 5%;
	width: 24%;
}

#contenu section.evenements .recherche .soumettre {
	float: none;
	font-size: 13px;
	padding: 0;
	width: 100%;
}

#contenu section.evenements .recherche .soumettre input[type="submit"] {
	margin: 0;
	width: 100%;
}

#contenu section.article article .redaction .wp-caption img {
	margin: 0 0 0 20px;
}