/* -- BEGIN LICENSE BLOCK ---------------------------------------
# This file is part of Simple Grayscale, a theme for Dotclear
#
# Copyright (c) 2015 - Start Bootstrap and Philippe aka amalgame
# Based on Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
# Code licensed under the Apache License v2.0.
# See LICENSE file or
# http://www.apache.org/licenses/LICENSE-2.0
#
# -- END LICENSE BLOCK ----------------------------------------- */
/* ------------------------------------------------------------
	1. HTML
------------------------------------------------------------- */
body {
    width: 100%;
    height: 100%;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    background-color: #fff;
    /* UNCOMMENT FOR FULL GREYSCALE EFFECT
	-webkit-filter: grayscale(1);
	filter: grayscale(1); */
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.6em;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
}
h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}
p {
    margin: 0.5em 0;
    font-size: 1.2em;
    line-height: 1.5;
}
@media(min-width:768px) {
    p {
        margin: 1em 0;
        font-size: 1.2em;
        line-height: 1.6;
    }
}
a {
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #555
}
pre {
    white-space: pre-wrap;
    /* CSS 3 */
    
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    
    white-space: -pre-wrap;
    /* Opera 4-6 */
    
    white-space: -o-pre-wrap;
    /* Opera 7 */
    
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

/* ------------------------------------------------------------
	2. SIMPLE MENU
------------------------------------------------------------- */

.navbar-custom {
    margin-bottom: 0;
/*    border-bottom: 1px solid rgba(255, 255, 255, .3); */
/*    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
    text-shadow: 1px 1px 2px #000000; */
}
.navbar-custom.top-nav-collapse {
    background: #555 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC");
}
.navbar-custom .navbar-brand {
/*    font-weight: 700; */
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
/*    font-size: 1em; */
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 1.2em 0;
        border-bottom: 0;
/*        letter-spacing: 0.02em; */
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
    }
}
#prelude {
    position: absolute;
    margin: 0;
    padding: 0 0 0 4px;
    top: 0;
    left: 3px;
    color: #fff;
    list-style-type: none;
}
#prelude li {
    display: inline;
    text-transform: none !important;
}
#prelude a,
#prelude a:hover,
#prelude a:visited {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-image: none !important;
}
#prelude a:active,
#prelude a:focus {
    position: static;
    width: auto;
    height: auto;
}
/* ------------------------------------------------------------
	3. HEADER
------------------------------------------------------------- */

 @media screen and (min-width: 700px) {
.intro {
    display: table;
    width: 100%;
    height: 450px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
/* fond menu du haut désactivé (conflit sous internet explorer avec le script backstretch qui fait défiler les images de fond)
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
    border-bottom: 1px solid #555
}
}

 @media screen and (max-width: 700px) {
.intro {
    display: table;
    width: 100%;
    height: 250px;
    padding: 100px 0px 0px 0px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
/* fond menu du haut désactivé (conflit sous internet explorer avec le script backstretch qui fait défiler les images de fond)
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
    border-bottom: 1px solid #555
}
}


/* bandeau bannière réduit en hauteur pour les pages autres que le blog */
.introdiminue {
    display: table;
    width: 100%;
    height: 150px;
    padding: 100px 0 10px 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    border-bottom: 1px solid #555
}

.intro h3 , .introdiminue h3 {
    margin-bottom: 2em;
}
.intro ul, .introdiminue ul,
.intro li .introdiminue li {
    list-style-type: none;
    font-size: 1em;
    margin: 0;
    padding: 0
}
.intro ul.subcategories, .introdiminue ul.subcategories {
    list-style-type: none;
    font-size: 1.5em;
    margin: 0;
    padding: 0
}
.intro ul.subcategories li, .introdiminue ul.subcategories li {
    display: inline;
    margin: 0;
    padding: 0
}
.intro a, .introdiminue a {
    color: #fff
}
.intro .intro-body, .introdiminue .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-footer, .introdiminue .intro-footer {
    margin-top: 2em
}

 @media screen and (max-width: 830px) {
.intro .intro-body .brand-heading, .introdiminue .intro-body .brand-heading {
    font-size: 2em;
}
}

 @media screen and (min-width: 831px) {
.intro .intro-body .brand-heading, .introdiminue .intro-body .brand-heading {
    font-size: 3em;
}
}

.intro  .intro-body .intro-text, .introdiminue .intro-body .intro-text {
    font-size: 1.5em;
}
.intro .btn-circle, .introdiminue .btn-circle {
    display: none
}
/* ------------------------------------------------------------
	4. CONTENT
------------------------------------------------------------- */

#content {
    width: 100%;
/*    padding: 2em 10% 6em; */
    font-weight: normal;
  padding-top: 0px; /* ajout guillaume */
}
 @media(max-width:767px) {
/* @media(max-width:1150px) { */
    #content {
        padding: 0 1em;
  padding-top: 0px; /* ajout guillaume */
    }
    p.field,
    p.field textarea {
        width: 100%
    }
    p.field textarea {
        border: 1px solid #ccc
    }
    .btn-circle {
        font-size: 2.5em;
        border: 1px solid #fff;
        border-radius: 100% !important;
        width: 1.5em;
        height: 1.5em;
        margin: 1em;
        padding: 0.02em 0.2em;
    }
    .btn-circle.up {
        color: #999;
        margin: 1em;
        border: 1px solid #999;
        padding: 0.02em 0.2em;
    }
    .blog-section {
        width: 100%;
        height: 100%;
        padding: 2em 0;
        color: #fff;
        background: #555 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC");
    }
    .blog-section a {
        color: #fff;
    }
}
.post {
    position: relative;
    padding: 0;
    text-align: justify;
    margin: 3em 0
}
.day-date {
    display: none;
}
.post-title {
    margin: .5em 0;
    line-height: 1.17;
    font-size: 2.4em
}
@media (max-width: 700px) {
	.post-title { 
		font-size: 1.8em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.post-title a {
    text-decoration: none;
}
.post h3,
.post h4,
.post h5,
.post h6 {
    font-weight: normal;
    font-variant: small-caps;
    margin: 1.5em 0 0.5em;
}

.post-content p,
.post-excerpt p,
.post-infos p {
text-align:justify;
}

.post-infos {
    margin-bottom: 8em;
    padding: 0;
    font-size: 0.875em;
    display: table;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    background: #eee
}
.dc-post .post-infos {
    margin-bottom: 2em
}
.post-infos span {
    white-space: nowrap
}
.post-content img,
.post-excerpt img {
    border: 1px solid #ccc;
    max-width: 70%;
    padding: 2px;
}
@media(min-width:768px) {
    .post-content img, .post-excerpt img {
        max-width: 100%;
    }
}
img.smiley {
    border: none;
    padding: 0;
}
.permalink a {
    padding-left: 20px;
}
.post-content,
.post-excerpt {
    font-size: 1.2em
}
.post-content p,
.post-excerpt p {
    font-size: 1em
}
.post-content ul,
.post-content ol {
    font-size: 1.2em;
}
.post-content ul {
    list-style-type: circle
}
.post-content ul,
.post-content ol {
    margin: .5em 0;
    font-size: inherit;
}
.post-content li {
    margin: .5em 0;
    font-size: inherit;
    list-style-type: inherit
}
.footnotes {
    font-size: .875em;
}
.footnotes h4 {
    font-variant: normal;
    font-weight: bold;
}
.read-it {
    margin: 0 0 1em;
    font-size: 1.5em
}
.post-info-co {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 1.2em;
    font-style: italic;
    padding-right: .5em;
    max-width: 80%;
}
.post-info-co a {
    text-decoration: none;
    padding-right: 1em;
    padding-left: 20px;
}
.post-info-co a.comment_count {} .post-info-co a.ping_count {} .post-info-co a.attach_count {} .dc-tags .tag0,
.tags .tag0 {
    font-size: 85%;
}
.dc-tags .tag10,
.tags .tag10 {
    font-size: 90%;
}
.dc-tags .tag20,
.tags .tag20 {
    font-size: 95%;
}
.dc-tags .tag30,
.tags .tag30 {
    font-size: 100%;
}
.dc-tags .tag40,
.tags .tag40 {
    font-size: 105%;
}
.dc-tags .tag50,
.tags .tag50 {
    font-size: 110%;
}
.dc-tags .tag60,
.tags .tag60 {
    font-size: 115%;
}
.dc-tags .tag70,
.tags .tag70 {
    font-size: 120%;
}
.dc-tags .tag80,
.tags .tag80 {
    font-size: 125%;
}
.dc-tags .tag90,
.tags .tag90 {
    font-size: 130%;
}
.dc-tags .tag100,
.tags .tag100 {
    font-size: 135%;
}
#attachments {
    margin: 3em 0;
}
#attachments ul,
#attachments li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em
}
#comments,
#ping-url,
#comment-form,
#comments-feed {
    color: #333;
    clear: both;
}
#comment-form,
#ping-url {
    padding: 1em;
    margin-top: 1em;
    color: #333;
    border: 1px solid #ddd;
}
#pr {
    padding: 1em;
    border: 1px dashed #ddd;
    margin-bottom: 1em;
}
#comments h3,
#ping-url h3,
#pr h3,
#comment-form h3 {
    margin-top: 2em;
    color: #666;
}
#comment-form h3,
#ping-url h3 {
    margin-top: 0;
}
#comments > ul {
    margin-left: .2em;
    padding-left: 0;
    list-style-type: none;
}
.comment,
.ping {
    clear: left;
    margin-left: 0;
    border-top: 1px solid #bbb;
}
.comment-info {
    padding-bottom: .2em;
    line-height: 1.25;
    color: #555;
}
#comments .me {
    color: #333;
}
#comments {
    font-size: 1em;
    color: #999;
}
#comments dl {
    font-size: 1.2em;
    margin: 3em 1em
}
#comments dd {
    margin-left: 1.2em;
    color: #555;
    font-size: 0.875em;
}
/* ------------------------------------------------------------
	5. BUTTONS
------------------------------------------------------------- */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #ccc;
    color: #ccc;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #ccc;
    outline: 0;
    color: #000;
    background-color: #ccc;
}
.btn-circle {
    width: 1.5em;
    height: 1.5em;
    margin-top: 1em;
    padding: 0.05em 0.2em;
    border: 1px solid #fff;
    border-radius: 100% !important;
    font-size: 3.2em;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle.up {
    color: #999;
    border: 1px solid #999;
    padding: 0.02em 0.2em;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}
.btn-circle.up:hover,
.btn-circle.up:focus {
    outline: 0;
    color: #555;
    background: rgba(255, 255, 255, .1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
/* ------------------------------------------------------------
	6. FORMS
------------------------------------------------------------- */

#post-comments,
#pings,
#attachments,
#pr {
    padding-top: 3em;
}
.field {
    margin-bottom: 1em;
}
.field label {
    display: block;
    font-size: .875em;
    color: #666;
    text-indent: 6px;
}
.field input,
.field textarea {
    display: block;
    font-size: 100%;
    border: 1px solid #ccc !important;
    padding: 4px;
    background: #fff;
    border-radius: 3px;
}
.field textarea {
    padding: .5em 1em;
}
.field input:focus,
.field textarea:focus {
    background: #fff;
}
#c_content {
    width: 95%;
    padding: 4px;
}
.form-help {
    margin-top: 0;
    font-style: italic;
}
#comments-feed {
    margin-top: 2em;
}
#search p {
    background: #fff;
    text-align: right;
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 0;
    width: 78%;
}
#search input {
    margin: 0;
    border: none;
    background: transparent;
    height: auto;
    line-height: 2em;
}
#q {
    float: left;
    width: 78%;
    font-size: 100%;
    padding-left: 2px;
    color: #000
}
#q:focus {
    background: #fcfcf9;
}
#search .submit {
    background: #706F6F;
    color: #fff;
    vertical-align: top;
    width: 20%;
    font-variant: small-caps;
    height: 2em;
}
#search .submit:hover,
#search .submit:focus {
    background: #333;
}
/* ------------------------------------------------------------
	7. MENUBAR
------------------------------------------------------------- */

