/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: SHIELD - Free Bootstrap 3 Theme
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */

@font-face {
		  font-family: 'JaneAusten';
		    src:  url('/fonts/JaneAusten.ttf.woff') format('woff'),
		    url('/fonts/JaneAusten.ttf.svg#JaneAusten') format('svg'),
		    url('/fonts/JaneAusten.ttf.eot'),
		    url('/fonts/JaneAusten.eot?#iefix') format('embedded-opentype'); 
		    font-weight: normal;
		    font-style: normal;
}

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 60px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: rgba(0, 0, 0, 0.5);
    color: #8327d4;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}
.imgBox {
    margin-bottom:20px; 
}
/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    /*height: 100%;*/
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 20px;
}

.row {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: -15px;
}
.rowMain {
	margin-top: 40px;
}

.modal-header {
	background: white;
}

.modal-header h4 {
	color: rgba(0, 0, 0, 0.8);
}

.modal-footer {
	background: white;
	padding: 5px;
}

.modal-header .row {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.modal-footer .row {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	
}

.navbar-default {
	
}

.navbar {
  min-height: 100px;
  background-color: rgba(237, 237, 237, 1); 
}
.navbar-inverse {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-brand {
  color: #9bb1c2;
}
.container-fluid-navbar-logo {
    /*margin-top: 100px;*/
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(237, 237, 237, 1); 
}
.container-fluid-navbar {
    margin-top: 0px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-color: rgba(200, 175, 121, 1);
    background-color: rgba(200, 175, 121, 1);
}
@media (min-width: 768px) {
  .navbar-nav {
    /*margin-top:30px;*/
  }
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
h1 {
	font-family: 'JaneAusten', cursive;
	font-weight: 300;
	font-size: 3em;
}
.lpbtitre{
	font-size: 1.8em;
	color:rgba(200, 175, 121, 1);
}
.lpbtiteregris{
	font-family: 'JaneAusten', cursive;
	font-size: 1.8em;
	color:rgba(94, 94, 94, 1);
}
.lpbad{
	font-family: "Raleway";
    font-weight: 500;
    font-size: 1em;
	color:rgba(200, 175, 121, 1);
}
.lpbadgris{
	font-family: "Raleway";
    font-weight: 500;
    font-size: 1em;
	color:rgba(94, 94, 94, 1);
}
.lpcomment{
	font-family: "Raleway";
	font-weight: 500;
    font-size: 0.8em;
	color:rgba(200, 175, 121, 1);
}
.lpcommentgris{
	font-family: "Raleway";
	font-weight: 500;
    font-size: 0.8em;
	color:rgba(94, 94, 94, 1);
}
.title {
	font-family: 'La Belle Aurore', cursive;
	font-weight: 300;
	font-size: 1.1em;
    
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}
p small {
    line-height: 12px;
    margin-bottom: 10px;
}
.centered {
    text-align: center;
    letter-spacing: 0.4em;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #b88d15;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: rgba(0, 0, 0, 0.67);
    text-decoration: none;
    outline: 0;
    
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

/*#headerwrap {
	background: url(../../../img/h/4.jpg) no-repeat center top;
	margin-top: 20px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
#homelist{
	margin-top: 230px;
	padding-top:120px;
	text-align:left;
	min-height: 450px;
	
}
#homenaissance{
	background: url(../../../img/naissance/h1.jpg) no-repeat center top;
	margin-top: 230px;
	padding-top:120px;
	text-align:left;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:769px) {

#homenaissance{
	background: url(../../../img/naissance/h0.jpg) no-repeat center top;
}
}
#homenaissance h1{
	padding-top:80px;
	padding-left: 10%;
	color:#ffffff;
	margin-top: 90px;
	letter-spacing: 2px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
   }
#homenaissance h1 small{
	padding-left: 14%;
	color:#ffffff; 
}
#homenaissance h2{
	padding-left: 10%;
	color:#ffffff;
	margin-top: 120px;
	padding-bottom: 2px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;

}
#homemariage {
	background: url(../../../img/mariage/h1.jpg) no-repeat center top;
	margin-top: 230px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 450px;*/
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#homemariage4 {
  margin-top: 230px;
}
@media screen and (max-width:992px) {
	#homemariage4 {
		margin-top: 230px;
	}
	
}
@media screen and (max-width:769px) {
   #homemariage {
		margin-top: 10px;
		background: url(../../../img/mariage/sm/8.png) no-repeat center top;
		height:300px;
	}
	.breadcrumb{
		 margin:50px 0px 0px 0px;
	}
	#homemariage4 {
		margin-top: 10px;
	}
}

