/*
Theme Name: Diocèse de Lyon
Author: jean-marc blin
Text Domain: diocese
*/

html, body{
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}
body{
    margin-top: 98px !important; /* 80px pour le menu top + 18px d'écart avec le fil d'ariane */
	background: #f7f7f7;
}
@media (max-width: 1199px) {
	body{
	    margin-top: 90px !important; /* 80px pour le menu top + 10px d'écart avec le fil d'ariane */
	    min-height: 100vh;
	}
	body.open{
	    margin-top: 80px !important; /* 80px pour le menu top + 10px d'écart avec le fil d'ariane */
	}
}

h1, h2, h3{
	font-family: 'Fjalla One', sans-serif;
}

.row a:hover, .row a:focus, .row a:active{
	color: #003D60;
	text-decoration: none;
}
.title-diocese-more-videos {
	font-family: 'Rubik', sans-serif;
    font-size: 26px;
    color: #003D60;
    font-weight: bold;
    margin: 0 0 15px;
}

/*** COULEURS ***/
/****************/
.subactulites li:hover h2 {
    color: #226EAC!important;
}
.subactulites li:hover i {
    color: #226EAC!important;
}
/* .boutonblanc:hover {
    background: #192940!important;
    border: 1px solid #192940!important;
}
a:hover button.boutonblanc-evt {
    background: #192940!important;
    color: #FFF;
    border: 1px solid #192940!important;
} */
.nopad .link_video .listmois__listdio__desc p {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color:black;
    max-height: 70px;
    overflow: hidden;
}
.nopad .video .video__description p {
    color: white;
}
.listmois__listdio__desc a {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #003D60;
    max-height: 70px;
    overflow: hidden;
}
.color_bleu1{
	color: #003D60;
}
.color_bleu2{
	color: #226EAC;
}
.color_bleu3{
	color: #73B4DA;
}
.color_gris1{
	color: #ececec;
}
.color_gris2{
	color: #f7f7f7;
}
.background_bleu1{
	background: #003D60;
	color: #FFF;
}
.background_bleu2{
	background: #226EAC;
}
.background_bleu21{
	background: rgb(22, 52, 64);
}
.background_bleu4{
	background: #73B4DA;
}
.background_bleu3{
	background: #73B4DA;
}
.background_gris1{
	background: #ececec;
}
.background_gris2{
	background: #f7f7f7;
}
.background_blanc{
	background: #fff;
}

	.color_conferences{
		color: #5A4182;
	}
	.color_rassemblement{
		color: #003D60;
	}
	.color_art_culture{
		color: #eba961;
	}
	.color_spiritualite{
		color: #00876F;
	}
	.color_formation{
		color: #A8CB63;
	}
	.color_celebration{
		color: #73B4DA;
	}
	.color_autres{
		color: #b74888;
	}
	.background_conferences{
		background: #5A4182;
	}
	.background_rassemblement{
		background: #003D60;
	}
	.background_art_culture{
		background: #eba961;
	}
	.background_spiritualite{
		background: #00876F;
	}
	.background_formation{
		background: #A8CB63;
	}
	.background_celebration{
		background: #73B4DA;
	}
	.background_autres{
		background: #b74888;
	}

