@font-face {
 font-family: "LobsterTwo-Italic";
 src: url("LobsterTwo-Italic.ttf") format("truetype");
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  /*background: linear-gradient(#2cd6f3, white);
  background-attachment:fixed;*/
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image:url("../images/ciel.jpg");
  background-size: cover;
  background-attachment:fixed;
  font-family:Arial,Tahoma, sans-serif;
}
strong {
	font-style:italic;
}
object{
	border: 1px solid black;
}
.cred{color:red;font-size:20px;}
.cred:before{content:"\21FE";margin-right:5px;}
.cred:after{content:"\0021FD";margin-left:5px;}
/*********************************header*************************************/
header {
	position: relative;
	width:100%; 
	margin:auto;  
  text-align:center;
  height:450px;
  padding:25px 0 25px 0;
  background-image:url("../images/eglise.png");
  background-size: contain;
  background-repeat:no-repeat;
  background-position: top;
}
#header_ban {
  height:90%;
	width:100%;
	z-index:10;
} 
#banner_bt{	
	width:100%;
	text-align:left;
	padding-left:20%;
	z-index:20;
}
.banner-button{
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 15px;
	color: #fff;
	border-color: #FFAC00;
	background-color: #FFAC00;
	border: 1px solid;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
	transition: all 0.3s;
}
.banner-button:hover{
	background-color: transparent;
}
.banner-button.border {
	background-color: transparent;
	text-transform: uppercase;
}
.banner-button.border:hover {
	color: #fff;
}

nav {	
	width:100%;
	margin:0px auto; 
	padding:0px; 
	text-align:center;
	z-index:20;
}

ul {
	margin:0; 
	padding:0;list-style-image:none;
	list-style-type: none;
}
/**************** Menu ***************/
ul.menu {
	width:100%;
	margin:10px 0px 10px 0px; 
	justify-content: center;
  display: flex;
 }
ul.menu li {
	position: relative;
	float:left; 
	line-height:29px; 
	margin:0px; 
	padding:0 3px 0 3px;
	width:auto; 
	text-align:center; 
  z-index:100;
}
ul.menu li a, ul.menu li span {
	color:#fff;
	text-shadow: 0px 0px 3px #F77B44; 	
	text-decoration:none;
}
ul.menu li.current a { 
	color:#000000;
	text-shadow: 0px 0px 1px #fff; 
}
ul.menu li a:hover{ 
	color:yellow;
	text-shadow: 0px 0px 3px #F77B44; 
}
/********************* sous menu*************************/
ul.menu ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
li.sub-menu:after{
  content: '\BB';
	color: #fff; 
}
ul.menu li:hover ul{
max-height:15em;
z-index: 150;
}
/* background des liens menus */
ul.menu ul li:first-child{
border:#ffffff 1px solid;
}
ul.menu ul > li{
border:#ffffff 1px solid;
border-radius:0px 0px 5px 5px;
}
ul.menu ul > li{
	/*background:url(../images/header-bg.jpg);	*/
	padding:0 1% 0 1%;
	width:99%; 
	text-align:center; 
}
ul.menu ul > li a{
	/*background:url(../images/header-bg.jpg);	*/
	font-size:22px; 
}

ul.menu ul li a:hover{ 
	color:yellow;
	text-shadow: 0px 0px 1px #acbec6; 
}
/*******************************************************/
/*Style 'show menu' label button and hide it by default*/
#show-menu { 
	width:130px; 
	padding:10px;
	font-size:16px; 
	line-height:26px;  
	color:#fff; 	 
	text-align: center;
	display: none;
	z-index:90;
	cursor:pointer;
	z-index: 20;
	border-color: #FFAC00;
	background-color: #FFAC00;
	border: 1px solid;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
}
#show-menu span.span-menu{		
    width: 100%;
	border-radius:15px;
	padding:20px 25px 10px 25px;
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
    margin-top: 10px;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}


