/* SPIP */

.spip_logo {
margin:0;
float:none;
}

.spip_note_ref {
	position: relative;
	bottom: 1px;
	font-size: .8em;
	line-height: .8em;
	vertical-align:super;
	text-decoration:none;
}

blockquote.spip {
    min-height: 40px;
    background: none
}

blockquote.spip p {
	text-align:right;
	font-size:0.7em;
}

/* BOOTSTRAP */

body {
	font-family: 'Open Sans', sans-serif;
	background:#FFFFFF;
}

a {
color:#45277d;
}

a:hover {
text-decoration:none;
}

.container{

}

.jumbotron {
    padding: 40px 0 0 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.jumbotron h1 {
	text-align:center;
	font-family:'Great Vibes', cursive;
	font-weight:bold;
}

.jumbotron .signature {
	text-align:right;
	font-size:80%;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 1rem;
}

@media (min-width: 992px) {
	.menu-mobile {
		display:none;
	}
}

@media (max-width: 992px) {
	.menu-desktop {
		display:none;
	}
}

/* STYLES perso */

.menu-desktop,
footer{
	background-color:#e7e7eb;
}

.menu-desktop ul ,
.col_sommaire .rounded-circle span,
footer .col_envoyerquestion h4,
footer .col_mentions
{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}

.menu-desktop ul li{
	border-left:#000000 solid 1px;
}

.menu-desktop ul li.nav-item-1{
	border-left:none;
}

#myCarousel .spip_logo {
    width: 100%;
}

.logo-site {
	height:210px;
	position:relative;
}

.logo-site img {
	overflow: visible;
    z-index: 1;
	float:left;
	margin:0;
	position:absolute;
}

footer .col_envoyerquestion {
	border-top:10px solid #6c7487;
	border-bottom:4px solid #6c7487;
	background-color:#FFFFFF;
}

footer a {
	color:#6c7487;
}

footer .col_envoyerquestion_img {
padding-left:0;
padding-right:0;
}

footer .col_envoyerquestion_texte {
padding:15px;
}

footer .col_mentions ul {
	border-left:2px #6c7487 solid;
	margin-top:50px;
	padding-left:10px
}



/* SOMMAIRE */

.col_sommaire_rubrique {
margin-bottom:25px;
}

.col_sommaire_rubrique .row {
margin-bottom:25px;
}

.col_sommaire_1,
.col_sommaire_2,
.col_sommaire_3,
.col_sommaire_4,
.col_sommaire_5,
.col_sommaire_6 {
border-top:solid 10px #0f606f;
border-bottom:solid 5px #0f606f;
}

.col_sommaire_1 h2,
.col_sommaire_2 h2,
.col_sommaire_3 h2,
.col_sommaire_4 h2,
.col_sommaire_5 h2,
.col_sommaire_6 h2 {
	color:#0f606f;
}

.col_sommaire_1 .rounded-circle,
.col_sommaire_2 .rounded-circle,
.col_sommaire_3 .rounded-circle,
.col_sommaire_4 .rounded-circle,
.col_sommaire_5 .rounded-circle,
.col_sommaire_6 .rounded-circle {
	background-color:#0f606f;
}

.col_sommaire .col_sommaire_rubrique h2 {
	font-family:'Great Vibes', cursive;
	text-transform:none;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}

.col_sommaire .rounded-circle a {
	color:#FFFFFF;
}
.col_sommaire .rounded-circle {
	width:100px;
	height:100px;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
}

/* PAGES */

.post {
margin-bottom:50px;
}

.post h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: none;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.post h2{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}

.post .ps h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}

.post p {
	text-align:justify;
}

.post .chapo {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:10pt;
}

.post .notes {
	font-size:10pt;
}

.post .ps {
margin-top:50px;
}

.post .ps h3 {

}

.post_mot .mot_article {
margin-bottom:50px;
}

.post_mot .spip_logo,
.post .spip_logo {
	border-bottom-style:solid;
	border-bottom-width:5px;
}

.questions-media li {
	border-top-style:solid;
	border-top-width:10px;
	border-bottom-style:solid;
	border-bottom-width:5px;
	margin:0 0 40px 0;
}

.media-body {
	margin:10px;
}

.questions-media a {
	color:#000000;
}

.col_droite_simple_blocs,
.col_droite_simple_questions ,
.col_droite_simple_recherche{
	margin-bottom:50px;
}

.col_droite_simple_blocs h1{
	font-size:3em;
}

.col_droite_simple_blocs p{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:center;
}

.col_droite_simple_blocs a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-align:center;
}

.col_droite_simple_questions h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#f59c00;
	border-bottom:solid 3px #fbd799;
}

.col_droite_simple_questions li {
	border:none;
	border-radius:0;
	border-bottom:solid 1px #fbd799;
	padding:10px 0;
}

.col_droite_simple_questions li a {
	color:#000000;
}

.col_droite_simple_blocs h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	padding-left:15px;
	text-align: left;
}

.col_droite_simple_blocs {
	font-size:1em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:center;
}

.col_droite_simple_blocs_prieres  {
	border-bottom: 2px solid #6c7487;
	margin-bottom:10px;
	padding-bottom:10px;
}

.col_droite_simple_blocs_prieres h1  {
	border-top: 20px solid #6c7487;
	border-bottom: 10px solid rgba(108, 116, 135, 0.5);
}

.col_droite_simple_blocs_prieres p,
.col_droite_simple_blocs_prieres a  {
	color:#6c7487;
}

.col_droite_simple_blocs_assoc  {
	border-bottom: 2px solid #526b6f;
	margin-bottom:10px;
	padding-bottom:10px;
}

.col_droite_simple_blocs_assoc h1  {
	border-top: 20px solid #526b6f;
	border-bottom: 10px solid rgba(82, 107, 111, 0.5);
}

.col_droite_simple_blocs_assoc p,
.col_droite_simple_blocs_assoc a  {
	color:#526b6f;
}

.col_droite_simple_blocs_lieux  {
	border-bottom: 2px solid #f59c00;
	margin-bottom:10px;
	padding-bottom:10px;
}

.col_droite_simple_blocs_lieux h1 {
	border-top: 20px solid #f59c00;
	border-bottom: 10px solid rgba(177, 137, 145, 0.5);
}

.col_droite_simple_blocs_lieux p,
.col_droite_simple_blocs_lieux a {
	color:#f59c00;
}

.col_droite_simple_recherche {
	background:#f59c00;
	padding:5px;
}

.col_droite_simple_recherche h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:solid 2px #FFFFFF;
}