/*---------------------------------------------
CHLOË FIDANZI - SITE MARIAGE
-----------------------------------------------*/


/*---------------------------------------------
TYPOGRAPHY
-----------------------------------------------*/
html {
	height:100%;
}

body {
	position:relative;
	max-width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size:0.95rem;
	line-height: 2rem;
	color : #333;
	margin:0;
}

h1 {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size:1.8rem;
	line-height: 2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

h1 span {
	font-weight: 400;
	font-size:1.2rem;
	text-transform: none;
}

h2{
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size:1.2rem;
	line-height: 1.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	text-align: center;
	margin-top:50px;
}

h2 span {
	text-transform: none;
}

h3 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size:1rem;
	color:#222;
	text-align: left;
	margin-bottom: -3px;
	}

a {
	text-transform: none;
	text-decoration: none;
	color:inherit;
}

ul {
		list-style-type: none;
		text-decoration: none;
}

img {
	max-width: 100%;
}

p {
	padding-left: 50px;
	padding-right:50px;
}
p strong {
	font-weight: 600;
}


/*---------------------------------------------
HOME
-----------------------------------------------*/
.home-page {
	position:relative;
		top:-100px;
	max-width: 100%;
	z-index: 10;
}

.home-img {
  position: relative;
}

.home-img img{
  width:100%;
  max-width: 100vw;
}
.home-img_container {
max-width: 560px;
width: 100%;
margin:auto;
text-align: center;
padding: 50px 0 50px 0;
position: absolute;
top: calc(50% - 25px);
transform: translate(-50%, -50%);
left: 25%;
background-color: rgba(255,255,255,0.8);
}

.home-img_container h1 {
  font-size: 1.6rem;
}

.home-mobile {
	margin-bottom:100px;
}
.home-mobile a h2:hover{
	opacity:0.5;
}

.contact-home a{
	font-weight:700;
}
/*---------------------------------------------
HEADER
-----------------------------------------------*/
header {
	position:sticky;
		top:0;
		left:0;
	max-width: 100vw;
	padding:10px 70px;
	z-index: 90;
}


.header-mariage {
	background-color:transparent;
	color: #fff;
	transition: background-color 400ms linear;

}
.header-mariage.scrolled {
	background-color: rgba(255,255,255,0.95);
	color: #222 ;
}


#main-header {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.main-header a {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size:1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.main-header_logo a {
	font-size:1.3rem;
}

.main-header_navigation {
	align-self:flex-end; 
}

.main-header_navigation li {
  	display: inline-block;
  	position:relative;
  	margin-left: 10px;
  	margin-right:10px;
 }

.main-header_navigation li a {
	padding:15px;
}


.main-header_navigation li a:hover {
	border-bottom:1px solid #e1c089;
}

.active a {
	border-bottom:2px solid #e1c089;
	font-weight: 700;
}


#galeries {
	margin-left:50px;
	font-weight: 600;
	border: 2px solid #e1c089;
}

#galeries:hover{
	background-color: #e1c089;
	color:white;
}

/*---------------------------------------------
FOOTER
-----------------------------------------------*/
footer {
	position:fixed;
		bottom:0;
	background-color:#fff;
	width:100vw;
	z-index: 40;
}

#main-footer {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 0px 60px;

}

.main-footer #contact a {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size:0.8rem;
	letter-spacing: 2px;
}

.main-footer #contact li {
  	display: inline-block;
  	position:relative;
  	margin-right: 15px;
  	margin-left: 15px;
 }

.main-footer li a:hover {
	opacity:0.80;
}

.main-footer li a:active {
	font-weight:700;
}


.main-footer_social {
	align-self: flex-end;
}

.main-footer_social img{
	width:1.2rem;
	padding-left:15px;
}

.main-footer_social img:hover{
	opacity: 0.80;

}

.fa {
	padding:15px;
	font-size: 1.3rem;
}

.fa:hover {
	opacity: 0.80;
}

.mentions-legales {
	text-align: center;
}
/*---------------------------------------------
FOOTER
-----------------------------------------------*/

/*---------------------------------------------
PAGES
-----------------------------------------------*/
.container {
	position:relative;
		top:-100px;
	max-width: 100%;
	z-index: 10;
}

		/* PHOTOS HEADER
		-----------------------------------------------*/
	.page-img {
		max-height:600px;
		width: 100%
		max-width: 100%;
		display:block;
	}

	.page-img img{
		max-width: 100%;
		width:100%;
		max-height: 600px;
	} 

	.page-img video{
		max-width:100%;
		width:100%;
		max-height: 600px;
	} 

		/* PAGE CONTAINER
		-----------------------------------------------*/

	.page-container {
		position:static;
		max-width: 100%;
		max-width:1150px;
		margin-right:auto;
		margin-left: auto;
		margin-bottom: 100px;
	}

	.page-title {
		display:block;
		padding-top:20px;
		padding-bottom:20px;
		text-align:center;
	}
	.main-text {
		max-width:1050px;
		margin:auto;
	}

	.column50 {
		display:flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.column50_element {
		padding-left: 20px;
		padding-right: 20px;
	}


/*---------------------------------------------
VOS GALERIES
-----------------------------------------------*/
#galeries-choices  {
	display: flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	margin:50px;
}

