/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}


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

}



/*  General CSS*/
body{
    background: #fff;
}

body#login{
    background: url(../images/acces_client/geometry.jpg);
    background-size:cover;
}

#login .main{
    background: transparent;
    position:static;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
header nav ul li a{
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}


.main .work a .caption{
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
}


.main .work2 a .caption{
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
}









h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    font-family: "lao mn", "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #F8F7F1; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 0px;
    
        
        
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 20px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../images/icones/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../images/icones/sm_hover.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/icones/men_icons.png') no-repeat;
    
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #ffffff;
    clear: both;
}



/*  Home/portfolio  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(255,255,255, 0.7 );
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: "raleway-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}








/*  Home/prestations  */
.main .work2{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10%;
    
   

}

.main .work2 .media{
    width: 100%;
    vertical-align: middle;
    
}



.main .work2 .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(255,255,255,0.1 );
    
  

}





.main .work2 a:hover .caption{
    
     position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(255,255,255, 0 );

}

.work2 .caption .work2_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 45%;
    margin-top: -40px;
    font-size: 1.3em;
    background: rgba(255,255,255, 0.9 );
   

  
}



.main .work2 .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
    font-size: 1.3em;
  
    
}



.main .work2 :hover .caption h1{

    position: relative;
    display: inline-block;
    max-width: 90%;
    z-index: 77;
    color: #454545;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
    font-size: 1.4em;
    
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    
}











/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/hero_image.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

#presta_immo .top{

    background-image: url('../images/couv_prestation_photographe/couv_prestation_photographe_01.jpg') ;

}

#presta_event .top{

    background-image: url('../images/couv_prestation_photographe/couv_prestation_photographe_04.jpg') ;

}

#presta_vente .top{

    background-image: url('../images/couv_prestation_photographe/couv_prestation_photographe_06.jpg') ;

}

#presta_archi .top{

    background-image: url('../images/couv_prestation_photographe/couv_prestation_photographe_02.jpg') ;

}

#presta_reportage .top{

    background-image: url('../images/couv_prestation_photographe/couv_prestation_photographe_06.jpg') ;

}

#presta_mariage .top{

    background-image: url('../images/couv_prestation_photographe/couv_prestation_photographe_05.jpg') ;

}

#presta_packshot .top{

    background-image: url('../images/prestations/packshot.jpg') ;

}

#biographie .top{

    background-image: url('../images/biographie/biographie-1.jpg') ;

}

#contact .top{

    background-image: url('../images/contact/contact-1.jpg') ;

}

#presta_commandes_tirages .top{

    background-image: url('../images/couv_prestations/couv_prestations_01.jpg') ;

}


#presta_photographe .top{

    background-image: url('../images/couv_prestations/couv_prestations_02.jpg') ;

}


#presta_videaste .top{

    background-image: url('../images/couv_prestations/couv_prestations_03.jpg') ;

}

#presta_post-prod .top{

    background-image: url('../images/couv_prestations/couv_prestations_04.jpg') ;

}

#presta_vente .top{

    background-image: url('../images/couv_prestations/couv_prestations_05.jpg') ;

}



.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/icones/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}










.work2_nav{
    display: block;
    width: 100%;
}

.work2_nav .btn{
    float: right;
}

.work2_nav ul{
    list-style: none;
}

.work2_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work2_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/icones/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work2_nav a.previous{
    background-position: 0 0;
}

.work2_nav a.grid{
    background-position: -41px 0;
}

.work2_nav a.next{
    background-position: -82px 0;
}











.top .title{
    display: block;
    width: 100%;color: #4b4848;
    font-family: lao mn,"raleway", arial;
    font-size: 26px;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 22px;
    padding: 60px 30px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 60px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;

}







/*  Contact page map  */
#map .map_adresse{
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}

#map img{
    max-width: none;
}







/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}

#galerie {
	background: #ffffff;
        top: 0;
	display: block;
	position: relative;
	height: 100%;
	vertical-align: middle;
	float: left;
	z-index: 9999;
	white-space: nowrap;
	line-height : 50vh;
}

#galerie .aheight {
	line-height : 1;
	display: inline-block;
	vertical-align: middle;
}

.image-galerie{
	width:auto;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
	margin : 0 60px 0 0;
	position: relative;
	line-height : 1.2;
}

.image-galerie img {
	display : block;
	max-height : 100%;
	max-width : 100%;
}






    #texte-journal{

    display: inline-block;
    position: relative;
    margin: 0 20px;
    padding: 0;
    height: auto;
    vertical-align: middle;
    background-color: white;
    color : #ffffff;
    z-index: 9999;
    overflow: auto;
    white-space: nowrap;
    font-family: "raleway-regular", arial;
    
    text-align: left;
    width: 600px;
    vertical-align:middle;
    display:inline-block;
    text-align: left; /* ... et l'alignement du texte */
    background-color: white;
    color: #000000;
    }
    
    #texte-journal p{
    font-family: avenir;
    vertical-align: middle;
    margin: 10px;
    white-space: normal;
    vertical-align:middle;
    display:inline-block;
    line-height:normal; /* on rétablit le line-height */
    text-align: left; /* ... et l'alignement du texte */
    background-color: white;
      color: #000000;
          padding: 0 20px;
      
      
    
    
    }
    
    #texte-journal .aheight{
            border-left: 1px black solid;
    }
    
    #texte-journal a:hover{
    opacity:0.5;
    font-style: normal;
    }

#rectangle{
    
    width: 260px;
    height: 260px ;
    margin: -130px 0 0 -130px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 60%;
    top: 45%;
    padding: 20px 22px 20px 20px ;
    display: inline-block;
  
    color : #ffffff;
    z-index: 9999;
    overflow: auto;

    font-family: "raleway-regular", arial;
    text-align: left; /* ... et l'alignement du texte */

    

}

#rectangle p{
    
font-family: avenir;
    vertical-align: middle;
    margin: 10px;
    white-space: normal;
    display:inline-block;
    line-height:normal; /* on rétablit le line-height */
    text-align: left; /* ... et l'alignement du texte */
      color: #000000;

}


#galerie. video{
height:800px;
}






















/*  Responsive code  */
@media (max-width:1099px){

    header{
        display: block;
        width: 100%;
        height: 200px;
        padding: 0;
        position: relative;
          background: #F8F7F1; 
        
    }
    header .logo{
        margin: 0 0 0 30px;
        float: left;
	height : 150px;
        justify-content: space-between;
    }
    
    
	header .logo img {
		height : 150px;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 0 0;
    }
    
    header nav{
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;clearfix
    }

    .main .work{
        width: 50%;
    }
    
    
    .main .work2{
        width: 100%;
       
    } 
    
    
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    
    
    
    
    
    #map{
        margin: 0!important;
    }
	
	#galerie {
		background : #ffffff;
		border-top : 1px solid #F6F6F6;
		left: 0px;
		top : 0px;
		width : 100%;
		overflow : auto;
		position : relative;
		text-align : center;
	}
	
	#galerie p {
		border-radius: 10px;
		display : inline-block;
		float: none;
		left: auto;
		top: auto;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		width: auto;
		text-align : left;
		white-space : initial;
	}
	
	.image-galerie{
		width:100%;
		float : left;
		margin : 50px auto;
		background-color: white;
		display: block;
		top: 0;
		padding : 0 20px;
		box-sizing : border-box;
		
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	.image-galerie.slim {
		width : 50%;
	}
	
	#image-galerie img {
		display : block;
		margin : 0 auto;
	}
	
	.image-galerie img {
		margin : 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
	
	.image-galerie{
		margin : 10px auto;
	}
}






















@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}