#menubar {
    padding: 0 0;
    font-size: 1.2em
}

.formation-section {
    width: 100%;
    height: 100%;
    padding: 2em 2em;
    color: #fff;
    background: #cccccc;
}

.formation-section-small {
/*    width: 100%;
    height: 100%; */
    padding: 1em 0;
    color: #fff;
    background: #cccccc;
}


.pelerinage-section {
    width: 100%;
    height: 100%;
    padding: 2em 2em;
    color: #fff;
    background: #333399;
}

.mailing-section {
    width: 100%;
    height: 100%;
    padding: 2em 2em;
    color: #fff;
    background: #ffcc33;
}

.formation-inner {
text-align: center;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.blog-section {
    width: 100%;
    height: 100%;
    padding: 2em 0;
    color: #fff;
    background: #555 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC");
}
.blog-section a {
    color: #ddd
}
.blog-section a:hover {
    color: #fff
}
.blog-section h2 {
    font-size: 1.5em
}
#blognav,
#blogextra,
#blogcustom {
    text-align: left;
    margin-top: 3em
}
#blognav > div,
#blogextra > div,
#blogcustom > div {
    margin-bottom: 3em
}

@media(min-width:767px) {
/*
    .content-section {
        padding-top: 250px;
    }
*/
    #blognav,
    #blogextra,
    #blogcustom {
        margin-top: 5em
    }
}
/* ------------------------------------------------------------
	8. FOOTER
------------------------------------------------------------- */