.galeries-choices_element {
	width: 250px;
	height: 150px;
	line-height: 250px;
	margin:20px;
	background-color: #aa6048;
	border-radius: 10px;
	transition-property: background-image;
	transition-duration: 2s;
}

.galeries-choices_element h2 {
	line-height: 150px;
	font-weight: 600;
	color:#fff;
 	margin:0px;
 	text-transform:none;
}

#galeries-choices_films-mariage:hover {
	background-image: url("../img/choice-films-mariage.png");
}

#galeries-choices_photos-mariage:hover {
	background-image: url("../img/choice-photos-mariage.png");
}

#galeries-choices_contact-mariage:hover {
	background-image: url("../img/choice-contact-mariage.png");
}


#about-me img {
	transform: rotate3d(0,1,0,a);
}

.main-galerie {
	width: 1200px;
	max-width: 100%;
	margin:auto;
}

.main-galerie video{
	width: 100%;
	max-width: 100%;
	margin:auto;
}


/* -------------------------------------
CONTACT
-----------------------------------------*/
.contact-img {
  position: relative;
}

.contact-img_container {
width: 100%;
margin:auto;
text-align: center;

padding: 50px 0 50px 0;
position: absolute;
top: calc(50% - 25px);
transform: translate(-50%, -50%);
left: 50%;
background-color: rgba(255,255,255,0.8);
}

.contact-img_container a{
	font-size: 1.2rem;
}

.contact-social {
	text-align: center;
}

/* -------------------------------------
GEANT NOIR
-----------------------------------------*/
.navigation_gn {
	text-align:center; 
	margin-bottom:50px;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size:1rem;

}

.navigation_gn li {
  	display: inline-block;
  	position:relative;
  	margin-left: 10px;
  	margin-right:10px;
 }

.navigation_gn li a {
	padding:15px;
}


.navigation_gn li a:hover {
	border-bottom:1px solid #e1c089;
}

#espace-pro {
	background-color: #e1c089;
	color:white;
	border: 2px solid #e1c089;
	font-weight: 600;
}



.mot-de-passe {
	margin:100px;
	text-align: center;
	z-index:90;

}
.mot-de-passe input {
	background-color: #e1c089;
	font-family: "Playfair Display";
	font-size: 2rem;
	border: 1px solid black;
	padding:20px;
	text-transform: uppercase;
}

.mot-de-passe input:hover {
	font-weight: 600;
}

/* -------------------------------------
MOBILE MENU
-----------------------------------------*/
.toggle_btn {
  height:30px;
  width:30px;
  position:fixed;
  right: 2px;
  float:right;
  margin-right: 10px;
  margin-top: 5px;
  cursor:pointer;
  background-color: #222;
  z-index: 999;
  text-align: center;
}

.toggle_btn span {
  height:2px;
  background-color: #fff;
  position:absolute;
  width:70%;
  top:15px;
  left:4.5px;
}

.toggle_btn span:before {
  content:"";
  height:2px;
  background-color: #fff;
  position:absolute;
  width:100%;
  top:-6px;
  left:0px;
}

.toggle_btn span:after {
  content:"";
  height:2px;
  background-color: #fff;
  position:absolute;
  width:100%;
  top:6px;
  left:0px;
}


.mobile_menu {
	background-color: rgba(255,255,255,0.95);
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 995;
}


.mobile_menu-text {
  margin-top:120px;
  z-index: 990;
}


.mobile_menu-text a {

  font-family: 'Fairplay';
  font-size: 1.5rem;
  font-weight: 600;
  color: #444;
  text-align: center;
  display:block;
  padding-top: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 990;
}

.mobile_menu a{
	transition:all 0.350s ease;
}
.mobile_menu a:hover {
  padding-left:30px;
  opacity: 0.8;
}

.mobile_menu_social {
	padding-top: 3rem;
	text-align:center;
}


.mobile_navigation {
  margin-right:-100%;
  transition: 0.5s;
  z-index: 999;
}

.mobile_navigation-open {
  margin-right:0px;
  transition: 0.5s;
  z-index:990;
}



/* -------------------------------------
RESPONSIVE
-----------------------------------------*/    

@media (min-width: 1250px) {
  .toggle_btn {
    display: none;
  }

  .mobile_navigation {
    display:none;
  }
  .home-mobile {
	display:none;
}

}

@media (max-width: 1250px) {
.main-header {
	visibility:hidden;
	display:none !important;
}

.container {
	position:relative;
		top:-30px;
}

.home-page {
	display:none;
}


#galeries-choices {
	display:flex;
	flex-direction: column;
}

@media (max-width: 800px) {
.column50 {
	display:flex;
	flex-direction: column-reverse;
}

.home-img_container {
	display:none;
}

.home-mobile {
	display:block;
	margin-bottom: 50px;
}

@media (max-width: 800px) {
footer {
	display:none;
}
.navigation_gn li {
  	display: block;
  	margin:20px 0px;
  	padding: auto;
 }

#espace-pro {
	margin: auto;
}
}