.fixed-h {
	position: fixed;
  padding:10px 0 10px 0;
	top: 0;
	z-index: 20;background-image:url("../images/ciel.jpg");
  background-size: cover;
  background-attachment:fixed;
  padding:10px 0 10px 0;
}
.fixed-f {
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.fixed-none {	
	position:absolute;
	margin:auto;
	bottom:0;
}
#scroll_t{
	position: fixed;
	display:none;
	right:0;
	bottom:30px;
}
a{
  font-size:1em; 
  color: #FFFFFF;
  text-decoration:none;
}
a.lien-doc{	
  font-size:1em;
  color: #F77B44;
}
blockquote{
	font-weight:600;
	font-style:italic;
	text-indent: -1.8em;
	border-top:1px dashed #F77B44;
	padding:1em;
	margin-top:50px;
}
blockquote::before {
  content: "\201C";
  color: #ccc;
  font-size: 70px;
  height: 82px;
  line-height: 1;
  opacity: .8;
  z-index: 1;
}
a.img_c{	
	position: absolute;
	right:10%;
	font-size:20px;
	text-shadow: 2px 2px 2px #000000;
	height:auto;
}
.titre{
	margin-bottom:20px;;
}
.fr {
	float:right;
}
.fl{
	float:left;
}

.cadre {	
  box-shadow: 1px 1px 12px #555;
}
.cadre-rss h3{	
  text-align: left;
}	
.cadre-rss {	
  border:1px solid #cdcdcd;
}
.cadre-rss h3{	
  text-align: left;
}
.cadre-rss a{	
  color:#cdcdcd;
}
.cadre-rss img{	
  width:33%;
}
img#img-rss{
	max-width:100%;
}
.cadre-rss a{
  color:#cdcdcd;
}
.cadre-rss img{	
  width:33%;
}
img#img-rss{
	max-width:100%;
}
div.main{
	
}
.container {	
}
/***********************************************************************/
a {text-decoration:none; cursor:pointer;text-decoration:none; }
a:hover {text-decoration:none;}

#dossier section{	
    columns: 1; 
    padding:0 5% 0 5%;
    margin-top:0px;
}
.gras {	
	font-weight:600;
}
#preambule section, #programme section, #info section{	
    columns: 1; 
    padding:0 5% 0 5%;
    margin-top:50px;
}
ol {	
	list-style-type: none;
}
ol.ol2 {	
	list-style-type: decimal;
}
ol.ol3 {	
	list-style-type: disc;
}
/*********************************content*************************************/
h1,h2,h3 {	
  text-align: center;
}
#dossier h1 {
	font-size:28px;
}
.red{color:red}
.bleu{color:#000284}
.b_yellow{background-color:yellow;}
.underline{
	border-bottom:1px solid #000000;
}
.center{	
  text-align: center;
}
p.avert{
	font-size:26px;
	font-weight:600;
}
#page-erreur{
	text-align: center;
	padding:30px;
}
#page-erreur img{
	margin-bottom: 30px;
}
.justify{
  text-align: justify;
}
div.accordionA, div.accordionB,div.accordionC {
	max-width:62%; 
	margin:auto;
}
#histo{
	margin-bottom:15px;
}
div.titre_accord{
	margin:0;
	padding:0;
}
.h1_accord{
	font-size:20px;
	margin:5px;
	padding:10px;
  background-color: #fff;
  box-shadow: 1px 1px 12px #555;
	border:1px solid orange;
  text-align: left;
  background-color: #fff;
}
.h1_accord:hover{
	cursor: pointer;
}
span.lettre_info {
	font-size:26px;
	color:red;
  text-shadow: 1px 1px 1px #555;	
}
div.content_accord {
	max-width:100%; 
	margin:auto; 
	padding:20px;
  font-size: 18px;
  background-color: #fff;
  box-shadow: 1px 1px 12px #555;
}
div.content {
	max-width:60%; 
	margin:25px auto 70px auto; 
	padding:20px;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 12px #555;
}
.enca-titre{
	border: 2px dashed red;
	color: red;
	padding:5px;
	font-weight:600;
}
#der_m {
	color: red;
	font-weight:600;
}
#der_m section{
	margin:25px;
}
#der_m section h1.big{
	font-size:28px;
	border:2px solid red;
	text-shadow: 1px 1px 5px black;padding:15px;
}
.ur{border-bottom:1px solid red;}
.plus{font-size:26px;font-weight:600;}
#invite{
	color:#000284;
	font-weight:400;
	text-align:center;
}
#info{
	background-image:url(../images/pa.jpg);
	background-repeat: no-repeat;
	background-position: top 20px right 20px;
	color:#000284;
	font-weight:600;
}
.info_cat{
	font-size:28px;
}
#info h3{
  font-size: 23px;
	font-weight:600;
}
#der_m.content, #dossier.content, #preambule.content, #programme.content, #info.content {
  line-height:29px;
}
#liste.content {
  line-height:19px;
}
.entete_p2::before {
	content: "-  ";
}
.entete_p2 {
	font-weight:600;
	padding-left:5px;
}
.entete_p {
	font-weight:600;
}
#info_fil {
	border-radius:5px;
	box-shadow: 0 0 20px #cdbe9f inset;
	display: block;
  overflow: hidden;
  position: relative;
}
#info_fil span{
	color:red;
	text-shadow: 0px 0px 1px #000000; 
}
img.alignleft {
    margin: 15px 35px 15px 0;
    display: inline;
float: left;
}
ol.liste li::before {
    padding: 0 5px 0 20px;
    content: '\BB';
}
a.lien_p {
	font-size:1em;
	color:orange;
}
/**************************** content section*****************/