ul.banner-social-buttons {
    margin: 5em 0 1em 0;
}
@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin: 2em 0;
        padding: 0;
    }
}
@media(min-width:767px) {
    ul.banner-social-buttons li {
        margin: 0.5em 0;
    }
}
footer {
    padding: 3em
}
footer p {
    margin: 2em 0 0 0;
}

/* ------------------------------------------------------------
	9. AJOUTS GUILLAUME
------------------------------------------------------------- */

/* adapter la largeur des images à la largeur de l'écran */

/* iframe responsive */

.iframeresponsive {
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 padding-top: 25px;
 height: 0;
}
.iframeresponsive iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/* bouton menu mobile (technique checkbox pour afficher/masquer le menu en appuyant dessus sans javascript */

 @media screen and (max-width: 830px) {
    .menunav {
    display: none;
}
}

    .iconenav {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    border:3px solid #000099;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    margin-top: -50px;
    position: fixed;
    right: 10px;
    
}
    .iconenav:hover {
   filter: brightness(80%);
}

 @media screen and (min-width: 830px) {
    .iconenav {
    display: none;
}
}

.menu-checkbox:checked ~ .menunav {
    display: block;
width:100%;
}

 @media screen and (max-width: 830px) {
.menu-checkbox:checked ~ .menunav {
    max-height: 340px;
    overflow-y:scroll;
    overflow-x: hidden;
}
}

