/*====================Généralités=====================*/

/*/////////////////fonts/////////////////////////////// :
font-family: 'Nunito Sans', sans-serif;
font-family: 'Syne', sans-serif; */
*{
    font-family: 'Lexend Zetta', sans-serif;

}

html {
    scroll-behavior: smooth;
}

body, figure, ul{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none
}

a{
    color: black;
    text-decoration: none;
    transition: 1.5s;
}



/*=====================HEADER=================*/

/*BURGER ICON */

.menu-icon{
    bottom: 162%; 
    left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
    position: absolute;
    transition: transform 0.5s;
    z-index: 5;
}
.menu-icon span {
    position: absolute;
   /* top: 40%;*/
   /* right: 2%;*/
    transform: translateX(-50%) translateY(-50%); 

    display: block;
    width: 44px;
    height: 4px;

    background-color: #000000;

    transition: background 0.5s;
}

.menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-11px);

    display: block;
    width: 44px;
    height: 4px;

    background-color: #000000;

    transition: transform 0.5s;
}
.menu-icon span::after {
    transform: translateY(11px); 
}

/*OUVERTURE-FERMETURE*/


.menu-icon.is-opened span { 
    background: transparent; 
}
.menu-icon.is-opened span::before { 
    transform: translateY(0) rotate(45deg); 
}
.menu-icon.is-opened span::after { 
    transform: translateY(0) rotate(-45deg); 
}

.nav-links.mobile-menu{
    margin-left: 0;
}


/*STYLISATION NAV*/


header nav ul{
    display: flex;
    flex-direction: column;
}

header nav .nav-links{
    margin-left: -100%;
    transition : all 0.5s ease;
    z-index: 2;
    position: absolute;
    /*display: none;*/
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header nav li{
    text-align: center;
    font-size: 1.3em;
    margin: 28px 0;
    font-weight: 500;
}
header{
    position: relative;
}

/*NAV et en-tete*/



h1{
    font-size: 1.9em;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 90px;
}

#container-nav h2{
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 50px;
}

/*GESTION IMAGES*/
  
#boite-images img{
    width: 30%;
}
#images1, #images2, #images3{
    text-align: center;

}


#images1 img:nth-child(1){
    margin: 5px 0px 5px 0px;
}

#images1 img:nth-child(4){
    margin: 5px 7px 5px 0px;
    width: 33%;
}
#images1 img:nth-child(5){
    margin: 5px 0px 5px 0px;
    width: 24.5%;
}

#images1 img:nth-child(2){
    margin: 5px 5px 5px 0px;
    width: 31%;
}

#images1 img:nth-child(6) {
    width: 33%;
}
/*2eme rang image*/

#images2 img:nth-child(1){
     margin: 5px 0px 5px 0px;
     width: 59.9%;

}

#images2 img:nth-child(2){
     display: none;

}

#images2 img:nth-child(3){
     margin: 5px 0px 5px 0px;
     width: 34.2%;

}

#images2 img:nth-child(4){
    display: none;
}


/*3eme rang image*/

#images3 img:nth-child(1){
     margin: 5px 0px 5px 0px;
     width: 24%;

}

#images3 img:nth-child(2){
     margin: 5px 0px 5px 5px;
     width: 34.1%;

}

#images3 img:nth-child(3){
    display: none;

}

#images3 img:nth-child(4){
    display: none;

}

#images3 img:nth-child(5){
     margin: 5px 0px 5px 0px;
     width: 31.9%;

}

/*===============FOOTER==============*/
footer{
    position: relative;
}
    
footer p{
    text-align: center;
    margin: 20px;
}

footer p:nth-child(1){
    margin-top: 154px;
}

footer p:nth-child(5){
    margin-top: 50px;
    font-size: 0.9em;
}


footer a#RVH{
    position: absolute;
    bottom: 280px;
    right: 4%;
    font-size: 1.7em;
    font-weight: 900;
    background-color: rgb(255 255 255);
    border-style: none;
    padding: 1,9% 5.1%;
    border-radius: 98px;
    color: black;
}






/*=====================================================================================
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////:::::::::::::::::::::::::::::::::::PAGECONTACT:::::::::::::::::::::::::::::::::::::::::///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================*/
#pageContact main h2{
    margin: 90px 10px;
    font-size: 1.5em;
}

body > main > section > div > div > div.text-center.text-md-left > a{
    margin: 10% auto 15% auto;
    font-size: 1.3em;
    font-weight: 700;
    background-color: rgb(142, 142, 142);
    padding: 2% 5%;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
}

body > main > section > div.row{
    margin: 2% 5%;
}

