/*
>>>>>> RNA modifications <<<<<<<
Theme Name: twentythirteen-child-eps
Author: ac-nice.fr

Description: Thème pour DSDEN 83
Template: twentythirteen
Version: 1.0

MODIFS :
jeux de couleurs remplacé :

référence des fonds:
bleu gris sombre: 404f64
bleu ciel clair : cbdbe6

référence de couleur barre de menu
bleu ciel: 9bd2fc
bleu (hover): 046ab4

couleur de texte:
couleur de lien : 46576d

ancien template :
marron sombre : 875a13 remplacé par 46576d
marron clair : 9c7b48
beige : 

MODIF FAITES :
Fond couleurs remplacé par blanc placé
style des liens modifiés (bleu + puce décalée sauf style bloc) 
Ajout Style bloc

*/
 

body {
	margin: 0 0 10px 0;
}

/*BLOC Info*/
/*RNA ajout style pour bloc CONTACTER, INFORMER*/
  
#bloc {
 height:80px
 }

#bloc ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
#bloc li {
 margin-left:2px;
 float:left; /*pour IE*/
 }
#bloc ul li a {
 display:block;
 float:left;
 text-decoration:none;
 text-align:center;
 padding:5px;

 }

/*Fin BLOC Info*/







table {
	border: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	color : #46576d;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 clear: both;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 1.3;
}

a {
	color: #46576d; /*RNA modif de #875a13 */
	text-decoration: none;
}

a:visited {
	color: #46576d; /*RNA modif de #9c7b48 */
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #46576d; /*RNA modif de #d0953b */  
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.2857em;
	margin: 33px 0;
}


h2 {
	font-size: 1em;
	margin: 25px 0;
	background-color: #b8cce4;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px
	
}

h3 {

	font-size: 1em;
	margin: 22px 0;
}

h4 {
		
	font-size: 1em;
	margin: 25px 0;
}

h5 {
	font-size: 1em;
	margin: 30px 0;
}

h6 {
	font-size: 1em;
	margin: 36px 0;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

hr {
	clear: both;
}

div#zoom hr {
	clear: both;
	visibility: hidden;
	margin: 0;
}

