    
:root{
	--orange:#EB715C;
	--blue:#474DD9;
}

::-webkit-scrollbar {
    display: none;
}


*{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}


button{
	border-style: none;
	outline: none!important;
}

a {
  position: relative;
  text-decoration: none;
}



a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}


nav.graphisme.navbar-light a::before, #graphisme nav.navbar-light a::before, #graphisme #info-bar a::before, main.graphisme #info-bar a::before, #graphisme .project a::before {
    background-color: var(--blue);
}
nav.illustration.navbar-light a::before, #illustration nav.navbar-light a::before, #illustration #info-bar a::before, #home #info-bar a::before, main.illustration #info-bar a::before, #illustration .project a::before{
  background-color: var(--orange);
}


a:hover::before, li.is-active a::before {
  transform-origin: left;
  transform: scaleX(1);
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}


.h2, h2 {
    font-weight: 700;
}

.full-height{
	height: 100vh;
}


.p-none{
	padding:0!important;
}
.vsmall{
    font-size: 0.750em;
}

.mT-300px{
	margin-top: 300px!important;
}

.mT-250px{
	margin-top: 250px!important;
}

.mT-200px{
	margin-top: 200px!important;
}

.mT-100px{
	margin-top: 100px!important;
}

.mT-150px{
	margin-top: 150px!important;
}

.mT-50px{
	margin-top: 50px!important;
}

.minw-100{
    min-width: 100%;
}

main hr{
	margin: 0;
    color: black;
    background-color: black;
    border: 0;
    opacity: 1;
    height: 0;
    border-top: 2px solid black;
}



.credit a {
	text-decoration: underline;
	color: rgba(0,0,0,.5);
}

.credit a:hover{
	text-decoration: none;
	color: black;
}


.credit p{
	font-size: .675em;
    color: rgba(0,0,0,.5);
}


footer{
    margin-bottom: 150px;
}
/* ----------------------------------- MENU ---------------------------------- */
nav {
    -webkit-box-shadow: 0px 2px 22px 1px rgba(235, 113, 92,.2);
    box-shadow: 0px 2px 22px 1px rgba(235, 113, 92,.2);
}

.bg-light {
    background-color: white!important;
}
.navbar .logo-mobile{
    display: none;
}
.navbar{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.nav-link {
    padding: 0!important;
}


.navbar-nav {
    display: flex;
    align-items: center;
}

#menulogo a::before {
  content: none;
}


.logo{
    margin-left: 30px;
    margin-right: 30px;
    width: 120px;
}


nav.illustration, #illustration nav{
    -webkit-box-shadow: 0px 2px 22px 1px rgba(235, 113, 92,.2); 
    box-shadow: 0px 2px 22px 1px rgba(235, 113, 92,.2);
}

nav.graphisme, #graphisme nav{
    -webkit-box-shadow: 0px 2px 22px 1px rgba(71, 77, 217,.2); 
    box-shadow: 0px 2px 22px 1px rgba(71, 77, 217,.2);
}

nav.illustration.navbar-light .navbar-nav .nav-link, #illustration nav.navbar-light .navbar-nav .nav-link {
    color: var(--orange);
}

nav.graphisme.navbar-light .navbar-nav .nav-link, #graphisme nav.navbar-light .navbar-nav .nav-link {
    color: var(--blue);
}




/* ----------------------------------- INFO BAR ---------------------------------- */

#info-bar {
    position: fixed;       
    bottom: 0; 
    margin: 0;            
    width: 100vw;          
    background-color: white;
    padding: 10px 0;      
    z-index: 1000;
    color: var(--blue);
    cursor: default;
    -webkit-box-shadow: 0px -2px 22px 1px rgba(235, 113, 92,.2);
    box-shadow: 0px -2px 22px 1px rgba(235, 113, 92,.2);
}

#info-bar a{
    color: var(--orange);
}


#icon-phone.orange{        
    background: #FFEBE6 url(https://ninalecomte.fr/media/icone/icon-phone-orange.png) center/40% no-repeat;
}
#icon-mail.orange{
    background: #FFEBE6 url(https://ninalecomte.fr/media/icone/icon-mail-orange.png) center/60% no-repeat;
}
#icon-phone.blue{        
    background: #F0F1FE url(https://ninalecomte.fr/media/icone/icon-phone-blue.png) center/40% no-repeat;
}
#icon-mail.blue{
    background: #F0F1FE url(https://ninalecomte.fr/media/icone/icon-mail-blue.png) center/60% no-repeat;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 150px;
  padding: 5px;
}

