
@keyframes zoomEffect{
	0%{
		filter: grayscale(1) contrast(1) blur(15px);
		background-size:100%;
		background-position:50% 48%;
		opacity: 0.15;
	}
	33%{
/*		background-size:100%;*/
/*		background-position:50% 50%;*/
	}
	66%{
		filter: grayscale(0.4) contrast(1) blur(0px);
		background-size:109%;
		background-position:50% 45%;
		opacity: 0.85;
	}
	100%{
		filter: grayscale(1) contrast(1) blur(15px);
		background-size:100%;
		background-position:50% 48%;
			opacity: 0.15;
	}
}

@keyframes zoomEffect2{
	0%{
	
/*		background-size: auto 100%;*/
		background-position:50% 48%;
		opacity: 0.55;
        transform: scale(1);
	}
	66%{
/*		background-size:auto 109%;*/
        transform: scale(1.1);
		background-position:50% 45%;
		opacity: 0.85;
     
	}
	100%{
/*		background-size:auto 100%;*/
        transform: scale(1);
		background-position:50% 48%;
			opacity: 0.55;

	}
}

@keyframes scale_hover {
	0% {transform: scale(1) translateY(0);}	
	100% { transform: scale(1.07) translateY(-20px); }		
	
}
@keyframes slideInFromRight {

  0% {
    transform: translateX(90%);
  }	

  95% {
    transform: translateX(90%);
  }		
  100% {
    transform: translateX(0);
  }
}



body{
	font-family:Lato;
	line-height: 1.45em;
	min-width: 960px;
}