/*** BOOTSTRAP OVER ***/
/**********************/
.nopad{
	padding: 0px !important;
}
.nomarg{
	margin: 0px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    min-width: 578px;
    margin: 0 80px;
    width: calc(100% - 190px) !important;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid {
    overflow-x: hidden;
    width: 100vw;
  }
}
/*** HEADER ***/
/**************/
.menuh{
    position: fixed;
    height: 80px;
    border-bottom: 1px solid #003D60;
    width: 100vw;
    z-index: 450;
    top: 0px;
    left: 0px;
    background: #FFF;
}
.menu__open{
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    padding: 47px 24px 17px;
	overflow: hidden;
	cursor: pointer;
}
.menu__open__line{
    position: absolute;
    width: 31px;
    height: 3px;
    background: #FFF;
}
.menu__open__line:nth-child(1){
    top: 18px;
    left: 24px;
}
.menu__open__line:nth-child(2){
    top: 27px;
    left: 24px;
}
.menu__open__line:nth-child(3){
    top: 36px;
    left: 24px;
}
.menu__open:hover .menu__open__line.menu__open__line-anim:nth-child(1) {
	-webkit-animation: animation_menu 0.5s linear 0s 1;
	-moz-animation: animation_menu 0.5s linear 0s 1;
	-ms-animation: animation_menu 0.5s linear 0s 1;
	animation: animation_menu 0.5s linear 0s 1;
}
.menu__open:hover .menu__open__line.menu__open__line-anim:nth-child(2) {
	-webkit-animation: animation_menu 0.5s linear 0.1s 1;
	-moz-animation: animation_menu 0.5s linear 0.1s 1;
	-ms-animation: animation_menu 0.5s linear 0.1s 1;
	animation: animation_menu 0.5s linear 0.1s 1;
}
.menu__open:hover .menu__open__line.menu__open__line-anim:nth-child(3) {
	-webkit-animation: animation_menu 0.5s linear 0.2s 1;
	-moz-animation: animation_menu 0.5s linear 0.2s 1;
	-ms-animation: animation_menu 0.5s linear 0.2s 1;
	animation: animation_menu 0.5s linear 0.2s 1;
}
@-webkit-keyframes animation_menu {
    0% {
		left: 24px;
	}
    50% {
		left: 80px;
	}
    51% {
		left: -31px;
	}
    100% {
		left: 24px;
	}
}
@-moz-keyframes animation_menu {
    0% {
		left: 24px;
	}
    50% {
		left: 80px;
	}
    51% {
		left: -31px;
	}
    100% {
		left: 24px;
	}
}
@-ms-keyframes animation_menu {
    0% {
		left: 24px;
	}
    50% {
		left: 80px;
	}
    51% {
		left: -31px;
	}
    100% {
		left: 24px;
	}
}
@keyframes animation_menu {
    0% {
		left: 24px;
	}
    50% {
		left: 80px;
	}
    51% {
		left: -31px;
	}
    100% {
		left: 24px;
	}
}
.menu__open__line.menu__open__line-close:nth-child(1){
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 26px;
}
.menu__open__line.menu__open__line-close:nth-child(2){
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 26px;
}
.menu__open__line.menu__open__line-close:nth-child(3){
    display: none;
}
.menu__open__text{
	position: relative;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11.5px;
}
.menu__slogan{
    font-size: 17px;
    margin: 20px 42px;
    width: 240px;
    float: left;
    line-height: 20px;
    margin-right: calc(50% - 452px);
}
.menu__slogan-small{
	text-align: center;
    width: 100%;
    padding: 0px;
    margin: 30px 0px;
}
@media (max-width: 767px) {
	.menu__slogan-small {
		text-align: center;
		width: 100vw;
		padding: 0px;
		margin: 0px;
		padding: 30px 30px 10px 30px;
	}
	#navigation .menu__search {
		text-align: center;
	    border-bottom: 1px solid #003D60;
	}
}
.menu__logo{
	background: url(_images/logo.png) center center no-repeat;
	position: relative;
	float : left;
	width: 186px;
	height: 76px;
	cursor: pointer;
	background-size: 100% auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.menu__logo{
		margin-left: 30px;
	}
}
@media (max-width: 767px) {
	.menu__logo{
		margin-left: 20px;
	    max-width: calc(100% - 190px);
	}
}
.searchform{
    margin: 22px 50px 22px 0px;
    float: right;
    border: 1px solid #003D60;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    padding: 0px 20px;
    background: #FFF;
}
@media (max-width: 767px) {
	.searchform{
	    margin: 10px 30px 20px;
		float: none;
	}
}
.searchform input[type="search"]{
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    border: none;
    line-height: 36px;
    height: 38px;
	float: left;
}
.searchform button[type="submit"]{
    border: 0px;
    background: transparent;
    font-size: 23px;
    color: #003D60;
    padding: 0px 8px;
    line-height: 38px;
}
@media (max-width: 767px) {
	.searchform button[type="submit"]{
	     float: right;
	}
}
.search-menu{
    background: transparent;
    font-size: 23px;
    color: #003D60;
    padding: 0px 8px;
    line-height: 38px;
    border: 1px solid #003D60;
    border-radius: 50%;
    margin: 20px;
    float: right;
}
@media (max-width: 767px) {
	.search-menu{
		width: 40px;
	}
}

