   
    *
{
padding: 0; 
margin: 0;
box-sizing: border-box;
outline: none;
}
      
      :root
      {
        --black: #000000;
      }

body, html{height:100%;}

body
{
font-family: 'Philosophy-1' , sans-serif;
background-color: #000000;
display : table;
width: 100%;
}
      
      a { color: #000000; }   /* CSS couleur liens a */

header
{
display: inline-block;
width: 100%;
padding: 5px 70px;
background-color: #F19221;
position: fixed;
z-index: 1;
}

.logo
{
float: left;
}

nav
{
float: right;
}

nav ul li
{
display: inline-block;
padding: 15px 24px;
}

nav ul li a
{
text-decoration: none;
display: inline-block;
color: #fff;
font-weight: 600;
transition: all ease-in-out 400ms;
}
      
																nav ul li a::after
{
  content:'';
  position: relative;
  display: block;
  height:0.3em;
  width:0%;
  background-color:var(--black);
  transition: all ease-in-out 250ms;
}
      
  															 nav ul li a:hover::after
      {
        position: relative;
        width: 100%;
      }
      
      													 nav ul li a:hover
      {
        color:var(--black);
      }
      
 
.toggle-btn
      {
        width: 35px;
        position: absolute;
        right: 80px;
        top: 30px;
        display: none;
      }
      
.toggle-btn span
{
display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  float: left;
  margin-bottom: 6px;
}
      
 
#titregalerie
{
  display: inline-block;
width: 100%;
padding: 40px 10px;
background-color: #000000;
color: #FFFFFF;
text-align: center; 
letter-spacing: .2rem;
}


      
   
@media (max-width: 1150px)
{
  .toggle-btn
  {
    display: block;
  }
  nav
  {
    display: none;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 30px;
  }
  
  nav ul li
  {
    padding: 15px 0px;
    width: 100%;
  }
  
  nav.show
  {
    display: block;
  }
}
      
      /* commentaire: css pour la galerie images perso */


      
      #conteneurimages
      {
        width: 95%;
        text-align: center;
      }
      
      
      #photoslider
      {
        display: inline-block;
        width: 90%;
        text-align: center;
      }

      
      .miniature
      {
      -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
      }
      
      .miniature:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
      

footer
      {
       
        bottom: 0;
        top: 100px;
        width: 100%;

display : table-row;
	height: 100px; 

        background: #a1a1a1;
        
			}

	.autoportrait {
vertical-align: top;
float: left;
    width: 150px;
padding-left: 10px;
padding-right: 10px;

}

.texte-autoportrait {
padding-left: 10px;
padding-right: 10px;
}
      
      .footer-content
      {
        display: flex;
        
      }
      
      .footer-content .box
      {
        flex-basis: 50%;
        padding: 10px 20px;
      }
      
      .box h6
      {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
      }
      
      .box .content
      {
        margin: 10px 0 0 0;
        font-size: 0.9rem;
        position: relative;
      }
      
      .box .content:before
      {
        position: absolute;
        content: '';
        top: -8px;
        height: 2px;
        width: 100%;
        background: #656565;
      }
           
      .left .content p
      {
        text-align: justify;
        font-size: 0.9rem;
      }
      
      .left .content .social
      {
        margin: 10px 0 0 0;
      }
      
       .left .content .social a
      {
        padding: 0 2px;
      }
      
       .left .content .social a span
      {
        height: 35px;
        width: 35px;
        background: #ffffff;
        line-height: 35px;
        text-align: center;
        font-size: 25px;
        border-radius: 5px;
        transition: 0.3s;
      }
      
        .left .content .social a span:hover
      {
       background: #f19221;
      }
      
      .center .content .fas
      {
        font-size: 1.1rem;
        background: #ffffff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        transition: 0.3s;
        cursor: pointer;
      }
      
     .center .content .fas:hover
      {
        background: #f19221;
      }
      
      .center .content .text
      {
        font-size: 0.9rem;
        font-weight: 500;
        padding-left: 5px;
      }
      
      .center .content .phone
      {
        margin: 5px 0;
      }
      
      .right form .txt
      {
        font-size: 0.9rem;
        margin-bottom: 2px;
        color: #000000;
        
      }
      
      .right form .msg
      {
        margin-top: 5px;
      }
      
      .right form input, .right form textarea
      {
        width: 100%;
        font-size: 0.9rem;
        background: #d2d2d2;
        padding-left: 10px;
        border: 1px solid #ffffff;
      }
      
      .right form input:focus,
      .right form textarea:focus
      {
        outline-color: #3498db;
      }
      
      .right form input
      {
        height: 35px;
      }
      
      .right form .btn
      {
        margin-top: 10px;
      }
      
      .right form .btn button
      {
        height: 30px;
        width: 100%;
        border: none;
        outline: none;
        background: #ffffff;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        transition: .3s;
      }
      
       .right form .btn button:hover
      {
        background: #f19221;
      }
      
      .bottom center
      {
        padding: 5px;
        font-size: 0.8rem;
        background: #f19221;
      }
      
      .bottom center span
      {
        color: #656565;
      }
      
      .bottom center a
      {
        color: #000000;
        text-decoration: none;
      }
      
      .bottom center a:hover
      {
        text-decoration: underline;
      }
      
      @media screen and (max-width: 830px)
      {
        footer{
          position: relative;
          bottom: 0px;
        }
        .footer-content{
        flex-wrap: wrap;
        flex-direction: column;
        }
        
        .footer-content .box{
        margin: 5px 0;
        }
        
      }
      
    