/* Theme Name: Grenoble111media */

/*----------------------------- reset ------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	text-align: left !important;
	padding-left: 15px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote p {
	display: inline-block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------alignement images WP----------*/
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 !important;
}
.alignright {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 !important;
}

/*----------reset formulaire----------*/

input {
	border-radius: 0;
}


input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
input[type=search] {
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
}






/*-------------------------------------------------- Polices------------------------------------------------------*/

body {

font-family: 'Source Sans Pro', sans-serif;
}
/*--famille--*/

.sourceblack {
	font-weight: 700;
}

.source {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}

.georgia {
	font-family: Georgia, Times, "Times New Roman", serif;
}

/*---couleurs--*/
.font-blanc {
	color: #fff;
}

.font-noir {
	color: #000;
}

.font-grisfonce {
	color: #434343;
}

.font-jaune {
	color: #e2df7d;
}

.font-vert {
	color: #bdbb01;
}

.font-orange {
	color: #f08a00;
}

.font-violet {
	color: #a071a6;
}

.font-gris {
	color: #777777;
}


.font-grisbeige {
	color: #d5c8ac;
}

.font-grisclair {
	color: #b3b3b3;
}

.font-bleu {
	color: #6fa8dc;
}


/*--taille--*/

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}


.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.size22 {
	font-size: 22px;
}

.size23 {
	font-size: 23px;
}

.size24 {
	font-size: 24px;
}

.size25 {
	font-size: 25px;
}

.size26 {
	font-size: 26px;
}

.size30 {
	font-size: 30px;
}

.size35 {
	font-size: 35px;
}

.size36 {
	font-size: 36px;
}

.size45 {
	font-size: 45px;
}

.size48 {
	font-size: 48px;
}

/*----- micro typographie -------*/
sub {
	vertical-align: sub;
	font-size: 13px;
}
sup {
	vertical-align: super;
	font-size: 13px;
}


/*------------------------------liens-------------------------*/

.lien-bg-jaune:hover, .lien-bg-jaune:active, .lien-bg-jaune:focus  {
	background-color: #f3efc9;
}

.lien-souligne, .lien-souligne:visited {
	text-decoration: none;
}

.lien-souligne:hover, .lien-souligne:active, .lien-souligne:focus {
	text-decoration: underline;
}

.lien-beige:hover, .lien-beige:active, .lien-beige:focus {
	color: #d5c8ac;
}

.lien-opacity-60 {
	opacity: 1;
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
}
.lien-opacity-60:hover, .lien-opacity-60:active, .lien-opacity-60:focus {
	opacity: 0.6;
}

.lien-color-blanc:hover, .lien-color-blanc:active, .lien-color-blanc:focus{
	color: #FFF;
}

.lien-color-orange:hover, .lien-color-orange:active, .lien-color-orange:focus {
	color: #f08a00;
}