/*** NAV ***/
/***********/
nav#navigation{
	display: none;
    position: fixed;
    z-index: 200;
    top: 80px;
    width: 100%;
    background: #FFF;
    left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (max-width: 1199px) {
	nav#navigation{
	    position: absolute;
				top: 0px;
	}
}
@media (max-width: 991px) {
	nav#navigation{
		top: 0px;
	}
}
.menu__contacts{
    margin-top: 80px;
    height: 68px;
    overflow: hidden;
}
@media (max-width: 767px) {
	.menu__contacts{
		margin-top: 40px;
	}
}
.menu__contacts__contact{
	border: 1px solid #003D60;
    float: left;
    border-radius: 20px;
    padding: 0px 20px 0px 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
    margin: 14px 0;
}
@media (max-width: 767px) {
	.menu__contacts__contact{
	    margin: 14px 0 14px 25px;
	    font-size: 14px;
	}
}
.menu__contacts__contact:hover{
	background: #003D60;
	color: #FFF;
}
.menu__contacts__contact .fa{
    margin-left: 10px;
}
.menu__contacts__rsociaux{
    float: right;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    margin: 20px 0;
}
@media (max-width: 767px) {
	.menu__contacts__rsociaux{
	    float: right;
		padding-right: 30px;
	}
}
.menu__contacts__rsociaux label{
    float: left;
    line-height: 27px;
}
@media (max-width: 767px) {
	.menu__contacts__rsociaux label{
		display: none;
	}
}
.menu__contacts__rsociaux ul{
    float: right;
    display: inline;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
@media (max-width: 767px) {
	.menu__contacts__rsociaux ul{
		padding-left: 8px;
	}
}
.menu__contacts__rsociaux ul li{
	list-style: none;
    position: relative;
    float: left;
    font-size: 24px;
    margin-right: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
@media (max-width: 767px) {
	.menu__contacts__rsociaux ul li{
		margin-right: 0px;
	}
}
.menu__contacts__rsociaux ul li:hover{
    margin-top: -5px;
}
.menu__contacts__rsociaux ul li .fa{
	padding: 0 10px;
}
@media (max-width: 767px) {
	.menu__contacts__rsociaux ul li .fa{
		padding: 0 9px;
	}
}
.menu__sousmenu{
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #FFF;
}
@media (max-width: 767px) {
	.menu__sousmenu {
		height: auto;
	}
}
.menu__sousmenu__contact{
	padding: 0;
    margin: 0;
	font-family: 'Rubik', sans-serif;
}
@media (max-width: 767px) {
	.menu__sousmenu__contact{
		width: calc(100% - 50px);
    margin: 0 25px;
	}
}
.menu__sousmenu__contact li{
    list-style: none;
    margin: 12px 0;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 12px;
}
@media (max-width: 767px) {
	.menu__sousmenu__contact li{
		margin: 12px 0 7px;
	}
}
.menu__sousmenu__contact li:hover{
	opacity: 1;
}
.menu__sousmenu__contact li a{
	color: #FFF;
}
.menu__sousmenu__contact li:hover a{
	color: #FFF;
}
.menu__sousmenu__contact li.background_bleu3{
    padding: 0 15px;
	opacity: 1;
}
.menu__sousmenu__contact li.background_bleu3:hover{
	background: #226EAC;
}
#menu-menu_top{
    font-family: 'Fjalla One', sans-serif;
    color: #003D60;
    font-size: 22px;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
}
@media (max-width: 767px) {
	#menu-menu_top{
		margin: 0;
	}
}
#menu-menu_top > li.menu-item{
    border-left: 1px solid #003D60;
    width: calc(16.66666667% - 20px);
    float: left;
    margin-right: 20px;
    padding-left: 10px;
    margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	#menu-menu_top > li.menu-item{
		width: calc(33.33333333% - 20px);
		float: left;
	}
	#menu-menu_top > li.menu-item:nth-child(3n+4){
		clear: both;
	}
}
@media (max-width: 767px) {
	#menu-menu_top > li.menu-item{
	    border-bottom: 1px solid #003D60;
	    border-left: none;
		width: 100vw;
		float: left;
		margin-right: 20px;
		padding-left: 0px;
		margin-top: 0px;
	    line-height: 58px;
	    position: relative;
	}
	#menu-menu_top > li.menu-item:after{
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f078";
		width: 32px;
		font-size: 22px;
		text-align: right;
		margin-right: 10px;
		position: absolute;
		right: 30px;
		top: 16px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		transition: all .5s;
	}
	#menu-menu_top > li.menu-item.selected:after{
		-webkit-transform: rotateZ(180deg);
		-moz-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
		right: 19px;
	}
	#menu-menu_top > li.menu-item > a{
		padding-left: 30px;
	}
}
#menu-menu_top a{
    color: #003D60;
}
#menu-menu_top > li:nth-child(n+1) > a{
    cursor: default;
}
#menu-menu_top > li:nth-child(n+1) > a:hover{
    cursor: default;
}
#menu-menu_top > li:nth-child(1) a:hover{
    color: #73B4DA;
    text-decoration: none;
    cursor: pointer;
}
#menu-menu_top .sub-menu a{
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    font-size: 14px;
}
#menu-menu_top .sub-menu a:hover{
    color: #73B4DA;
    text-decoration: none;
}
.sub-menu{
    list-style: none;
    padding: 0;
	margin: 8px 0 0;
}
@media (max-width: 767px) {
	.sub-menu{
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
		display: none;
	}
}
.sub-menu li{
    line-height: 12px;
    padding-bottom: 8px;
}
@media (max-width: 767px) {
	.sub-menu li {
		padding: 14px 0;
		line-height: 12px;
	}
	.sub-menu li a {
		padding: 0 30px;
	}
	.menu-menu_top-container{
		width: 100vw;
	}
}
/*** NAV DROITE ***/
/******************/
.navigation__droite{
    width: 16.66666667%;
    float: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navigation__droite{
		width: 33.33333333%;
		float: left;
	}
}
@media (max-width: 767px) {
	.navigation__droite{
		width: 100vw;
		float: left;
		padding: 0 30px;
	}
}
.icon_lutte{
    background: url(_images/menu_photo2.png) 0px 7px no-repeat;
    border-bottom: 1px solid #e5e6ed;
    margin-bottom: 10px;
}
.icon_photo{
	background: url(_images/menu_photo.png) center left no-repeat;
}
.icon_video{
	background: url(_images/menu_video.png) center left no-repeat;
}
.icon_magazine{
	background: url(_images/menu_magazine.png) center left no-repeat;
}
.icon_newsletter{
	background: url(_images/menu_newsletter.png) center left no-repeat;
}
.navigation__droite a{
    color: #003D60;
}
.navigation__droite a:hover{
    color: #73B4DA;
}
.navigation__droite ul{
    list-style: none;
    font-family: 'Fjalla One', sans-serif;
    padding: 0;
    margin-top: 20px;
}
.navigation__droite ul li{
    font-size: 16px;
    height: 60px;
    text-transform: uppercase;
    padding: 5px 0 5px 60px;
    line-height: 46px;
}
@media (max-width: 350px) {
	.navigation__droite ul li.icon_video{
	    line-height: 22px;
	}
}
.navigation__droite ul li.icon_lutte{
    padding: 10px 0 20px 60px;
    height: 70px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navigation__droite ul li.icon_lutte{
		line-height: 46px;
	}
	.navigation__droite ul li:nth-child(n+2){
		width: 50%;
		float: left;
	    font-size: 14px;
	}
}
/*** FOOTER ***/
/**************/
.footer{
	padding-top: 20px;
}
.footer_logo{
	max-width: 230px;
	width: calc(100% - 20px);
	height: auto;
}
.footer_adresse{
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0;
}
.footer__contact{
    border: 1px solid #FFF;
    float: right;
    border-radius: 20px;
    padding: 0px 20px 0px 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
    margin: 14px 0;
    width: 100%;
    max-width: 220px;
}
.footer__contact .fa{
    float: right;
    margin: 11px 0;
}
.footer__contact:hover{
	background: #FFF;
    color:#003D60;
}
#menu_footer{
    clear: both;
    padding-top: 20px;
    list-style: none;
    padding-left: 0px;
}
@media (max-width: 1199px) {
	#menu_footer{
		display: none;
	}
}
#menu_footer li{
   padding-left: 0px;
	font-family: 'Rubik', sans-serif;
	line-height: 16px;
}
#menu_footer > li{
   text-transform: uppercase;
  font-weight: bold;
}
#menu_footer li a{
   color: #FFF;
}
#menu_footer li a:hover{
   color: #73B4DA;
}
#menu_footer > li:nth-child(n+2) > a:hover{
   color: #FFF;
   cursor: default;
}
#menu_footer .sub-menu{
    margin: 0;
}
#menu_footer li li.col-lg-2{
  width :100%;
  padding: 0px;
   text-transform: none;
  font-weight: normal;
}
.footer__droite{
    width: 16.66666667%;
    float: left;
    margin: -24px 0 0 0;
}
@media (max-width: 1199px) {
	.footer__droite{
		display: none;
	}
}
.footer__droite ul{
    list-style: none;
    padding-left: 0px;
	margin-bottom: 20px;
}
.footer__droite ul li{
    color: #FFF;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 60px;
    height: 60px;
    line-height: 60px;
}
.footer__droite ul li a{
    color: #FFF;
}
.footer__droite ul li a:hover{
   color: #73B4DA;
}
.footer__border{
    border-top: 1px solid #7d81a5;
    clear: both;
}
@media (max-width: 1199px) {
	.footer__border{
		border-top: none;
	}
}
.footer__border img{
    float: right;
}
.footer__border img:nth-child(1){
    margin: 8px 0 0 15px;
}
.footer__border img:nth-child(2){
    margin: 18px 0 0 5px;
}
@media (max-width: 1199px) {
	.footer__border img:nth-child(21){
		margin: 8px 15px 0 0;
	}
}
@media (max-width: 1199px) {
	.footer .menu__sousmenu__contact {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.footer .menu__sousmenu__contact li {
    margin: 20px 0;
    padding: 0 20px;
}
.footer .menu__sousmenu__contact li a {
    color: #FFF;
}
.logo_footer{
}
@media (max-width: 1199px) {
	.footer .menu__sousmenu__contact li {
		padding: 0px;
		margin: 0;
		width: 50%;
		font-weight: 700;
		font-family: 'Rubik';
		background: none;
		font-size: 16px;
		opacity: 1;
		position: relative;
	}
	.footer .menu__sousmenu__contact li:after {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f054";
		width: 32px;
		font-size: 16px;
		text-align: right;
		margin-right: 10px;
		position: absolute;
		right: 30px;
		top: 5px;
	}
	.logo_footer{
		float: left;
		clear: both;
		padding: 20px 0 10px;
	}
}
@media (max-width: 767px) {
	.footer_row {
		margin: 0 10px !important;
	}
	.footer__border .menu__sousmenu__contact {
	    width: calc(100vw - 20px);
		margin: 0px;
	}
	.footer .menu__sousmenu__contact li {
		font-size: 12px;
	}
	.footer .menu__sousmenu__contact li:after {
		font: normal normal normal 14px/1 FontAwesome
		font-size: 12px;
		right: 3px;
		top: 9px;
	}
}

/*** FIL D ARIANE ***/
/********************/
#breadcrumb{
    width: 100%;
    clear: both;
    font-family: 'Rubik', sans-serif;
    color: #003D60;
	font-size: 11px;
}
@media (max-width: 767px) {
	#breadcrumb{
		margin: 0 10px;
	}
}
#breadcrumb ol{
	padding: 0px;
	list-style: none;
}
#breadcrumb ol li{
	float: left;
    margin-right: 3px;
}
#breadcrumb a{
    color: #003D60;
    text-transform: capitalize;
}
#breadcrumb .itemListElement::first-letter{
    text-transform: uppercase;
	display: block;
}
#breadcrumb a:hover{
    text-decoration: underline;
}
#breadcrumb a.thisPageBreadCrumb:hover{
    text-decoration: none;
}