#liste section {
	display: grid;
}
.tete_l{
	grid-column: 1/3;
  grid-row: 1;
	text-align:center;
	border-bottom:1px grey dashed;
	margin-bottom:20px;
	padding-bottom:20px;
}
.corps_l{
	display: grid;
	width:100%;
	grid-column: 1/3 ;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows:auto auto auto; 
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
.tete_l span {
	font-family: "verdana", sans-serif;
	font-size:26px;
}
.tete_l span strong, .corps_l span strong{
	font-style:normal;
	font-size:18px;
}
.tete_l > div span, .corps_l > div span {
	display: block;
	font-size:13px;
	margin-top:30px;
}
.tete_l > div, .corps_l > div {
	display: inline-block;
	text-align:center;
	width:240px;
	max-height:350px;
	min-height:290px;
	background-color:#FFFFFF;
	background-image:url("../liste/cadre.jpg");
	background-repeat:no-repeat;
	background-position: top center;
	border:1px solid #e4e4e4;
  box-shadow:  0 0 10px #555;
	border-radius:5px;
}
.tete_l div img, .corps_l div img {
	width:200px;
	border-radius:2px;
	margin-top:15px;
	margin-left:-3px;
}

#liste section div > div{
	-webkit-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-moz-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-ms-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-o-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	transition: all .5s cubic-bezier( .6, 2, .4, 1);
}
#liste section div > div:hover{
	-webkit-transform: scale(1.5); 
	-moz-transform: scale(1.5); 
	-ms-transform: scale(1.5); 
	-o-transform: scale(1.5); 
	transform: scale(1.5);
}
.break{clear:both;width:0px;}

/**************************** footer ***********************/
footer {
  background-image:url("../images/foot_ciel.jpg");
  background-size: cover;
  background-attachment:fixed;
  padding:50px;
	color:#FFFFFF; 	
	text-align:center;
}
footer p{	
	text-shadow: 1px 1px 1px #000000; 
	font-family: "LobsterTwo-Italic";
	font-size: 36px;
}
footer div#ml{		
	font-size: 18px;
	line-height:26px;
	text-align:justify;
	color:grey; 	
	 opacity: 0.5;
}
footer p:nth-child(3) {
	font-size: 46px;
}
/**************************** Icones ***********************/
#s_icon {
	position: absolute;
	right:15%;
	top:20px;
	z-index:21;
}
#s_icon a{
  font-size:2em; 
  margin-right:15px;
}
.fa {
  padding: 10px;
  font-size: 22px;
  width: 30px;
	border-radius:5px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

 /* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  top:20%;
  background-color: #473542;
  margin: auto;
  padding: 0;
  width: 50%;
	max-width: 630px;
	min-width: 250px;
	height: auto;
  /*box-shadow: 1px 1px 12px #fff;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
#news{
	float:left;
	position: -webkit-sticky;
	position: sticky;top: 100px;
}
#news, #newsfoot{
	cursor: pointer;
}
/**************************** medi query *******************/

@media screen and (max-width: 1500px) {
	  
	div.accordionA, div.accordionB,div.accordionC {
		max-width:83%; 
	}
  div.content {
  	max-width:
  	80%;
  	margin:20px auto;
  }
	#banner_bt{	
	padding-left:8%;
	}
  header {  	
  	margin-bottom:0;padding-bottom:0;
  }
  a.img_c{
		right:35px;
  }
#der_m section h1.big{
	font-size:26px;
	line-height:26px;
}
	.banner-button{
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
	}
}