.menu-checkbox {
	opacity: 0;
/*	position: absolute;
	top: -1000px; */
}

 @media screen and (min-width: 830px) {
.menu-checkbox {
    display: none;
}
}

.alignerdroit {
/* margin-right: 0px;
margin-left: auto; */
}


/* fin menu mobile */

/* style page d'accueil articles blog */


 @media screen and (min-width: 700px) {
.actualite {
    text-align: center;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.85em;
    color: #214794;
    background: url("/images/bckgd-point.png") center center no-repeat;
    margin-top: 0px;
    margin-bottom:20px;
}
}

 @media screen and (max-width: 700px) {
.actualite {
    text-align: center;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.0em;
    color: #214794;
    background: url("/images/bckgd-point.png") center center no-repeat;
    margin-top: 0px;
    margin-bottom:20px;
}
}

 @media screen and (min-width: 700px) {
.formation-titre {
    text-align: center;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.85em;
    color: #214794;
     margin-top: 0px;
    margin-bottom:20px;
}
}

 @media screen and (max-width: 700px) {
.formation-titre {
    text-align: center;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.0em;
    color: #214794;
     margin-top: 0px;
    margin-bottom:20px;
}
}

 @media screen and (min-width: 700px) {
.pelerinage-titre {
    text-align: center;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.85em;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom:20px;
}
}

 @media screen and (max-width: 700px) {
.pelerinage-titre {
    text-align: center;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.0em;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom:20px;
}
}