input{
    margin-bottom: 3% ;
}

#pageContact p{
    margin: 0 15px 50px 15px;
}
#envoyer{
    margin-bottom: 0% ;
    margin-top: 3%;
    display: block;
    margin: 10% auto 15% auto;
    font-size: 1.3em;
    font-weight: 600;
    background-color: #000000;
    color: white;
    padding: 2% 5%;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
}

#envoyer:hover{
    background-color: #FFB4F0;
}


/*GESTION ICONES-CONTACT*/


div#test2 a:hover{
    color: #FFB4F0;
}


div#test2 {
    justify-content: center;
}
div#test2 p{
    margin: 0;
    text-align: center;
}

div#test2 div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto;
}


div#test2 div img{
    width: 20px;
    margin-right: 3%
}

div#test2 div:last-of-type img{
    width: 15px;
}

/*=====================================================================================
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////:::::::::::::::::::::::::::::::::::PAGECONTACT:::::::::::::::::::::::::::::::::::::::::///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================*/
#pageContact p{
    text-align: center;


}

#pageAtterissageContact #overlay{
    margin: 130px auto;

}

#pageAtterissageContact footer ul{
    margin-top: 75px;
} 

/*POST CONTACT*/

#pageAtterissageContact h2{
    text-align: center;
}

#pageAtterissageContact p{
    text-align: center;
    margin: 25px 10px;
}

/*BOUTON RETOUR ACCUEIL*/

#retour{
    margin-bottom: 0% ;
    margin-top: 3%;
    display: block;
    margin: 10% 30px 15% 30px;
    font-size: 1.2em;
    font-weight: 600;
    background-color: #000000;
    color: white;
    padding: 2% 3%;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
}

#retour a{
    color: white;
}

#retour:hover{
    background-color: #FFB4F0;
}




/*=====================================================================================
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////:::::::::::::::::::::::::::::::::::PAGE a propos :::::::::::///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================*/


/*titre et contenu */

#a-propos  main h2{
    text-align: center;
    font-size: 1.5em;
    margin: 74px 15px 60px 15px;
}

#a-propos main h3{
    font-size: 1.1em;
    text-align: center;
    margin: 24px;
}

#a-propos main p{
    margin: 0 20px;
    text-align: justify;
    letter-spacing: -1px;
}

#a-propos main p:nth-of-type(2){
    margin: 0 20px 40px 20px;
}

img#cv{
    width: 97%;
}

/*=====================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////:::::::::::::::::::::::::::::::::::PAGE CREATIONS GRAPHIQUES :::::::::::///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================*/

#creation main h2{
    font-size: 0.9em;
    margin: 97px 0 20px 10px
}

#creation main #logotypes img:nth-of-type(1){
    width: 78%;
    margin: auto;
    display: block;
}

#creation main #logotypes img:nth-of-type(2){
   display: none;
}


#creation main #logotypes img:nth-of-type(3){
    width: 78%;
    margin: auto;
    display: block;
    margin-top: 75px;
}

/*ILLUSTRATOR*/

#creation main #ai img:nth-of-type(1){
    width: 78%;
    margin: auto;
    display: block;
    margin-top: 75px;
}

#creation main #ai img:nth-of-type(2){
    width: 78%;
    margin: auto;
    display: block;
    margin-top: 75px;
    
}

/*PHOTOSHOP*/

#creation main #ps img:nth-of-type(1){
    width: 78%;
    margin: auto;
    display: block;
    margin-top: 75px;
}


/*=====================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////:::::::::::::::::::::::::::::::::::PAGE REALISATIONS WEB :::::::::::///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================*/

#web main h2{
    font-size: 0.9em;
    margin: 97px 0 20px 10px
}

#web img:nth-of-type(1){

    width: 91%;
    display: block;
    margin: auto;
    margin-top: 140px;
}

#web img:nth-of-type(2){

    width: 77%;
    display: block;
    margin: auto;
    margin-top: 190px;
}



/*=====================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////:::::::::::::::::::::::::::::::::::PAGE PHOTOGRAPHIES:::::::::::///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================*/
#photographies h2{
    text-align: center;
    margin: 10px auto;
}

#photographies p{
    text-align: center;
    margin: 8px 25px;
    font-size: 0.9em;
}

#photographies p:nth-of-type(2){
    text-align: center;
    margin: 20px 30px;
    font-size: 0.9em;
}


#photographies article{
    margin-top: 90px;
}

#photographies article img:nth-of-type(1){
    margin-top: 90px;
    width: 81%;
    display: block;
    margin: auto;
}

/*BOUTON*/