#icon-phone, #icon-mail, #icon-info{
    background-size: contain; /* Ajuste la taille de l'image au conteneur */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
    background-position: center;
    display: none;
}


#illustration #info-bar, #project.illustration #info-bar{
    -webkit-box-shadow: 0px -2px 22px 1px rgba(235, 113, 92,.2); 
    box-shadow: 0px -2px 22px 1px rgba(235, 113, 92,.2);
}

#illustration #info-bar a, #project.illustration #info-bar a {
    color: var(--orange);
    text-decoration: none;
}   


#graphisme #info-bar, #project.graphisme #info-bar {
    -webkit-box-shadow: 0px -2px 22px 1px rgba(71, 77, 217,.2);
    box-shadow: 0px -2px 22px 1px rgba(71, 77, 217,.2);
}

#graphisme #info-bar a, #project.graphisme #info-bar a  {
    color: var(--blue);
    text-decoration: none;
}

#info-bar .instagram svg{
    width: 20px;
    left: 15px;
}
#info-bar .instagram svg.orange{
    fill: var(--orange);
}

#info-bar .instagram svg.blue{
    fill: var(--blue);
}


#vagueV{
    position: fixed;
    bottom: 0;
    z-index: 9;
}
#illustration #vagueV, #project.illustration #vagueV{
    fill: rgba(235, 113, 92,.2);
}

#graphisme #vagueV, #project.graphisme #vagueV{
    fill: rgba(71, 77, 217,.2);
}


/* ----------------------------------- HOME PAGE ---------------------------------- */



#home .container-fluid, #home .full-height, #illustration .container-fluid, #illustration .full-height,#graphisme .container-fluid, #graphisme .full-height{
    padding: 0;
    margin:0;
}


body#home, body#home main{
	height: 100vh;
	overflow: hidden;
	cursor: none;
	max-width: 100%;
}

.half{
    cursor: none;
}
#about{
    cursor: initial!important;
}


#home .logoblueh img,#home .logoorangeh img  {
    width: 100%;
}

#home #vagueV{
    display: none; 
}
.half .mb-3 .mt-3{
    display: none;
}

.half {
    position: absolute;
    height: 100vh; /* Hauteur de l'écran */
    transition: opacity 0.3s ease; /* Transition en douceur */
}

#left {
  background-image: url(https://ninalecomte.fr/media/parallax/fond-orange.jpg);
  opacity: 1; /* Visible par défaut */
}

#right {
  background-image: url(https://ninalecomte.fr/media/parallax/fondbleu.jpg);
  opacity: 0; /* Invisible par défaut */
}

#left, #right {
    background-size:150%;
    background-position: center;
    background-repeat: no-repeat;
}

#left span.arrow, #right span.arrow{
    padding: 0px 18px;
    border-radius: 50px;
    background-color: white;
    transition: .5s ease;
}

#project.illustration #project-nav span:focus{
    background-color: var(--orange);
    color: white;
    transition: .5s ease;
}



.title {
    position: absolute;
    font-size: 2em;
    pointer-events: none; 
    transform: translate(-50%, -50%);
    white-space:nowrap;
    color: white;
    z-index: 55;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 45vw;
    z-index: 3;
    pointer-events: none;
}

.logoorange, .logoblue {
  transition: opacity 0.3s ease;
}

#home .navbar, #home footer{
	display: none;
}


#home .title{
	display: none;
}

#home .no-bg {
    background-image: initial!important;
}
.bg-none{
    opacity: 0;
}

.wave-container {
    position: absolute; 
    left: 50%;
    width: 240.94px;
    height: 100vh;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    
}

.wave-container {
    transition: left .9s ease-out;
}

.move-left-out {
    left: -3%;
}

.move-right-out {
    left: 110%;
}


.wave-container svg {
    height: 100vh;
    width: 100%;
}

.wave-container .st1 {
    fill: none;
    stroke: var(--orange);
    stroke-width: 75;
    stroke-miterlimit: 10;
}

.wave-container .orange {
    stroke: var(--orange);
}

.wave-container .blue {
    stroke: var(--blue);
}




@keyframes pulseLeft {
    0%, 100% {
        transform: translateX(18px);  /* Modifiez ces valeurs pour ajuster la distance du clignotement */
    }
    50% {
        transform: translateX(0);
    }
}

@keyframes pulseRight {
    0%, 100% {
        transform: translateX(-18px);
    }
    50% {
        transform: translateX(0);
    }
}

.pulse-effect-left {
    animation: pulseLeft 2s infinite;  /* Ajustez '2s' pour contrôler la vitesse de clignotement */
}

.pulse-effect-right {
    animation: pulseRight 2s infinite;
}





