/* Stylesheet principale du thème CDJ. */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
img {
	box-sizing: content-box;
	vertical-align: middle;
}

/* Skip-link / headings cachés visuellement mais accessibles aux lecteurs d'écran. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #141412;
	line-height: 1.4;
	margin: 0;
	font-family: "Ubuntu";

}

a {
	color: #333;
	text-decoration: none;
}


a:focus {
	_outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

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

h2 {
	font-size: 24px;
	padding: 25px 0;
	margin: 0;
	font-weight: normal;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

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

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

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

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 16px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 20px;
	width: 100%;
}

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

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

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(../images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 16px 16px;
}


.edit-link{
	float: right;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.edit-link a:before,
.savoir-plus:before,
.plus-actus a:before
{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after {
	clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
}


/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #d8ecb5; /* Old browsers */
	background: -webkit-linear-gradient(top, #d8ecb5 0%, #d1e8a7 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d8ecb5 0%, #d1e8a7 100%); /* W3C */
	border: none;
	border-radius: 2px;
	color: black;
	display: inline-block;
	padding: 8px 24px 10px;
	text-decoration: none;
}

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: #d8ecb5; /* Old browsers */
	background: -webkit-linear-gradient(top, #d2e9a9 0%, #cbe59b 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d2e9a9 0%, #cbe59b 100%); /* W3C */
	outline: none;
}



.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}


/*
 * Responsive images
 *
 * Fluid images for posts and widgets
 */
.entry-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}

.rsswidget img {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	width: 1000px;
}

.site-main {
	position: relative;
}


.home .site-main .content-area,
.page .site-main .content-area,
.blog .site-main .content-area,
.single-post .site-main .content-area
{
	margin-right: 300px;
}

.blog .content-area{
	min-height: 680px;
}

.site-main .sidebar-container {
	width: 280px;
	position: absolute;
	top: 0px;
	right: 0px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	background: linear-gradient(to bottom, #f8f7f1 0%, #ffffff 100%);
	height: 255px;
	margin-bottom: 10px;
}
#header_logo{
	position: absolute;
	top: 0px;
	right: 35px;
}
#header_logo img{
	width: 250px;
	height: auto;
}


.site-header .home-link {
	display: block;
	height: 200px;       /* spacer : pousse le #navbar sous la zone titre/logo
	                        (la title et le logo sont en position: absolute) */
	text-decoration: none;
}
.site-header-title {
	position: absolute;
	top: 88px;
	left: 5px;
}
.site-header-jp {
	position: absolute;
	top: 12px;
	right: 10px;
}

/* Bouton Contact du header — visible uniquement sur mobile
   (voir style.mobile.css). */
.header-contact-link {
	display: none;
}


.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


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

.main-navigation {
	clear: both;
	margin: 0 auto;
	min-height: 45px;
	position: relative;
	margin-top: 10px;
}

ul.nav-menu {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #eae0cc;
	color: black;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #f4f3e8;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 50;
}

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

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: black;
	margin: 0;
	width: 200px;
	padding: 7px 8px;
	line-height: 1.2;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #eae0cc;
}

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: black;
	font-style: italic;
	background-color: #d8ecb5;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
}


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

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */


.entry-thumbnail img {
	display: block;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

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


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content a {
	color: #bc360a;
}

.entry-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}


footer.entry-meta {
	margin-top: 24px;
}



/**
 * 5.7 Paging Navigation
 * ----------------------------------------------------------------------------
 */

.paging-navigation {
	padding: 20px 10px;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	overflow: hidden; /* clearfix pour les floats prev/next */
	width: 100%;
}

.paging-navigation .page-numbers.prev {
	float: left;
}

.paging-navigation .page-numbers.next {
	float: right;
}

/* Bouton commun pour les pages numérotées + prev/next + lien home. */
.paging-navigation .page-numbers,
.plus-actus a {
	align-items: center;
	background-color: #ececec;
	border-radius: 3px;
	color: #263963;
	display: inline-flex;
	gap: 4px;
	margin: 0 2px;
	padding: 6px 14px;
	text-decoration: none;
}

.paging-navigation a.page-numbers:hover,
.plus-actus a:hover {
	background-color: #e0e0e0;
	color: #263963;
	text-decoration: none;
}

/* On garde uniquement les flèches prev/next, on masque les numéros et "…". */
.paging-navigation .page-numbers:not(.prev):not(.next) {
	display: none;
}

/* On masque l'arrow unicode dans .meta-nav et on injecte un glyphe Genericons
   pour matcher le look du lien « Voir les actus précédentes » de la home. */
.paging-navigation .meta-nav {
	font-size: 0;
}

.paging-navigation .meta-nav:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px Genericons;
	line-height: inherit;
	vertical-align: middle;
}

