html { 

  background: url(https://www.iamchrismartin.fr/img/background-khyara-chris-1.jpg) no-repeat top fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
    background-color: black;
}









body{
	width: 100%;
    margin: 0px;
	padding: 0px;
    font-family: 'advent', sans-serif;
}





.image-centrale{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 120px;
    border: none;
}











hr{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	padding: 0px;
	margin : 0px;
    color: rgba(230, 230, 230, 0.9);
    border-top: none;
    size: solid 0.1px;
    
}









.texte{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	padding: 0px;
	margin : 0px;
}





.textesolo{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    text-decoration: none;
    background-color: black;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: none; 
}






p{
    width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: white;
    font-style: italic;
    font-size: 20px;
    padding: 0px;
    margin: none;
	margin-right : auto;
    margin-left: auto;
    text-decoration: none;
}







pblack{
    width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: black;
    font-style: italic;
    font-size: 20px;
    padding: 0px;
    margin: none;
	margin-right : auto;
    margin-left: auto;
    text-decoration: none;
}






pwhite{
    width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: white;
    font-style: italic;
    font-size: 20px;
    padding: 0px;
    margin: none;
	margin-right : auto;
    margin-left: auto;
    text-decoration: none;
}







.red{
    width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: darkred;
    font-size: 20px;
     	padding: 0px;
    margin: none;
	margin-right : auto;
     margin-left: auto;
    text-decoration: none;
}












p a{
    color: #850000;
    text-decoration: none;

        font-size: 20px;
}





h1{
    margin: 0px;
    padding: 0px;

    font-size: 20px;
    color: #850000;
    text-decoration: underline solid 3px black;
}



h2{
    width: 30%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	margin : 0px;
    background-color: #850000;
    border: solid 2px whitesmoke;

    box-shadow:  0px 0px 10px rgba(130, 130, 130, 0.3);
    border-radius: 25px;
    text-decoration: none;
    font-size: 18px;
}





h3 {
    color: whitesmoke;
    text-align: center;
	padding: 0px;
	margin : 0px; 
}






h4{
    width: 90%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: darkred;
    font-size: 20px;
    padding: 0px;
    margin: none;
	margin-right : auto;
     margin-left: auto;
    text-decoration: none;
}









.textesolo p{
    font-size: 20px;
	color : whitesmoke;
    font-style: italic;
    padding: 0px;
	margin : 0px;
}





.textesolored p{
    font-size: 20px;
	color : whitesmoke;
        font-style: italic;
    padding: 0px;
	margin : 0px;
}



.textesoloblack p{
    font-size: 20px;
	color : black;
        font-style: italic;
    padding: 0px;
	margin : 0px;
}





.textesolowhite p{
    font-size: 20px;
	color : whitesmoke;
        font-style: italic;
    padding: 0px;
	margin : 0px;
}





.textesolo h4{
	color : #850000;
    font-size: 20px;
    font-style: italic;
    margin: 0px; 
}



























      

.container {
  width: 60%;
  margin: 0 auto;
  padding: 40px 20px;
}



/* Sections */



/* Contact Form */
form {
  display: flex;
  flex-direction: column;
}

form label {
  margin-top: 15px;
  margin-bottom: 5px;
}

form input,
form textarea {
  padding: 10px;
  background-color: whitesmoke;
  border: 1px solid #444;
  border-radius: 4px;
  color: black;
}

form button {
  margin-top: 20px;
  padding: 12px;
  background-color:grey;
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: grey;
}








    section {
      max-width: 100%;
      margin: 40px auto;
      padding: 0 20px;
    }
    .services, .portfolio {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
    }



























/* ZONE BLACK ET WHITE */
 .zone-white{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-color: white;

}      

    
 .zone-black{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-color: black;
}      



    
 .zone-light{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255,255,255, 0.2);
}      


















/* ZONE de FOND */

