
* {
	box-sizing: border-box;
}

body {    
	background-image: url("images/camera1.jpg");    
	max-width: 1920px;     
	margin: 0px;     
	min-height: 100%;     
	background-position: center;     
	background-size: cover;     
	background-attachment: fixed;     
	background-repeat: no-repeat;     
	box-sizing: border-box;
}

.logo{
	max-width: 200px;
	text-align: center;
}


.container {
	width:  100%;
}

.fond{ 
	
	min-height: 100vh;
	background-size: cover;
	padding-top: 40px;
	margin: auto;
}

.logo{
	max-width: 200px;
	text-align: center;
}


.footer {
	font-family: 'Headland One', serif;
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 24px;
	text-transform: uppercase;
	background: #20292f;
	color: #FFF;
	text-align: center;
	padding: 5px;
}

a {
	font-family:  Oswald, Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 2px;
	color: #20292f;
	font-weight: 400;
	
}

i {
	display: none;
	font-size: 24px;
	color: black;
}


h2{
	font-family: 'Headland One', serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 78px;
	letter-spacing: 3px;
	color: #1C222D;
	text-transform: uppercase;
	margin: auto;
}

h3{
	font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1a1a1a;
}

p{font-family: Roboto,Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5rem;
	color: #1C222D;
}

/*Cadre beige*/
.cadre{
	max-width: 1080px;
	background-color: rgba(255, 249, 230, 0.8);
	margin: auto;
	background-size: cover;
}

.contenu{
	padding: 40px;
	background-size: cover;
}
/*---*/


/* Barres Navigation*/

/* Side Nav*/
.sidenav {
	flex: 0 0 300px;
	background-color: #1C222D;
	margin-left: 20px;
	padding: 10px 20px 10px;
	position: fixed;
}

.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.sidenav a:hover {
	background-color: #064579;
	color: whitesmoke;
}

.fa-facebook {
	float: left;
	color: whitesmoke;
}

.fa-linkedin {
	float: left;
	color: whitesmoke;
}

/* Top Nav*/
.topnav {
	overflow: hidden;
}

.topnav a {
	float: left;
	display: none;
	color: #1C222D;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #064579;
	color: whitesmoke;
}

.topnav a.active {
	background-color: #1C222D;
	color: white;
}
a.active:hover{
	background-color: #064579;
	color:whitesmoke;
}

.topnav .icon {
	display: none;
}

#ham{
	padding: 10px;
	color: white;
}

#ham:hover{
	padding: 10px;
	color: #064579;
	background-color:white ;
}

/* -------*/

.row:after {
	content: "";
	display: table;
	clear: both;
}


.col33 {
	float: left;
	width:33.33%;
	padding: 15px;
	text-align: center;
}

.col50  {
	float: left;
	width:50%;
}

.col50 img {
	max-width: 450px;	
}

.service img{
	max-width: 200px;
	
}

.ligne {
	float: left;
	width: 150px;
	background-color: #1C222D;
	padding: 1.5px;
	margin: auto;
}

/*Page Index*/
.section1 {
	background-image: url("images/coucher.jpg");
padding-top:40px;
	min-height: 100vh;
	font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
	background-size: cover;
}

.couverture{
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-transform: uppercase;
	max-width: 1800px;
	padding-top: 380px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	margin-right: 20px;

}
/*---*/


/*Page Forfait*/
.boudoir p{
	font-family: 'Headland One', serif;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 3px;
	text-align: left;
	padding-left: 15px;
	border: 2px solid;
	border-left: 8px solid;
	border-right: 8px solid;
}

.forfait h3{
	background-color: #1C222D;
	font-size: 28px;
	color: whitesmoke;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px;

}

.choix {
	border: 2px solid;
	border-left: 4px solid;
	border-right: 4px solid;
	border-color: #1C222D;
	font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #1C222D;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;	
}
/*---*/


/*Page Témoignage*/

.testimonial-wrap {
	margin:0 auto;
	margin-top:5em;
	max-width:1080px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between; 
}

.testimonial {
	width:23%;
	text-align:center;
	line-height:1em;
	position:relative;
}