#lire-plus{
    margin-bottom: 0% ;
    margin-top: 3%;
    display: block;
    margin: 10% auto 35% auto;
    font-size: 1.2em;
    font-weight: 600;
    background-color: #000000;
    color: white;
    padding: 2% 3%;
    border-radius: 5px 5px 5px 5px;
    border-style: none;

}

#lire-plus a{
    color: white;
}

#lire-plus:hover{
    background-color: #FFB4F0;
}

/*RETOUR VERS LE HAUT*/

footer a#RVH {
    bottom: 228px;
}


/*===============================================================================================
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////::::::::::::::::::::::::PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
================================================================================================*/



/*===============================================================================================
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////::::::::::::::::::::::::RESPONSIVE WEB DESIGN:::::::::::::::::::::::::::::::::::::::::::::::::::::
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
================================================================================================*/

@media screen and (min-width: 600px) and (max-width: 768px) {

   
    /*BURGER*/
    header #burger {
        position: absolute;
        top: 11%;
        width: 8%;
    }

    /*header*/

    #container-nav{
        display: flex;
    }
    
    #container-ul{
        display: flex;
    }
    
    #container-ul li{
        margin: 0 15px;
        font-size: 0.8em;
        text-transform: uppercase;
    }
    h1{
        font-size: 2.5em;
        letter-spacing: 9px;
        margin: 88px 20px 5px 63px;
    }
    
    #container-nav h2{
        font-size: 1.2em;
        margin: 0px 0px 45px 68px;
    }
    
    nav{
        margin: 107px 0 0 27px;
    }

    #container-nav h2 {
        font-size: 1em;
        text-align: left;
    }
    /*GESTION IMAGES*/
    
    #images1, #images2, #images3{
        text-align: center;
    
    }
    
    #boite-images img{
        margin: 5px;
    }
    
    
   

    /**/
    
    /*FOOTER*/
    

}

/*====================================================================
=============================769px====================================
======================================================================*/

@media screen and (min-width: 769px) {

    /*LOGO*/
   

    /*BurgerMenu*/
    header #burger{
        display: none;
    }
/*GESTION IMAGES*/
    
#images1, #images2, #images3{
    text-align: center;

}


    

    /* --*/
    
    /* */
   

    /**/
    

    /**/



    footer a#RVH {
        padding: 2% 3.3%;
    }


}

/*====================================================================
=============================951px====================================
======================================================================*/

@media screen and (min-width: 951px) {

    /*NAV*/
    

    /*GESTION IMAGES*/

    
    
    #images1, #images2, #images3{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    
    }
    
    #boite-images img{
        margin: 5px;
        width: 15%;
        
    }
    
    #images1 img:nth-child(6) {
        width: 15%;
    }
    
    #images1 img:nth-child(4){
        margin: 5px 0px 5px 0px;
        width: 15%;
    }
    #images1 img:nth-child(5){
        margin: 5px 8px 5px 14px;
        width: 11.3%;
    }
    
    #images1 img:nth-child(2){
        margin: 5px 11px 5px 15px;
        width: 15.5%;
    }
    
    /*2eme rang image*/
    
    #images2 img:nth-child(1){
        margin: 5px 0px 5px 0px;
        width: 26%;
    }
    
    #images2 img:nth-child(2){
        margin: 5px 13px 5px 12px;
        display: block;
        width: 14.7%;
    
    }
    
    #images2 img:nth-child(3){
        margin: 5px 4px 5px 0px;
        width: 14.62%;
    }
    
    #images2 img:nth-child(4){
        display: block;
        margin: 5px 0px 5px 0px;
        width: 34.4%;
    }
    
    
    /*3eme rang image*/
    
    #images3 img:nth-child(1){
         margin: 5px 17px 5px 0px;
         width: 11.1%;
    
    }
    
    #images3 img:nth-child(2){
         margin: 5px 0px 5px 8px;
         width: 15.79%;
    
    }
    
    #images3 img:nth-child(3){
         margin: 5px 0px 5px 5px;
         display: block;
         width: 19.7%;
    
    }
    
    #images3 img:nth-child(4){
         margin: 5px 11px 5px 8px;
         display: block;
         width: 26.4%;
    
    }
    
    #images3 img:nth-child(5){
         margin: 5px 0px 5px 0px;
         width: 14.8%;
    
    }
    
    
    /**/
   

    /**/
    

    /**/
    
    /**/





}

/*====================================================================
=============================1301px====================================
======================================================================*/

