@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Handlee&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
body {
	font-family: "Arima", system-ui !important;
	font-size: 16px;
	margin: 0;
}
body,
.card {
	background-color: #f1ede1;
	border: 0;
}
a {
	text-decoration: none;
	color: #363636 !important;
}
a:hover {
	color: #000;
  }
p {
	font-family: "Arima", system-ui !important;
	font-size: .9rem;
	line-height: 1.1;
}
*+address,*+dl,*+fieldset,*+figure,*+ol,*+p,*+pre,*+ul {
    margin-top: 0;
}
svg > path {
	fill:#A59B8C;
}
.great-vibes-regular {
	font-family: "Great Vibes", cursive !important;
	font-weight: 400;
	font-style: normal;
}

h6,
h5,
h4,
h3,
h2,
h1 {
	font-family: "Great Vibes", cursive !important;
	font-weight: 100;
	font-style: normal;
	margin: 0;
}
h2.titre {
	font-size: 2.5rem;
}
h4.titre {
	font-size: 2.5rem;
}
.hideDesk{
    display: none;
  }
@media screen and (max-width:767px){
	.showDesk{
		display: none !important;
	} 
	.hideDesk {
		display: block !important;
	}
}
.mainColor {
	color: #b3a594;
}
sup>i {
	font-size: 0.8rem;
	opacity: 0.1;
	position: relative;
}
.mt-6 {
	margin-top: 5rem;
}
.list-group-item {
	background-color: transparent;
	border: none;
}
.bounce-up .subject {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(200px, 0, 0px);
	-webkit-transform: translate3d(200px, 0, 0px);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-up .subject.left {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(-200px, 0, 0px);
	-webkit-transform: translate3d(-200px, 0, 0px);
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-up.in-view .subject {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.wedding-spacer {
	background: url(../images/sprite-black.png) 47% top no-repeat;
	background-size: 45%;
	height: 1.3rem;
}
.nav-header {
	background: #f8f9fa;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
nav {
	position: fixed;
	width: 100%;
	max-width: 150px;
	bottom: 0;
	top: 9%;
	display: block;
	min-height: 150px;
	height: 100%;
	color: #000;
	opacity: 0.8;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.vertical-menu hr {
	opacity: 0.1;
	border-width: 0.5px;
}
nav ul {
	width: 90%;
	padding-inline-start: 0;
	margin: 10px;
	height: calc(100% - 20px);
}
.vertical-menu-logo {
	padding: 20px;
	font-size: 1.3em;
	position: relative;
}
.vertical-menu-logo .open-menu-btn {
	width: 30px;
	height: max-content;
	position: absolute;
	display: block;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.vertical-menu-logo .open-menu-btn hr {
	margin: 5px 0;
	width: 100%;
	max-width: 100%;
}
nav li {
	list-style: none;
	padding: 10px 10px;
	cursor: pointer;
	font-size: 1.1rem;
}
nav li a {
	color: #363636;
}
/* nav li:hover {
  color: rgba(75, 105, 176, 1);
} */
nav li#user-info {
	position: absolute;
	bottom: 0;
	width: 80%;
}
nav li#user-info>span {
	display: block;
	float: right;
	font-size: 0.9em;
	position: relative;
	opacity: 0.6;
}
nav li#user-info>span:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	background: green;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.bdo-message {
    text-align: center;
    padding: 1% 2.2%;
    line-height: 1.5;
}
.bdo-message a {
    text-decoration: underline;
}
.content-wrapper {
	width: calc(100% - 0);
	max-height: 100%;
	position: relative;
	margin:17% auto 1.5%;
	background: #f1ede1;
	left: 150px;
	padding: 0;
	transition: all 300ms;
}
.content-wrapper.bdo-message-margin {
	margin:27% auto 1.5%;
}
.closed-menu .content-wrapper {
	width: 100%;
	left: 0;
}
.closed-menu .vertical-menu-wrapper {
	width: 0;
}
.vertical-menu-wrapper .vertical-menu-logo div {
	transition: all 100ms;
}
.closed-menu .vertical-menu-wrapper .vertical-menu-logo div {
	margin-left: -100px;
}
.vertical-menu-wrapper .vertical-menu-logo .open-menu-btn {
	transition: all 300ms;
}
.closed-menu .vertical-menu-wrapper .vertical-menu-logo .open-menu-btn {
	left: 7px;
	right: 100%;
}
.closed-menu .vertical-menu-wrapper ul,
.closed-menu .vertical-menu-wrapper hr {
	margin-left: -130px;
}
.vertical-menu-wrapper ul,
.vertical-menu-wrapper hr {
	transition: all 100ms;
}
.content {
	width: 90%;
	min-height: 90%;
	border-radius: 10px;
	padding: 30px;
}
/*------------------------------------------*/
/*  HERO
/*------------------------------------------*/
.hero-section {
	margin-bottom: 18px;
}

.hero-text {
	top: 70%;
	left: 0;
	right: 0;
}
.hero-text .profile {
    width: 24vw !important;
    height: 24vw !important;
}
.hero-text .wrapPosted {
    line-height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 80%;
}
.hero-text .wrapPosted h1 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 1;
}
.hero-text .block-info > div {
    gap: 3.8rem !important;
  }
#typewriter>* {
	display: none;
}
/*------------------------------------------*/
/*  COUNTDOWN
/*------------------------------------------*/
.savethedate {
	display: block;
	z-index: 100;
	position: fixed;
	left: 0;
	bottom: -0.5rem;
	width: 100%;
}
.wrapFin {
	max-width: 100%;
	position: relative;
	width: 100%;
	/*background-color: #b3a594;
	 background-color: #e77c87; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.wrapFin .fin {
	display: inline-block;
	color: #000;
	margin: 0 7px 0 0;
	font-family: "Great Vibes", cursive !important;
	font-weight: 100;
	font-size: 2.2rem;
}
.wrapFin .fin span {
	color: #000000;
}
.wrapFin .wrapCountdown {
	max-width: 100%;
	z-index: 2;
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.wrapFin .wrapCountdown .countdowns {
	position: relative;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	gap: .3rem;
}
.wrapFin .wrapCountdown .countdown {
	display: flex;
	flex-direction: column;
	line-height: .5;
	text-align: center;
	font-family: 'Arima';
}
.wrapFin .wrapCountdown .countdown {
    border-radius: 15px;
    padding: 3% 2% 3% 1%;
    width: 100px;
}
.wrapFin .wrapCountdown .countdown .number {
	font-weight: 100;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 5px;
	color: #000000;
}
.wrapFin .wrapCountdown .countdown .unit {
	font-weight: 100;
	font-size: 1rem;
}
@media screen and (max-width: 1271px) {
	.wrapFin {
		padding: 9px;
		margin-bottom: 7px;
	}
	/* .wrapFin .fin {
		font-size:11px
	} */
	.wrapFin .wrapCountdown .countdowns .countdown {
		align-items: center;
	}
	/* .wrapFin .wrapCountdown .countdowns .countdown .number {
		font-size: 13px
	} */
	/* .wrapFin .wrapCountdown .countdowns .countdown .unit {
		font-size: 11px
	} */
}
@media screen and (max-width: 767px) {
	.wrapFin {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.wrapFin .fin {
		font-size: 1.6rem;
	}
	.wrapFin .wrapCountdown .countdown.last {
		border-right: 0;
	}
	.wrapFin .wrapCountdown .countdowns .countdown .number {
		font-size: 2.3rem;
	}
	.wrapFin .wrapCountdown .countdowns .countdown .unit {
		font-size: .8rem;
	}
}

/*------------------------------------------*/
/*  CLAIMER
/*------------------------------------------*/
.claimer .wedding-spacer {
	background-image: url(../images/deco-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	margin-top: 1%;
}
/*------------------------------------------*/
/*  POST
/*------------------------------------------*/
.profile {
	width: 2.5rem !important;
	height: 2.5rem !important;
	object-fit: cover;
}
.wrapPosted {
	line-height: 0.1;
}
.wrapPosted .posted {
	color: #8a8a8a;
	font-size: .6rem;
}
.card-icon i {
	font-size: 1rem;
}
.map {
	/* background: url("../images/map.jpg") center center no-repeat;
	background-size: 100%; */
	height: 3.5em;
}
.map a {
	width: 100%;
	height: 100%;
	display: block;
}
.map span {
	left: 0;
	right: 0;
	width: 30%;
	text-align: center;
	top: 4%;
	color: white;
	margin: auto;
	display: inline-block;
	font-size: .95rem;
	padding: 3% 1.1%;
	text-transform: uppercase;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1271px) {
	.map {
		height: 3.5em;
	}
	.map span {
		width: 44%;
		top: 32%;
	}
}
@media screen and (max-width: 767px) {
	.map {
		height: 3em;
	}
	.map span {
		width: 58%;
        top: 5%;
        font-size: 1rem;
        padding: 4% 0;
	}
}
.mfp-iframe-scaler {
	padding-top: 153.25%;
}
/*------------------------------------------*/
/*  INTRO
/*------------------------------------------*/
#intro .desc .bloc-img {
	height: 20rem;
}
/*------------------------------------------*/
/*  DATES
/*------------------------------------------*/
.wrapDate h4 {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 2% 4%;
}
.dates {
	width: 100%;
}
.dates .date {
	position: relative;
	margin: 3% auto;
	padding: 6% 0;
}
.dates .date .pointilles {
	border-bottom: 2px solid #b3a594;
	height: 112px;
	width: 47px;
	top: -12px;
	left: -21px;
	z-index: 1;
}
.dates .date .deco-date {
    position: absolute;
    right: 0;
    bottom: initial;
    top: -40px;
    left: 22px;
    width: 10.5em;
}
.dates .date .textDate {
	font-size: .75rem;
	position: relative;
	width: 100% !important;
	text-align: center;
	color: #363636;
	margin-bottom: 0;
	line-height: 0.8;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 1% 3%;
}
.dates .date .textDate.up {
	top: -9rem;
	margin: 0;
}
.dates .date .textDate.down {
	top: -1rem;
	margin: 0;
}
.dates .date .imgDate {
	position: relative;
	border-radius: 100%;
	border: 1px solid #363636;
	width: 7em !important;
	height: 7em !important;
	text-align: center;
	z-index: 3;
	margin: 0 auto 11%;
	padding: 1%;
}
/* .dates .slick-slide {
width: 110px!important;
margin-right: 25px;
} */
/* .dates .slick-slide {
width: 172px!important;
margin-right: 0;
} */
.pointilles {
	width: 100%;
	top: 65%;
	border-bottom: 2px solid #b3a594;
	z-index: 1;
}
/*------------------------------------------*/
/*  PROGRAMME
/*------------------------------------------*/
.horaires .card {
	background-color: #b3a594;
	color: #ffffff;
}
.horaires p {
	color: #ffffff;
}
.horaires .wedding-spacer {
	background: url(../images/deco-menu-w.png) center top no-repeat;
	background-size: 35%;
	height: 1rem;
}
.horaires .horaire .horaire {
	font-weight: 700;
}
.carte .wedding-spacer,
.card-title .wedding-spacer {
	background: url(../images/deco-menu.png) center top no-repeat;
	background-size: 35%;
	height: 1rem;
}
.card-text {
    line-height:1.3;
}
.carte .carte-menu {
	color: #000;
}
/*------------------------------------------*/
/*  LIEUX
/*------------------------------------------*/
.horaires .horaire {
	padding: 0.5% 0.8%;
}
.horaire p,
.carte-menu p {
	margin-bottom: 0;
	line-height: 0.9;
}
/*------------------------------------------*/
/*  galerie
/*------------------------------------------*/
.carousel-galerie .galerie-item {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	object-fit: cover;
}
.galerie-item-child {
	width: 100%;
	height: 20em;
}

.uk-lightbox {
	z-index: 1050;
}
/*------------------------------------------*/
/*  LIVRE D'OR
/*------------------------------------------*/
#livre {
	border: 2px solid rgba(198, 177, 118, 1);
	border-radius: 5px;
	padding: 0 10%;
}
#livre .card {
    background-color: transparent;
}
#livre .deco {
	background: transparent url(../images/deco-form-bis.png) left top no-repeat;
	background-size: 25%;
	position: absolute;
	z-index: 1;
	width: 500px;
}
#livre .deco.haut {
	background-position: left top;
	top: 0;
	left: 0;
	height: 133px;
}
#livre .deco.bas {
	background-position: right bottom;
	bottom: 0;
	right: 0;
	height: 197px;
}
#livre .form-control {
	font-size: 1rem;
	border-radius: 50px 0px / 50%;
	border: 2px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-image: linear-gradient(90deg,
			rgba(179, 165, 148, 1),
			rgba(198, 177, 118, 1),
			rgba(204, 165, 55, 1)) 10;
	background: transparent border-box;
	/* -webkit-mask:
	linear-gradient(#fff 0 0) padding-box, 
	linear-gradient(#fff 0 0); */
	/* -webkit-mask-composite: xor; */
	/* mask-composite: exclude; */
}
#livre textarea.form-control {
height: 130px;
}
#livre .form-control::placeholder {
	font-size: .9rem;
}
#livre .form-control,
#livre .form-control:focus {
	box-shadow: 0 0 0 0.25rem transparent;
	border-color: transparent;
}
#livre .form-group small {
	font-size: 0.62rem;
}
#livre .form .decor {
	background-image: url(../images/deco-form.png);
	background-repeat: no-repeat;
	background-position: 81px 100%;
	background-size: 120px;
	margin-bottom: 5%;
	position: absolute;
	width: 216px;
	height: 171px;
	bottom: 7%;
}
#livre .form .decor.decor-bottom {
	bottom: 32px;
	left: 118px;
}
#livre .form .decor.decor-top {
	bottom: inherit;
	top: 257px;
	right: 118px;
	transform: scale(-1);
}
#livre .form .decor.decor-input {
	background-size: 7%;
	background-position: 108px 100%;
	width: 570px;
	height: 64px;
}
#livre .form .decor.decor-input.decor-bottom {
	bottom: 234px;
	left: 147px;
}
#livre .form .decor.decor-input.decor-top {
	bottom: inherit;
	top: 191px;
	right: 145px;
	transform: scale(-1);
}
/*------------------------------------------*/
/*  FOOTER
/*------------------------------------------*/
footer p,
i {
	font-size: 3rem;
	padding: 0;
	margin: 0;
}
footer p {
	color: #363636 !important;
}
footer i {
	font-size: 2.5rem;
	color: rgba(223, 71, 86, 0.7);
}
footer .withLove {
	font-size: 2.8rem;
}
/*------------------------------------------*/
/*  SWITCHER
/*------------------------------------------*/
#style-switcher {
	transition: all 0.4s;
	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0px 4px 12px rgba(31, 27, 81, 0.07);
	left: -189px;
	position: fixed;
	top: 17%;
	width: 189px;
	z-index: 9999;
	padding: 10px 5px;
  }
  
  #style-switcher div {
	padding: 5px 10px;
  }
  
  #style-switcher div h3 {
	color: #172d51;
	font-size: 16px;
  }
  
  #style-switcher .bottom {
	background: none repeat scroll 0 0 #ffffff;
	padding: 0;
	color: #172d51;
  }
  
  #style-switcher .bottom a.settings {
	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 4px 2px 5px rgba(31, 27, 81, 0.07);
	display: block;
	height: 45px;
	position: absolute;
	right: -45px;
	top: 0;
	width: 45px;
	padding: 1px 17px;
  }
  
  ul.pattern {
	list-style: none outside none;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	border-radius: 0px;
  }
  
  ul.pattern li {
	float: left;
	margin: 2px;
	position: relative;
	z-index: 100000;
  }
  
  ul.pattern li a {
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	margin: 5px;
  }
  
  ul.pattern .color1 {
	background-color: #FFE5E9;
  }
  
  ul.pattern .color2 {
	background-color: rgba(223, 71, 86, 0.7);
  }
  
  ul.pattern .color3 {
	background-color: #FFB0B0;
  }
  
  ul.pattern .color4 {
	background-color: #DFD3C3;
  }

  ul.pattern .color6 {
	background-color: #048b9a;
  }

  ul.pattern .color5 {
	background-color: #81B89A;
  }
   
  .bottom i.active {
	transform: scale(-1);
  }
  /*------------------------------------------*/
