*{
    margin: 0;
    padding: 0;
    background: #000000;
    color: white;
}
/********* GENERAL ***************/
.displayFlex{ display: flex;}
.wrap{ flex-wrap: wrap;}
.jcEnd {justify-content: end;}
.colonne{flex-direction: column;}
.ligne{flex-direction: row;}


/**********************************************************/
/*********************MENU*********************************/
#Accueil, #Portfolio, #propos{
    scroll-margin-top: 100px;
}


nav{
    padding: 10px 0;
    justify-content:space-between;
    align-items:end;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%; 
    color: white;
    background:#000000;
    padding: 20px 0px 55px 0px;
    
}

.logo{
    font-family: "Pinyon Script", cursive;
    font-weight: 200;
    font-style: normal;
    font-size: 3.1rem;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: 20px;
    margin-left: 20px; 
}
.nomLogo{
     position: relative;
}

#logoPetit{ 
     font-size: 1.5rem;
     margin-bottom: 10px;
     position: absolute;
     top: 50px;
     right: 0px;
}
.logo a{
    text-decoration: none;
    color: white;   
}
.menu{
    font-family: "Montserrat", sans-serif;
    justify-content:center;
    padding: 0 20px 15px 20px;   
}
.menu a{
    text-decoration: none;
    font-weight: 400;
    font-size: 1.5rem;
    border-top: 1px solid rgb(255, 120, 9);
    border-bottom: 1px solid rgb(255, 120, 9);
    padding: 10px 20px;
   
    color: white;
    background-color: #000000;
}
.menu li{
    list-style-type: none;
}

.menu i:hover, a:hover{
    color: rgb(255, 120, 9);
    transition: 0.8s;
}
/*.menu i:hover{
    color: rgb(255, 120, 9);
    transition: 0.8s;
}*/

/**********************************************************/
/**********************************************************/
/*************** accueil ***************************/

.accueil{
    z-index: 10;
    font-family: "Montserrat", sans-serif;
    /*margin-top: 70px;*/
    padding-bottom: 50px;  
    background-color: black ;
    color: white;   
}
.ContainAccueil{ 
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center; 
}

#photoAcceuil{ 
    width: 350px;
}

.accueil h1{
    text-align: center;
    font-family: 'font  Awesome 6 Free';
    padding: 20px 5px 20px 5px;
    font-size: 2.5rem;
    font-weight: 400;
}


.StyleAcc{
    font-size: 1.5rem; /* 25px*/
    font-weight: 500;
    color: #dfdede;
}
#question{
    padding: 20px 0 5% 5%;
}

#reponse{
    padding: 20px 0 20px 20%;
}
#citation{
    padding: 20px 0;
}

/*********************************************************************/
/************* PORTFOLIO *********************************************/
/******************************************************************/

h2{
    text-align: center;
    font-family: 'font  Awesome 6 Free';
    padding: 20px 5px 20px 5px;
    font-size: 2.5rem; /*40px*/
    font-weight: 400;
    /*color: var(--color-bouton);*/
    
    text-decoration-line: underline;
    
}

.SecPortfolio{

    
}
.SecPortfolio h2{
    color: white;
    text-decoration-color:white;
}