.zone-fond-kassy{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(img/background-0.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}





.zone-fond-khyara{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(img/background-khyara-chris-1.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}





.zone-lingerie-2{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(https://www.chris-martin.fr/img/background-lingerie-2.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}




.zone-league{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(https://www.chris-martin.fr/img/background-league-1.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}











.button{
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
    padding : none;
    margin-top: none;
    margin-bottom: none;
    border-radius: 15px;
    box-shadow:  0px 0px 10px 5px rgba(255,255,255, 0.2);
    background-color: darkred;
    border: solid 0.1px rgba(255,255,255, 0.5);
}






.chris{
	width: 75%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
    padding : none;
	margin-top: 130px;
	margin-bottom: 350px;
    border-radius: none;
    box-shadow:  0px 0px 10px 5px rgba(255,255,255, 0.2);
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.5);
}






   /* formulaire contact */ 
      

.container {
  width: 75%;
  margin: 0 auto;
  padding: 40px 20px;
}







/* Contact Form */
form {
  display: flex;
  flex-direction: column;
}

form label {
  margin-top: 15px;
  margin-bottom: 5px;
    color: white;
}

form input,
form textarea {
  padding: 10px;
  background-color: #222;
  border: 1px solid #444;
  border-radius: 4px;
  color: #f1f1f1;
}

form button {
  margin-top: 20px;
  padding: 12px;
  background-color:#850000;
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: grey;
}










/* MES SIDEBAR */


    
 .zone-sidebar-0{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: rgba(255,255,255, 0.3);
}      







.zone-sidebar-1{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);

}



.zone-sidebar-1b{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    border: none;
    box-shadow:  0px 0px 10px rgba(0,0,0, 0.6);
    background-color: black;
}






.zone-sidebar-1c{
	width: 47.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    background-color: black;  
    border: solid 0.5px rgba(255,255,255, 0.6);
    box-shadow:  0px 0px 15px rgba(230,230,230, 0.3);
}







.zone-sidebar-2{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: black;  
    border: solid 0.5px rgba(255,255,255, 0.5);
    box-shadow:  0px 0px 10px rgba(0,0,0, 0.6);

}





.zone-sidebar-3{
	width: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);
}






.zone-sidebar-4{
	width: 23.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border: solid 1px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 10px rgba(0,0,0, 0.3);
    background-color: none;
}





.zone-sidebar-4b{
	width: 23.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.3);
    box-shadow: none;
}





.zone-sidebar-4c{
	width: 25%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: none;
    border: none;
    box-shadow: none;
}









.zone-sidebar-5{
	width: 18.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border: solid 1px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 10px rgba(0,0,0, 0.3);
    background-color: none;
        

}













.zone-sidebar-6{
	width: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    border: solid 1px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 10px rgba(0,0,0, 0.3);
    background-color: none;

}









.zone-sidebar-6b{
	width: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);

}



.zone-sidebar-7{
	width: 13%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 3px rgba(255,255,255, 0.3);
}





.zone-sidebar-8{
	width: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    background-color: black;
    border: solid 0.3px whitesmoke;
    box-shadow:  0px 0px 1px rgba(230,230,230, 0.5);


}





.zone-sidebar-8b{
	width: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    background-color: none;
    border: solid 0.3px whitesmoke;
    box-shadow:  0px 0px 1px rgba(230,230,230, 0.5);


}








.zone-sidebar-9{
	width: 11%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.2px rgba(230,230,230, 0.3);
}




.zone-sidebar-10{
	width: 6%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 5px;
    padding: 0px;
    border: solid 0.5px rgba(230,230,230, 0.2);
    
}












.zone-sidebar-12{
	width: 7.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(0,0,0, 0.3);
    background-color: none;
    
}










/* EFFET ZOOM */
.zone-zoom{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0px;
    padding: 0px;
}


.zone-zoom img:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  transition: 0.1s ease-in-out;
  border: none;
	margin: 0px;
    padding: 0px;
}