.nxdo-list {
list-style-image:url(images/flecherouge.gif);margin-left: 2px;margin-top: 5px;margin-bottom: 0px; padding-left: 20px;
font-size:11px; 
}

 @media screen and (min-width: 700px) {
.nxdo-item {
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
font-size: 18px;
}
}

 @media screen and (max-width: 700px) {
.nxdo-item {
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
width: 100%;
border-bottom: 1px solid #d6d6d6;
font-size: 13px;
}
}

.NextDoor {
}

.mrvbNextDoor {
}


 @media screen and (min-width: 700px) {
.nxdo-postlink {
font-size:22px;font-family:Verdana;color:#999999;font-weight:bold;
text-transform: uppercase;text-align: left;
text-decoration:none;text-underline:none; } 
a:hover.nxdo-postlink {font-size:22px;font-family:Verdana;color:#5b5b5b;font-weight:bold;
text-decoration:none; }
}

 @media screen and (max-width: 700px) {
.nxdo-postlink {
font-size:17px;font-family:Verdana;color:#999999;font-weight:bold;
text-transform: uppercase;text-align: left;
text-decoration:none;text-underline:none; } 
a:hover.nxdo-postlink {font-size:17px;font-family:Verdana;color:#5b5b5b;font-weight:bold;
text-decoration:none; }
}


.nxdo-bandeau {
font-size:15px;font-family:Verdana;color:#CC0000;font-weight:bold; font-variant: small-caps;
text-decoration:none;text-underline:none; margin-top:0px; margin-bottom:0px; padding:0px;} 
a:hover.nxdo-bandeau {font-size:15px;font-family:Verdana;color:#CC0000;font-weight:bold;
text-decoration:none; }

.nxdo-date {
	display: inline-block;
	position: relative;
	color:#FFFFFF; border-color:#ffcc33;
	background-color:#ffcc33!important;
	border-radius: 4px;
	text-decoration:none;text-underline:none;
	width: auto;
	float: none;
	padding:0 10px;
	margin-top: 3px;
	line-height: 2.0;
	font-size: 11px;
	font-style: normal;
	clear: both;
}

.nxdo-img {
width: 180px;
}