/*  Donwload PDF
/*------------------------------------------*/
.download-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0.5rem;
	line-height: 1.5;
  }
.download-container a {
	background-color: #155724 !important;
	border: 1px solid #155724 !important;
	color: #FFF !important;
  }
.download-container a:hover {
	background-color: #FFF !important;
	border: 1px solid #155724 !important;
	color: #155724 !important;
  }
  .download-btn {
	color: #fff;
	text-decoration: none;
	width: 260px;
	padding: 18px 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	border-radius: 5px;
	box-shadow: 0 5px 25px rgba(1, 1, 1, 0.15);
  }
  /* .download-btn:hover {
	background: #2345f4;
  } */
  .download-btn i {
	margin-left: 5px;
  }
  /* .countdown {
	margin-bottom: 20px;
  } */
  /* .countdown span {
	font-size: 1.5em;
	font-weight: 800;
  } */
  .pleaseWait-text,
  .manualDownload-text {
	font-size: 1.1rem;
	display: none;
  }
  .manualDownload-link {
	text-decoration: none;
  }
  /*------------------------------------------*/
/*  WYSIWYG
/*------------------------------------------*/
  /* .wysiwyg {
	border-radius: 8px;
	width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
} */
.wysiwyg {
	position: relative;
}
/* .wysiwyg small {
	position: absolute;
	right: 0;
	top: 0;
} */
.wysiwyg:hover .small i,
.wysiwyg:active .small i,
.wysiwyg:focus .small i,
.wysiwyg:focus-visible .small i,
.wysiwyg:focus-within .small i {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	padding: .8%;
	border-radius: 5px;
}
.wysiwyg .btns {
	padding: 0.3em 0.3em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #efefef;
	background-color: white;
	flex-grow: 2;
}
.wysiwyg .btns .category {
	display: flex;
	align-items: center;
	border-right: 1px solid #efefef;
	padding: 0 4px;
}
.wysiwyg .btns option {
	background-color: white;
	color: grey;
}
.wysiwyg .btns select,
.wysiwyg .btns input,
.wysiwyg .btns button {
	background-color: white;
	border: none;
	padding: 0.5em 0.8em;
	border-radius: 4px;
	color: grey;
	cursor: pointer;
	outline-style: none;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}
.wysiwyg .btns select:hover,
.wysiwyg .btns input:hover,
.wysiwyg .btns button:hover {
	background-color: #efefef;
	color: black;
}
.wysiwyg .btns select:not(:last-child),
.wysiwyg .btns input:not(:last-child),
.wysiwyg .btns button:not(:last-child) {
	margin-right: 4px;
}
.wysiwyg .btns select[type=color],
.wysiwyg .btns input[type=color],
.wysiwyg .btns button[type=color] {
	width: 1.2em;
}
.wysiwyg .btns select[type=number],
.wysiwyg .btns input[type=number],
.wysiwyg .btns button[type=number] {
	width: 3em;
}
/* .wysiwyg .editor {
	resize: none;
	background-color: white;
	outline-style: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 50px;
	max-height: calc(80vh);
	overflow: auto;
} */
.wysiwyg .editor {
	resize: none;
	outline-style: none;
	border: none;
}
.wysiwyg .align-edit {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 4%;
    width: auto;
    display: block;
	text-align: center;
}
.wysiwyg .editor img {
	max-width: 100%;
}