/* EFFET blur flou */
.zone-flou{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-color: none;
    filter: blur(5px)
}      







/* EFFET ROTATION */
.zone-morph img {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin: 0px;
    padding: 0px;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 





.zone-morph img:hover{
    
  transform: scale(1.2);
    transform: rotate(360deg);
}




























/* OVERLAY */
.overlay-1, .overlay-2, .overlay-3{
	width: 100%;
	display: flex;
	flex-direction:row;
    position: relative;
	flex-wrap: wrap;
	align-items: center;
    text-align: center;
	justify-content: space-around;
	margin-left: auto;
    margin-right: auto;

    
	
}

     
  
     
    
.image-1 {
    width: 100%;
  display: block;
  height: auto;
}

     
image-2 {
    width: 100%;
  display: block;
  height: auto;
}     
     
     
image-3 {
    width: 100%;
  display: block;
  height: auto;

}      
     
    
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
background-size: 100%;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 2s ease;
}
 
     
.overlay-1:hover .overlay {
  bottom: 0;
  height: 100%;
  background-image: url(img/pub-faces-empty-1.jpg);
}
   
     
.overlay-2:hover .overlay {
  bottom: 0;
  height: 100%;
  background-image: url(img/pub-faces-3.jpg);
}  
     
.overlay-3:hover .overlay {
  bottom: 0;
  height: 100%;
  background-image: url(img/pub-holograme-empty-0.jpg);
    
}      
     
     
     




















/* GALLERIE JS */
div#galerie{
	width: 100%;
    margin-left: auto;
	margin-right: auto;
    text-align: center ;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    padding: 0px;


}

ul#galerie_mini{
    width: 100%;
    list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    align-items: center;
	justify-content: space-around;
    padding: 0px;
}


ul#galerie_mini li{
    display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
}


ul#galerie_mini li a img{
    width: 80px; 
	margin-left: auto;
    margin-right: auto;
    border: solid white 0.1px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}




dl#photo{
	width: 50%;
    clear: both;
    margin: auto ;
    padding: 0px;
}


dl#photo dt{
    font-style: italic;
    color: rgb(230, 230, 230);  
    font-family: "Century Gothic", Calibri, sans-serif;
    font-size: 15px;
    padding: 0px;
}


dl#photo dd{
    margin: 0px;
	padding: 0px;
    margin-left: auto;
	margin-right: auto;
}


dl#photo img{
    width: 100%;
     margin-left: auto;
	margin-right: auto;
    padding: 0px;
}




ul#galerie{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;  
    margin-left: auto;
	margin-right: auto;
    padding: 0px;
}


























/* SLIDER GALLERY-3 */

div#slider-3{
    width: 100%;   
}

div#slider-3 figure{
  position: relative; 
  width: 1000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;	
}

div#slider-3 figure img{
    width: 1.25%; height: auto; float: left; 
	
}

div#slider-3{
    width: 100%; overflow: hidden;
    margin: 0px;
    padding: 0px;
}

@keyframes slidy {
  0% { left: 0%; }
  100% { left: -900%; }
}


div#slider-3 figure {
  position: relative;
  width: 1000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
  animation: 150s slidy infinite;
}
























/* SLIDER GALLERY-4 */

div#slider-4{
    width: 100%;   
}

div#slider-4 figure{
  position: relative; 
  width: 4000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;	
}

div#slider-4 figure img{
    width: 2.5%; height: auto; float: left; 
	
}

div#slider-4{
    width: 100%; overflow: hidden;
    margin: 0px;
    padding: 0px;
}

@keyframes slidy {
  0% { left: 0%; }
  100% { left: -900%; }
}


div#slider-4 figure {
  position: relative;
  width: 1000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
  animation: 90s slidy infinite;
}












/* SLIDER GALLERY-5 */

div#slider-5{
    width: 100%;   
  margin: 0;
  padding: 0;
}

div#slider-5 figure{
  position: relative; 
  width: 1000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;	
}