/* ----------------------------------- ILLUSTRATION & GRAPHISME PAGE ---------------------------------- */


#parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://ninalecomte.fr/media/parallax/Pictocorail-home-page1.png), url(https://ninalecomte.fr/media/parallax/Pictocorail-home-page2.png), url(https://ninalecomte.fr/media/parallax/Pictocorail-home-page3.png), url(https://ninalecomte.fr/media/parallax/Pictocorail-home-page4.png),url(https://ninalecomte.fr/media/parallax/Pictocorail-home-page5.png),url(https://ninalecomte.fr/media/parallax/Pictocorail-home-page6.png);
  background-repeat: no-repeat;
  background-position: center;
}

#parallax2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://ninalecomte.fr/media/parallax/image-graphisme01.png), url(https://ninalecomte.fr/media/parallax/image-graphisme02.png), url(https://ninalecomte.fr/media/parallax/image-graphisme03.png), url(https://ninalecomte.fr/media/parallax/image-graphisme05.png),url(https://ninalecomte.fr/media/parallax/image-graphisme06.png),url(https://ninalecomte.fr/media/parallax/image-graphisme04.png);
  background-repeat: no-repeat;
  background-position: center;
}

#illustration main .container-fluid{
	background-image: url(https://ninalecomte.fr/media/parallax/fond-orange.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
	margin-bottom: 150px;
}
 #graphisme main .container-fluid{
    background-image: url(https://ninalecomte.fr/media/parallax/fondbleu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    margin-bottom: 150px;
}

#illustration main .container, #graphisme main .container{
    margin-bottom: 150px;
}


.project{
	margin-bottom: 50px;
}


.square {
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.image-container .hover-bg,
.image-container .hover-icon {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
}


#illustration .image-container .hover-bg {
    background-color: rgba(235, 113, 92, 0.9);
}
#graphisme .image-container .hover-bg {
    background-color: rgba(71, 77, 217,.9);
}

.image-container .hover-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container:hover .hover-bg,
.image-container:hover .hover-icon {
    opacity: 1;
}
.hover-icon img{
    max-width: 60%;
}

#illustration a figcaption p {
	color: var(--orange);
	text-decoration: none;
    padding-bottom: 10px;
}
#graphisme a figcaption p {
    color: var(--blue);
    text-decoration: none;
    padding-bottom: 10px;
}

/* ----------------------------------- PROJECT ---------------------------------- */

#project-nav{
    position: absolute;
    width: 100%;
    z-index: 2;
    top:80px;
}
.next span{
    position: fixed;
    right: 10px;
    margin-left: 20px;
}

.prev span{
    position: fixed;
    left: 10px;
}
.prev a{
   margin-left: 55px; 
}

.next a{
   margin-right: 55px; 
}


#project-nav span{
    padding: 3px 18px;
    border-radius: 50px;
}
#project.illustration #project-nav span{
    background-color: #FFEBE6;
    transition: .5s ease;
}

#project.illustration #project-nav span:hover{
    background-color: var(--orange);
    color: white;
    transition: .5s ease;
}


#project.graphisme #project-nav span{
background-color: #F0F1FE;
}

#project img{
    width: 100%;
}

#project .icon-loupe{
    text-align: center;
}

#project .icon-loupe img {
    width: 30%;
}


.context{
    min-width: 100%;
}

 #project.graphisme *{
    color:var(--blue);
}

 #project.illustration *{
    color:var(--orange);
}

 #project.graphisme ul{
    background-color: var(--blue);
}

#project.illustration ul{
    background-color: var(--orange);
}

#project ul.bg-trophy{
    padding:18px;
    border-radius: 20px; 
}

#project ul.bg-trophy li {
    list-style: none;
    padding: 2px;
    color:white;
}

#project.illustration .divider{
    border-top: solid 2px var(--orange);
}

#project.graphisme .divider{
    border-top: solid 2px var(--blue);
}


#baguetteBox-overlay .full-image img{
    max-height: 90vh;
    max-width: 80vw;
    box-shadow:none;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.square {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(235, 113, 92, 0); 
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; 
}

.icon-loupe i {
  font-size: 24px;
}


#project.illustration .square:hover .overlay {
  background-color: rgba(235, 113, 92, 0.5);
  opacity: 1;
}
#project.graphisme .square:hover .overlay {
  background-color: rgba(71, 77, 217, 0.5);
  opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}




/* ----------------------------------- ABOUT ---------------------------------- */
body #about {
    background-color: white;
    position: fixed;
    top: 100vh;
    left:0;
    width: 100vw;
    transition: top 1s ease;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.2);
}

#about-close{
    padding-top: 100px;
}