.nxdo-lienimage {
display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
a:hover.nxdo-lienimage {
opacity: 0.7;
}


/* miniatures image articles actualité page accueil */


 @media screen and (min-width: 931px) {
.coverimg {
   object-fit: cover;
   object-position: center top;
   margin: 0 20px 0 0;
   width: 300px;
   height: 232px;
   max-width: 60%; 
   border: 1px solid #d6d6d6;
   border-radius: 6px;
}
.imgresponsiv {
   float: left;
   margin: 0 20px 10px 0;
   max-width: 30%; 
}
}
 @media screen and (max-width: 930px) {
.coverimg {
   object-fit: cover;
   object-position: center top;
   margin: 0 20px 0 0;
   width: 300px;
   height: 232px;
   max-width: 40%; 
   border: 1px solid #d6d6d6;
   border-radius: 6px;
}
.imgresponsiv {
   float: left;
   margin: 0 20px 10px 0;
   max-width: 30%; 

}
}

 @media screen and (max-width: 700px) {
.coverimg {
   object-fit: cover;
   object-position: center top;
   margin: 0 20px 0 0;
   width: 200px;
   height: 155px;
   max-width: 40%; 
/*   border: 1px solid black; */
   border-radius: 6px;
}
}

.degr-image {
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
.degr-image:hover {
opacity: 0.7;
}

/* fin style page d'accueil articles blog */



/* style agenda */

.agenda {
    text-align: left;
/*    font-family: 'Bitter-Bold'; */
    font-weight: bold;
    font-size: 2.0em;
    color: #214794;
/*    background: url("http://www.nd-chretiente.com/images/bckgd-point.png") center center no-repeat; */
    margin-top: 0px;
    margin-bottom:20px;
}

.contbas {
  display: flex;
  flex-wrap: wrap;
  max-width:1200px;
  margin-top:20px;
  margin-bottom:0px;
margin-left:auto;
margin-right:auto;
}


.gaucheacc {
order: 1;
flex: 1;
/* min-width:400px; */
/* background-color:#EFEFFF; */
}

 @media screen and (min-width: 930px) {
.gauche2 {
padding: 20px;
}
}
 @media screen and (max-width: 930px) {
.gauche2 {
padding: 10px;
}
}

 @media screen and (min-width: 930px) {
.droit1 {
flex-shrink: 0;
order: 2;
width: 301px;
padding-left: 30px;
background-color: #FFFFFF;
}
.droit1eng {
flex-shrink: 0;
order: 2;
width: 350px;
padding-left: 30px;
background-color: #FFFFFF;
}
.droit2 {
border-left: 1px dotted #000099;
padding-left: 10px;
padding-right: 10px;
padding-top: 14px;
padding-bottom: 5px;
text-align: left;
}
}

 @media screen and (max-width: 930px) {
.droit1, .droit1eng {
flex-shrink: 0;
order: 2;
width: 100%;
padding-left: 30px;
background-color: #FFFFFF;
}
.droit2 {
padding-right: 10px;
padding-top: 14px;
padding-bottom: 5px;
text-align: left;
}

.separator-agenda {
    background: url("/images/pointilles.png") no-repeat center top;
    height: 4px;
    margin-top: 40px;

}

}



.orbg-item {
margin-bottom: 5px;
}


.puceagenda
{
margin-left: 20px;
padding-left: 0px;
list-style-type: circle
}

.puceagenda li
{
font-size:15px;
padding-left: 0px;
/* background-image: url(/images/flechebleue.gif);
background-repeat: no-repeat; 
background-position: 0px 0px; */
margin-bottom: 20px;
}


.puce-eng
{
margin-left: 20px;
padding-left: 0px;
list-style-type: circle
}

.puce-eng li
{
font-size:15px;
padding-left: 0px;
}


/* fin style agenda */

/* Continue Reading Links */
a.continue-reading-link {
	display: inline-block;
	position: relative;
	text-align: right;
	color:#FFFFFF; border-color:#214794;
	background-color:#214794!important;
	border-radius: 4px;
	text-decoration:none;text-underline:none;
	width: auto;
	float: none;
	padding:0 10px;
	margin-top: 3px;
	line-height: 2.0;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	clear: both;
	border: 1px solid #214794;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

a.continue-reading-link:hover {
background-color:#FFFFFF !important; color:#214794!important; }

/* section formation */

.separator{
    background: url("/images/pointilles.png") no-repeat center top;
    height: 4px;
    padding-bottom: 54px;
}

.flex-formation
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

 @media screen and (min-width: 700px) {
.border {
    text-align: center;
    border: 2px solid #FFFFFF;
    margin: 15px 15px;
    padding: 15px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 250px;
    height: 170px;
}
}

 @media screen and (max-width: 700px) {
.border {
    text-align: center;
    border: 2px solid #FFFFFF;
    margin: 10px 10px;
    padding: 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 125px;
    height: 115px;
}
}


 @media screen and (max-width: 830px) {
.border-small {
    text-align: center;
    border: 2px solid #FFFFFF;
    margin: 4px 4px;
    padding: 4px 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 58px;
    height: 55px;
}
.border-small-actif {
    text-align: center;
    border: 2px solid #214794;
    margin: 4px 4px;
    padding: 4px 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 58px;
    height: 55px;
}
}


 @media screen and (min-width: 831px) {
.border-small {
    text-align: center;
    border: 2px solid #FFFFFF;
    margin: 8px 8px;
    padding: 8px 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 180px;
    height: 90px;
}
.border-small-actif {
    text-align: center;
    border: 2px solid #214794;
    margin: 8px 8px;
    padding: 8px 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 180px;
    height: 90px;
}
}


.border:hover, .border-small:hover {
    border-color: #333399;
}

.titreformation {
    font-size: 22px;
    font-family:Verdana;
    color:#FFFFFF;
    background-color: #214794;
    border-radius: 0.2em;
    padding: 4px 8px;
    margin: 4px 0px;
    width: 100%;
    }

.sousmenumob {
    font-size: 16px;
    font-family:Verdana;
    color:#214794;
    background-color: #FFFFFF;
    border: .10em solid #214794;
    border-radius: 0.6em;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    }

.sousmenumob-actif {
    font-size: 16px;
    font-family:Verdana;
    color:#FFFFFF;
    background-color: #214794;
    border: .10em solid #214794;
    border-radius: 0.6em;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    }

.sousmenumob:hover {color:#FFFFFF;
    background-color: #214794;
    }

.sousmenumob-actif:hover {color:#214794;
    background-color: #FFFFFF;
    }

 @media screen and (min-width: 700px) {
.borderpele {
    text-align: center;
    border: 2px solid #FFFFFF;
    margin: 15px 15px;
    padding: 15px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 250px;
    height: 170px;
}
}

 @media screen and (max-width: 700px) {
.borderpele {
    text-align: center;
    border: 2px solid #FFFFFF;
    margin: 10px 10px;
    padding: 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 125px;
    height: 115px;
}
}

.borderpele:hover {
    border-color: #ffcc33;
}



 @media screen and (min-width: 700px) {
.bordervideo {
    text-align: center;
    margin: 15px 15px;
    padding: 0px 0px;
    width: 250px;
    height: 170px;
}
}

 @media screen and (max-width: 700px) {
.bordervideo {
    text-align: center;
    margin: 10px 10px;
    padding: 0px 0px;
    width: 125px;
    height: 115px;
}
}




 @media screen and (min-width: 700px) {
.dossiersphotos {
    text-align: center;
    border: 2px solid #214794;
    margin: 15px 15px;
    padding: 15px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-width: 200px;
    min-height: 130px;
}
}

 @media screen and (max-width: 700px) {
.dossiersphotos {
    text-align: center;
    border: 2px solid #214794;
    margin: 10px 10px;
    padding: 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 125px;
    min-height: 115px;
}
}

.dossiersphotos:hover {
    border-color: #ffcc33;
}


.figurendc:hover img{filter: brightness(60%);}
.figurendc p{margin-top:0px;}
.figurendc p a{display:none;}
.figurendc:hover p a{display:block;}

.videoyoutube:hover img{filter: brightness(60%);}
.videoyoutube {margin-top:0px;}
.videoyoutube p{margin-top:0px;}
.videoyoutube:hover p a{display:block;}

.telecharimg {
color:#ffffff;
}
.telecharimg:hover {
color:#ffcc33;
}

.logoyoutube {
color:#ffffff;
}
.logoyoutube:hover {
color:#ff0101;
}

.figcaptionndc
{
position:absolute;
margin-top:15px;
margin-left:15px;
}

.figcaptionyoutube
{
position:absolute;
margin-top:40px;
margin-left:110px;
}

.figcaptionphotos
{
position:absolute;
margin-top:10px;
margin-left:15px;
color: #FFFFFF;
}

.headform, .headform-small {
/*    font-family: "Source Sans Pro";  */
    font-weight: bold;
    color: #214794;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 0;
}

 @media screen and (max-width: 830px) {
.headform-small {
font-size: 0em;
visibility: hidden;
}
}


.headpele {
/*    font-family: "Source Sans Pro"; */
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 0;
}


 @media screen and (min-width: 700px) {
.headpeleinfo {
/*    font-family: "Source Sans Pro"; */
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 0;
}
}


 @media screen and (max-width: 700px) {
.headpeleinfo {
visibility: hidden;
}
}

 @media screen and (min-width: 700px) {
.headpeleinfomini {
visibility: hidden;

}
}

 @media screen and (max-width: 700px) {
.headpeleinfomini {
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 0;
}
}



 @media screen and (min-width: 700px) {
.textform {
    text-transform: uppercase;
    font-weight: bold;
    color: #6699cc;
    font-size: 1.0em;
    margin: 0 0;
}
}

 @media screen and (max-width: 700px) {
.textform {
visibility: hidden;
}
}

.icon-ndc {
  /* Permet de redimensionner en changeant la font-size de l’icône */
  width: 5.3em; height: 5.3em;
  /* Bel alignement visuel des icônes avec le texte  */
  vertical-align: -3.5em;
  /* fill par défaut = valeur de la propriété couleur de son élément parent */
  fill: #FFFFFF;
  /* Les paths et les strokes qui dépassent de la viewBox peuvent apparaître dans IE.
     Si vous utilisez normalize.css, inutile de l’ajouter.
  overflow: hidden; */
-webkit-filter: drop-shadow(2px 2px 2px #222);filter: drop-shadow(2px 2px 2px #222);

}


.logo-ndc {
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222); margin: 15px 20px;
}


.entete-ndc {
-webkit-filter: drop-shadow(1px 1px 1px #222);filter: drop-shadow(1px 1px 1px #222);
padding-left: 0;
margin-left:0;
}


 @media screen and (max-width: 830px) {
.cache-mobile {
display: none;
}
}

 @media screen and (min-width: 830px) {
.cache-ordi {
display: none;
}
}

/* tableaux des contacts
**********************************************/

table.contact { border: 1px solid #ccc; border-collapse: collapse; margin-top: 10px; margin-left:auto; margin-right:auto; }
td.contact_titre {background-color: #EDF2FB; border: 1px solid #ccc; text-align:center; vertical-align: middle; padding: 10px;}
td.contact_cell { border: 1px solid #ccc; padding: 5px 10px; vertical-align: middle; }

.liendroit-cercle {
    color: #999;
    border: 1px solid #999;
    border-radius: 100% !important;
    padding: 0.0em 0.3em;
}

.mailform td {
    padding: 5px;
}



/* formulaires contacts et boutons */

.flexbox { display: flex; }
.flexbox .stretch { flex: 1; }
.flexbox .normal { flex: 0; margin: 0 0 0 1rem; }
.flexbox div input { padding: .5em 1em; width: 90%; }
.flexbox div TEXTAREA { padding: .5em 1em; width: 90%; }
.flexbox div button { padding: .5em 1em; white-space: nowrap; }


  .bouton {
    font-size:16.0px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  }

  .bouton:hover {
     background: #CC0000;
     color: white;
     transition: background 0.5s;
     cursor:  pointer;
  }

.ancre { padding-top: 85px; }

 @media screen and (min-width: 830px) {
#hautdepage {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  background-color: white;
}
}

 @media screen and (max-width: 829px) {
#hautdepage {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  outline: none;
  background-color: white;
}
}

#rubformation ul {
list-style-type: disc;
   }

 @media screen and (min-width: 830px) {
#rubformation li {
color: #214794;
border: none;
float: left;
width: 33%;
   }
}

 @media screen and (max-width: 830px) {
#rubformation li {
color: #214794;
border: none;
float: left;
width: 50%;
   }
}

#rubformation a {
color: #214794;
font-weight: bold;
   }

#rubformation a:hover {
color: #FFFFFF;
background-color: #214794;
   }



#menucatechisme {
position:absolute;
display:none;
width:auto;
height:auto;
}
#afficher:target #menucatechisme {
   display:block;
background-color:white;
border: 1px solid #214794;
padding: 5px;
}
.masquer {
   display:none;
}
#afficher:target .masquer {
   display:inline;
}
#afficher:target .afficher {
   display:none;
}