/*** LANGUETTE TOP ***/
/*********************/
.engagezvous{
    position: absolute;
    top: 100px;
    width: 200px;
    right: -190px;
    /* right: 0px;	 */
    z-index: 104;
}
.engagezvous.open{
	right: 0px;
}
.engagezvous__languette{
    position: absolute;
    top: 10px;
    width: 20px;
    height: 40px;
	cursor: pointer;
	color: #FFF;
	line-height: 40px;
	overflow:hidden;
	left: -20px;
    text-align: center;
}
.engagezvous__languette .fa{
    z-index: 20;
    position: absolute;
    top: 14px;
    left: 7px;
}
.engagezvous__languette .fa.fa-chevron-right{
    left: 10px;
}
.engagezvous__languette .fa.fa-chevron-left:hover{
-webkit-animation: animation_miniarrow 0.5s linear 0.2s 1;
	-moz-animation: animation_miniarrow 0.5s linear 0.2s 1;
	-ms-animation: animation_miniarrow 0.5s linear 0.2s 1;
	animation: animation_miniarrow 0.5s linear 0.2s 1;
}
@-webkit-keyframes animation_miniarrow {
    0% {
		left: 7px;
	}
    50% {
		left: -15px;
	}
    51% {
		left: 30px;
	}
    100% {
		left: 7px;
	}
}
@-moz-keyframes animation_miniarrow {
    0% {
		left: 7px;
	}
    50% {
		left: -15px;
	}
    51% {
		left: 30px;
	}
    100% {
		left: 7px;
	}
}
@-ms-keyframes animation_miniarrow {
    0% {
		left: 7px;
	}
    50% {
		left: -15px;
	}
    51% {
		left: 30px;
	}
    100% {
		left: 7px;
	}
}
@keyframes animation_miniarrow {
    0% {
		left: 7px;
	}
    50% {
		left: -15px;
	}
    51% {
		left: 30px;
	}
    100% {
		left: 7px;
	}
}
.engagezvous__languette:after{
    content: "\00a0";
    background: rgba(0, 61, 96, 0.7);
    position: absolute;
    width: 40px;
    left: 0px;
    z-index: 5;
    border-radius: 50%;
}
.engagezvous__content__top{
    background: rgba(0, 61, 96, 0.7);
    padding: 20px 12px 2px;
}
.engagezvous__content__top p{
    color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-style: italic;
}
.engagezvous__content__top > p{
    padding: 0 12px 12px;
    /* border-bottom: 1px solid #FFF; */
}
.engagezvous__content__top > a > p{
    padding: 12px 12px 2px 5px;
    font-size: 16px;
    border-top: 1px solid #FFF;
}
.engagezvous__content a:hover p{
   text-decoration: underline;
}
.engagezvous__content__bottom{
    background: rgba(34, 110, 172, 0.7);
}
.engagezvous__content__bottom p{
    color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 12px 12px 0;
}
.engagezvous__content__bottom button{
    color: #1469b0;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 20px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
    margin: 0 12px 12px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.engagezvous__content__bottom button:hover{
    color: #FFF;
    background: #226EAC;
    border: 1px solid #226EAC;
}

/*** LIGHTBOX ***/
.lightbox{
	display: none;
    width: 100vw;
    position: fixed;
    top: 0px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
}
@media (max-width: 1199px){
.lightbox{
    /* position: absolute; */
    height: 100%;
}
}
.lightbox-extended{
    z-index: 500;
    width: 100%;
	max-height: 100vh;
}
.vertical.lightbox-extended{
    max-width: 100vw;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media (max-width: 1199px){
	.lightbox-extended{
		max-height: 100%;
	}
	.vertical.lightbox-extended{
	    position: fixed;
	}
}
@media (max-width: 979px){
	.lightbox.vertical.lightbox-extended{
	    position: fixed;
		height: 100vh;
	}
}
.lightbox__wrapper{
    width: 1200px;
    position: absolute;
    min-height: 100px;
    background: #FFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vertical .lightbox__wrapper{
	width: auto;
}
@media (max-width: 1199px){
	.lightbox__wrapper{
		width: calc(100% - 190px) !important;
	}
	.vertical .lightbox__wrapper{
	    width: calc(100vw - 200px) !important;
	}
}
@media (max-width: 979px){
	.lightbox__wrapper{
		width: calc(100vw - 30px) !important;
	    max-height: calc(100vh - 30px);
	}
	.vertical .lightbox__wrapper{
	    width: calc(100vw - 30px) !important;
	    max-height: calc(100vh - 30px);
	}
	.vertical.lightbox-extended .lightbox__wrapper{
	    width: auto !important;
	}
}
.lightbox-extended .lightbox__wrapper{
	max-height: 100vh;
    width: 100vw;
    background: none;
}
.vertical.lightbox-extended .lightbox__wrapper{
    max-height: 100vh;
    width: auto;
}
@media (max-width: 1199px){
	.lightbox-extended .lightbox__wrapper{
	    width: 100vw !important;
	}
	.vertical.lightbox-extended .lightbox__wrapper {
		max-height: 100vh;
		width: auto !important;
	}
}
.lightbox__wrapper__left{
    float: left;
    width: 66.66%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.vertical .lightbox__wrapper__left{
    width: 50%;
}
@media (max-width: 1199px){
	.lightbox__wrapper__left{
		/* width: 100%; */
	}
	.vertical .lightbox__wrapper__left{
		width: 33.33%;
	}
}
@media (max-width: 979px){
	.lightbox__wrapper__left{
	    width: 100%;
	    max-height: initial;
	}
	.vertical .lightbox__wrapper__left{
	    width: 100%;
	    max-height: initial;
	    max-height: calc(100vh - 250px);
	}
}
.lightbox-extended .lightbox__wrapper__left{
	max-height: 100vh;
	width: 100%;
}
.vertical.lightbox-extended .lightbox__wrapper__left{
    height: 100vh;
    max-width: initial;
    margin: auto;
}
.lightbox__wrapper__right{
    float: left;
    width: 33.33%;
	height: 100%;
	overflow: hidden;
	position: relative;
    padding: 50px;
}
.vertical .lightbox__wrapper__right{
    width: 50%;
    min-width: auto;
}
@media (max-width: 1199px){
	.lightbox__wrapper__right{
		/* width: 100%; */
	    padding: 20px 20px 90px 20px;
	}
	.vertical .lightbox__wrapper__right{
		width: 66.66%;
	}
}
@media (max-width: 979px){
	.lightbox__wrapper__right{
	    width: 100%;
		overflow: hidden;
	}
	.vertical .lightbox__wrapper__right{
	    width: 100%;
		overflow: hidden;
	}
}
@media (max-width: 400px){
	.lightbox__wrapper__right{
	    overflow-y: scroll;
	}
}
.lightbox-extended .lightbox__wrapper__right{
	display: none;
}
.lightbox__wrapper__left__navigation{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 30px;
}
.lightbox__wrapper__left__navigation .fa{
    -webkit-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5), -1px -1px 10px rgba(0, 0, 0, 0.5), 1px -1px 10px rgba(0, 0, 0, 0.5), -1px 1px 10px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5), -1px -1px 10px rgba(0, 0, 0, 0.5), 1px -1px 10px rgba(0, 0, 0, 0.5), -1px 1px 10px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5), -1px -1px 10px rgba(0, 0, 0, 0.5), 1px -1px 10px rgba(0, 0, 0, 0.5), -1px 1px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5), -1px -1px 10px rgba(0, 0, 0, 0.5), 1px -1px 10px rgba(0, 0, 0, 0.5), -1px 1px 10px rgba(0, 0, 0, 0.5);
}
.lightbox__wrapper__left__navigation-discard{
	display: none;
}
.lightbox__wrapper__left__navigation.lightbox__wrapper__left__navigation-video{
    height: calc(100% - 35px);
}
.lightbox__wrapper__left__navigation__extend{
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}
.lightbox__wrapper__left__navigation-video .lightbox__wrapper__left__navigation__extend, .lightbox__wrapper__left__navigation-discardextend .lightbox__wrapper__left__navigation__extend{
	display: none;
}
.lightbox__wrapper__left__navigation__right{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.lightbox__wrapper__left__navigation__left{
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.lightbox__wrapper__left__navigation-discardgauchedroite .lightbox__wrapper__left__navigation__left, .lightbox__wrapper__left__navigation-discardgauchedroite .lightbox__wrapper__left__navigation__right{
	display: none;
}
.lightbox__wrapper__left__content{
    position: relative;
    width: 100%;
    max-height: calc(100vh - 50px);
    overflow: hidden;
}
@media (max-width: 979px){
	.lightbox__wrapper__left__content{
		width: 100%;
	    max-height: 100%;
	}
}
.lightbox-extended  .lightbox__wrapper__left__content{
    max-height: calc(100vh - 0px);
}
.vertical.lightbox-extended .lightbox__wrapper__left__content{
    position: relative;
    max-width: 100%;
    height: 100vh;
	width: auto;
	max-height: initial;
}
.lightbox__wrapper__left__content img{
	/* min-width: 100%; */
	min-height: 100%;
	display: none;
    position: relative;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 120%;
    max-height: calc(100vh - 50px);
    width: auto;
}
.lightbox-extended .lightbox__wrapper__left__content img{
	min-width: initial;
	max-width: initial;
	max-height: calc(100vh - 0px);
    width: auto;
}
.lightbox__wrapper__left__content video{
	min-width: 100%;
	min-height: 100%;
	display: none;
}
.lightbox__wrapper__left__content .fa{
    line-height: 400px;
    width: 100%;
    text-align: center;
    color: #003D60;
	/* display: none; */
}
.lightbox__wrapper__right__close{
    color: #003D60;
    position: absolute;
    top: 44px;
    right: 50px;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
}
@media (max-width: 1199px){
	.lightbox__wrapper__right__close{
		top: 24px;
		right: 20px;
	    z-index: 20;
	}
}
@media (max-width: 356px){
	.lightbox__wrapper__right__close {
	    top: 1px;
	    right: 3px;
	    z-index: 20;
	}
}
.lightbox__wrapper__share{
    position: absolute;
    bottom: 50px;
    height: 70px;
    right: 50px;
    width: calc(33.33% - 100px);
    border-top: 1px solid #003D60;
    background: #FFF;
}
.vertical .lightbox__wrapper__share{
    width: calc(50% - 100px);
	min-width: 200px;
}
@media (max-width: 1199px){
	.lightbox__wrapper__share {
		bottom: 20px;
		right: 20px;
		width: calc(33.33% - 40px);
	}
	.vertical .lightbox__wrapper__share {
	    width: calc(66.66% - 40px);
	}
}
@media (max-width: 979px){
	.lightbox__wrapper__share{
	    width: calc(100% - 40px);
	}
	.vertical .lightbox__wrapper__share{
	    width: calc(100% - 40px);
	}
}
@media (max-width: 355px){
	.lightbox__wrapper__right__content{
			max-height: 22vh;
	    position: relative;
	    overflow-y: scroll;
		}
}
.lightbox-extended .lightbox__wrapper__share{
	display: none;
}
.lightbox__wrapper__right__content__titre{
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #003D60;
    font-size: 22px;
    margin-top: 30px;
}
.lightbox__wrapper__right__content__desc{
    font-family: 'Rubik', sans-serif;
    color: #003D60;
    font-size: 14px;
    margin-top: 10px;
}
.lightbox__wrapper__share__title{
    font-family: 'Fjalla One', sans-serif;
    color: #003D60;
    font-size: 16px;
    margin: 20px 0 8px;
}
#player{
	position: absolute;    top: 0; left: 0; width: 100%; height: 100%;
}
/*** SEARCH ***/
.search_evt{
    position: relative;
    width: 100%;
    padding-top: 30px;
}
.nb_evt, .nb_actu{
	font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    color: #003D60;
    position: absolute;
    top: 20px;
    left: 0px;
}
.boutonblanc.boutonblanc-search{
    width: auto;
    float: left;
    text-align: left;
    margin-top: 0px;
}
.boutonMiniAccueil {
	margin-bottom: 20px!important;
	margin-top: -20px!important;
}
.actualites > a:nth-child(3n+4) li.searchli{
    padding-right: 24px !important;
}
.actualites > a:nth-child(3n+3) li.searchli{
    padding-right: 0px !important;
}
.search_actu, .search_dio {
    position: relative;
    width: 100%;
    padding-top: 60px;
}
.search_service, .search_spe, .search_benevolat, .search_eveque{
    position: relative;
    width: 100%;
    padding-top: 60px;
}
.search_service .listservice li {
    width: calc(25% - 20px);
}
.search_service .listservice a:nth-child(3n+3) li {
    margin-right: 20px;
}
.search_service .listservice a:nth-child(4n+4) li {
    margin-right: 0px;
}
.search_actu-border{
	border-top: 1px solid #003D60;
}
.searchtemplate hr.clearmonth{
    margin-bottom: 12px;
}
.searchtemplate .listmois__titlemonth{
    text-transform: uppercase;
}
.searchtemplate .titleDio{
	font-size: 20px;
    position: relative;
    padding-right: 140px;
}
.searchtemplate .listmois__listdio{
	margin-top: 0px;
}
.listcommunique, .listparoisse, .listbenevolat, .listeveque{
	list-style: none;
  padding: 0;
  margin: 0;
	position: relative;
	padding-top: 60px;
}
.listparoisse, .listbenevolat, .listeveque{
	padding-top: 0px;
}
.listcommunique__solo__title, .listparoisse__solo__title, .listbenevolat__solo__title, .listeveque__solo__title{
	clear: both;
	padding: 12px 0 0;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #003D60;
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: bold;
}
.listparoisse__solo__title{
	max-height: 70px;
}
.listeveque__solo__image{
	width: 100%;
	position: relative;
	height: 160px;
	overflow: hidden;
}
.listeveque__solo__image img{
	min-width: 100%;
	min-height: 100%;
	max-width: 180%;
	max-height: 180%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.listcommunique__solo, .listparoisse__solo, .listbenevolat__solo, .listeveque__solo{
	padding-right: 20px !important;
	padding-left: 0px !important;
    margin-bottom: 20px;
}
@media (max-width: 767px){
	.listcommunique__solo, .listbenevolat__solo, .listeveque__solo{
		padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 15px;
	}
}
.bg_blc_box{
	background: #FFF;
	padding: 20px;
	height: 210px;
	overflow: hidden;
}
.bg_blc_box2{
	background: #FFF;
	padding: 20px;
	height: 240px;
	overflow: hidden;
}
.bg_blc_box3{
	background: #FFF;
	padding: 20px;
	height: 150px;
	overflow: hidden;
}
.boutonblanc.boutonblanc-communique, .boutonblanc-eveque{
	width: auto;
	float: left;
}
.listcommunique__solo__desc, .listparoisse__solo__desc, .listbenevolat__solo__desc{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	color: #003D60;
	max-height: 30px;
	overflow: hidden;
}
.listparoisse__solo__desc{
	max-height: 70px;
}
.listcommunique__solo{
	position: relative;
}
.listcommunique__solo:hover .boutonblanc-communique{
	background: #003D60;
	color: #FFF;
	border: 1px solid #003D60;
}
.search_communique{
	position: relative;
}
.searchtemplate .titleDio div{
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 22px;
		max-height: 44px;
		overflow: hidden;
}
@media (max-width: 1199px){
	.searchtemplate .titleDio div {
		left: 0%;
	}
	.searchtemplate .listservice a li {
		width: calc(33.33% - 13.33px);
	}
	.searchtemplate .listservice a:nth-child(2n+2) li {
		margin-right: 20px;
	}
	.searchtemplate .listservice a:nth-child(3n+3) li {
		margin-right: 0px;
	}
}
@media (max-width: 979px){
	.searchtemplate .actualites > a:nth-child(3n+3) li.searchli {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.searchtemplate .actualites a li, .searchtemplate .actualites a li {
		padding-right: 10px !important;
		padding-left: 0px !important;
	}
	.searchtemplate .actualites > a:nth-child(2n+2) li.searchli {
		padding-right: 0px !important;
		padding-left: 10px !important;
	}
	.searchtemplate .actualites > a:nth-child(2n+1) li.searchli {
		padding-right: 10px !important;
		padding-left: 0px !important;
	}
}
@media (max-width: 767px){
	.searchtemplate .titleDio {
	    margin-bottom: 40px;
	}
	.nb_evt, .nb_actu {
	    margin: 0 10px;
	}
	.searchtemplate .actualites > a:nth-child(2n+2) li.searchli {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.searchtemplate .actualites > a:nth-child(2n+1) li.searchli {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.searchtemplate .listservice a li {
		width: calc(100% - 20px);
 		margin: 0 10px 10px;
	}
	.boutonblanc.boutonblanc-search {
	    margin-left: 10px;
	}
}

#ui-datepicker-div{
	margin-top: -95px;
}
/*** MEDIA PRINT ***/
@media only print{
	.menuh, #navigation, #breadcrumb, .footer, .actusolo__share, .follow, .listevt, #blockactu, .reseau_soc, .subactulites, .dedie, .engagezvous, .noprint {
		display: none;
	}
}


.bloqueur-gauche{
	position: absolute;
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0);
  left: -82px;
  top: 50%;
  margin-top: -36px;
}
.bloqueur-droit{
	position: absolute;
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0);
  right: -82px;
  top: 50%;
  margin-top: -36px;
}
.intro_grille {
    margin: 40px 10% 40px!important;
}
.listmois__listdio__desc {
    max-height: 65px!important;
}
.color__wrap {
    background: rgb(100, 40, 41)!important;
}
.color__wrap__title {
	color: #ffffff!important;
}
.color__wrap__content {
	color: #ffffff!important;
}
.youtube_video:hover {
	text-decoration: none;
}
.listmois__listdio li:hover .boutonblanc {
	background: #003D60!important;
	border: 1px solid #003D60!important;
	color: #ffffff!important;
}
.boutonblanc:focus {
	outline: none;
}
.link_video .listmois__listdio__thumbnail:before {
	content: ''!important;
	background-color: transparent!important;
}
.listmois__listdio .interview-col-all {
	height: 350px!important;
	border-left: none!important;
	background: #ffffff;
}
.interview-col-all .youtube_video .listmois__listdio__thumbnail {
	height: 160px!important;
	border-bottom: 1px solid #003D60;
}
a:hover .boutonblanc-service {
	background: #003D60!important;
	border: 1px solid #003D60!important;
    color: #FFF;
}

/***Page ABUS***/
.divImgABU img{
	width: 100%;
	height: auto;
}

.divTitleABU, .divTexteABU{
	padding: 10px !important;
	padding-bottom: 0px !important;
}

.divTitleABU a{
	clear: both;
	padding: 12px 0 0;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color:#003D60;
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: bold;
}

.divTexteABU{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	height: 90px;
	overflow: hidden;
}

.interview-col-ABU{
	border-left: none !important;
	background:#ffffff;
	padding: 0 !important;
}

.listABU li{
	height: 400px !important;
}

@media screen and (max-width: 991px) {
  .listABU li{
	height: 430px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .listABU li{
	height: 390px !important;
  }
}

@media screen and (max-width: 820px) {
  .listABU li{
	height: 390px !important;
  }
}

@media screen and (max-width: 767px) {
  .listABU li{
	height: 100% !important;
  }
  .divTexteABU{
  	height: 57px !important;
  }
  .interview-col-ABU .boutonblanc-evt{
  	position: relative !important;
  }
}

.ABUBandeau img{
	width: 100% !important;
	height: auto !important;
}


.divTitleABU a, .divTexteABU a {
	color: #003D60;
}

.divTitleABU a:hover, .divTexteABU a:hover {
	color: #003D60;
	text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');


#popmake-34651 .popup-content {
	position: relative;
	max-width: 800px;
	width: 100%;
	min-height: 567px;
	height: auto;
	font-family: "El Messiri", Arial, Helvetica, sans-serif;
	padding: 40px;
	background: url(https://lagrandeattente.fr/diocese/lyon/prehome/PREHOME01.jpg) no-repeat center center / cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
#popmake-34651 .popup-content .text-wrap{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #2A486E;
	text-align: left;
}
#popmake-34651 .popup-content .text-wrap h2{
	max-width: 312px;
	width: 100%;
	font-size:43px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	margin:20px auto 0 auto;
}
#popmake-34651 .popup-content .text-wrap a {
	width: 100%;
	max-width: 277px;
	height: 52px;
	line-height: 52px;
	margin: 31px auto 0 auto;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #EBF8FF;
	border: 1px solid #57BEE6;
	background-color: #57BEE6;
	border-radius: 30px;
	text-decoration: none ! important;
	cursor: pointer;
	display:block;
}
#popmake-34651 .popup-content .text-wrap a:hover,
#popmake-34651 .popup-content .text-wrap a:focus {
	background-color: #fff;
	color: #57BEE6;
	box-shadow: none;
}
#popmake-34651 .popup-content .text-wrap p {
	width: 100%;
	text-align:center;
}
#popmake-34651 .popup-content p {
	width: calc(50% - 18px);
	height: auto;
}
#popmake-34651 .popup-content p img {
	width: 100%;
	height: auto;
}
@media(max-width:800px){
	#popmake-34651 .popup-content {
		height: auto;
		padding: 26px;
		border-radius: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-family: "El Messiri", Arial, Helvetica, sans-serif;
	}
	#popmake-34651 .popup-content .text-wrap{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		margin: 40px 0 0 0;
	}
	#popmake-34651 .popup-content .text-wrap h2{
		max-width: 320px;
		width: 100%;
		font-size:29px;
		line-height: 1.1em;
		text-align: center;
		margin:0 auto;
	}
	#popmake-34651 .popup-content .text-wrap a {
		padding: 0 10px;
		margin: 40px auto 40px auto;
		max-width: inherit;
		font-size: 20px;
		width: 200px;
		height: 42px;
		line-height: 42px;
	}
}