@media screen and (min-width: 1301px) {

    /*GESTION IMAGES*/
    
    #images1, #images2, #images3{
        text-align: center;
    
    }
    
    #boite-images img{
        margin: 5px;
    }
    
    
    #images1 img:nth-child(4){
        margin: 5px 0px 5px 0px;
    }
    #images1 img:nth-child(5){
        margin: 5px 8px 5px 27px;
    }
    
    #images1 img:nth-child(2){
        margin: 5px 20px 5px 25px;
    }
    
    /*2eme rang image*/
    
    #images2 img:nth-child(1){
         margin: 5px 0px 5px 0px;
    
    }
    
    #images2 img:nth-child(2){
         margin: 5px 0px 5px 8px;
    
    }
    
    #images2 img:nth-child(3){
         margin: 5px 0px 5px 0px;
    
    }
    
    #images2 img:nth-child(4){
         margin: 5px 0px 5px 23px;
    }
    
    
    /*3eme rang image*/
    
    #images3 img:nth-child(1){
         margin: 5px 18px 5px 0px;
    
    }
    
    #images3 img:nth-child(2){
         margin: 5px 0px 5px 8px;
    
    }
    
    #images3 img:nth-child(3){
         margin: 5px 0px 5px 0px;
    
    }
    
    #images3 img:nth-child(4){
         margin: 5px 11px 5px 8px;
    
    }
    
    #images3 img:nth-child(5){
         margin: 5px 0px 5px 29px;
    
    }
    

    /**/
   

    /* */
   

    /**/
   

    /**/

    

    /**/
   

    /*FOOTER*/
    footer a#RVH{
        padding: 1.9% 2.7%;
    }

    /*==================PAGE CONTACT==============*/
    body > main > section > div > div.col-md-9{
        margin: auto;
    }

} 


/*====================================================================
=============================1500px====================================
======================================================================*/


@media screen and (min-width: 1500px) {

    #container-nav{
        display: flex;
    }
    
    #container-ul{
        display: flex;
    }
    
    #container-ul li{
        margin: 0 15px;
        font-size: 0.8em;
        text-transform: uppercase;
    }
    h1{
        font-size: 2.5em;
        letter-spacing: 9px;
        margin: 88px 20px 5px 63px;
    }
    
    #container-nav h2{
        font-size: 1.2em;
        margin: 0px 0px 45px 68px;
    }
    
    nav{
        margin: 107px 0 0 27px;
    }
    
    
    
    /*==================Main===========*/
    
    main{
        margin-top: 50px;
    }
    
    /*GESTION IMAGES*/
    
    #images1, #images2, #images3{
        text-align: center;
    
    }
    
    #boite-images img{
        margin: 5px;
    }
    
    
    #images1 img:nth-child(4){
        margin: 5px 0px 5px 0px;
    }
    #images1 img:nth-child(5){
        margin: 5px 8px 5px 27px;
    }
    
    #images1 img:nth-child(2){
        margin: 5px 20px 5px 25px;
    }
    
    /*2eme rang image*/
    
    #images2 img:nth-child(1){
         margin: 5px 0px 5px 0px;
    
    }
    
    #images2 img:nth-child(2){
         margin: 5px 0px 5px 8px;
    
    }
    
    #images2 img:nth-child(3){
         margin: 5px 0px 5px 0px;
    
    }
    
    #images2 img:nth-child(4){
         margin: 5px 0px 5px 23px;
    }
    
    
    /*3eme rang image*/
    
    #images3 img:nth-child(1){
         margin: 5px 18px 5px 0px;
    
    }
    
    #images3 img:nth-child(2){
         margin: 5px 0px 5px 8px;
    
    }
    
    #images3 img:nth-child(3){
         margin: 5px 0px 5px 0px;
    
    }
    
    #images3 img:nth-child(4){
         margin: 5px 11px 5px 8px;
    
    }
    
    #images3 img:nth-child(5){
         margin: 5px 0px 5px 29px;
    
    }
    /*====================*/
    
    
    /*====================CONTACT===============*/
    
    
    
    
    /*MAP*/
    
    
    /*===============FOOTER==============*/
    
    footer p{
        display: inline-block;
        margin: 100px 26px 5px 26px;
    }
    
    footer p:nth-child(1){
        margin-left: 83px;
    }
    
    
    footer a#RVH{
        position: absolute;
        top: 1264px;
        right: 4%;
        font-size: 1.7em;
        font-weight: 900;
        background-color: rgb(255 255 255);
        border-style: none;
        padding: 1,9% 5.1%;
        border-radius: 98px;
        color: black;
    }


}


/*====================================================================
=============================1700px====================================
======================================================================*/


@media screen and (min-width: 2000px) {

    body#acceuil{
        width: 100%;
        margin: 0 auto;
    }
    




}