main { 
	min-height: 80vh;
	background-image: -webkit-linear-gradient(290deg, #e9defa 0%, #fbfcdb 100%);
	background-image: -o-linear-gradient(290deg, #e9defa 0%, #fbfcdb 100%);
	background-image: linear-gradient(20deg, #e9defa 0%, #fbfcdb 100%); 
	background-attachment: fixed;
	padding-bottom: 50px;
}

h1,h2,h3,.bold-text,.bold-text-upper, .sousPageLinkTitre{
	font-family:'Bitter';
    font-weight: 700;
}
.sousPageLinkTitre { font-size: 1.6em; }

.editMode [data-aos^=fade][data-aos^=fade] { opacity:1!important; }


.sousPageLinkTitre { font-size:1.5em; }

.sousPageLinkTitre a:link, .sousPageLinkTitre a:visited, a.add_btn:link, a.add_btn:visited,
.sousPageLinkTitre .titre,
.BlocSousPage { color:#1D1D1D; text-decoration: none; }


h1{
	font-size:4em;
	margin:10px 0;
	line-height: 1.2em;
}
.editable h1 { font-size: 3em; }

h2{
	font-size:2.3em;
	line-height: 1em;
	margin-top: 1em;
}
h2:first-of-type {margin-top: 0;}
h3{
	font-size:1.8em;
	line-height: 1.2em;
}
h4{
	font-size:1.2em;
	line-height: 1.2em;
}
hr{
	height:2px;
	background-color:#ffc300;
	border:none;
}

figure { margin: 1em 0px;}

.mauve { color:#643a86; }
.jaune { color:#FFC301; }


.editable ul {
	    list-style: disc;
    margin-left: 1em;
}
.editable p {
	margin: 0.8em 0;
}

.editable a:link, 
.editable a:visited {color:#643a86;}

.hand-made{
	font-family:'Homemade Apple';
}
.widget{

	position:relative;
/*
	padding-bottom: 2em;
	padding-top: 2em;
*/
}


.widget_1 .hand-made{
	text-transform:none;
	color:#fff;
	font-size:2em;
	line-height:0;
}
.bold-text{
	text-decoration:none;
	font-size:1.4em;
}
.bold-text-upper{
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
	line-height: 1.2em;
}
.text-center{
	text-align:center;
}
header a,footer a,.sticky-menu a{
	text-decoration:none;
}
footer{
	color:#fff;
	background-color:#3c352f;
	padding:20px 0;
}

.main-menu{
	color:#fff;
	background-color:#3c352f;
}
.sub-menu{
/*	background-color:#FBC000;*/
    background: linear-gradient(to right, #d49d6b 30%,  #fd868c 75%, #fe9a8b 100%)
}
.sub-menu .grid_12 { margin-top:0.25%; margin-bottom: 0.25%; }
.main-menu a,footer a, .sticky-menu a{
	color:#fff;
}
.sub-menu a{
	color:#3c352f;
}
.menu-row,.hide-menu{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.sticky-menu .grid_12 { 
    margin: 1%;
}
.menu-row{
/*	padding:0 0 10px 0;*/
}
.menu-row:nth-of-type(2){
	border-top:1px solid #fff;
	padding:10px 0 0 0;
}
.menu-row h1{
	font-size:2em;
}
.menu-row h2{
	font-size:1em;

}
.menu-row h1,.menu-row h2{
	margin:0;
}
.menu-row h3{
   	font-size:0.95em;
     font-family: 'Lato';
    font-weight: 400; 
}
ul.menu{
	display:flex;
	list-style:none;
}
ul.menu>li+li{
	border-left:1px solid #fff;
}
.main-menu .menu>li{
	display:flex;
	align-items:center;
	padding-left:15px;
	margin-left:15px;
}
.sub-menu .menu>li{
	display:flex;
	align-items:center;
	padding:0 15px;
}
.sub-menu .menu{
	line-height:2em;
	text-transform:uppercase;
	justify-content:flex-end;
}
.hide-menu>a+a{
	margin-left:40px;
}
.sticky-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background-color:#3c352f;
	color:#fff;
	transform:translateY(-100%);
	-webkit-transform:-webkit-translateY(-100%);
	transition:transform .5s ease;
	-webkit-transition:-webkit-transform .5s ease;
	box-shadow:0 2px 5px #000;
	z-index:10;
}
.sticky-menu.active{
	transform:translateY(0);
	-webkit-transform:-webkit-translateY(0);
}

#actualites {
    margin-bottom: 100px;
}
#actualites h2 {
    
    font-size:1.3em;
    text-align: center;
}
#actualites .article h2:before {
   content:"";
    display: block;
    height: 4em;
    width: 3em;
/*    background: url("/images/ic-map.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    margin:auto;
    
}

#actualites .article[data-id="5729"] h2:before {
    background-image: url("/images/ic-map.png");
}
#actualites .article[data-id="5731"] h2:before {
    background-image: url("/images/ic-coeur.png");
}
#actualites .article[data-id="5929"] h2:before {
    background-image: url("/images/ic-legal.png");
}
#actualites a:link, #actualites a:hover, #actualites a:visited {
    text-decoration: none;
    color:inherit;
}
.home-banner:after,.image-effect:after{
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(133,102,162,0.14);
}
.image-effect{
/*	filter:sepia(80%) grayscale(60%);*/
}

.home-banner {
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: radial-gradient(circle, rgba(78,65,62,0.53) 0%, rgba(78,65,62,1) 100%);
	
}
.home-banner>.background{
/*	filter:sepia(80%) grayscale(60%);*/
	animation-name:zoomEffect;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
.memoriam-banner .background, .memoriam>.background{
		animation-name:zoomEffect2;
	animation-duration:30s;
	animation-iteration-count:infinite;
}
.message-box-wrapper{
	z-index:8000;
	font-size: 14px;
}
.mauve-styled { color:#643a86;}
.message-box{
	padding:10px;
	border-radius:4px;
	background-color:#999;
	color:#fff;
	border:1px solid #fff;
	font-size:1.4em;
}
.yellow{
	color:#ffc300;
}

.white-background{
	background: #FFFFFF;
}
.ombrage {
    box-shadow: 0px 1px 10px 2px #3e3e3e8c;
}
.ombrage_inferieur {
	box-shadow: 0 8px 8px 0px #88888861;
}
.yellow-background{
	background-color:#ffc300;
	color:#3c352f;
}
.yellow-background .grid_4{
	border-top:4px solid #643a86;
	padding-top:5px;
}

.service {
	background: white;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 32%);
	transition: all 0.5s ease-in;
	width: 18.5%;
    border-radius: 20px;
    margin: 0.75%;
	padding: 10px;
}

.service .titre:before {
	content:"";
	position: absolute;
	top:0px;
	width: 100%;
	height: 50px;
	background-image: url("/images/ornement1.png");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.service:hover {
	transform: scale(1.01) translateY(-20px); 
}
.service>.titre{
	display:flex;
/*	min-height:130px;*/
	padding-top: 65px;
	align-items:flex-end;
	position: relative;
}
.service>.description{
	border-top:1px solid #3c352f;
	margin-top:10px;
	padding-top:10px;
}
.news-bar{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:50px;
}
.news-bar>.separator{
	width:33.333333%;
	border-bottom:1px solid #9a82b4;
}
.news-bar>.titre{
	font-family:'Bitter', serif;
    font-weight: 700;
}
.news-bar>.fa,.news-bar>.titre{
	font-size:2em;
	color:#39322c;
	text-decoration:none;
}
.news-next:hover,.news-prev:hover{
	cursor:pointer;
}
.news-next:after,.news-prev:after{
	font-family:swiper-icons;
	font-size:1.2em;
	color:#3c352f;
}
.news-next:after{
	
	content:'next';
}
.news-prev:after{
	content:'prev';
}
.slider,.news-slider{
	overflow:hidden;
}
.slider{
	padding-bottom:100px;
}
.news-slider{
	padding:10px 0;
	margin:20px 0 50px 0;
}


.article{
/*	box-shadow:5px 5px 5px;*/
}
.article>.titre{
	position:absolute;
	left:10px;
	bottom:10px;
}
.article>.titre a{
	font-size:2em;
	color:#fff;
	text-decoration:none;
}
.image-static:not(.home-banner){
	position:relative;
}

.image-static.home-banner{
	background: radial-gradient(circle, rgba(78,65,62,0.53) 0%, rgba(78,65,62,1) 100%);
}


.image-static>.background{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*	background: radial-gradient(circle, rgba(78,65,62,0.53) 0%, rgba(78,65,62,1) 100%); , url("/images/content/a128a3b133c27757e99023982f6da660.jpg")*/

}
.editMode .image-static>.background,.article>.thumb{
	background-color:#adadad;
}
.article>.thumb{
	padding-bottom:50%;
	background-repeat:no-repeat;
	background-size:cover;
	transition:filter .5s ease;
	-webkit-transition:filter .5s ease;
}
.article:hover>.thumb{
	filter:sepia(0) grayscale(0);
}
.memoriam-banner:before,.memoriam-banner:after{
	content:'';
	display:inline-block;
	width:100%;
	position:absolute;
	left:0;
	background:radial-gradient(farthest-side at 50% calc(100% + 5px), transparent 47%, #fff 50% calc(50% + 3px),transparent calc(52% + 3px)),radial-gradient(farthest-side at 50% calc(0% - 5px), transparent 47%, #fff 50% calc(50% + 3px),transparent calc(52% + 3px));
    background-size:40px 10px;
  	background-position:20px 5px,0px 5px;
  	height:10px;
  	z-index:1;
}


.memoriam-banner:before{
	top:10px;
}
.memoriam-banner:after{
	bottom:10px;
}
.memoriam-banner{
	display:flex;
	align-items:center;
	position:relative;
    margin-bottom: -50px;
    overflow: hidden;
}

.memoriam-link{
	display:inline-flex;
	font-size:1.6em;
	color:#3c352f;
	font-family:'Bitter', serif;
    font-weight: 400;
	text-decoration:none;
	align-items:flex-end;
}
.memoriam-link:after{
	font-family:swiper-icons;
	font-size:2em;
	content:'next';
	margin-left:20px;
}
.memoriam-background{
	position:relati
}
.memoriam{
	position:relative;
    overflow: hidden;
}
.memoriam-banner>.wrapper>.background,.memoriam>.background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background-blend-mode: hue;
	background-position:center center;
	background-repeat:no-repeat;

/*		background: red, url('/images/memoriam_banner.jpeg');*/
	background: radial-gradient(circle, rgba(78,65,62,0.53) 0%, rgba(78,65,62,1) 100%), url("/images/memoriam_banner.jpeg");
	background-size:cover;
}
.memoriam>.background{
	opacity:.5;
/*	z-index:-1;*/
}
.memoriam-banner>.wrapper{
	padding-bottom:30%;
    overflow: hidden;
}
.purple-background{
/*	background-color:#8566a2;*/
    background: linear-gradient(to right,  #fe9a8b 0%,   #fd868c 25%,  #d49d6b 70%);
	color:#fff;
	padding:10px 0;
}
.purple-background .bold-text-upper{
	font-size:2em;
}
.vertical-separator{
	height:90%;
	width:2px;
	background:#ffc300;
	position:absolute;
	left:50%;
	box-sizing:border-box;
}
.link-button{
	display:inline-block;
	padding:10px 20px;
	background-color:#643a86;
	color:#fff;
	text-decoration:none;
	border-radius:19px;
}
.mauve_background{
	background-color: #d49d6b;
	color:#1d1d1d;
/*	background-image: linear-gradient(231deg, #643a86 0%, #40205B 100%);*/
     background-image: linear-gradient(90deg, #d49d6b 0%, #fbd9ba 100%);
    
}

.brown-background{
	background-color:#3c352f;
	padding:30px 0;
	color:#fff;
	margin: 0;
}

.widget_15 { padding-top:0px; padding-bottom: 0px; }
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
/*  border: 1px solid #f1f1f1;*/
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	z-index: -200;
}

/* This container is needed to position the front and back side */
 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg) scale(1.1);
	 
	 z-index: 500;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
	display: flex;
	align-items: center;
	padding: 5%;
	box-sizing: border-box;
}
.flip-card-front .editable, .flip-card-back .editable {
	width: 100%;
}

/* Style the front side (fallback if image is missing) */
 .flip-card-front {
  background-color: #FFFFFF;
	box-shadow: 0 0 13px 0px #0000008c;
  color: black;
	 z-index: 1;
}

/* Style the back side */
.flip-card-back {
     background-image: linear-gradient(90deg, #d49d6b 0%, #fbd9ba 100%);
   
/*    background-color: #643a86;*/
  color: #1D1D1D;
  transform: rotateY(180deg);
	line-height: 1.4em;
	font-size: 0.95em;
	z-index: 10000;
}
.editMode .flip-card { height: auto;}
.editMode .flip-card:hover .flip-card-inner {
	transform: none;
}
.editMode .flip-card-front, .editMode .flip-card-back {
/*position: relative;*/
	    display: block;
    position: relative;
    transform: none;
}


.brown-background h2{
	color:#d2979d;
}
.brown-background a:link, .brown-background a:visited , .brown-background a:hover { color: #d2979d; }

.soft-background-1{
	background-color:#D9D2CD;
	margin: 0px;
}
.soft-background-1:nth-child(2){
	padding-bottom:100px;
}
.soft-background-2{
/*	background-color:#efecf3;*/
/*	background: white;*/
	background: none;
}
.stat>.value{
	font-family:Lato;
	font-weight: 900;
	font-size:5em;
	color:#1D1D1D;
/*	padding-bottom: 20px;*/
}
.stat .description{
	font-family:'Bitter', serif;
    font-weight: 400;
	font-size:1.4em;
/*	margin-top:20px;*/
	color:#1D1D1D;
}

#BlocSousPages #sortable {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#BlocSousPages ul#sortable > li {
/*	background: linear-gradient(to right, #8e9eab, #eef2f3);*/
	background-color: white;
	padding: 15px;
	border-radius: 15px;
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:transform 0.5s ease,color 0.5s ease;
    box-shadow: 0 0 7px #0000002e;
	

}

#BlocSousPages ul#sortable > li:hover {
        background-image: linear-gradient(231deg, #d49d6b 0%, #fbd9ba 100%);

/*background-image: linear-gradient(231deg, #643a86 0%, #40205B 100%);*/
transform: scale(1.05);
color:#161616;
}


#BlocSousPages ul#sortable > li:hover  a:link,
#BlocSousPages ul#sortable > li:hover  a:visited { color:#161616;  }

.add { background: none;}
.brown{
	color:#3c352f;
}
.source-styled { font-size: 0.7em }

.lien_bouton-styled { background-color: black; color:white; padding: 10px 20px; line-height: 3em;  border-radius:2em; }
a.lien_bouton-styled:link, .lien_bouton-styled:visited { color: white!important; text-decoration: none;}
a.lien_bouton-styled:hover { background-color:#643a86; }
.accordion{
	margin-bottom:0!important;
}
.accordion-content{
	overflow-y:hidden;
}
.accordion .accordion-title{
	position:relative;
	z-index:2;
}
.widget_8+.widget_8>.accordion>.accordion-title>.container12{
	border-top:2px solid #ffc300;
}
.accordion .accordion-title.active{
	z-index:0;
}
.accordion .accordion-title a{
	text-decoration:none;
	color:#000;
	font-size: 1.25em;
}
.accordion-title>.container12>.grid_12:before{
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	background-color:#fff;
	border-radius:50%;
	color:#3c352f;
	float:right;
	font-family:'Bitter', serif;
    font-weight: 400;
	font-size:2em;
}
.accordion-title>.container12>.grid_12:before{
	content:'+';
}
.accordion-title.active>.container12>.grid_12:before{
	content:'-';
/*	color:#e83c2f;*/
}

.accordion .accordion-content .grid_12 {margin-top: 0; }


.text-banner{
/*	background-color:#dbd6e0;*/
/*		background-image: linear-gradient(231deg, #643a86 0%, #40205B 100%);*/
     background-image: linear-gradient(90deg, #d49d6b 0%, #fbd9ba 100%);
    
	font-family:'Bitter', serif;
    font-weight: 400;
	color:#1D1D1D;
	padding:50px 0;
}
.text-banner .editable{
	text-align:center;
}
.text-banner h2{
	font-family:Lato;
	font-size:4em;
	font-weight: 900;
	color:#1D1D1D;
}
.text-banner h2 .upper{
	font-size:2em;
}
.text-banner p{
	font-size:1.6em;
}
.image-static.rounded{
	border-radius:50%;
	overflow:hidden;
}
.purple{
	color:#643a86;
}
.space-50{
	padding:50px 0;
}
.space-top-50{
	padding-top:50px
}
.space-bottom-50{
	padding-bottom:50px;
}
.cms-tag{
	display:none;
}



.container12.flex { display: flex;}
.container12 .align_center { align-items: center;}
.containter12 .align_bottom {align-items: flex-end;}




.float-menu-wrapper{
	width:0;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	display:flex;
	overflow:visible;
	align-items:center;
	justify-content:flex-end;
	z-index:3000;
}
.isWritable .float-menu-wrapper { display: none; }

.float-menu{
	color:#fff;
	padding:30px 20px 30px 30px;
	border-radius:30px 0 0 30px;
	background-color:rgba(60,53,47,.8);
    transform: translateX(90%);
    -webkit-transform:-webkit-translateX(90%);
	transition:transform .5s ease;
	-webkit-transition:-webkit-transform .5s ease;
	white-space:nowrap;
	/*animation: 2s ease-out 25s  slideInFromRight forwards;*/
}
.float-menu.active{
	transform: translateX(0);
    -webkit-transform:-webkit-translateX(0);
	/*animation: 2s ease-out 1s  slideInFromRight forwards;animation-delay: 1s;*/
}
.float-menu .fa-caret-left,.float-menu .fa-caret-right{
	/*display:block;*/
	position:absolute;
	top:47%;
	left:7px;
	font-size:30px;
}
.float-menu .fa-caret-left:hover,.float-menu .fa-caret-right:hover{
	cursor:pointer;
}
.float-menu.active .fa-caret-left,.float-menu .fa-caret-right{
	display:none;
}
.float-menu .fa-caret-left,.float-menu.active .fa-caret-right{
	display:block;
}
.float-menu>p{
	font-size:1.8em;
	line-height: 1em;
	font-family:'Bitter', serif;
    font-weight: 700;
}
.float-menu>.link-button{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-family:Lato;
	font-weight: 300;
	font-size:1.2em;
	margin-top:20px;
	text-transform:uppercase;
	background-color:#fa9a8a;
	padding:0 15px;
	min-height:50px;
	border-radius:25px;
	transition:color .5s ease,background-color .5s ease;
	-webkit-transition:color .5s ease,background-color .5s ease;
}
.float-menu>.link-button:hover{
	color:#d89da3;
	background-color:#fff;
}
.float-menu>.link-button>.fa{
	font-size:1.8em;
}
.link-button.chat:not(.active){
	display:none;
}
.pagination-wrapper{
	position:relative;
	margin:50px 0;
}
.pagination-wrapper:before{
	content:'';
	display:block;
	height:2px;
	width:100%;
	background-color:#563645;
	position:absolute;
	left:0;
	bottom:-1px;
}
.custom-pagination.container12{
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:16px;
}
.animated-pagination-item{
	display:flex;
	width:60px;
	height:40px;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
}
.animated-pagination-item:focus{
	outline:unset;
}
.type_2 .animated-pagination-item{
	justify-content:flex-end;
}
.animated-pagination-item>.title{
	text-decoration:none;
	line-height:0;
	color:#3c352f;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:transform .5s ease,color .5s ease;
	-webkit-transition:-webkit-transform .5s ease,color .5s ease;
	z-index:1;
}
.animated-pagination-item.active>.title{
	color:#fff;
	transform:translateY(40px);
	-webkit-transform:translateY(40px);
}
.animated-pagination-item>.circle{
	width:10px;
	height:5px;
	position:relative;
	transition:width .5s ease,height .5s ease,background-color .5s ease;
	-webkit-transition:width .5s ease,height .5s ease,background-color .5s ease;
}
.animated-pagination-item.active>.circle{
	width:60px;
	height:30px;
}
.animated-pagination-item>.circle:after{
	content:'';
	display:block;
	width:100%;
	height:200%;
	border-radius:50%;
	background-color:#563645;
	position:absolute;
	top:0;
	left:0;
}
.type_2 .animated-pagination-item.active>.circle:after{
	background-color:#ffc300;
}
.message-popup{
	display:flex;
	width:60%;
	flex-direction:column;
	padding:30px;
	margin:0 auto;
	border-radius:30px;
	background-color:#4f413e;
	box-sizing:border-box;
}
.message-popup>h2,.message-popup>p{
	color:#fff;
}
.message-popup>.wrapper,.message-popup>p,.message-popup>button{
	margin-top:20px;
}
.message-popup>.wrapper{
	padding:10px;
	border-radius:20px;
	box-sizing:border-box;
	background-color:#fff;
}
.message-popup>.wrapper>input,.message-popup>.wrapper>textarea{
	width:100%;
	border:unset;
	font-family:'Bitter', serif;
    font-weight: 400;
}
.message-popup>.wrapper>input:focus,.message-popup>.wrapper>textarea:focus{
	outline:unset;
}
.message-popup>button:not(.mfp-close){
	display:block;
	width:130px;
	padding:20px;
	color:#fff;
	font-family:'Bitter', serif;
    font-weight: 400;
	background-color:#643a86;
	border-radius:40px;
	border:unset;
	box-sizing:border-box;
	font-size:1.2em;
}
.message-popup>button:focus{
	outline:unset;
}
.bloc_answer { display: flex; }
.answer{
/*	min-height:250px;*/
	background-color:#ffc300;
	border-radius:40px;
	padding:10px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	transition: all .2s ease-in-out;
}
.answer:hover { transform: scale(1.1);}
.answer .widget { padding: 0px; }
.answer .container12 {     width: 100%;
    max-width: 100%;
    min-width: 100%;
}
/*

.answer>.overlay{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:4em;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	color:#fff;
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
}
.answer>.overlay:hover{
	cursor:pointer;
	opacity:1;
}
*/
.score{
	display:inline;
	color:#ffc300;
}
.score,.score-description{
	opacity:0;
	transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
}
.score.active,.score-description.active{
	opacity:1;
}
.mobile-menu{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	display:flex;
	justify-content:space-between;
	 align-items: center;
	padding:10px;
	background-color:#ffc300;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
	z-index:3;
	
}
.mobile-menu div.titre { width: 60%; }
.mobile-menu div.titre span { 
	font-size: 1.8em; 
	font-family: 'Bitter', serif;
    font-weight: 700;
}
.mobile-menu div.titre span:first-child {
	font-size: 1.4em;
} 
.mobile-menu-content{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	padding:120px 0;
	background-color:rgba(60,53,47,0.98);
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	transition:transform .5s ease;
	-webkit-transition:-webkit-transform .5s ease;
	z-index:2;
}
.mobile-menu-content>li>a{
	display:block;
	padding:15px;
	color:#fff;
	text-decoration:none;
	background-color:transparent;
	transition:color .5s ease,background-color .5s ease;
	-webkit-transition:color .5s ease,background-color .5s ease;
}
.mobile-menu-content>li>a:hover{
	color:#3c352f;
	background-color:#fff;
}
.mobile-menu-content.active{
	box-shadow:0px 0 20px #000;
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.mobile-float-menu{
	font-size:2em;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	margin-right: 10px;
}
.mobile-float-menu>.link-button{
	display:flex;
	max-width:52px;
	height:52px;
	align-items:center;
	justify-content:flex-end;
	background-color:#d89da3;
    border-radius:26px;
    padding:unset;
    overflow:hidden;
    transition:max-width 0.5s ease;
	-webkit-transition:max-width 0.5s ease;
}
.mobile-float-menu>.link-button>.button-icon{
	width:52px;
	height:52px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:transform 0.5s ease,color 0.5s ease;
	-webkit-transition:-webkit-transform 0.5s ease,color 0.5s ease;
}
.mobile-float-menu>.link-button>.button-label{
	white-space:nowrap;
	padding:0 0 0 14px;
}
.mobile-float-menu>.link-button:hover{
	max-width:100%;
}
.mobile-float-menu>.link-button:hover>.button-icon{
	color:#FFC300;
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
}
.mobile-float-menu>.link-button+.link-button{
	margin-top:30px;
}
.template_accueil>header{
	display:none;
}
.flex-wrapper{
	display:flex;
	min-height:100vh;
	flex-direction:column;
}
.flex-wrapper>.widget_1{
	flex:1;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_cinquieme {
/*	line-height: 1.4em;*/
}

.slogan { font-size: 1.7em; }
@media screen and (min-width:1500px) {
	.slogan { font-size: 2.25em; }
	.purple-background .bold-text-upper { font-size: 2.5em;}
}

@media screen and (min-width:641px)and (max-width:900px){
	.menu-row h1{
		font-size:1.4em;
	}
	.menu-row h2{
		font-size:1em;
	}
	.sub-menu a{
		font-size:1em;
	}
	.sub-menu .menu{
		line-height:1.4em;
	}
}
@media screen and (min-width:641px)and (max-width:786px){
	.main-menu>.container12>.grid_2{
		display:none;
	}
	.main-menu>.container12>.grid_10{
		width:97%;
	}
}
@media screen and (min-width:641px){
	.mobile-menu,.mobile-menu-content,.mobile-float-menu{
		display:none;
	}
}
@media screen and (max-width:640px){
	body{
		margin-top:85px;
		min-width: inherit!important;
		width: 100%;
	}
	
	#gabarit { overflow: hidden;}
	header,.sticky-menu,.float-menu{
		display:none;
	}
	.memoriam-banner>.wrapper{
		padding-bottom:60%;
	}
	.bold-text-upper{
		font-size:1em;
	}
	.purple-background .bold-text-upper{
		font-size:1.2em;
	}
	h2{
		font-size:2em;
	}
	.news-bar>.fa,.news-bar>.titre{
		font-size:1.6em;
	}
	h1{
		font-size:3em;
	}
	.home-banner>.background{
		animation-name:unset;
		background-position:center center;
	}
	.flex-wrapper{
		height:calc(100vh - 85px);
	}
	.animated-pagination-item { width: 9px; }
	.animated-pagination-item>.title { transform: rotate(90deg); }
	.message-popup{
		width:100%;
	}
}