@charset "UTF-8";

/*Reset CSS*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126'"
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {


    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ça très important pour maitrîser la taille des boites */
* {
    box-sizing: border-box;
}


/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/

body{

    font-family: "alfabet", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:#ffffff;
    color: rgb(39, 31, 31);
}





/* -------------------- FONT -----------------------*/

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px; 
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}


.mobile-header{
    display: none;
}


em{
    font-style: italic;
}

#section-recherches{
    width: 100%;
}

/* -------------------- GENERAL -----------------------*/




.hola{
    display: flex;
    flex-direction: column;
    gap: 1vh;
}


.hello-bis{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 400;
    height: 3vh;
    width: 100%;
    font-size: 1em;
    border: 1.5px solid black;
    border-left:none;
    z-index:30;
    min-height: 25px;
    min-width: 110px;
  overflow: hidden;
  opacity: 1 !important;

  p{
    padding: 0;
    padding-top: 5px;
    margin: 0;
    opacity: 1 !important;
  }

  p:hover{

    opacity: 1 !important;
    cursor: pointer;

  }

}

.hello-bis div{
    transition: all 0.9s ease;
    
}

/* Initially hide the second text */
.hello-bis div p:nth-child(2) {
    display: none;
}

/* Show the second text on hover */
.hello-bis:hover div p:nth-child(2) {
    display: block;
}

/* Optional: Transition for smooth appearance */
.hello-bis div p {
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.hello-bis div:hover{
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1 !important;
}

.header{
    display: flex;
}

header{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1%;
    border-right: 4px dotted rgb(74, 74, 74);
    flex-basis: 15%;
}

.top-header{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:#ffffff;
    z-index: 2;
    margin-bottom: 10px;
    gap: 2vh;
    flex-basis: 40%;


}

/* -------------------- HEADER Style -----------------------*/



.header{

    display: flex;
    flex-direction: column;
    background-color:#ffffff;
    z-index: 2;
    margin-bottom: 10px;
    gap: 2vh;
    flex-basis: 15%;

}


.me{
    display: flex;
    flex-direction: column;
}

.mobicons{
    display: none;
}

.projets li{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}


#title{

    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.8rem;

}


.nav-projets {

    font-size: 1em;
    z-index: 2;
    font-weight: 200;
    padding: 0;


}

.nav-projets ul {

    padding: 0;

}

.nav-menu{


    font-weight: 300;
    font-style: normal;
    font-size: 1.05em;
    display: flex;
    flex-direction: column;
    padding: 0;
}


.apropos{
    display: none;
    border-right: 1px solid black;
    font-size: 1.2em;
    padding: 2%;
    position: relative;
    transition: all 1s ease;

    
    .close-about{
        font-size: 0.8em;
        font-weight: 700;
        position: absolute;
        bottom: 1%;
        right: 4%;
    }

    .close-about:hover{
        cursor: pointer;
    }
}




.reduce{
    flex-basis: 30%;
    margin-left: auto;
}

.nav-projets ul{
    padding: 0;
    margin: 0;
}



.full-content{
    height: 100vh;
    display: flex;
    flex-direction: row;



}

.icons{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1vh;
    a{
        text-decoration: none;
    }

    a:hover{
        text-decoration: none;
    }
}



.icons div:hover{
    opacity: 0.6;
}

iframe{
    border:none;
}

.all-right{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    position: relative;
    

}

.all-sections{

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 84vw;
    width: 100%;

}

.all-sections div{
    background-color: white;
}



#section-1{
    background-color: coral;
    width: 100%;

}

.introw{
    position: sticky;
    top: 0; 
    z-index: -1;
    transition: 0.3s ease-in-out;


    p{
        font-size: 1.5em; 
        width: 70%; 
        font-weight: 200; 
        padding-left: 2%;
           margin: 1.5% 0; 
    }
}


/*

.introw:hover{
   font-size: 1.5em;
}


#first-hello{

    position: sticky;
    top:1px; 
    width: 100%;
    background-color:white;
     z-index: 15; 
     height: 26px;
}
*/


.titre{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8em;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
}


.titre-section{

    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8em;
    position: sticky;
    padding-left: 2%;
    height: 70px;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    z-index: 3;


}


.sous-titre-section{

    display: flex;
   text-align: end;
    justify-content: flex-end;
    font-size: 1em;
    position: sticky;
    top: 70px;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    z-index: 2;


}