div#slider-5 figure img{
    width: 10%; height: auto; float: left; 
      margin: 0;
  padding: 0;
	
}

div#slider-5{
    width: 100%; overflow: hidden; 
          margin: 0;
  padding: 0;
}

@keyframes slidy {
  0% { left: 0%; }
  100% { left: -900%; }
}


div#slider-5 figure {
  position: relative;
  width: 1000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
  animation: 150s slidy infinite;
}














/* SLIDER GALLERY-6 */

div#slider-6{
    width: 100%;   
}

div#slider-6 figure{
  position: relative; 
  width: 2000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;	
}

div#slider-6 figure img{
    width: 5%; height: auto; float: left; 
    
	
}

div#slider-6{
    width: 100%; overflow: hidden;
    margin: 0px;
    padding: 0px;
}

@keyframes slidy {
  0% { left: 0%; }
  100% { left: -900%; }
}


div#slider-6 figure {
  position: relative;
  width: 1000%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
  animation: 90s slidy infinite;
}



















.slider:{
          overflow: hidden;
          width: 100%;
     
          
      }
      
.slide{
         float: left;
     }
     
     
.slides{
         width: calc(1920px * 10);
         animation: glisse 90s infinite;
     }
    
@keyframes glisse{
          0%{
              transform: translateX(0)
          }
           10%{
              transform: translateX(-1920px)
          }
           20%{
              transform: translateX(-3840px)
          }
           30%{
              transform: translateX(-5760px)
          }
           40%{
              transform: translateX(-7680px)
          }
           50%{
              transform: translateX(-9600px)
          }
           60%{
              transform: translateX(-11520px)
          }
           70%{
              transform: translateX(-13440px)
          }
           80%{
              transform: translateX(-15360px)
          }
            90%{
              transform: translateX(-17280px)
          }
           100%{
              transform: translateX(0)
          }
          
          
      }