.testimonial__img {
	border-radius:10em;
	width:100%;
	border:4px double #999;
}

.testimonial__name {
	font-size:1.5em;
	padding:.5em 0;
	border-bottom:4px double #ccc;
	margin-bottom:.5em;
}

.testimonial__title {
	text-transform:uppercase;
	font-size:.85em;
	line-height:1rem;
	margin-bottom:1em;
}

.testimonial__quote {
	&:before 
	content:"\f10d";
	font-family:FontAwesome;
	font-size:1em;
	color: #1C222D;
	margin-top:10%;
	text-align: center;
	left:0;			
}
&:after {
	content:"\f10e";
	font-family:FontAwesome;
	font-size:3em;
	color:rgba(0,0,0,.04);
	position:absolute;
	right:0;			
}
}
}
}
/*----*/

/*Page Contact*/
.input {
	padding: 16px;
	width: 100%;
	background-color:whitesmoke;
	border: 2px solid black;

}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}


.info2{
	margin-left: 90px;
}

.textarea {
	border: 1px solid black;
	max-width: 95%;
	height: 200px;
	background-color: whitesmoke;
}

.textarea2 {
	border: 1px solid black;
	width: 95%;
	height: 40px;
	background-color: whitesmoke;
}
.envoyer {
	border: 2px solid black;
	border-radius: 5em;
	background-color: whitesmoke;
	padding: 16px;
	width: 200px;
}
/*----*/


/* Porfolio */
*img {
	block-size: auto;
	max-inline-size: 100%;
	vertical-align: middle;
}

.embed {
	overflow: hidden;
	padding-block-start: 100%;
	position: relative;
}

.embed--1-2 {
	padding-top: calc(100% / (1 / 2));
}

.embed--2-1 {
	padding-top: calc(100% / (2 / 1));
}

.embed--2-3 {
	padding-top: calc(100% / (2 / 3));
}

.embed > * {
	height: 100%;
	left: 0;
	object-fit: cover;
	padding: 0.25em;
	position: absolute;
	top: 0;
	width: 100%;
}


.gallery {
	max-width: 1080px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 1fr);
}

.gallery__item--h-2 {
	grid-column-end: span 2;
}

.gallery__item--h-3 {
	grid-column-end: span 3;
}

.gallery__item--v-2 {
	grid-row-end: span 2;
}

.gallery__item--v-3 {
	grid-row-end: span 3;
}