button,
input,
select,
textarea {
	font-size: 99%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
 background: #6290C3; /* Old browsers */
 background: -webkit-linear-gradient(top, #6290C3 0%, #6290C3 100%); /* Chrome 10+, Safari 5.1+ */
 background:   linear-gradient(to bottom, #46576d 0%, #6290C3 100%); /* W3C */
 outline: none;
}
 
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
 background: #d94412; /* Old browsers */
 background: -webkit-linear-gradient(top, #6290C3 0%, #022144 100%); /* Chrome 10+, Safari 5.1+ */
 background:   linear-gradient(to bottom, #6290C3 0%, #022144 100%); /* W3C */
 border: none;
 border-top: 3px solid #b93207;
 padding: 10px 24px 11px;
}

.genericon:before,
.menu-toggle:after,
.menu-toggle2:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #6290C3 0%, #022144 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #6290C3 0%, #022144 100%); /* W3C */
	border: none;
	border-bottom: 0;
	border-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 9px 14px;
	text-decoration: none;
}

.wpcf7-form input, .wpcf7-form textarea {
border-radius: 5px;
margin-left : 20px;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
 background: #d94412; /* Old browsers */
 background: -webkit-linear-gradient(top, #6290C3 0%, #022144 100%); /* Chrome 10+, Safari 5.1+ */
 background:   linear-gradient(to bottom, #6290C3 0%, #022144 100%); /* W3C */
 border: none;
 border-bottom: 0;
 border-radius: 0;
 border-bottom-right-radius: 5px;
 border-top-right-radius: 5px;
 padding: 9px 14px;
}

.site {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 20px 10px #cfcfcf;
	-webkit-box-shadow: 0px 0px 20px 10px #cfcfcf;
	-o-box-shadow: 0px 0px 20px 10px #cfcfcf;
	box-shadow: 0px 0px 20px 10px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.site-main {
	display:table;
	width: 100%;
	background-color: #f1f1f1;
	padding-left: 20px;
}

.site-main .content-area {
	display: table-cell;
	max-width: 100%;
}

.site-main .sidebar-container {
	display: table-cell;
	position:relative;
	height: auto;
	width: 21%;
	top: auto;
}

.site-main .sidebar-inner {
	margin-right: 20px;
	margin-left: 20px;
	max-width: 100%;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 24px;
	position: relative;
}

.navbar2 .main-navigation {
	clear: both;
	margin: 0;
	max-width: 1280px;
	min-height: 24px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

ul.nav-menu2,
div.nav-menu2 > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	background: url(images/nav-separation.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	margin-right: -5px;
}

.nav-menu2 li {
	display: inline-block;
	position: relative;
	float: right;
	background: url(images/nav-separation.png) no-repeat scroll right center rgba(0, 0, 0, 0);
}

.nav-menu li:first-child,
.nav-menu2 li:first-child {
	background: none;
}

.nav-menu li:nth-child(1) a:hover,
.nav-menu2 li:nth-child(1) a,
.nav-menu2 li:nth-child(1) a:hover {
	background-image: none;
}

.nav-menu li a, .nav-menu2 li a {
	color: #fff;
	display: block;
	font-size: .8571em;
	line-height: normal;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

li.menu-accueil {
	margin-right: 0;
}

.nav-menu2 li a {
	background: url(images/nav-separation.png) no-repeat scroll right center #046ab4; /*RNA 46576d par 046ab4*/
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background: url(images/nav-separation.png) no-repeat scroll left center #046ab4; /*RNA 46576d par 046ab4*/
	color: #fff;
}

.nav-menu2 li:hover > a,
.nav-menu2 li a:hover {
	background: url(images/nav-separation.png) no-repeat scroll right center #046ab4; /*RNA 46576d par 046ab4*/
	color: #fff;
	text-decoration: underline;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #046ab4; /*RNA 46576d par 046ab4*/
	border: 2;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.nav-menu .sub-menu li {
	background-image: none;
	margin-right: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #a2d5fb;
	background-image: none;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #000;
	font-style: italic;
}

.menu-toggle, .menu-toggle2 {
	display: none;
}

/* Navbar */
.navbar {
 background:  #a2d5fb;
 margin: 0 auto;
 max-width: 1280px;
 width: 100%;
}


.navbar2 {
	background-color: #022144;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: auto;
}

.site-header .search-field {
	background: url(images/search-icon.png) no-repeat 5px center #f1f1f1;
	background-size: 24px 24px;
	border: 1px solid #c3c0ab;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	height:37px;
	width:230px;
	cursor: pointer;
	margin: 20px -5px 0 0;
	padding: 0 0 0 34px;
	position: relative;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
}

/* Fil d'ariane */
.fil-aria {
	background-color: #f1f1f1;
	padding-bottom: 10px;
}

p.fil {
	font-size: 80%;
	margin: 0 0 0 25px;
	padding: 10px 0 0 0;
}

.fil-aria-accueil {
 background-color: #f1f1f1;
 padding: 0;
}
 
p.fil-accueil {
 margin: 0;
 padding: 0;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
 background-color: #fff;
 margin: 0 0 20px 0;
 padding: 0 0 20px 0;
}

.hentry h2 {
	color: #000;
	margin: 25px 0 15px 0;
}

.Mzoom {
	margin: 0 0 15px 20px !important;
}

.hentry h2:first-child {
	margin: 0 0 15px 0;
}

.hentry p {
	text-align: justify;
	text-indent: 20px;
	margin: 0 0 15px;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 95%;
	padding: 0;
}

/**
 * accueil actu
 */
.row {
	display: table;
	width: 100%;
	clear: both;
}

.row > *,
.col {
	display: table-cell;
	vertical-align: top;
}

.col:nth-child(2) {
	border-left: 1px solid #ccc;
}

.dessous {
	border-bottom: 1px solid #ccc;
}

.grid {

  overflow: hidden;
}
.grid .fond-carte h2 {
background: none !important;
display: inline;
padding: 0;
margin-bottom: 20px;
}
.grid > * {
  display: block;
  padding: 0;
  margin-left: 0;
  text-align: left;
}

/* Opera hack */

.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}

.grid > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* IE67 hack */
  width: 100%;
  padding: 10px;
  /* gutter value */
  margin: 5px 0 20px 5px;
  vertical-align: top;
  text-align: left;
}

.grid aside:nth-child(2n+2) {
	margin-left: 20px;
}

.grid2 > * {
  width: 48%;
}

.fond-carte {
	background: -webkit-radial-gradient(center center, rgb(255, 255, 255) -20%, rgb(171, 195, 224) 120%);
	background: -moz-radial-gradient(center center, rgb(255, 255, 255) -20%, rgb(171, 195, 224) 120%);
	background: -ms-radial-gradient(center center, rgb(255, 255, 255) -20%, rgb(171, 195, 224) 120%);
	background: -o-radial-gradient(center center, rgb(255, 255, 255) -20%, rgb(171, 195, 224) 120%);
	background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255) -20%, rgb(171, 195, 224) 120%);
 	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px 1px #C1C1C1;
	-webkit-box-shadow: 0px 0px 5px 1px #C1C1C1;
	-o-box-shadow: 0px 0px 5px 1px #C1C1C1;
	box-shadow: 0px 0px 5px 1px #C1C1C1;
}


.fond-carte p {
	text-indent: 0;
}

.fond-bloc {
	background: -webkit-radial-gradient(center center, rgb(241, 241, 241) -20%, rgb(220, 220, 220) 120%);
	background: -moz-radial-gradient(center center, rgb(241, 241, 241) -20%, rgb(220, 220, 220) 120%);
	background: -ms-radial-gradient(center center, rgb(241, 241, 241) -20%, rgb(220, 220, 220) 120%);
	background: -o-radial-gradient(center center, rgb(241, 241, 241) -20%, rgb(220, 220, 220) 120%);
	background: radial-gradient(circle at 50% 50%, rgb(241, 241, 241) -20%, rgb(220, 220, 220) 120%);
 	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0px 0px 5px 1px #C1C1C1;
	-webkit-box-shadow: 0px 0px 5px 1px #C1C1C1;
	-o-box-shadow: 0px 0px 5px 1px #C1C1C1;
	box-shadow: 0px 0px 5px 1px #C1C1C1;
}
.fond-bloc p {
	text-indent: 0;
}
.textright {
	text-align: right !important;
}

.w50 {width: 50%;}
.w100, .w100 img {max-width: 100%;}
.mb {margin-bottom: 20px;}
.mth {margin: 0 0 20px 0;}
.mbp p {margin: 0;}
.pa2 {padding: 0 20px;}
.paG {padding: 0 25px 0 0;}
.paD {padding: 0 0 0 25px;}

h1.lien a:hover {
	color: #fff;
}

.full {
 max-width: 100% !important;
}
 
.tophome {
 padding: 0 0 20px 0;
}
.summary {
background: none !important;
}
.duration {
padding: 0 10px;
}

/* hasLayout for IE6/IE7 */
.ie67 .row,
.ie67 .col {
	zoom: 1;
}

/* inline-block and table-cell for IE6/IE7 */
/* warning: .col needs a width on IE6/IE7 */
.ie67 .col {
	display: inline;
	zoom: 1;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.titre {
	display: table;
	width: 100%;
}
.entry {
	display: table-cell;
	max-width:50%;
}

.entry-title {
	background-color: #c6d6e3;
	font-weight: normal;
	margin: 0 0 5px;
	padding:0 10px;
}

.entry-title-accueil {
	background-color: #5582b8;
	font-weight: normal;
	margin: 0 0 5px;
	padding:0 10px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #46576d/*LS modif #ea9629*/;
}

.entry1-title {
	max-width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:1.8em;
	margin: 20px 5px;
}

.entry1-title span {
 display: none;
 margin-left: 20px;
}

.entry1-title img {
	max-width: 100%;
}

.entry1-title a {
	color: #404040;
}

.entry1-title a:hover {
	color: #404040;
	text-decoration:none;
}

.search-right {
	display: table-cell;
	vertical-align: middle;
	max-width: 50%;
	text-align: right;
	padding-right: 20px;
}

.search-right p {
	max-width: 45%;
	text-align: left;
	border-top: 1px dotted #ccc;
	margin: 10px 0 0 55%;
}

.search-right p > a {
	color: #666;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}

.entry-content .ombre {
 -moz-box-shadow:5px 5px 10px #666;
 -webkit-box-shadow:5px 5px 10px #666;
 box-shadow:5px 5px 10px #666;
}

/*
 5.7 Post/Paging Navigation
*/

.post-navigation {
	margin-bottom: 20px;
	padding: 10px 0;
}

.sidebar .post-navigation .nav-links {
	padding: 0 30px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float:none;
	width: 100%;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: #ffffff ; /* RNA modif de rgba() */
	border: 10px solid ##bababa; /*RNA modif de bordure beige en gris #d0d0d0*/
	font-size: .8571em;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 8px;
	word-wrap: break-word;
}
.widget a {
        color: #46576d; /* RNA modif de #875a13 */
        text-decoration:none;
}
.widget .widget-title {
	font: bold 1.1429em "Source Sans Pro", Helvetica, sans-serif;
	color: #46576d; /* RNA modif de #875a13 */
	text-align: center;
	text-transform:uppercase;
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
}

.textwidget p {
	margin: 0 0 10px;
}

.site-footer .textwidget p {
	margin: 0;
}

#fleche li:before {
	content: "\25B8 \ ";
}

.site-footer .widget li:before {
	content: "\25B8 \ ";
}

.site-footer .widget li {
	padding: 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

/* Liens icones */
.infos li {
	display: inline-block;
	width: 31%;
	text-align: center;
	padding: 5px 0;
}

.infos li a span {
	display: block;
	color: #666;
	font-size: 80%;
}

.infos li a:hover {
	text-decoration: none;
}

/* Search widget */
.search-form .search-submit {
	display: inline-block;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #46576d; /* RNA modif 033671*/
	color: #fff;
	font-size: .8571em;
	text-align: center;
	margin-top: 0 !important;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #fff;
}

.site-footer .sidebar-container {
	display: table;
	max-width: 1280px;
	width: 100%;
	background-color: #fff;
	padding: 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 1280px;
	position: relative;
	left: 0;
}

.site-footer .widget {
	display: table-cell;
	background: transparent;
	color: #3D3D3D;
	float: left;
	margin: 5px;
	width: 245px;
	height: 19em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left: 1px dotted #666;
}

.site-footer .widget:first-of-type {
	border: none;
}

.sidebar .site-footer .widget {
	width: 300px;
	
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 5px;
}

.site-footer .widget a {
	color: #003093; /* RNA modif de #9c7b48  TEST 46576d remplacé par 003093*/
        text-decoration:none;
	padding-left:10px; /*RNA Ajout de puce */
	margin-top:5px; /*RNA Ajout de puce */
	display:block; /*RNA Ajout de puce */
        background:url("http://cache.media.education.gouv.fr/design/front_office_kwa/images/puce_bleue.gif") no-repeat scroll left 4px transparent; /*RNA Ajout de puce */
}

.site-footer .widget a:hover {
	color: #003093; /* RNA modif de #875a13 */
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #003093; /* RNA modif de #9c7b48 */
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0;
	width: 100%;
}

.site-info p {
	margin: 0;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

 /* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 1069px) {
.titre {
	display: block;
}

.entry, .entry1-title {
	display: inline-block;
	max-width: 100%;
	margin: 5px 0 0 0;
	padding: 0 5px;
}

.search-right, .search-right p {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	margin: 0 5px 0 5px;
}
.grid > * > * {
width: 47% !important;
margin: 5px 0 20px 5px;
  }
  
}

@media (max-width: 999px) {
	.site-main {
		display: block;
	padding-left: 0;
	}
	
.site-main .content-area {
	display: block;
}

.site-main .sidebar-inner {
	margin: 0;
}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		width: 100%;
		position: relative;
		top: 20px;
	}

.site-footer .sidebar-container,
.site-footer .widget {
	display:block;
	width: 100%;
}

.site-footer .widget {
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-top: 1px dotted #666;
}
.grid > * > * {
width: 47% !important;
margin: 5px 0 20px 5px;
  }
  
}

@media (max-width: 643px) {	

	/* Small menu */
	.menu-toggle, .menu-toggle2 {
		cursor: pointer;
		color: #fff;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 8px 0 8px 20px;
	}

	.menu-toggle:after, .menu-toggle2:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after, .toggled-on .menu-toggle2:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul,
	.toggled-on .nav-menu2,
	.toggled-on .nav-menu2 > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		background-image: none;
	}

	.toggled-on .nav-menu li > ul,
	.toggled-on .nav-menu2 li > ul,
	.toggled-on .nav-menu2 li {
		background-color: #6290c3;
		display: inline-block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a,
	.toggled-on .nav-menu2 li > ul a {
		color: #fff;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		background-image: none;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover,
	.toggled-on .nav-menu2 li a:hover,
	.toggled-on .nav-menu2 ul a:hover {
		background-color: #046ab4; /* RNA modif de #875a13 */
		background-image: none;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul,
	ul.nav-menu2,
	div.nav-menu2 > ul {
		display: none;
	}
	
	.col {
		display: block !important;
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border: 0;
	}
	
	.col:nth-child(2) {
		border-left: none;
	}
	
	.w50,
	.w100 {
		width: auto;
	}
	.row { 
		display: block !important;
		width: 100% !important;
	}
	.pa2 {padding: 0 20px;}
	.paG, .paD {padding: 0 20px 20px 20px;}

	hr {
		display: none;
	}
.grid > * > * {
width: 100% !important;
margin: 0 0 10px 0;
  }
  
.grid aside:nth-child(2n+2) {
	margin-left: 0;
}
	
}