.social{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.logo img{
    height: 25px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;
    border-radius: 50%;
      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }

.logo{
    display: inline-block;
    text-align: center;
}


.logo img:hover{
  transform: scale(1.2);
    transform: rotate(360deg);
  box-shadow:  0px 0px 10px rgba(230,230,230, 0.6);
  filter: glow (3px);
 transition: 0.3s;  
    
 }








.logo2{
    display: inline-block;
    text-align: center;
}


.logo2 img:hover{


  filter: glow (3px);

    
 }

.logo2 img{
    height: 40px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;

      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }















.logo3{
    display: inline-block;
    text-align: center;
}


.logo3 img:hover{


  filter: glow (3px);

    
 }

.logo3 img{
    height: 50px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;

      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }







































































/* AFFICHAGE TABLETTE IPAD */

@media screen and (min-width: 750px) and (max-width:1279px){

    

html { 

  background: url(https://www.iamchrismartin.fr/img/background-khyara-chris-2.jpg) no-repeat top fixed; 
    position: static;
    top: 0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: 100%; /* version standardisée */
  background-color: black;
 background-position: top;
}
    

    
    
    
    
    

body{
	width: 100%;
    margin: 0px;
	padding: 0px;
    font-family: 'advent', sans-serif;
background-size: 100%; /* version standardisée */
}

    




.image-centrale{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 40px;
    border: none;
}




    
    
    
    
    
    
 p {
    width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: whitesmoke;
     font-size: 18px;
     	padding: 0px;
	margin-right : auto;
     margin-left: auto;
}
    
    
    
    
    
    
 pblack {
    width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: black;
     font-size: 18px;
     	padding: 0px;
	margin-right : auto;
     margin-left: auto;
}
    
    
    
    
    

    
    
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


p a{
    color: #850000;
     font-size: 18px;
font-style: bold italic;
    text-decoration: none;
}


        

.textesolo{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    text-decoration: none;
    background-color: black;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px; 
}



.textesolo p{
    font-size: 18px;
	color : whitesmoke;
    font-style: italic;
    padding: 0px;
	margin : 0px;

}




.textesolo h3{
	color : whitesmoke;
    font-size: 18px;   
    font-style: italic;
}

    
    



h1{
     margin: 0px;
    padding: 0px;
    font-style: italic;
    font-size: 18px;
    color: #850000;
}


    
    
    
    

h3 {
    color: whitesmoke;
    font-size: 18px;
    font-style: italic bold;
    text-align: center;
    padding: 0px;
	margin : 0px;
}    
    
    
    

    

h4 {
    color: #850000;
    font-size: 18px;
    font-style: italic bold;
    text-align: center;
    padding: 0px;
	margin : 0px;
}    
    
       
    
  
    

a hover, active{
	text-decoration: none;
	 color: #3c9ea1;
    font-size: 18px;
}



h3 a, a hover, active{
	text-decoration: none;
	 color: #850000;
	
}

  
  
     
 .texte{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	padding: 0px;
	margin : 0px;
  
}   
    
    
    
    
    
    




 


full{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
    padding : 0px;
	margin: 0px;
    border-radius: none;
    box-shadow: none;
    border-bottom: none;
    background-color: none;
    position: fixed;
    top: 0;
    z-index: -1;
  background-image: url(https://www.chris-martin.fr/img/background-2.jpg) no-repeat center fixed; 
}






    
    
    
    

    
.chris{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
    padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 125px;
	margin-bottom: 250px;
    border-radius: 0px;
    box-shadow: 0px;
    border: 0px;
    background-color: none;

}
 
    
    
       
    





/* ZONE de FOND */

.zone-fond-kassy{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(img/background-0.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}





.zone-fond-khyara{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(img/background-khyara-chris-1.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
  .zone-sidebar-1{
	width: 48.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);
}     
    
    
  
 
    
    
    
    
   .zone-sidebar-1b{
	width: 48.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: black;  
    border: none;
}     
       
    
    


.zone-sidebar-1c{
	width: 47.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: black;  
}     
       
    
    

    
    
    
    
    


.zone-sidebar-2{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;

}

    
    
    

    
    
    
.zone-sidebar-3{
	width: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);
}
    
    
    
    
.zone-sidebar-4{
	width: 23.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
    margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);
    
}    
    
    
    
    
    

    
    
    
.zone-sidebar-4b{
	width: 23.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.3);
    box-shadow: none;
    
}    
    

    
    
.zone-sidebar-5{
	width: 18.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
    margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);
}    
    
    

    

.zone-sidebar-6{
	width: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px;
     border: solid 0.5px rgba(230,230,230, 0.3);
        background-color: rgba(255,255,255, 0.3);


}

    
.zone-sidebar-6b{
	width: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px;
     border: solid 0.5px rgba(230,230,230, 0.3);
        background-color: rgba(255,255,255, 0.3);


}
 	
    
    
.zone-sidebar-7{
	width: 13.%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
    margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 3px rgba(255,255,255, 0.3);
}    
    
    
    
        
    
    
	   
    
  .zone-sidebar-8{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    border: solid 1px rgba(255,255,255, 0.4);
    background-color: black;  
}     

    
    
    
    
  .zone-sidebar-8b{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    border: solid 1px rgba(255,255,255, 0.4);
    background-color: none;  
}     

    
    
 
    
    


.zone-sidebar-9{
	width: 11.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: solid 0.5px rgba(255,255,255, 0.2);
    box-shadow: none;
}




    



.zone-sidebar-10{
	width: 6%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
     border: solid 0.5px rgba(230,230,230, 0.3);
}



.zone-sidebar-12{
	width: 7.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.3);
    
}
    
    



/* GALLERIE JAVASCRIPT */

div#galerie{
	width: 100%;
    padding-bottom: 10px ;
    margin: 0px ;
    text-align: center ;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;

}