.temoin .gallery {
	max-width: 1080px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

@media (max-width:800px) {
	.embed {
		overflow: hidden;
		padding-block-start: 100%;
		position: relative;
	}

	.embed--1-2 {
		padding-top: calc(100% / (1 / 2));
	}

	.embed--2-1 {
		padding-top: calc(100% / (2 / 1));
	}

	.embed--2-3 {
		padding-top: calc(100% / (2 / 3));
	}

	.embed > * {
		height: 100%;
		left: 0;
		object-fit: cover;
		padding: 0.25em;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.gallery {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}

	.gallery__item--h-2 {
		grid-column-end: span 2;
	}

	.gallery__item--h-3 {
		grid-column-end: span 3;
	}

	.gallery__item--v-2 {
		grid-row-end: span 2;
	}

	.gallery__item--v-3 {
		grid-row-end: span 3;
	}


	/*============================================================================================*/

/* Responsive layout - when the screen is less than 600px wide, 
make the two columns stack on top of each other instead of next to each other */

/* Responsive layout - when the screen is less than 600px wide, 
make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 1024px) {

	/*cadreBeige responsive*/
	.cadre{
		max-width: 500px;
	}

	.contenu{
		padding: 20px;
		background-size: cover;
	}
	/*---*/
.logo{
	max-width: 200px;
	text-align: center;
}

	/*Navigation responsive*/
	.sidenav{
		display: none;
	}


	.sidenav a:not(:first-child) {display: none;}
	.sidenav a.icon {
		float: right;
		display: block;
	}

	.sidenav.responsive {position: relative;}
	.sidenav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}


	.sidenav.responsive a {
		float: none;
		display: block;
		text-align:left;
	}

	@media screen and (max-width: 1024px) {
		.topnav a:not(:first-child) {display: none;}
		.topnav a.icon {
			float: right;
			display: block;
		}
	}

	@media screen and (max-width: 1024px) {
		.topnav.responsive {position: relative;}
		.topnav.responsive .icon {
			position: absolute;
			right: 0;
			top: 0;
		}
		.topnav.responsive a {
			float: none;
			display: block;
			text-align: left;
		}
	}
/*---*/

.logo{
	width: 200px;
	text-align: center;
}



/*Page Index*/
	.section1 {
		background-image: url("images/coucher.jpg");
		background-size: cover;
		background-position: 50%;
		margin:auto;
		padding-top: 30px;
		padding-right: 0;
		padding-bottom: 30px;
		padding-left: 0;
	}

	.couverture{
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 3px;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 380px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.couverture h2{
		font-size: 25px;
		line-height: 35px;
		color:#FFFFFF;
		letter-spacing: 3px;
		color: Bla;
		text-transform: uppercase;
		text-align: center;
	}

	.couverture p{
		color: whitesmoke;
		text-align: center;
	}
/*--*/



/*Page Propos*/
	.propos{
	padding: 0;
}
/*--*/
	


/*image responsive*/
	.service img{
		max-width: 60%;
		text-align: center;
	}

	.propos img{
		width:150%;
		text-align: center;
	}

	.forfait img{
		width:150%;
		text-align: center;
	}
/*--*/


/*h2 responsive*/
	
	h2{
		font-size: 25px;
		line-height: 35px;
		text-align: left;
	}

	.forfait h2{
		font-size: 25px;
		line-height: 35px;
		text-align: center;
	}

	.propos h2{
		font-size: 25px;
		line-height: 35px;
		text-align: center;
	}
/*--*/



/*h3 responsive*/
	.temoin h3{
		ffont-size: 14px;
		line-height: 18px;
		font-weight: bolder;
	}

	.service h3{
		font-size: 18px;
		line-height: 18px;
		font-weight: bolder;
	}
/*--*/



/*p responsive*/
	p {
		font-size: 14px;
		font-weight: 800;
		line-height: 1.5rem;
		text-align: center;
	}
	

	.info1 p{
		text-align: left;
	}

	.forfait .col33 p{
		text-align: center;
	}

	.info2 p{
		text-align: left;
		margin-left: 10px;
	}

	.forfait .col33 p{
		text-align: center;
	}

	.info2 p{
		text-align: left;
		margin-left: 10px;
	}

	.forfait .col33 p{
		text-align: center;
	}

	.info2 p{
		text-align: left;
		margin-left: 10px;
	}
/*--*/


/*Colonnes resoonsive*/
	.col50{
		width:100%;
		text-align: center;
	}

	.col33 {
		float: left;
		width:100%;
		text-align: center;
	}


	.service .col33{
		padding: 6px;
	}

	.service .col33 {
		padding: 15px;
	}
/*--*/



/*Page contact*/
	.info2 {
		text-align: left;
		margin-left: 0px;
	}


	.info1{
		text-align: left;
	}
/*--*/



/*Page forfait*/
.choix {
	border: 1px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #1C222D;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #1C222D;
	padding: 8px;
}

.boudoir p{
	font-size: 23px;
	line-height: 32px;
	letter-spacing: 2px;
	text-align: center;
	padding-left: 0;
	border: 2px solid;
	border-left: 6px solid;
	border-right: 6px solid;
}
/*--*/




/*Page témoignage*/
.testimonial-wrap {
	margin:0 auto;
	margin-top:5em;
	max-width:1080px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between; 
}

.testimonial {
	width:100%;
	text-align:center;
	line-height:1em;
	position:relative;
}

.testimonial__img {
	border-radius:20em;
	width:50%;
	border:4px double #999;
}

.testimonial__name {
	font-size:1em;
	line-height: 1,5em;
	padding:.5em 0;
	border-bottom:4px double #ccc;
	margin-bottom:.5em;
}
/*--*/










}