#section-DO div.toggle div.frises.pages a img,
#section-DO div.toggle div.frises a img
{

    border : 1px solid black;

}



.sous-titre-section h2{

padding-right: 2%;


}




h2{
    color: rgb(0, 0, 0);
    padding-left: 2%;
    font-weight: 500;

}


.h2-desk{

    font-weight: 800;
    color: rgb(33, 31, 31);
    padding: 1% 2%;
    margin: 0;
    border-bottom: 2px solid black;
    width: 100%;

}




h2 a{
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
}

.avec-ST{

    padding: 3% 0%;

    border-top: 1px solid black;
  
}

h3.dd::before {
    content: '+';
    margin-right: 10px;
}

h3.dd.collapsed::before {
    content: '\002014 ';
    margin-right: 10px;
}



.legende{
    font-size: 0.8em;
    border-left: 0.7px solid black;
    padding-left: 4%;
}

h3{
    border-bottom: 1px solid black;
    padding: 1% 0% 0.5% 0;

    span{
        padding-left:2%
    }

}



.titre h3{
    padding: 2%;
    border-bottom: 1px solid black;

}


.toggle-h3{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: baseline;
    border-top:1px solid black;
    border-bottom: 1px solid black;
    padding: 0.5% 0% 0.5% 0;
    margin-top: 2%;
    width: 100%;

}


.toggle-h3 h3{
 border-bottom: none;
 width:35%;
}


.toggle-h3 p{
    margin-right: 3%;
    transform: none;
    font-size: 1.4em;

   }

h4{
    font-weight: 500;
}


h5{
    padding-top: 0.4%;
    font-size: 0.9em;
    font-weight: 600;
  
}

.txt-intro h5{

    padding-top: 0.4%;
    font-size: 0.9em;
    font-weight: 400;

}

.txt-intro h4{
    font-weight: 500;

}



img{

    max-width: 100%;
}


.bbtxt{

    line-height: 1em; 
    font-size: 0.7em;
    font-weight: 500;
    margin-left: 2%;


}

/* -------------------- LINK STYLES -----------------------*/



a {
    text-decoration: none;
    color: black;
}


a:hover {

    text-decoration: underline;
    text-decoration-thickness: 0.8px;
    text-underline-offset: 5px;
    opacity: 0.8;


}


.active-link::before {
    content: "•";
    font-family: "futura-pt", sans-serif;
    color: red; 
    margin-right: 5px; 
    
  }

  .active-link{
    font-weight: 500;
  }




/* -------------------- Galerie Style -----------------------*/

section{

    padding-bottom: 2%;
    padding-top: 1%;

}

.section-header{

    display: flex;
    padding: 2%


}

#section-web{
 display: flex;
 flex-direction: column;
 width: 100%;
}


.point{
    display: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: 4em;
    font-weight: 600;
    text-align: center;
    width: 100%;
}




.img-intro{

    flex-basis: 50%;
    margin-right: 10px;

}

.img-intro img{
    margin-bottom: 10px;
}


.txt-intro{

    flex-basis: 50%;
    padding: 2%;

}

.photos{
    cursor: pointer;
}

.section-header-lirelaville{

    flex-direction: row ;
}

.frises{
    margin: 1%;
    display: flex;
    gap: 10px;
    background-color: black;
    padding: 1%;
   width: 98%;

    
}

.frises-mobile{
    display: none;
}

.frises img{
    max-width:  100%;
    border: 0.8px solid black;
    
}


.info{
    margin-top: 1.2%;
    font-size: 0.7em;
    line-height: 1.2em;
    max-width: 70%;
    width: fit-content;
    color: white;
  opacity: 0.8;
}


/* -------------------- DROPDOWN -----------------------*/



.toggle-h3:hover{
    cursor: pointer;
   font-weight: 500;
  

}

.toggle{
    display: none;
}


.dropdown-title:hover{
font-weight: 500;
cursor: pointer;
}


.divWeb{
    margin-top: 1%;
    padding: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
   width: 100%;



}



.web-projects{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  max-width: 100%;
  padding: 1%;

}

.web-projects.slick-slide {
    width: 100%; 

}



.imgweb{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   gap: 2vw;
   padding-right: 2%;
   flex-basis: 80%;

}