ul#galerie_mini{
    width: 100%;
    list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    
  }

ul#galerie_mini li{
    display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    font-style: italic;
    font-size: 13px; 
    font-family: "Century Gothic", Calibri, sans-serif;
}


ul#galerie_mini li a img{
    width: 70px; 
    margin: 0px;
	padding: 0px;
	
}


dl#photo{
	width: 85%;
    clear: both;
    margin: 0 auto ;
}


dl#photo dt{
    font-style: italic;
    color: rgb(230, 230, 230);  
    font-family: "Century Gothic", Calibri, sans-serif;
    font-size: 13px;
}


dl#photo dd{
    margin: 0px;
	padding: 0px;
}


dl#photo img{
    width: 100%;
}




ul#gallerie{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;   
}

    
    
     
    

.social{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.logo img{
    height: 30px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
    background-color: none;
    border-radius: 50%;
      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }

.logo{
    display: inline-block;
    text-align: center;
}


.logo img:hover{
  transform: scale(1.3);
  box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
  filter: glow (1px);
    transition: 0.2s;  
    
 }



    
    
    
    
.logo2{
    display: inline-block;
    text-align: center;
}


.logo2 img:hover{


  filter: glow (3px);

    
 }

.logo2 img{
    height: 30px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;

      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }















.logo3{
    display: inline-block;
    text-align: center;
}


.logo3 img:hover{


  filter: glow (3px);

    
 }

.logo3 img{
    height: 30px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;

      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }




   
    
    
    
    
    
    
    
 



/* EFFET ZOOM */
.zone-zoom{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0px;
    padding: 0px;
}

    

.zone-zoom img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: 0.05s ease-in-out;
  border: solid 0.3px whitesmoke;
  margin: 0px;
  padding: 0px;
}



 
    
	
}



































































