/* Aligne aussi la flèche du lien « Voir les actus précédentes » de la home. */
.plus-actus a:before {
	line-height: inherit;
	vertical-align: middle;
}

.paging-navigation .prev .meta-nav:before {
	content: '\f430';
}

.paging-navigation .next .meta-nav:before {
	content: '\f429';
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


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

.error404 .content-area {
	text-align: center;
	padding: 60px 20px;
}
.error404 .page-title {
	font-size: 32px;
	margin: 0 0 16px;
	color: #78270c;
}
.error404 .page-content p {
	color: #555;
	margin: 0 0 24px;
}
.error404 .page-content .error404-emoji {
	font-size: 48px;
	display: block;
	margin: 0 0 12px;
}


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

#colophon {
	display: none;
}

.site-footer {

	color: #111;
	font-size: 14px;
	text-align: center;
	color: white;
	color: black;
	padding: 8px;
	height: 60px;
	margin-top: 15px;

	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #f9f9f9 0%, #f0f0f0 100%); /* W3C */

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




/*
 Home page
 */

.home .site-main{
	padding: 15px 8px 0 8px;
	background-color: white;
}

.home_presentation{
 	color: #000;
 	background-color: #f5f6e6;
 	opacity: 0.8;

	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
}
.home_presentation p{
	margin: 0;
}

.home-title{
	display: flex;
	color: #333;
}
.home-title span{
	flex: 1 0 auto;
	white-space: nowrap;
}
.home-title:after{
	border-bottom: 1px solid #444;
	flex: 1 1 100%;
	content: '';
	display: block;
	margin: 0px 0 8px 8px;
}




/* Articles (page des articles et home) */

.home article,
.blog article{
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 28px;
	color: #222;
	border-bottom: 1px solid #ccc;
}
.home article:last-of-type,
.blog article:last-of-type
{
	border-bottom: none;
}
.home article .entry-title,
.blog article .entry-title
{
	font-size: 23px;
	margin: 0;
}
.home article .entry-date,
.blog article .entry-date
{
	color: #666;

	font-size: 0.9em;
	margin-bottom: 15px;
	font-style: italic;
}

.home article .entry-header,
.blog article .entry-header
{
	margin-bottom: 10px;
}
.home article .entry-thumbnail,
.blog article .entry-thumbnail
{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.blog article:nth-of-type(1) .entry-title a{
	color: #263963;
 }
.blog article:nth-of-type(2) .entry-title a{
 	color: #78270c;
}
.blog article:nth-of-type(3) .entry-title a{
 	color: #67124c;
}

.home article p,
.blog article p{
	margin: 0 0 8px 0;
}

article .entry-content a{
	color: #6c6c6c;
	text-decoration: underline;
}


/* Home une */

.home_une article .entry-title a,
.home_une_plus a{
 	color: #263963;
}
.home_une{
	margin-bottom: 30px;
}

.home_une_plus{
	text-align: right;
	padding-right: 10px;
}



.plus-actus a:first-child:before {
	content: '\f429';
}


/* Liste des activit�s */

.activites{
	margin-bottom: 20px;
	opacity: 0.8;
	color: #090909;
}

.home .activites .activite{
 	padding: 4px 8px 4px 8px;
	margin-bottom: 5px;
 }

.activites .activite{
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.activite_1{
	background-color: #fce6de;
}
.activite_1 .activite_title,
.single-activite article h2:first-child {
	color: #78270c;
}

.activite_2{
 	background-color: #fff6e5;
}
.activite_2 .activite_title {
	color: #c68100;
}

.activite_3{
	background-color: #e7ecf5;
}
.activite_3 .activite_title {
	color: #263963;
}

.activite_4{
 	 background-color: #f5f6e6;
}
.activite_4 .activite_title {
	color: #575722;
}

.activite_5{
 	background-color: #e8f6fa;
}
.activite_5 .activite_title,
.single-activite article h2:nth-of-type(3) {
	color: #185c72;
}

.activite_6{
 	background-color: #fff6e5;
}
.activite_6 .activite_title,
.single-activite article h2:nth-of-type(4) {
	color: #c68100;
}

.activite_7{
	background-color: #fbe7f5;
}
.activite_7 .activite_title,
.single-activite article h2:nth-of-type(2) {
	color: #67124c;
}


.activite_title{
	font-weight: bold;
}
.activite_description{
	font-size: 0.9em;
}
.activite_thumb{
	flex-shrink: 1;
	margin-top: 4px;
}

.activite_thumb img{
	width: 80px;
	height: 80px;
	border-radius: 8px;
	display: block;
}

.savoir-plus {
	font-style: italic;
	white-space: nowrap;
}

.savoir-plus:before {
	content: '\f429';
	margin-right: 4px;
}

a.activite {
	color: inherit;
	text-decoration: none;
}