#about .picture {
    max-height: 80vh;
    height: 80vh;
    top:100px;
    background-position: center;
}


#about.orange {
    background-color:#FFEBE6;
    color:var(--orange);  
}
#about.orange hr{
    border-color: var(--orange);
}


#about.blue {
    background-color:#F0F1FE;
    color:var(--blue);  
}
#about.blue hr{
    border-color: var(--blue);
}



.scroll-container {
  max-height: 100vh;
  overflow-y: auto;
}
#about h2.metier{
    font-weight: normal;
    font-size: 100%;
}
#about h1{
    font-weight: 700;
}

#about .story{
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 3rem
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;;
}

#illustration main .container.about , #graphisme main .container.about {
    margin-bottom: 50px;
}

/* ----------------------------------- RESPONSIVE ---------------------------------- */



/* ---------------------------- MOBILE ------------------------------- */
@media only screen and (max-width: 768px){

    #parallax, #parallax2{
        background-size: 90%;
    }

    #icon-phone, #icon-mail, #icon-info{
        display: block;
    }
    #info-bar .text{
        display: none;
    }

    .center-icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body#home main .container-fluid .homegrid {
         padding-left:20px;
         padding-right:20px;
    }

    

    
}

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

	.mT-300px{
		margin-top: 150px!important;
	}

	.mT-250px{
		margin-top: 125px!important;
	}

	.mT-200px{
		margin-top: 100px!important;
	}

	.mT-100px{
		margin-top: 50px!important;
	}

	.mT-150px{
		margin-top: 75px!important;
	}

	.mT-50px{
		margin-top: 25px!important;
	}

    .logo-d-none, .mobile-d-none, #home .navbar-toggler{
        display: none;
    }
    .navbar .logo-mobile, #home .navbar{
        display: initial!important;
    }
    .half {
        position: relative;
        height: 30vh;
    }
    
    #left, #right{
        opacity: 1!important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
    }

    #left{
        align-items: end;
    }
    #right{
        align-items: start;
    }

    #title-right{
        margin-top: 30px
    }
    #title-left{
        margin-bottom: 30px
    }

    #home .title {
        display: block;
        transform: initial;
        position: initial;
    }
    #title-left{
        color:var(--orange);
    }
    #title-right{
        color:var(--blue);
    }
    
    .navbar-nav {
        align-items: start;
        padding: 30px;
        font-size: 30px;
    }

    #graphisme main .container-fluid, #illustration main .container-fluid {
        margin-bottom: 50px;
    }
    .project {
        margin-bottom: 10px;
    }
    .navbar-toggler{
        margin-right: 20px;
    }


    #project .full-height {
        height: auto;
    }

    #project{
        margin-top:130px;
    }

    footer {
         margin-bottom: 80px;
    }

    #illustration #vagueV, #project.illustration #vagueV {
         width: 160%;
     }

     #left{
        margin-bottom: 1rem!important;
     }
     #right{
        margin-top: 1rem!important;
     }

    body#home main .container-fluid .homegrid {
         padding-left:10%;
         padding-right:10%;
         height: 100vh;
         align-content: center;
    }

    #about-close {
        margin-top: 20px;
        background-color: white;
        border-radius: 150px;
        z-index: 9999;
        height: 50px;
        width: 50px;
        padding: 0;
        margin-left: -30px;
        opacity: 1;
    }

    #about-close .positionabsolute {
        position: fixed;
    }
    .about .text-end {
        text-align: center!important;
    }

    nav a.d-lg-block::before, #info-bar a::before{
      background-color: initial!important;
    }


}



/* ---------------------------- TABLET PAYSAGE ---------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1025px){
	
}


/* ---------------------------- TABLET PORTRAIT ---------------------------- */

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

}



/* ---------------------------- TABLET PORTRAIT + PAYSAGE ---------------------------- */

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




}


/* ---------------------------- TABLET & MOBILE ---------------------------- */
@media only screen and (max-width: 1024px){

	
}


@media (min-width: 1024px) and (max-width: 1200px){
	
}

@media (min-width: 1025px) and (max-width: 1370px){
	
}

@media (min-width: 1371px) and (max-width: 1500px){
	
}

@media (min-width: 1025px) and (max-width: 1500px){
	
}






@media (min-width: 1501px){
	
    #vagueV{
        position: fixed;
        bottom: -15px;
        z-index: 9;
    }
}


/* ---------------------------- DESKTOP ---------------------------- */

@media (min-width: 1920px){ 
    
}

@media (min-width: 2501px){ 

}


@media (min-width: 3200px){ 

	

}


@media (min-width: 5120px){ 

	


}