/* AFFICHAGE IPHONE */
@media screen and (max-width: 749px){
    
html { 

  background: url(https://www.iamchrismartin.fr/img/background-khyara-chris-3.jpg) no-repeat top fixed; 
    position: static;
    top: 0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: 100%; /* version standardisée */
  background-color: black;
 background-position: top;
    
}
    
    

    
    
body{
	width: 100%;
    margin: 0px;
	padding: 0px;
    font-family: 'advent', sans-serif;
}
  

    
    
    
    

.image-centrale{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
    border: none;
}



    
    
    
    

 .texte{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
	font-style: oblique;
	padding: 0px;
	margin : 0px;
    text-decoration: none;
}   
    
    
    
    
    
    
    
    
.textesolo{
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: space-around;
    text-decoration: none;
    background-color: black;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px; 
}





.textesolo p{
	color : whitesmoke;
    font-style: italic;
	padding: 0px;
	margin : 0px;
    margin: 0px; 
        font-size: 15px;
}




.textesolo h3{
	color : whitesmoke;
    font-size: 15px;   
    font-style: italic;
	padding: 0px;
	margin : 0px;
}
    
    


h1{
     margin: 0px;
    padding: 0px;
    font-style: italic;
        font-size: 15px;
    color: #850000;
}


  

    
    

h3 {
    color: whitesmoke;
    font-size: 15px;
    font-style: italic bold;
    text-align: center;
	padding: 0px;
	margin : 0px; 
}


    
    
    
    

.black {
    color: black;
    font-size: 15px;
    font-style: italic bold;
    text-align: center;
	padding: 0px;
	margin : 0px; 
}

    

    
    
.red {
    color: #850000;
    font-size: 15px;
    font-style: italic;
    text-align: center;
	padding: 0px;
	margin : 0px; 
}
    
    
    
 
    
 p {
     width: 95%;
    display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: whitesmoke;
    font-size: 18px;
padding: 0px;
     margin-right: auto;
     margin-left: auto;
    font-style: italic;
}



    
    
    
    
pblack {
     width: 95%;
    display: inline-block;
	text-align: center;
	justify-content: space-around;
    color: black;
    font-size: 18px;
padding: 0px;
     margin-right: auto;
     margin-left: auto;
    font-style: italic;
}


    
    
    
    
    
    
    
    
    
    
    

.chris{
	width: 97.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
    padding : none;
	margin-top: 100px;
	margin-bottom: 150px;
    border-radius: none;
    box-shadow:  0px 0px 10px 5px rgba(255,255,255, 0.2);
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.5);
}


    
    




/* ZONES DE FOND PAR ANNEE */

.zone-fond-kassy{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(img/background-0.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}





.zone-fond-khyara{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background: url(img/background-khyara-chris-1.jpg) no-repeat center fixed; 
    background-position: top;
    background-size: contain;
}





    
    
    
    
    
.zone-sidebar-1{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    border: solid 0.5px rgba(230,230,230, 0.5);
  box-shadow:  0px 0px 10px rgba(255,255,255, 0.5);
}         
    

    
.zone-sidebar-1b{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    border: none;
    box-shadow: none;
    background-color: black;
}         
    
    
      


    
  


.zone-sidebar-2{
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;

}

    

    
    
.zone-sidebar-3{
    width: 30%;
	display: flex;
	flex-direction: row;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
     margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow: none;
   
}
 
   
    
.zone-sidebar-4{
    width: 23.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow: none;
    
}    
    
    
    
    
    
    
.zone-sidebar-4b{
width: 23.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.5);
    box-shadow: none;
    
}    
    
    
    
    
    
    

    
    
    
    
    
.zone-sidebar-5{
	width: 18.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow: none;
}
     



.zone-sidebar-5b{
	width: 20%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin: 0px;
    padding: 0px;
    border: none;
        box-shadow: none;
    background-color: none;
}




    
    
    
    
    
.zone-sidebar-6{
	width: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 15px rgba(0,0,0, 0.5);
     background-color: none;
}
    
    
    
    

        
    
    
 
    


.zone-sidebar-7{
	width: 13%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: none;
    border: solid 0.1px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 3px rgba(255,255,255, 0.3);
}



    
    
    
.zone-sidebar-8{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.5);
    background-color: black;
}         
    
    
    

    
    
.zone-sidebar-8b{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    border: solid 0.5px rgba(255,255,255, 0.3);
    box-shadow:  0px 0px 5px rgba(255,255,255, 0.5);
    background-color: none;
}         
    
          
    
    

    
    
.zone-sidebar-9{
	width: 11.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: solid 0.5px rgba(230,230,230, 0.2);
    box-shadow:  0px 0px 5px rgba(0,0,0, 0.7);
    background-color: none;
}



 
  
.zone-sidebar-12{
	width: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: solid 0.5px rgba(230,230,230, 0.2);
    box-shadow:  0px 0px 5px rgba(0,0,0, 0.7);
    background-color: none;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
 
 
.social{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.logo img{
    height: 20px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
    background-color: none;
    border-radius: 50%;
      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }

.logo{
    display: inline-block;
    text-align: center;
}


.logo img:hover{
  transform: scale(1.2);
  box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
  filter: glow (1px);
  transition: 0.2s;  
    
 }





.logo2{
    display: inline-block;
    text-align: center;
}


.logo2 img:hover{


  filter: glow (3px);

    
 }

.logo2 img{
    height: 30px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;

      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }





.logo3{
    display: inline-block;
    text-align: center;
}


.logo3 img:hover{


  filter: glow (3px);

    
 }

.logo3 img{
    height: 30px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
    background-color: none;

      box-shadow:  0px 0px 15px rgba(0,0,0, 0.6);
 }





    
    
    

/* EFFET ZOOM */
.zone-zoom{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0px;
    padding: 0px;
}

    

.zone-zoom img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: 0.05s ease-in-out;
  border: solid 0.3px whitesmoke;
  margin: 0px;
  padding: 0px;
}





  	

}
