#popmake-34672 .popup-content {
	position: relative;
	max-width: 800px;
	width: 100%;
	min-height: 567px;
	height: auto;
	padding: 40px;
	background: url(https://lagrandeattente.fr/diocese/lyon/prehome/PREHOME02.jpg) no-repeat center center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	font-family: "El Messiri", Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#popmake-34672 .popup-content .text-wrap{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #2A486E;
	text-align: left;
}
#popmake-34672 .popup-content .text-wrap h2{
	width: 100%;
	font-size:43px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	margin:0 auto;
}
#popmake-34672 .popup-content .text-wrap h3{
	width: 100%;
	font-size:50px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	margin:0 auto;
}
#popmake-34672 .popup-content .text-wrap img{
	max-width: 359px;
	width: 100%;
	font-size:43px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	margin:0 auto;
}
#popmake-34672 .popup-content .text-wrap a {
	width: 100%;
	max-width: 277px;
	height: 52px;
	line-height: 52px;
	margin: 31px auto 0 auto;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #EBF8FF;
	border: 1px solid #57BEE6;
	background-color: #57BEE6;
	border-radius: 30px;
	text-decoration: none ! important;
	cursor: pointer;
	display:block;
}
#popmake-34672 .popup-content .text-wrap a:hover,
#popmake-34672 .popup-content .text-wrap a:focus {
	background-color: #fff;
	color: #57BEE6;
	box-shadow: none;
}
@media(max-width:800px){
	#popmake-34672 .popup-content {
		height: auto;
		padding: 26px;
		border-radius: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#popmake-34672 .popup-content .text-wrap{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		margin: 40px 0 0 0;
	}
	#popmake-34672 .popup-content .text-wrap h2{
		max-width: 320px;
		width: 100%;
		font-size:29px;
		line-height: 1.1em;
		text-align: center;
		margin:0 auto;
	}
	#popmake-34672 .popup-content .text-wrap h3{
		font-size:33px;
	}
	#popmake-34672 .popup-content .text-wrap a {
		padding: 0 10px;
		margin: 40px auto 40px auto;
		max-width: inherit;
		font-size: 20px;
		width: 200px;
		height: 42px;
		line-height: 42px;
	}
	#popmake-34672 .popup-content .text-wrap img{
		max-width: 230px;
	}
}