@media screen and (max-width:1024px) {
  a.img_c img{
		width:80px;
  }
  a.img_c{
		font-size:14px;
		right:25px;
  } 
	.corps_l{
		grid-column: 1/2 ;
	  grid-template-columns: 1fr 1fr;
	}
	.tete_l{
		grid-column: 1 ;
	  grid-template-columns: 1fr;
	}
}
@media screen and (max-width:850px) {
	
	#header_ban {
		height:80%;
	} 
	.banner-button{
		font-size: 11px;
		line-height: 16px;
		padding: 10px;
	}
	#scroll_t img{width:80%;}
}
@media screen and (max-width: 800px) {
.cadre-rss {	
  width:90%;
}
.cadre-rss img{	
  width:70%;
}
	 ul.menu li a, ul.menu li span {
	 font-size:18px; 
	 line-height:38px;  
 }
  /*Make dropdown links appear inline*/
    ul.menu {
        display: none;
    }
    /*Create vertical spacing*/
    ul.menu li {
      margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul.menu li, li a {
        width: 90%;
    }
    /*Display 'show menu' link*/
    #show-menu {
        display:block;
    }  
	div.accordionA, div.accordionB,div.accordionC {
		max-width:95%; 
	}
	#bellot{
		
	}
  h1,p.avert {
  	font-size:20px;
  }
  h2,h3 {
  	font-size:16px;
  }  
	.info_cat{
		font-size:20px;
	}
	
	#info h3{
  	font-size: 16px;
	}
	#info img, #invite img {
  	width:62px;
	}
	#info{
		background-image:url(../images/pa-2.jpg);
	}
  header {  	
  	height:270px;
  	margin-bottom:0;padding-bottom:0;
  } 
	#banner_bt{	
		padding-left:0;
	}
	#banner_bt img{ 	
		width:26px;
	}
  .banner-button{
		font-size: 10px;
		line-height: 18px;
		font-weight: 700;
		margin-top:5px;
		padding: 5px;
		left:5%;
	}
  #der_m.content, #dossier.content, #preambule.content, #programme.content, #info.content,#liste.content, #invite.content {
  	font-size:16px;
  	max-width:95%;
  	margin:20px;
  }  
section{	
	padding-left:1%;
	white-space:normal;
}
  header img, #dossier img{
  	max-width: 50%;
	  height: auto;
  }
img#img-rss{
	max-width:100%;
}
  a.img_c{
		right:5px;
  }
  a.img_c img{
		width:70px;
  }
#liste section div > div:hover{
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.2);
}

.corps_l{
	grid-column: 1/2 ;
  grid-template-columns: 1fr 1fr;
}
.tete_l{
	grid-column: 1 ;
  grid-template-columns: 1fr;
}

.tete_l span {
	font-size:18px;
}
  #info_fil {
  	max-width:95%;
  	margin:20px;
  }
#info_fil.content {
	padding:15px;
}
#info_fil {
	font-size:14px;
	line-height: 18px;
}
#s_icon {
	position: absolute;
	right:10%;
	top:20px;
	z-index:21;
}
.fa {
  padding: 5px;
  width: 20px;
	border-radius:5px;
}
.cred, .fa {
  font-size: 16px;
}
}

@media screen and (max-width: 580px) {
.cadre-rss img{	
  width:80%;
}
.corps_l{
	grid-column: 1 ;
  grid-template-columns: 1fr;
}
	#invite img {
  	width:44px;
	}
	#invite {
  	padding-left:5px;
  	padding-right:5px;
	}
#der_m section h1.big{
	font-size:24px;
	line-height:24px;
}
}
@media screen and (max-width: 500px) {
  header {  	
  height:250px;
  }
	#banner_bt{			
	
	}
	#invite img {
  	width:26px;
	}
	#invite section p{
    font-size: 13px;
	}
  .banner-button{
		font-size: 10px;
		line-height: 14px;
		font-weight: 700;
		margin-top:3px;
		padding: 3px;
	}
#scroll_t{
	
}
  a.img_c{
		font-size:10px;
		right:5px;
  }
  a.img_c img{
		width:40px;
  }
  div.content {
  	margin:10px;
  }
#liste section div span {
	font-size:16px;
}
}
 
@media screen and (max-width: 460px) {
  header {  	
  height:190px;
  }
  
	#invite img {
  	width:17px;
	}
}
  
@media screen and (max-width: 420px) {
  header {  	
  height:175px;
  }
}