#homemariage h1{
	padding-top:80px;
	padding-left: 10%;
		color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}
#shop,#atelier, #method, #boutique, #surmesure,#monde,#together, #blog{
	padding-top: 200px;
	margin-top: -200px;
}

#cartevisite{
	margin-top: 200px;
	padding-top:10px;
	text-align:left;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cartevoeux{
	margin-top: 200px;
	padding-top:10px;
	text-align:left;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#eventCorpo{
	background: url(../../../img/event/h1.jpg) no-repeat center top;
	margin-top: 200px;
	padding-top:10px;
	text-align:left;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    /*display: table;*/
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 200px;
    margin-top: 5px;/*margin-top: 45px;*/

    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */
.service1 {
	background-image: url('../../../img/service/1.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}
.shop1 {
	background-image: url('../../../img/ambiance/1.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width:769px) {
   .shop1 {
		background-image: url('../../../img/ambiance/1x460.jpg');
			background-size: contain;
			background-repeat: no-repeat;

	}
}
.atelier1 {
	background-image: url('../../../img/atelier/1.jpg');
	background-size: contain;
	background-repeat: no-repeat;
    
}
.monde1 {
	background-image: url('../../../img/loin/1.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}
.together1 {
	background-image: url('../../../img/loin/2.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.divider1 {
	background-image: url('../../../img/portfolio/fullsize/1.png')
}

.divider2 {
	background-image: url('../../../img/portfolio/fullsize/ACCUEIL-boutique-2--1024x339.jpg')
}

.divider3 {
	background-image: url('../../../img/portfolio/fullsize/3.png');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../../../img/portfolio/fullsize/4.png')
}

.divider6 {
	background-image: url('../../../img/portfolio/fullsize/6.png')
}
.divider8 {
	background-image: url('../../../img/mariage/8.jpg');
 
}


/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */
.titleImg {
	font-size:small;
}
.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	button {
		-webkit-appearance: none;
    }
    .navbar {
		min-height: 50px;
    }
    .section-divider {
	    padding-bottom: 20px;
	} 
#shop,#atelier, #method, #boutique, #surmesure,#monde,#together, #blog{
	padding-top: 20px;
	margin-top: -20px;
}

 	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
	#homenaissance{
		margin-top: 10px;
		min-height: 10px;
	
    
  	}
  	h1{
	  	font-family: 'Mr De Haviland', cursive;
	  	margin-top: 5px;
	  	margin-bottom: 5px;
  	}
  	.row{
	  margin: 0;
	 }
	#footerwrap {
		background: rgba(0, 0, 0, 0.5);
		margin-top: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #ddd;
		text-align: center;
	}


}
/* */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  /*min-height: 100%;*/
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


body > .container {
  padding: 10px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-success {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.50);
  border-color: rgba(0, 0, 0, 0.10);
}
.btn-success:focus,
.btn-success.focus {
  color: #9b7c0a;  !important;
  background-color: rgba(199, 174, 119, 0.68);  !important;
  border-color: rgba(199, 174, 119, 0.98);  !important;
}
.btn-success:hover {
  color: #0d0d0c;
  background-color: rgba(199, 174, 119, 0.68);
  border-color: rgba(199, 174, 119, 0.98);
}
.btn-success:active,
.btn-success.active {
  color: #000000; !important;
  background-color: rgba(199, 174, 119, 0.98); !important;
  border-color:rgba(199, 174, 119, 0.98); !important;
}

.options{
	font-size: smaller;
}
@media screen and (min-width:990px) and (max-width:1200px) {
	.options{
		font-size: 11px;
	}
}
.modal { overflow: auto !important; }


.modal-xl{
	width:80%;
}
.navbar-default .navbar-nav>.active>a {
	background-color: rgba(0, 0, 0, 0.2);
	color:white;
	
}
.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