.blocPortfolio{
 
    width: 100%;
    display: flex;
    
 
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.TitrePortfolio{
  
    color: #dfdede;
    font-size: 30px;
    
}
.photoPortfolio{
  /*border: 1px solid red;*/
    margin-left: 2%;
    padding: 20px 0;
    gap: 20px;
     display :flex;
   flex-direction: row;
     flex-wrap: wrap;
    
}
.photoPortfolio img{

    max-height: 250px;
    object-fit: contain;
    display: flex;
    border-radius: 15px;
    cursor: pointer;
}
.photoPortfolio img:hover{
transform: scale(1.07);
 transition: transform 0.3s ease;

}
.regroupeTitre{
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.photo{
    min-width: 400px;
    max-width: 550px;
    max-height: 500px;
    object-fit: contain;
    display: flex;
    border-radius: 15px;
}


/************************************************************************/
.apropos{
    margin-bottom: 50px ;
}
.blocApropos{
    width: 100%;
     margin-bottom: 60px;
    justify-content: space-around;
    align-items: center;  
}
.blocApropos a{
color: rgb(255, 120, 9);
background-color: none;
}
.photoApropos img{
    max-width: 500px;
    max-height: 500px;
    border-radius: 15px;
}

em{
    font-weight : bold;
    text-decoration: underline;
    text-transform: none;
    font-style: normal;
}


#txtPropos{
    
    margin: 5px 20px;
}

.apropos h2{
    text-align: center;
    font-size: 35px;
    padding-top: 8px;
    
    font-family: 'font  Awesome 6 Free';
}
.apropos p{
    font-size: 25px;
    /*background-color: #000000;*/
    /*margin: 0 25px;
    padding: 20px 5px;*/
    text-align: justify;
}
.blocTextePropos{
    width: 50%;
    padding: 0px 10px ;

}

.blocTextePropos p{
    
    background: #000000;  
}

.centrer{display: flex; justify-content: center; align-items: center;}
/*************** CONTACT************************************************/


/***************************************************************/

.contact{
   
    
    background-color: black; 
    margin-top: 20px;
    justify-content: center;
    
}
.contact-text{ 
    margin-top: 20px;
    
}
.contact h2{
    color: white;
    font-size: 35px;
    text-align: center;
    
}

.contact p{
    color: white;
    font-size: 25px;
    padding: 20px 5px;
    text-align: center;
}
.contact-forms{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    margin-right: 15%;
    margin-left: 15%;
    justify-content: center;
    
}
form{
    display: flex;
    flex-direction: column;

    gap: 10px;
    margin-bottom: 20px;
    
}
.form-nom-email{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.form-column{
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
}
.contact-forms label{
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
}
input{
    width: 200px;
    height: 26px;
    margin: auto;
    font-size: 20px;
}
textarea{
font-size: 20px;
}
input, textarea{
    border-radius: 10px;
}

.cta{
    background-color: rgb(255, 120, 9);
    padding: 5px 0px;
    height: fit-content;
}








/************* FOOTER ********************/
.containerFooter{
justify-content: space-between;
background-color: #1a1a1a;
width: 90%;
display: flex;
flex-direction: row;
}

 footer a{
    text-decoration: none;
    color: black;
}
footer i:hover{
    color: #e05219;
    transition: 0.5s;
}
footer ul:hover{
    color: #e05219;
    transition: 0.5s;
}
footer{
   justify-content: center;
   background-color: #1a1a1a;
    
    
}
.foot_logo{

    font-size: 1.1rem;

    justify-content: space-around;
    align-items: center;
    color: black;
}

.mailCache span{
    display: none;   
}
.mailCache {
     font-size: 1rem;
    flex-wrap: wrap;
    padding: 20px 0;
        background-color: #1a1a1a;
}
.foot_contact{
    margin-left: 15px;
    font-size: 1.25rem;
    background-color: #1a1a1a;
    justify-content: space-between;
    align-items: center;
    color: black;    
}
.foot_contact p{

    background-color: #1a1a1a;
   
}
.foot_logo{
    background-color: #1a1a1a;
}
.foot_logo ul{
    list-style: none;
    margin: 5px 5px;
        background-color: #1a1a1a;
}
.foot_logo li{
        background-color: #1a1a1a;
    margin: 12px 5px;
}

.realiseSite{
    text-align: right;
    align-self: flex-end;
    font-size: 0.75rem;
    margin: 5px 5px;
}

/******************************************************/

table{
    border-collapse:collapse;
    margin: auto;
}
th, td{
    padding: 10px;
    text-align: center;
    border: 1px solid black;
}
th{
    background-color: rgba(67, 44, 202, 0.507);
}
td a{
 text-decoration: none;
    color: black;
    
}
.itemModif{
    border: 1px solid black;
    border-radius: 15px;
    background-color: rgba(53, 29, 187, 0.507);
    
    margin: 0 15px;
    padding: 5px;
}

/****************************************************/
/******************* form creation********************/
.createForms{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.blocForms{
    gap: 10px;
}
.blocForms form-column{
    gap: 10px;
}
.ContainerForms h3{ padding: 20px 0;}


/******************************************************************/
/************* liste des shooting**********************************/
/******************************************************************/
.ContainerMiniature{
    margin: 10px;
    display: flex;
       
    gap: 15px;
}
.MiniatureShoot{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-radius: 15px;
    padding: 10px;
}

.MiniatureShoot a{
 text-align: center;
}
.miniatureImg{
    padding-bottom: 10px;
    height: 200px;
        
}


/***********************************************/
/***********************************************/
/***********************************************/
/* media 950px*/
/***********************************************/
/***********************************************/
/***********************************************/
@media (max-width:1180px) {
    
.accueil{
    width: auto;
    height:100%; 
}
.photoPortfolio{
    margin-left: 5px;
    padding: 0;
    gap: 5px; 
}

.photoPortfolio img{
    max-width: 320px;
}
.apropos h2{

    padding-top: 8px;

    padding: 20px 0;
}
.apropos p{
    font-size: 20px;
    margin: 0 5px;
}   

.blocApropos{
    width: 100%;
}
.photoApropos img{
    max-width: 300px;
}
.apropos p{
    font-size: 25px;
    margin: 0 5px;
}
.blocTextePropos{
    width: 90%;

}
    nav{
    
        flex-direction: column;
        justify-content:center;
        align-items: center;
        position: relative;
    }
    #Accueil, #Portfolio, #propos{
    scroll-margin-top: 0px;
}
    .menu{
        padding: 0 0;   
        flex-direction: column;
        align-items: center;
    }
    .menu a{
        padding: 0 15px;
    }

.Citation{
padding-bottom: 15px;
}
  

.blocApropos{

    justify-content: center;

}
    .texteAcc{
        width: 90%; 
        text-align: justify;
    }
.form-nom-email{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  
.contact{
    height: 100%;
}
    footer{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .foot_logo{
        width: 100%;
    }
    footer a{
        padding: 0 15px;
        background-color: #1a1a1a;
    }
    footer i{
        font-size: small;
        background-color: #1a1a1a;
    }
        footer ul{
        background-color: #1a1a1a;
    }
    .containerFooter{
    flex-direction: column;
}
.realiseSite{
    background-color: #1a1a1a;
}
.mailCache {
justify-content: center;
}
}

/***********************************************/
/* media 350px*/
@media (max-width:320px) {
    

.accueil{
    width: auto;
    height:100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
    font-family: "Montserrat", sans-serif;
    margin-top: 70px;
    padding-bottom: 50px; 
   
   
    color: white;
    
    
}
#photoAcceuil{
    
    width: 300px;
    height: auto;
}

.logo{
    font-family: "Pinyon Script", cursive;
    font-weight: 200;
    font-style: normal;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 20px; 
}

.nomLogo{
     position:unset;
 }
 
 #logoPetit{ 
   
     font-size: 25px;
     margin-bottom: 10px;
     position: unset;

 }


    #Citation{
        padding: 15px 2px;
        font-size: 15px;
    }
  
/**** a propos *****/
.apropos h2{
    text-align: center;
    font-size: 35px;
    padding-top: 8px;
    color: black;
    font-family: 'font  Awesome 6 Free';
    padding: 20px 0;
}
.apropos p{
   /* font-size: 1.25rem;*/
    margin: 0 5px;
}   

.blocApropos{
    width: 100%;
}
.photoApropos img{
    max-width: 300px;
}
.apropos p{
    /*font-size: 25px;*/
    margin: 0 5px;
}
.blocTextePropos{
    width: 90%;

}
/********* CONTACT ******************/

.contact{
    height: 100%;
}

.contact h2{
    padding: 20px 0;
}






/*****************FOOTER*****************/

   /* footer li{
        font-size: 17px;
    }
.mailCache{
   font-size: 17px;
}
*/
.blocPortfolio{
    margin-left: 2px;    
    gap: 10px;

}

.photoPortfolio img{
    max-width: 300px;
}



}