.imgweb img{
 width: 100%;
 border-radius: 5px;

}

.imgmob{
    display:flex;
    flex-direction: row;
    gap: 1vw ;

}

.web-controls{
    padding: 0% 3% 1% 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgb(32, 29, 29);
}

.web-controls p{

    color: rgb(14, 13, 13);
    opacity: 0.6;
}

.web-controls p:hover{
    cursor: pointer;
    opacity: 1;
}

.phone{
    display: none;
}


.zebra{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1vw;
    width: 100%;
    padding-left: 2%;

}



/* -------------------- DESIGN GRAPHIC -----------------------*/



.title{
   margin-left: 42%;
   margin-bottom: 2%;

}


/* -------------------- PHOTOGRAPHIE -----------------------*/

.josiegraphie{
    padding: 0% 2% 0% 2%;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    
}


.josiegraphie img{

max-width: 100%;
}


#web a:hover{
    font-style: normal;
    text-decoration-thickness: 0.8px;
    text-underline-offset: 3px;
    opacity: 1;
}

/* -------------------- RECHERCHE -----------------------*/


.detail-intro{
    flex-basis: 15%;

}



/* -------------------- DIPLOME -----------------------*/


#monoterritoires img:hover{
cursor: zoom-in;
}




/* -------------------- FOOTER -----------------------*/


.mentions-legales div{

    margin-top: 2%;
    line-height: 1.1em;

}

.mentions-legales p{
    font-weight: 400;
    font-size: 0.9em;
}

.mentions-legales span{

    text-decoration: underline;
    margin-bottom: 5px;

}

.cat{
   line-height: 1.5em;
   font-size: 0.9em;
}



#footer{
    margin-bottom: 10px;
    margin-top: 15px;
}


#footer div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    margin-bottom: 10px;
    font-size: 0.8em;
}



.section-web{
    width: 100%;
}




.carousel-web{
    position: relative;
    display: flex;
    flex-direction: column;
width: 100%;
    max-width: 100%;


}

.carousel-slide{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1vw;
    width: 96%;
    margin-top: 3% !important;
    margin: auto;


}

.carousel-slide-img{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1vw;
    width: 100%;
    padding: 1%;
/*
    div{
        border:0.5px solid black;
    }
*/
}




.carousel{
    max-width: 100vw;
}

.carousel img{
   
        max-width: 100%;
        border: 1px solid black;
    
}

.slick-slide img{
    display: flex;
}


.web-controls{
    max-width: 100%;
}


.carousel-slide-txt{
    display: flex;
    flex-direction: column;
    padding-left: 1%;
    color: rgb(47, 41, 41);
    font-size: 0.8em;
    line-height: 1.4em;
    flex-basis: 27%;
}


.carousel-slide-txt h6{
    font-size: 1.2em;
    font-weight: 600;
}

.carousel-slide-txt p{
    text-wrap: balance;
    margin-top: 1vh;
}

.carousel-slide-txt a{
    color: rgb(47, 41, 41);
    text-align: start;
    line-height: 1.4em;
    flex-basis: 20%;
}


.external-link{
    width:15%;
    height: 15%;
    fill:rgb(0, 0, 0);

}


.external-link:hover{
    fill: grey;
}





@media screen and (max-width: 880px){



    .carousel-slide{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 1vw;
        width: 85vw;
    
    
    }
    
    


    .carousel-slide-txt{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 1%;
        color: rgb(47, 41, 41);
        font-size: 0.8em;
        line-height: 1.4em;
        flex-basis: 20%;
        font-weight: 200;
    }

    .carousel-slide-txt h6{
   margin: 0;
    }




    
    }


/************* lightbox ************/


.jBox-overlay.jBox-overlay-Image{
    opacity: 0.9 !important;
}

a:hover{
    opacity: 1 !important;
}



#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
    z-index: 4;

}

#lightbox.open {
    opacity: 1; 
}


#lightbox-image {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; 
    transition: opacity 1s ease-in-out;
}

#lightbox.open #lightbox-image {
    opacity: 1; 
}
#lightbox.open #lightbox-caption {
    opacity: 0.8; 
}

.close-button {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.close-button:hover{
    transform: scale(1.4);
    
}

#lightbox-caption {
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.LB:hover{
    cursor: pointer;
}