.lien-degrade:hover, .lien-degrade:active, .lien-degrade:focus {
	background-image: -webkit-linear-gradient(#ca7502, #f08a00);
	background-image: -moz-linear-gradient(#ca7502, #f08a00);
	background-image: -o-linear-gradient(#ca7502, #f08a00);
	background-image: linear-gradient(#ca7502, #f08a00);
	background-color: #ca7502;
}

.lien-degradegris:hover, .lien-degradegris:active, .lien-degradegris:focus {
	background-image: -webkit-linear-gradient(#c5c5c5, #d4d4d4);
	background-image: -moz-linear-gradient(#c5c5c5, #d4d4d4);
	background-image: -o-linear-gradient(#c5c5c5, #d4d4d4);
	background-image: linear-gradient(#c5c5c5, #d4d4d4);
	background-color: #c5c5c5;
}

/*----------------------------Général---------------------*/

body, html {
	height: 100%;
}



.centre {
	width: 880px;
	margin: 0 auto;
}



.desk-display-none {
	display: none;
}


strong {
	font-weight: 700;
}

em {
	font-style: italic;
}


.bg-vert {
	background-color: #cdcb00;
}

.bg-orange {
	background-color: #F08a00;	
}

.bg-violet {
	background-color: #a071a6;
}


/*----------------- Couverture -----------------------*/

.liendevitement {
	position: absolute;
	right: 10px;
	top: 5px;
	margin: 0;
	padding: 0;
	color: #f08a00;
	font-size: 14px;
}
.liendevitement a {
	color: #f08a00;
	text-decoration: none;
}
.liendevitement a:hover, .liendevitement a:focus, .liendevitement a:active {
	color: #fff;
}

/*-- Header--*/

.tetiere {
	background: #f08a00;
	height: 99px;
	line-height: 99px;
}

.header--logo {
	margin: 0 0 0 38px;
	float: left;
}

.header--logo_image {
	vertical-align: bottom;
}

/* Ajout du macaron capcom */
.macaron--capcom {
	position:relative;
	top:50px;
	left: 50px;
	display: inline-block;
}
.macaron--capcom > img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;			
}
.macaron--capcom > img:hover, .macaron--capcom > img:focus {
	-webkit-transform: rotate(10deg);			
	-moz-transform: rotate(10deg);			
	-ms-transform: rotate(10deg);			
	-o-transform: rotate(10deg);			
	transform: rotate(10deg);			
}


.header-recherche {
	float: right;
	margin: 0 38px 0 0px;
	height: 32px;
}

.recherche-input {
	border: none;
	width: 165px;
	background: #FFF;
	height: 32px;
	padding: 0;	
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.recherche-submit {
	border: none;
	cursor: pointer;
	background: url(images/recherche-btn.jpg) no-repeat;
	height: 32px;
	width: 34px;
	vertical-align: middle;	
}


.bandeau {
	height: 40px;
	background: #000;
	clear: both;
	padding: 0 38px 0 38px;
}

.bandeau--h2 {
	display: inline-block;
	text-transform: uppercase;
	width: 37.931%; /* 275px / 725px */
}

.bandeau-h2-lien {
	text-decoration: none;
}

.bandeau--lien_fleche {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.lien-accueil {
	margin: 0 0 0 20px;
	position: relative;
	top: 2px;
}

/*--- menu --*/

.bandeau--div {
	display: inline-block;
	border-right: solid 1px #FFF;
	padding: 10px 0;
	width: 14.552%; /* 149px / 725px */
	text-align: right;
	position: relative;	
	
}

.bandeau--lien {
	text-decoration: none;
}

.bandeau-lien--span {
	margin-right: 12px;
	display: inline-block;
}


/*---menu déroulant---*/

.menu-deroulant {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	width: 251px; 
	top: 40px;
	right: -1px;
	border-right: solid 1px #FFF;
	font-style: italic;
	padding: 0 10px 15px 10px;
	z-index: 2;
}


.menu--h4 {
	text-transform: uppercase;
	font-style: normal;
}

.menu-deroulant--item {
	margin: 15px 0 25px 0;
}

.menu-deroulant--lien,  .menu-deroulant--lien:visited {
	text-decoration: none;
	display: block;
}
.fleches--rotate180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


/*--- contenu page accueil (couverture) --*/


.colonne-gauche_accueil {
	width: 59.778%; /* 593px / 992px */
	margin: 25px 0 35px 38px;
	float: left;
	max-width: 648px;
}

.accueil--une-h3 {
	background: url(images/bg-cat.jpg) repeat-x center top;
	min-height: 44px;
	line-height: 54px;
	padding: 0 0 0 0px;
}

.accueil--une_surtitre {
	text-transform: uppercase;
	margin: 15px 0 0 0;
}

.accueil--une_titre {
	line-height: 1.1em;
	margin: 3px 0 20px 0;
}

.accueil--article_une img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: block;
}

.accueil--article_une_fond {
	background: #d3d3d3;
	padding: 20px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.article_meta {
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.accueil--asuivre {
	margin: 40px 0 0 0;
	overflow: hidden;
}

.accueil--asuivre_h3 {
	border-bottom: solid 1px #bdbec0;
	line-height: 0.7em;
	margin: 0 0 15px 0;
}

.accueil--asuivre_elemt_texte {
	display: block;
 	background: #000;
 	min-height: 80px;
 	padding: 10px;
 	text-decoration: none;
}

.accueil--asuivre_elemt_surtitre {
	text-transform: uppercase;
}

.accueil--asuivre_elemt {
	width: 30.42%; /* 181 / 595 */
	float: left;
	margin-left: 04.37%; /* 26 /595 */
}

.accueil--asuivre_elemt_premier {
	margin-left: 0;
}

.accueil--asuivre_elemt_img{
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	display: block;
}

.accueil--asuivre_meta {
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.accueil--etaussi {
	margin: 40px 0 0 0;
}

.accueil--etaussi_article {
	line-height: 1.2em;
	border-bottom: solid 1px #bdbec0;
	padding: 15px 0 15px 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}


.accueil--etaussi_surtitre {
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

.accueil--etaussi_titre {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.accueil--etaussi_titre a {
	text-decoration: none !important;
}

.accueil--etaussi_img {
	float: left;
	margin: 0 15px 0 0;
	width: 30.42%; /* 181 / 595 */
	height: auto;
}

.accueil--video {
	background: #d3d3d3;
	margin: 40px 0 0 0;
}

.accueil--video_legende {
	padding: 15px;
	line-height: 1.2em;
}

.accueil--video_legende_type {
	font-weight: bold;
	display: inline-block;
	margin: 0 5px 0 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.accueil--video_legende_icone {
	vertical-align: bottom;
}


.accueil--diapo {
	margin: 40px 0 0 0;
	background: #d3d3d3;
}

.diapo-container img {
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}


/*----header autres pages ------*/



.tetiere--lireplus {
	width: 25%;
	float: left;
	text-transform: uppercase;
	height:70px;
	line-height:70px;
	letter-spacing: 0.01em;
  }

.lireplus--wrapper {
	background-image: url(images/fleche-accroche.png);
	background-repeat: no-repeat;
	background-position: right center ;
	margin: 0 40px 0 38px;
	padding: 0 40px 0 0;
	vertical-align:middle;
	display:inline-block;
	line-height:1em; /* on rétablit le line-height */
	text-align:left; /* ... et l'alignement du texte */
}


.tetiere--accrochepage1 {
	width: 25%;
	min-height: 70px; 
	float: left;
	line-height:70px;
	text-align:center; /* centrage horizontal */
	background: #fffce3;
}

.tetiere--accrochepage2 {
	width: 25%;
	min-height: 70px; 
	float: left;
	line-height:70px;
	text-align:center; /* centrage horizontal */
	background: #fffce3;
}

.tetiere--accrochepage3 {
	width: 25%;
	min-height: 70px; 
	float: left;
	line-height:70px;
	text-align:center; /* centrage horizontal */
	background: #fffce3;
}


.accroche-page--lien, .accroche-page--lien:visited {
	text-decoration: none;
	text-transform: uppercase;	
	vertical-align:top;
	display: block;
	line-height:1em; /* on rétablit le line-height */
	text-align:left; /* ... et l'alignement du texte */
	padding: 5px 20px 0 20px;
	height: 65px; 
	letter-spacing: 0.01em;
}


/*----- Page article seul ------*/

.bg-vert {
	background: #cfcd3d;
}

.bg-orange {
	background: #f08a00;
}

.bg-violet {
	background: #bc98c1;
}

.bg-bleu {
	background: #6fa8dc;
}

.rubrique-h4 {
	background: url(images/bg-cat.jpg) repeat-x center top;
	min-height: 44px;
	line-height: 54px;
	padding: 0 0 0 38px;
	margin: 10px 0 0 0;
}

.ariane {
	margin: 20px 0 0 38px;
}

.ariane--separation {
	display: inline-block;
	margin: 0 5px;
}

.wrapper-article {
	border-left: solid 1px #1a171b;
	overflow: hidden;
	margin: 10px 0 0 38px;
}


.colonne-gauche {
	width: 59.778%; /* 593px / 992px */
	margin: 25px 0 35px 38px;
	float: left;
	max-width: 648px;
	overflow: hidden;
}

.colonne-gauche_article {
	width: 59.778%; /* 593px / 992px */
	margin: 0px 0 0px 0px;
	float: left;
	max-width: 648px;
	overflow: hidden;
}



.article--cat {
	display: inline-block;
	padding: 2px 12px 3px 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.article--titre {
	margin: 0 0 0 12px;
	letter-spacing: -1px;
}


.article--chapeau {
	margin: 15px 0 15px 12px;
	line-height: 1.35em;
}

.article--meta {
	margin: 15px 0 10px 12px;
	border-bottom: solid 1px #888888;	
	border-top: solid 1px #888888;
	overflow: hidden;
}

.article--meta_premier {
	float: left;
	padding: 8px 0;
}

.article--meta_comment {
	text-transform: uppercase;
}

.article-meta--RS {
	display: inline-block;
	float: right;
	padding: 5px 0;
	text-transform: uppercase;
}

.article-meta-RS--lien {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0px 0 12px;
}
#modalOverlay {
	width:100%;
	height:100%;
	z-index:2; /* on place le calque au dessus du contenu et en dessous de la fenÃªtre modale */
	background-color:#000;
	opacity:0.5;
	position:fixed;
	top:0;
	left:0;
	display:none;
	margin:0;
	padding:0;
}
#modal {
	width: 400px;
	margin-left: -200px;
	padding: 5px;
	border: 3px #fff solid;
	background-color:#fff;
	z-index:3; /* On place la fenÃªtre modale au dessus de tout le reste */
	position:fixed;
	top:25%;
	left:50%;
	display:none;
	font-size: 16px;
}
#modal p {
	font-size: 16px;
	padding-bottom: 10px;
	text-align: left;
}
#modal label {
	display: inline-block;
	padding: 0 15px 0 0;
}
#modal .wpcf7-text {
	display: inline-block;
	padding: 3px 5px;
	font-size: 16px;
	font-family: arial, sans-serif;
}
#modal #modalTitle {
	text-align:center;
	padding-bottom: 20px;
	font-size:20px;
}
.modalCloseButton {
	float:right;
	position:absolute;
	top:0px;
	left:90%;
}
.screen-reader-offscreen {
   position:absolute;
   left:-999px;
   width:1px;
   height:1px;
   top:auto;
}
.wpcf7-submit {
	border: none;
	background-image: -webkit-linear-gradient(#979797, #d3d3d3);
	background-image: -moz-linear-gradient(#979797, #d3d3d3);
	background-image: -o-linear-gradient(#979797, #d3d3d3);
	background-image: linear-gradient(#979797, #d3d3d3);
	background-color: #979797;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	padding: 3px 26px;
	margin: 10px 0 0 0;
}


.wp-caption.alignleft {
	margin-right:20px;
}
.wp-caption.alignright {
	margin-left:20px;
}
.article--image-contenu, .wp-caption {
	margin: 0;
	text-align: center;
	line-height: 0;
}

.article--image-contenu img, .article--image-diaporama img{
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.article-image-une--legende, .wp-caption-text {
	background: rgba(0, 0, 0, 0.6) url(images/legende-ico.png) no-repeat 12px center;
	bottom: 0;
	width: 100%;
	min-height: 35px;
	text-align: left;
}
.article-image-diaporama--legende {
	margin: 0;
	padding: 0;
	bottom: 10px !important;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0 !important;
}
.article-image-legende--span {
	display: inline-block;
	padding: 10px 0 10px 30px;
}
.wp-caption-text .article-image-legende--span {
	display: inline-block;
	margin: 0;
	padding: 10px 0 10px 30px;
	color: #fff;
}

.article--image-diaporama{
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
}
.article--image-contenu {
	width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.decalagelegendephoto {
	display: inline-block;
	position:relative;
	top:-14px;
	margin:0;
	padding:0;
}

.article--texte {
	margin: 0 0 0 12px;
	line-height: 1.5em;
}

.article--texte p {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5em;
}

p.intertitre {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

.article--texte h3{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6em;
	margin: 30px 0 10px 0;
}

.article--texte a, .article--texte a:visited,
.article--chapeau a, .article--chapeau a:visited,
.accueil--etaussi_article a, .accueil--etaussi_article a:visited {
	color: #000;
	text-decoration: underline;
}

.article--texte a:hover, .article--texte a:active, .article--texte a:focus,
.article--chapeau a:hover, .article--chapeau a:active, .article--chapeau a:focus,
.accueil--etaussi_article a:hover, .accueil--etaussi_article a:active, .accueil--etaussi_article a:focus {
	text-decoration: underline;
}

.article--texte ul {
	padding: 0 0 0 12px;
	list-style-type: disc;
	margin: 10px 0;
}

.article--texte ol {
	padding: 0 0 0 12px;
	list-style-type: decimal;
	margin: 10px 0;
}

.article--texte blockquote {
	color: #f08a00;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-left: 50px;
	border-left: 4px solid #f08a00;
}

.article--texte blockquote:before {
	content: "“";
}

.article--texte blockquote:after {
	content: "”";
}

.article--texte mark {
	background-color: #fafdaa;
}

.article--texte img {	
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
}


.article--renseignements {
	padding: 10px 0 0 12px;
	line-height: 1.55em;
}

.article-renseignements--img {
	margin: 0 4px 0 0;
}

.article--encadre {
	border-left: solid 1px #1a171b;
	padding: 0 0 8px 0;
	margin: 30px 0 0px 12px;
}





/**/

.wrapper-map {
	width: calc(28.73% + 748px);
	margin: 0 auto;
}

#map image, #map_sidebar image {
	cursor: pointer;
}

.olControlAttribution {
	bottom: 0.5em !important;
}

.wrapper-bas-tab {
	margin: 0 0 0 38px;
	overflow: hidden;
}

.colonne-gauche_bas {
	width: 59.778%; /* 593px / 992px */
	margin: 25px 0 35px 0px;
	float: left;
	max-width: 648px;
	overflow: hidden;
}


.article--comment {
	padding: 0 0 0 0px;
	margin: 50px 0 0 0;
	clear: both;
	
}

.article--comment--h3 {
	background: #d4d4d4;
	padding: 0px 0px 0px 12px;
}

.comment--item {
	font-style: italic;
	margin: 15px 0 30px 0;;
	line-height: 1.4em;
}

.comment--item_meta {
	margin: 0 0 7px 0;
}

.comment--item h3.comment-excerpt {
	cursor: pointer;
}

.comment--item .comment--content {
	overflow: hidden;
}

.comment--item .read_more {
	color: #838383;
	float: right;
}

.reagir {
	overflow: hidden;
}

.reagir--h3 {
	margin: 10px 0;
}

.reagir p {
	margin: 0 0 25px 0;
}

.reagir p.comment-form-author label, .reagir p.comment-form-email label {
	width: 50px;
	display: inline-block;
}

.reagir input {
	background: #e5e5e5;
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #3c3c3c;
	padding: 8px;
}

.reagir textarea {
	background: #e5e5e5;
	border: none;
	width: calc(100% - 12px);
	min-height: 130px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #3c3c3c;
	padding: 8px 0 0 12px;
	min-width: 444px;
}

.reagir--submit {
	border: none;
	background-image: -webkit-linear-gradient(#979797, #d3d3d3);
	background-image: -moz-linear-gradient(#979797, #d3d3d3);
	background-image: -o-linear-gradient(#979797, #d3d3d3);
	background-image: linear-gradient(#979797, #d3d3d3);
	background-color: #979797;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	padding: 3px 26px;
	margin: 10px 0 0 0;
}

.reagir--submit:hover, .reagir--submit:active, .reagir--submit:focus {
	background-image: -webkit-linear-gradient(#676767, #979797);
	background-image: -moz-linear-gradient(#676767, #979797);
	background-image: -o-linear-gradient(#676767, #979797);
	background-image: linear-gradient(#676767, #979797);
	background-color: #676767;	
}

.reagir--mde {
	float: right;
	margin: 20px 0 0 0;
}

.page-article-breves {
	margin: 40px 0 0 0;
	overflow: hidden;
}


.page-article-breves--item {
	display: block;
	background-image: -webkit-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: -moz-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: -o-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: linear-gradient(#d4d4d4, #e3e3e3);
	background-color: #d4d4d4;
	text-decoration: none;
	width: 33.109%; /* 197 / 595 */
	float: left;
	margin-left: 0.336%; /* 2 /595 */
	min-height: 250px;
}

.page-article-breves--item_premier {
	margin-left: 0;
}

.sb-breves--item--p {
	padding: 15px;
}


/*--------------------- page rubrique ---------------------*/

.rubrique--description {
	font-style: italic;
	margin: 0 0 10px 137px;
}

.liste-article {
	border-left: solid 1px #1a171b;	
	margin: 0px 0 0 0;
}

.liste--titre {
	padding: 2px 0 3px 12px;
}

.liste--article {
	margin: 15px 0 35px 12px;
	float:none;
	clear:both;
}

.liste--cartes {
	width: 1295px;
}

.liste--carte {
	margin: 15px 0 35px 0;
	display: inline-block;
	clear:both;
	width: 33%;
}

.liste--image{
	float:left;
	margin-right:14px;
}

.liste--surtitre {
	text-transform: uppercase;
	margin: 0 0 4px 0;
}

.liste--titre_article {
/* suppression mike a cause des titres trop long qui ne restent apas a droite des vignettes */
	/*display: inline-block;*/
	line-height: 1.2em;
	margin: 0 0 8px 0;
}


.liste-titre-article--date {
	display: block;
	margin: 0 0 10px 0px;
}

.liste--lien-image {
	display: block;
}

.liste-article--extrait {
	line-height: 1.2em;
}

/*------- navigation -- page ------*/

.pagination {
	clear: both;
}

.pagination--gauche {
	width: 59.778%; /* 593px / 992px */
	margin: 0px 0 35px 38px;
	float: left;
	max-width: 648px;
	background: url(images/articles-prec.jpg) no-repeat left center;
	text-transform: uppercase;
	text-align: left;
}

.pagination--droite {
	width: 28.73%; /* 285px / 992px */
	margin: 0px 38px 35px 0px;
	float: right;
	max-width: 648px;
	background: url(images/articles-suiv.jpg) no-repeat right center;
	text-transform: uppercase;
	text-align: right;
}

.pagination--gauche a, .pagination--gauche a:visited {
	color: #82825d;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px 10px 53px;
}

.pagination--droite a, .pagination--droite a:visited {
	color: #82825d;
	text-decoration: none;	
	display: inline-block;
	padding: 10px 53px 10px 0px;
}

.pagination--gauche a:hover, .pagination--gauche a:active, .pagination--gauche a:focus {
	opacity: 0.6;
}

.pagination--droite a:hover, .pagination--droite a:active, .pagination--droite a:focus {
	opacity: 0.6;
}

/*------ dossiers -----*/

.dossier-separation {
	clear: both;
	height: 1px;
	background: #000;
	margin: 0px 38px 0px 12px;
	display: block;
}


.dossier--cat {
	display: inline-block;
	padding: 2px 12px 3px 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 38px 0 0;	
}


.wrapper-titre-dossier {
	padding: 10px 0 10px 12px;
	margin: 0 38px 0 0;
}

.wrapper-titre-dossier_violet {
	background: #dccfde;
}

.dossier--chapeau {
	margin: 15px 0 15px 0px;
	line-height: 1.35em;
}


.dossier--meta {
	margin: 40px 38px 10px 12px;
	border-bottom: solid 1px #888888;	
	border-top: solid 1px #888888;
	overflow: hidden;
}

.dossier-article {
	margin: 40px 0 25px 0;
}


.dossier--article_surtitre {
	padding: 0 0 0 12px;
	text-transform: uppercase;
}

.dossier--article_titre {
	padding: 0 0 0 12px;
	margin: 4px 0 0 0;
}

.dossier--article_chapeau {
	margin: 15px 0 15px 12px;
}

.dossier--renseignements {
	padding: 0px 0 0 0px;
	line-height: 1.55em;
}

/*------ vidéos----*/

.image-conteneur img{
	height: auto;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.liste-videos {
	margin: 0 38px;
}
.video--item {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d7d8d9;
	width: 31.492%;/* 285 / 905*/
	display: inline-block;
	margin-left: 2.762%;/* 25 / 905*/
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 20px;
}

.video--item1 {
	margin-left: 0;
}

.video--surtitre {
	text-transform: uppercase;
	margin: 0 0 4px 0;
}

.video--titre_article {
	margin: 0 0 6px 0;
	line-height: 1em;
}





/*-----sidebar-------*/

.colonne-droite {
	width: 28.73%; /* 285px / 992px */
	margin: 25px 38px 35px 0px;
	float: right;
	max-width: 648px;
	overflow: hidden;
}

.colonne-droite_article {
	width: 28.73%; /* 285px / 992px */
	margin: 25px 38px 35px 0px;
	float: right;
	max-width: 648px;
	overflow: hidden;
}


.colonne-droite_dossier {
	width: 28.73%; /* 285px / 992px */
	margin: 40px 38px 35px 0px;
	float: right;
	max-width: 648px;
	overflow: hidden;
}



.sb--encadre {
	border-left: solid 1px #1a171b;
	padding: 0 0 8px 0;
	margin: 0 0 40px 0;
}
.sb-encadre_bg-jaune {
	background: #e7e56f;
}
.sb-encadre_bg-bleu {
	background: #c2c4e0;
}
.sb-encadre_bg-orange {
	background: #feb656;
}
.sb-encadre_bg-blanc {
	background: #fff;
}
.sb-encadre--titre {
	background: #1a171b;
	padding: 2px 0 3px 8px;
	margin: 0 0 8px 0;
}

.sb-encadre--texte {
	padding: 0 8px;
	line-height: 1.32em;
}

.sb-encadre--texte li {
	margin-top: 10px;
}


.sb-encadre--texte img{
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.sb-encadre--image img{
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.sb-encadre--texte p {
	margin: 8px 0;
	line-height: 1.5em;
}

.sb-encadre--texte ul {
	padding: 0 0 0 35px;
	list-style-type: disc;
	margin: 8px 0;
}

.sb-encadre--texte ol {
	padding: 0 0 0 35px;
	list-style-type: decimal;
	margin: 8px 0;
}

.sb-encadre--texte h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;	
	margin: 8px 0;
}

.sb-encadre--texte a, .sb-encadre--texte a:visited {
	color: #000;
	text-decoration: underline;
}

.sb-encadre--texte a:hover, .sb-encadre--texte a:active, .sb-encadre--texte a:focus {
	text-decoration: none;
}

/*-sb-lemagazine-*/

.sb-lemagazine {
	border-bottom: solid 1px #cacbcd;
	padding: 0 0 6px 0;
}


.magazine--conteneur {
	background: #d4d4d4;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.sb-lemagazine--couverture {
	max-width: 50%;
	display: block;
	width: auto;
	height: auto;
	box-sizing: border-box;
	float: left;
}

.sb-lemagazine--verso {
	width: 50%;
	float: right;
	text-align: center;
}

.sb-lemagazine--numero {
	margin: 40px 0 0 0;
}

.sb-lemagazine--picto {
	margin: 40px 0 0 0;
}

/*---sb-newsletter---*/

.sb-newsletter {
	margin: 30px 0 0 0;
	border-bottom: solid 1px #cacbcd;
	padding: 0 0 6px 0;
}

.sb-newsletter--h3 {
	line-height: 0.7em;
}

.sb-newsletter--conteneur {
	border: 1px solid #646464;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius:5px;
	background-image: -webkit-linear-gradient(#818181, #adadad);
	background-image: -moz-linear-gradient(#818181, #adadad);
	background-image: -o-linear-gradient(#818181, #adadad);
	background-image: linear-gradient(#818181, #adadad);
	background-color: #818181;
	padding: 12px 15px 25px 15px;
	text-align: center;
	margin: 0 0 15px 0;
}

.sb-newsletter--p {
	line-height: 1.2em;
	text-align: left;
	background: url(images/newsletter.png) no-repeat left center;
	padding: 5px 0 5px 50px;
}

.sb-newsletter--btn {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	background-image: -webkit-linear-gradient(#f08a00, #feac3e);
	background-image: -moz-linear-gradient(#f08a00, #feac3e);
	background-image: -o-linear-gradient(#f08a00, #feac3e);
	background-image: linear-gradient(#f08a00, #feac3e);
	background-color: #f08a00;
	padding: 7px 10px;
	margin: 10px 0 0 0;
}

/*--sb-videos--*/

.sb-videos {
	margin: 30px 0 0 0;
	border-bottom: solid 1px #cacbcd;
	padding: 0 0 6px 0;	
}

.sb-videos--h3 {
	line-height: 0.7em;
}

.video-container {
	margin: 0 0 15px 0;
}

/*--sb-chiffres--*/

.sb-chiffres {
	margin: 30px 0 0 0;
}

.sb-chiffres--h3 {
	line-height: 0.7em;
}

.sb-chiffres--item {
	background-image: -webkit-linear-gradient(#f08a00, #feac3e);
	background-image: -moz-linear-gradient(#f08a00, #feac3e);
	background-image: -o-linear-gradient(#f08a00, #feac3e);
	background-image: linear-gradient(#f08a00, #feac3e);
	background-color: #f08a00;
	padding: 15px;
	line-height: 1.3em;
}

.sb-chiffres--chiffre {
	float: left;
	line-height: 1em;
}

/*--sb-audio--*/

.sb-audio {
	margin: 30px 0 0 0;
}

.sb-audio--h3 {
	line-height: 0.7em;
}


.sb-audio--item {
	background-image: -webkit-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: -moz-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: -o-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: linear-gradient(#d4d4d4, #e3e3e3);
	background-color: #d4d4d4;
	padding: 15px;	
}

.sb-audio--item img {
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.sb-audio--item--p {
	background: url(images/icone-audio.png) no-repeat left top;
	padding: 0 0 0 32px;
	margin: 0 0 10px 0;
}

/*--sb-breves--*/
.sb-breves {
	margin: 30px 0 0 0;
}

.sb-breves--h3 {
	line-height: 0.7em;
}

.sb-breves--item {
	background-image: -webkit-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: -moz-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: -o-linear-gradient(#d4d4d4, #e3e3e3);
	background-image: linear-gradient(#d4d4d4, #e3e3e3);
	background-color: #d4d4d4;
	padding: 15px;	
}

.sb-breves--item--p {
	line-height: 1.2em;
}

/*--sb-comment--*/


.sb-comment {
	margin: 30px 0 0 0;
}

.sb-comment_h3 {
	line-height: 0.7em;	
}



.sb-comment--item {
	background-image: -webkit-linear-gradient(#1a1a1a, #4e4e4e);
	background-image: -moz-linear-gradient(#1a1a1a, #4e4e4e);
	background-image: -o-linear-gradient(#1a1a1a, #4e4e4e);
	background-image: linear-gradient(#1a1a1a, #4e4e4e);
	background-color: #1a1a1a;
	padding: 15px;
	line-height: 1.3em;	
}

.sb-comment--meta {
	font-style: italic;
}

.sb-comment--item_lien, sb-comment--item_lien:visited {
	text-decoration: none;
}

.sb-comment--meta_lien, .sb-comment--meta_lien:visited {
	text-decoration: none;
}

/*--sb--renseignements--*/

.sb--renseignements {
	font-weight: 700;	
	line-height: 1.6em;
	margin-left:10px;
}

.sb--renseignements a, .sb--renseignements a:visited {
	color: #f08a00;
	text-decoration: none;
}

.sb-renseignements--img {
	margin: 0 4px 0 0;
	position: relative;
	top: 1px;
}


/*---sb--complement---*/

.sb--complement {
	background: #ece0ce;
	border-left: solid 1px #1a171b;
	padding: 0 0 8px 0;
	margin: 0 0 30px 0;
}

.sb-complement--titre {
	background: #000000;
	padding: 2px 0 3px 8px;
	margin: 0 0 8px 0;
}

.sb-complement--article {
	margin: 15px 0 25px 8px;
	padding: 3px 0 0 32px;	
}

.sb-complement--article-video {
	background: url(images/icone-video.png) no-repeat;
}

.sb-complement--article-audio {
	background: url(images/icone-audio.png) no-repeat;
}

.sb-complement--article-carto {
	background: url(images/icone-carte.png) no-repeat;
}

.sb-complement--article-photo {
	background: url(images/icone-photo.png) no-repeat;
}

/*sb à lire---*/

.sb-alire--h3 {
	border-bottom: 1px solid #888888;
	line-height: 0.7em;
}

.sb-alire--article {
	margin: 15px 0 35px 0px;
	float:none;
	clear:both;
}

.sb-alire--image{
	float:left;
	margin-right:14px;
}

.sb-alire--surtitre {
	text-transform: uppercase;
	margin: 0 0 4px 0;
}

.sb-alire--titre_article {
	line-height: 1.2em;
	margin: 0 0 8px 0;
}


.sb-alire-titre-article--date {
	display: block;
	margin: 0 0 10px 0px;
}

.sb-alire--lien-image {
	display: block;
}

.sb-alire--extrait {
	line-height: 1.2em;
}


/* sb Cartes */
.sb-cartes {
	margin: 30px 0 0 0;
}

.sb-cartes img {
	width: 100%;
	height: auto;
}

/*RS*/

.RS {
	clear: both;
	margin: 0 38px 40px 38px;
}

.RS-conteneur {
	background-image: -webkit-linear-gradient(#4f4f4f, #767676);
	background-image: -moz-linear-gradient(#4f4f4f, #767676);
	background-image: -o-linear-gradient(#4f4f4f, #767676);
	background-image: linear-gradient(#4f4f4f, #767676);
	background-color: #4f4f4f;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 15px 0;
	
}

.RS--h3 {
	line-height: 0.7em;
}

.RS--item {
	display: table-cell;	
}

.RS--item1 {
}

.RS--item_fb {
	background: url(images/icone-fb.png) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.RS--item_twt {
	background: url(images/icone-twt.png) no-repeat;
	padding: 0 0 0 30px;
}

.RS--item_youtube {
	background: url(images/icone-youtube.png) no-repeat;
	padding: 0 0 0 40px;
}

.RS--item_RSS {
	background: url(images/icone-rss.png) no-repeat;
	padding: 0 0 0 30px;
}

/*-----footer------*/

.footer {
	background: #fff;
	height: 32px;
	padding: 0 1.499% 0 2.299%;
	clear: both;
}

.footer-page {
	background: #d4d4d4;
	height: 32px;
	padding: 0 0 0 38px;
	clear: both;
	position: relative;
}


.footer--p {
	float: left;
	padding: 5px 0 0 0;
}

.footer-p--separation {
	display: inline-block;
	padding: 0 10px;
}

.footer-p--lien, .footer-p--lien:visited {
	text-decoration: none;
}

.footer-lien--propos {
	background: #000;
	display: inline-block;
	padding: 2px 7px;
	margin: 0 12px 0 0;
}

.footer--lienhautdepage {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

.footer--lienhautdepage {
	color: #434343;
	text-decoration: none;
}
.footer--lienhautdepage:hover, .footer--lienhautdepage:focus, .footer--lienhautdepage:active {
	text-decoration: underline;
}


/* Cartes */
.pointeur_info {
	text-align: left;
}

.pointeur_info img {
	width: auto;
}

.pointeur_info > * {
	margin-bottom: 10px;
}

.pointeur_info h4 {
	font-weight: bold;
}	
























































/*------------------- Modif Mike 2014 09 29 ---------------------*/
@media (max-width: 1250px) {

	.bandeau--lien {
		font-size: 14px;
	}

	.logo--img {
		width: 200px;
		height: auto;
		margin: 0 0 0 20px; /* 22px / 335px */
	}

	.tetiere--logo--rubrique .logo--img {
		width: 180px;
		height: auto;
		margin: 0 0 0 20px; /* 22px / 335px */
	}

	.macaron--capcom {
		position:relative;
		top:0px !important;
		left: 20px !important;
		display: inline-block;
	}
	.macaron--capcom img {
		width: 110px;
	}

	.liste--cartes {
		width: auto;
	}

	.liste--carte {
		margin: 15px 0 35px 12px;
		width: auto;
	}

}



@media (max-width: 815px) {



/*------------------- Classes ---------------------*/

.mob-display-none {
	display: none;
}

.centre {
	width: auto;
	margin: 0 auto;
}

/*--général--*/

.lien-degradegris:hover, .lien-degradegris:active, .lien-degradegris:focus {
	background-image: none;
	background-color: #c5c5c5;
}

/*---------------- couverture -------------------------*/

/*--------header-----------*/

.macaron--capcom {
	position:relative;
	top:20px;
	right: 0px !important;
	display: inline-block;
}
.macaron--capcom img {
	width: 80px !important;
}


/*---tetiere-----*/
/*------------------- Modif Mike 2014 09 29 ---------------------*/
.tetiere--logo, .tetiere--logo--rubrique  {
	float: none;
	width: 100%;
	height: 69px;
	line-height: 69px;
	text-align: left;
}


/*------------------- Modif Mike 2014 09 29 ---------------------*/
.logo--img, .tetiere--logo--rubrique .logo--img {
	width: 137px;
	height: auto;
	margin: 0 0 0 20px; /* 22px / 335px */
}

/*------------------- Modif Mike 2014 09 29 ---------------------*/
.tetiere--logo--rubrique .logo--img {
	width: 137px;
	height: auto;
	margin: 0 0 0 20px; /* 22px / 335px */
}
/*-- --*/
.header--logo_image {
	width: 210px;
}

.tetiere {
	height: 70px;
	line-height: 70px;
}

.header--logo {
	margin: 0 0 0 20px;
}


/*----bandeau---*/

.bandeau {
	padding: 0;
	text-align: center;
	height: 127px;
}

.bandeau--h2 {
	width: auto;
	display: block;
	padding: 0;
	text-align: left;
	padding: 12px 0 12px 20px; /* 22px / 335px */
}

.bandeau--div {
	width: 24.125%;
	font-size: 15px;
	text-align: center;
	padding: 11px 0;
	position: static;
}

.bandeau--lien3 {
	border: none;
}

.bandeau--lien {
	font-size: 10px;

}

.bandeau-lien--span {
	margin: 0;
}


.wrapper-recherche-mob {
	display: block;
	background: #F08A00;
	height: 41px;
	text-align: left;
	padding: 8px 0 0 0;
}

.header-recherche_mob {
	float: none;
	margin: 0px 0px 0 20px;
	height: 32px;
	display: block;
}

.recherche-input {
	border: none;
	width: 165px;
	background: #FFF;
	height: 32px;
	padding: 0;	
	vertical-align: bottom;
	padding: 0px 0 0px 10px;
}

.recherche-submit {
	border: none;
	cursor: pointer;
	background: url(images/recherche-btn.jpg) no-repeat;
	height: 32px;
	width: 34px;
	vertical-align: middle;	
}

.bandeau--lien_fleche {
	vertical-align: middle;
	margin: 0 0 0 7px;
}

/*-------menu--------*/

/*--------menu-survol----------*/

.menu-deroulant {
	top: 197px;
	width: 100%;
	left: 0;
	right: 0;
	padding: 0;
	border: 0 none;
}


/*--- contenu page accueil (couverture) --*/

.colonne-gauche_accueil {
	float: none;
	width: auto;
	margin: 25px auto 0 auto;
}

.accueil--une_titre {
	margin: 0 0 10px 0;
}

.accueil--asuivre_h3 {
	margin: 0 0 20px 0;
}


.accueil--asuivre_elemt {
	float: none;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}

.accueil--asuivre_elemt_texte {
	min-height: 1px;
}

/*---------- page -------*/

.ariane {
	margin: 20px 0 0 20px;
}

.colonne-gauche {
	float: none;
	width: auto;
	margin: 25px auto 0 auto;
	padding: 0 20px;
}

.wrapper-article {
	display: block;
	margin: 10px 0 0 0;
	text-align: left;
	width: auto;
	max-width: 648px;
}

.wrapper-wrapper-mob {
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 648px;
	padding: 0 20px;
}

.colonne-gauche_article {
	float: none;
	width: auto;
	margin: 0px auto 0 auto;
	padding: 0 0px;
}

.article {
	width: auto;
}


.article--titre {
	font-size: 35px;
	letter-spacing: 0px;
}

.colonne-droite {
	float: none;
	width: auto;
	margin: 25px auto 35px auto;
	padding: 0 20px;
}

.colonne-droite_article {
	float: none;
	width: auto;
	margin: 25px auto 0px auto;
	padding: 0 0px 0 12px;
}

.colonne-droite_dossier {
	float: none;
	width: auto;
	margin: 5px auto 0px auto;
	padding: 0 0px 0 12px;
}

.page-article-breves--item {
	width: auto;
	float: none;
	margin: 0;
	min-height: 0;
}

/**/

.wrapper-bas-tab {
	margin: 0;
	overflow: hidden;
}

.colonne-gauche_bas {
	float: none;
	width: auto;
	margin: 25px auto 0 auto;
	padding: 0 20px;
}


.article--comment {
	padding: 0;
}

.reagir textarea {
	min-width: 280px;
}


/*----- archive ------*/

.rubrique-h4 {
	font-size: 30px;
	padding: 0 0 0 20px;
	line-height: 65px;
}

.rubrique--description {
	font-size: 14px;
	margin: 0 0 0px 50px;
	position: relative;
	top: -17px;
}

.pagination-mob {
	display: block;
	max-width: 648px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

.pagination-mob--gauche a{
	float: left;
	display: block;
	margin: 0 0 30px 0px;
}

.pagination-mob--droite a {
	float: right;
	display: block;
	margin: 0 0px 30px 0;
	opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.pagination-mob--gauche a:hover, .pagination-mob--gauche a:active, .pagination-mob--gauche a:focus {
	filter: alpha(opacity=50);
	opacity: 0.6;
}

.pagination-mob--droite a:hover, .pagination-mob--droite a:active, .pagination-mob--droite a:focus {
	opacity: 0.6;
}

/*------ dossiers -------*/


.dossier--cat {
	margin: 0;
}

.wrapper-titre-dossier {
	margin: 0;
}

.dossier--titre {
	font-size: 35px;
}

.dossier--meta {
	margin: 40px 0px 30px 12px;
}


.dossier-separation {
	margin: 0 0 0 12px;
}

/*------- videos -----*/

.video--item {
	margin-left: 15px;
	margin-right: 15px;
	width: 285px;
}

.liste-videos {
	margin: 0 0px;
	text-align: center;
}

/*RS*/

.RS {
	max-width: 648px;
	margin: 0 auto 40px auto;
}

.RS-conteneur {
	display: block;
	width: auto;
	text-align: center;
}

.RS--item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	min-width: 110px;
}

.RS--item_fb {
	margin: 0;
}



/*--footer--*/

.footer-page {
	height: auto;
	padding: 0;
}

.footer--p {
	float: none;
	text-align: left;
	line-height: 2em;
	padding: 10px 20px 0 20px;
}

.footer-lien--propos {
	padding: 0 5px;
}
}












@media (max-width: 688px) {

.margin-mob {
	margin-left: 20px;
	margin-right: 20px;
}

.macaron--capcom img {
	width: 70px !important;
}


}





























@media (min-width: 1180px) {

.contenu-principal {
	text-align: center;
}

.colonne-gauche {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 25px 50px 35px 0;
	text-align: left; 
}


.colonne-gauche_accueil {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 25px 50px 35px 0;
	text-align: left; 
}		
	
.colonne-droite {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 35px 50px; 
	text-align: left; 
}	
	
.rubrique-h4 {
	text-align: left;
}	

.rubrique--description {
	text-align: left;
}
	
.pagination--gauche {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 50px 35px 0; 
}	
	
.pagination--droite {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0 35px 50px; 
}	

.RS {
	width: -webkit-calc(28.73% + 748px);
	width: -moz-calc(28.73% + 748px);
	width: calc(28.73% + 748px);
	margin: 0 auto 40px auto;
	text-align: left;
}	

.ariane {
	width: -webkit-calc(28.73% + 748px);
	width: -moz-calc(28.73% + 748px);
	width: calc(28.73% + 748px);
	margin: 20px auto 0px auto;
	text-align: left;	
}

.wrapper-article {
	width: -webkit-calc(28.73% + 748px);
	width: -moz-calc(28.73% + 748px);
	width: calc(28.73% + 748px);
	margin: 10px auto 0 auto;
	display: table;
	table-layout: fixed;
	text-align: left;
}
	
.colonne-gauche_article {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin: 0px 50px 0px 0;
	text-align: left; 
	width: 748px;
}

.colonne-droite_article {
	float: none;
	vertical-align: top;
	margin: 25px 0 35px 50px; 
	text-align: left;
	width: auto;
	padding: 0 0 0 50px;
}	

.colonne-droite_dossier {
	float: none;
	vertical-align: top;
	margin: 40px 0 35px 50px; 
	text-align: left;
	width: auto;
	padding: 0 0 0 50px;
}	


.article {
	max-width: 648px;
}

.wrapper-bas-tab {
	margin: 0 0 0 0px;
}

.colonne-gauche_bas {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 25px 50px 35px 0;
	text-align: left; 
}	


.dossier--cat {
	margin: 0;
}
.wrapper-titre-dossier {
	margin: 0;
}

.dossier--meta {
	margin: 40px 0px 30px 12px;
}

.liste-videos {
	width: -webkit-calc(28.73% + 748px);
	width: -moz-calc(28.73% + 748px);
	width: calc(28.73% + 748px);
	margin: 0 auto;
	
}

.video--item {
	text-align: left;
}
	
}






/*----corectifs ie -----*/

.oldie7 .bandeau--div, .oldie7 .bandeau--h2, .oldie7 .RS--item, .oldie7 .ariane--separation, .oldie7 .video--item {
	display: inline;
	zoom: 1;
}

