/*div, header, footer {border: 1px solid #FF2D00;}*/

html {
  margin: 0;
}

body {
	font: 14px/1.4 'Lato', sans-serif;
	background-color: #fff;
  margin: 0;
}

header {
	position: relative;
}
/*.container { 
margin: 0 auto;
padding-right: 15px;
padding-left: 15px;
height: 100%
}*/

h2 {
	font-size: 50px;
	font-weight:100;
	text-align: center;
}

.menu { 
  max-width: 800px;
margin: 0 auto;
width: 100%;
padding-top: 60px;

}
.menu ul { 
 	font-size: 18px;
  font-weight:100;
  list-style: none; 
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu ul li { 
  display: inline-block;
  float: none;
  margin:0; 
  padding:0; 
}

.menu ul li a {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    display:inline-block;
    margin: 0 80px;
}

.img-header{
  background: url("../img/img-header01.jpg") no-repeat center center;
  background-size: cover;
  height:100vh;
  width: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}

.header-title{
margin: auto;
position: absolute;
width: 200px;
top:30%;
left: 0;
right:0;

}
.arrow{
margin: auto;
width: 50px;
top:80%;
position: absolute;
left:0;
right:0;
transform: translate(0px, 0px);
     -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all .6s ease;
}
.arrow:hover{
transform: translate(0px, 15px);
     -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all .6s ease;
}

img.header-title{
text-align: center;
}

.section-hello{
  margin: 0 auto;
  max-width: 800px;
  color:#000;
  padding-right: 15px;
padding-left: 15px;
}
.hello-content{
	max-width: 100%;
	margin: 0 auto;
  white-space: nowrap;
}
.bio-dorian{
  text-align: right;
  width: 50%;
  display: inline-block;
  float: left;
  white-space: normal;
  padding-right: 20px;
  box-sizing: border-box;
}
.bio-greg{
  width: 50%;
  display: inline-block;
  text-align: left;
  float-right;
  white-space: normal;
  padding-left: 20px;
  box-sizing: border-box;
}

#pp-dorian {
    transform: translate(0px, 0px);
     -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all .6s ease;
    border-radius: 150px;
}
#pp-dorian:hover {
  border-radius: 150px;
    transform: translate(0px, -15px);
     -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all .4s ease;
}
#pp-greg {
	transform: translate(0px, 0px);
     -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all .6s ease;
    border-radius: 150px;
}
#pp-greg:hover {
  border-radius: 150px;
    transform: translate(0px, -15px);
     -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all .4s ease;
}
.personal-description-dorian {
  width: 100%;
}
.personal-description-greg {
  width: 100%;
}
.description-text {
	font-size: 1em;
	font-weight:100;
}



.whatweshoot {
  margin: 0 auto;
  max-width: 800px;
	margin-top: 100px;
  padding-right: 15px;
padding-left: 15px;
}
.shooting-title {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-weight:300; 
	font-size: 22px;
}
.shooting-title a {
  text-decoration: none;
  color: black;
}
.more{
  margin-top: 20px;
  font-weight : 300;
  font-size: 16px;
  text-align: center;
}
.more a{
  text-decoration: none;
  color: red;
}


.section-gallery {
	width: 100%;
	margin-top: 100px;
 text-align:center;
 margin-bottom: 100px;
}

.section-img{
  width: 33.33333333%;
  display: inline-block;
  position: relative;
  float:left;
}

.section-gallery a img {
width: 100%;
box-sizing: border-box;
overflow: hidden;
display: block;



}

.section-gallery a:hover img {
  -webkit-filter: grayscale(0.9) blur(2px) brightness(85%);
  filter: grayscale(0.9) blur(2px) brightness(100%);
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.section-gallery img {
  display: inline-block;
  -webkit-filter: grayscale(.5) blur(0px) brightness(85%);
  filter: grayscale(.5) blur(0px) brightness(85%);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.panel-name {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: .1em;
  position: absolute;
  display: block;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3);
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 45%;
  color: #fff;
  transform: translate(0px, 0px);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  }
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 660px) {
  .panel-name {
    font-size: 1.5em;
  }
}
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 500px) {
  .panel-name {
    font-size: 1.5em;
  }
}
/* Vos règles CSS pour les mobiles ici */
@media all and (max-width: 550px)
{
  .section-img{
  width: 100%;
  height: 200px;
  overflow: hidden;
}  
}
.section-gallery a:hover .panel-name {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  letter-spacing: .12em;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  transform: translate(0px, -3px);
}

.section-gallery span{
  height: 50px;
}


.contact{
  margin: 0 auto;
  margin-top: 100px;
  max-width: 800px;
	font-weight:300; 
	font-size: 20px;
  padding-right: 15px;
padding-left: 15px;
}
.label-form {
 width: 80px;
 display: inline-block;
}
.lol {
   width: 80%;
   display: inline-block;
   float: right;
}


textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    background-color: #fff;
    resize: vertical;
    right: 0px;
    float: right;
    display: inline-block;
    padding-left: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;


}
input[type=text], input[type=email] {
    border: 1px solid #D1D1D1;
    height: 30px;
    width: 100%;
    border-radius: 6px;

}
input[placeholder] {
    font-weight: 100;
    font-size: 12px;
    font-color: #F42004;
    padding-left: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D1D1D1;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #F42004;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;

}

.btn-form{
  margin-top: 25px;
  width: 100%;
  text-align:center;
  display: inline-block;
}


.section-social {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 200px;
	padding-bottom: 30px;

	text-align: center;
}
.section-social a {
  display:inline-block;
    margin: 0 30px;
}

footer {
	margin: 0 auto;
  max-width: 800px;
	text-align: center;
	margin-bottom: 40px;
}
footer a {
	text-decoration: none;
	font-weight : 300;
	font-size: 16px;
	color: red;

}
.cg a {
  text-decoration: none;
  font-weight : 100;
  font-size: 12px;
  color: red;
}
