/* Body Parametric*/ 

body, html {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    color: #f6f6f6;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#loader img {
    width: 300px; /* Ajustez la taille selon vos besoins */
    height: auto;
}

#content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Green Ban*/ 
/* Green Ban*/ 
/* Green Ban*/ 

.greenban_head {
    width: 100%;
    height: 10px; /* SIZE HEAD */
    background-color: #0a0edc; /* COLORS HEAD */
}

.greenban_foot {
    width: 100%;
    height: 10px; /* SIZE HEAD */
    background-color: #0a0edc; /* COLORS HEAD */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}


body {
    margin: 0;
    font-family: "Inter", sans-serif;
    cursor: url("src/cursor/cursor01.svg"), auto !important;
    background-color: #f4f4f4 !important; 
}

/* HEADER SECTION*/
/* HEADER SECTION*/
/* HEADER SECTION*/ 

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:10px;
    cursor: url("src/cursor/cursor01.svg"), auto !important;
    margin-left: 20px;
    margin-right: 20px;

}

.link-head {
    text-decoration: none;
    color:black;
    cursor: url("src/cursor/cursor02.svg"), auto !important;
}

.link-head:hover {
    text-decoration: none;
    color:black;
}

.left-box {
      border:solid 0px;
      padding-right: 8px;
      padding-left: 8px;
      display: flex;
      justify-content: center; 
      align-items: center; 
      height: 22px;
      cursor: url("src/cursor/cursor02.svg"), auto !important;
      background-color: #0a0edc; 
      border-radius : 15px;
       
}

.head-left {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 16px;
      margin-top: 10px !important;
      cursor: url("src/cursor/cursor02.svg"), auto !important;
      color:#f4f4f4;
      margin-bottom : 10px;
      letter-spacing: -1px;
}

.right-box {
      border:solid 1px #0a0edc;
      padding-right: 8px;
      padding-left: 8px;
      display: flex;
      justify-content: center; 
      align-items: center; 
      height: 22px;
      cursor: url("src/cursor/cursor01.svg"), auto !important;
      background-color: #f4f4f4; 
      border-radius : 15px;
}

.right-box-mobile {
      border:solid 1px #0a0edc;
      padding-right: 8px;
      padding-left: 8px;
      display: flex;
      justify-content: center; 
      align-items: center; 
      height: 30px;
      cursor: url("src/cursor/cursor01.svg"), auto !important;
      background-color: #f4f4f4; 
      display:none;
      border-radius : 15px;
}

.right-box-mobile:hover {
      background-color : #0a0edc;
}

.head-right {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 16px;
      margin-top: 10px !important;
      cursor: url("src/cursor/cursor01.svg"), auto !important;
      color: #0a0edc;
      margin-bottom : 10px;
      letter-spacing: -1px;
}

.right-box:hover {
    background-color: #0a0edc;
    transition:1s;
   
}

.left-box:hover {
    border:solid 1px #0a0edc;
    background-color: transparent;
    transition:1s;
}

.head-left:hover {
    color: #0a0edc;
    transition:1s;

}

.head-right:hover {
   color:#f4f4f4;
   transition:1s;
  }

#head-right-mobile:hover {
   color: #f4f4f4;
}

@media (max-width: 768px) {
    header {
         margin-top:2px;
         margin-bottom: -5px;
         margin-left: 15px;
         margin-right: 15px;
     
    }

    .left-box {
        width: auto;
        margin-bottom: 5px;
        justify-content: start; 
        height:20px;
        padding: 10px;
    }
  
    .right-box {
       width: auto;
       margin-bottom: 10px;
       justify-content: end; 
       height:10px;
       padding: 10px;
       display:none;
    }

    .head-left, .head-right {
        text-align: center;
    }
  
     .head-left {
      font-size: 13px;
}
    .head-right {
      
      font-size: 13px;
}
    .right-box-mobile {
       width: auto;
       margin-bottom: 10px;
       justify-content: end; 
       height:20px;
       padding: 10px;
       display:flex;
}
  
}

@media (max-width: 370px) {
    header {
         flex-direction: column;
      
         }
}


/* MOTION SECTION SECTION*/
/* MOTION SECTION SECTION*/
/* MOTION SECTION SECTION*/

.GraphicProjectSectionTitle {
  margin-bottom:2px;
}

.showreel {
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    border-radius : 5px;
}

.MotionProjectBox {

  width:100%
}


/* GRAPHIC PROJECT SECTION*/
/* GRAPHIC PROJECT SECTION*/
/* GRAPHIC PROJECT SECTION*/


.GraphicProjectSection {

    /*float: left;*/
    width: 60%;
    margin-top: 10px;
    margin-bottom: 100px;
    margin: 20px;
    padding: 0px;
    align-items: start;
    margin-left: 20px;
}

/* GRAPHIC DESIGN SECTION TITLE*/ 

.GraphicProjectSectionTitleDiv {
    border-bottom: solid 1px;
}

.GraphicProjectSectionTitle {
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 16px !important;
letter-spacing: -1px;
}

.GlobalProject {
   cursor: url("src/cursor/cursor02.svg"), auto !important;
}

/*PROJECT SECTION*/ 


/* Graphic Project Section */
.GraphicProjectSection {
    margin-bottom: 20px;
    width: 60%;
}

.GraphicProjectSectionTitleDiv {
    margin-bottom: 5px;
}

.GraphicProjectSectionTitle {
    font-family: "Inter", sans-serif;
    font-size: 24px;
}

.ConteneurProject {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Centrer les éléments verticalement */
    font-size: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 6px;
}

.ConteneurProject p {
    margin: 0;
    padding: 0;
}

.GiacomozziProject {
border-top: solid 1px;
padding-top: 4px;
}

.TripandTruckProject {
border-top: solid 1px;
padding-top: 4px;
}

.LaMaisonProject {
border-top: solid 1px;
padding-top: 4px;
}

.LogotypeSelectionProject {
    border-top: solid 1px;
    padding-top: 4px;
    }

.incroyablethrillerProject {
    border-top: solid 1px;
    padding-top: 4px;
    }

/* 
.SophiaProject { 
    border-top: solid 1px;
    padding-top: 4px;
    }
*/


/* 
.TmbiProject {
    border-top: solid 1px;
    padding-top: 4px;
    }
*/

/* 
.HackerProject {
    border-top: solid 1px;
    padding-top: 4px;
    }
*/

/* 
.TspeoProject {
    border-top: solid 1px;
    padding-top: 4px;
    }
*/

/* 
.CeclProject {
    border-top: solid 1px;
    padding-top: 4px;
    }
*/

.FerachevalProject {
    border-top: solid 1px;
    padding-top: 4px;
    }    

.DrumMachineProject {
    border-top: solid 1px;
    padding-top: 4px;
    }    
    
.IndustrialCoverProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.CheckOutCoverProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.LodgeProject {
    border-top: solid 1px;
    padding-top: 4px;
    } 
    
.VstCloudProject {
    border-top: solid 1px;
    padding-top: 4px;
    } 

.CosmicOceanProject {
    border-top: solid 1px;
    padding-top: 4px;
    }     

.NewWavePosterProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.PrintTestProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.ReflectProject {
    border-top: solid 1px;
    padding-top: 4px;
    }   
    
.GoodBrainProject {
    border-top: solid 1px;
    padding-top: 4px;
    }       

.ExperimentProject {
    border-top: solid 1px;
    padding-top: 4px;
    }    
    
.MellierProject {
    border-top: solid 1px;
    padding-top: 4px;
    }        
   

.TextureProject {
    border-top: solid 1px;
    padding-top: 4px;
    }        
       
.FusionClubProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.AtlProject {
    border-top: solid 1px;
    padding-top: 4px;
    }      
        
.SymbioseProject {
    border-top: solid 1px;
    padding-top: 4px;
    }     
    
.GaramondRevProject {
    border-top: solid 1px;
    padding-top: 4px;
    }         
        
.OrganicProject {
    border-top: solid 1px;
    padding-top: 4px;
    }        
    
.DWYTProject {
    border-top: solid 1px;
    padding-top: 4px;
    }      

.MeteorProject {
    border-top: solid 1px;
    padding-top: 4px;
    }   
 
.DeformProject {
    border-top: solid 1px;
    padding-top: 4px;
    }   
    
    
.GlassResearchProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.RetrowaveProject {
    border-top: solid 1px;
    padding-top: 4px;
    }      
       
    
.ChromeProject {
    border-top: solid 1px;
    padding-top: 4px;
    }  
    
.Other3dWorksProject {
    border-top: solid 1px;
    padding-top: 4px;
    }      

.title-project {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
}

.title-project:hover {
    color: #296eff;
}

.descriptionproject {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -20px;
    margin-left: 1px;
}

.descriptionproject p {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    margin-right: 25px;
    letter-spacing: -0.5px;
}

.ProjectDate {
        letter-spacing: -1px;
}

.servicesproject {
    display: flex;
    align-items: center; /* Centrer verticalement les services */
}

.serviceDivproject {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    border-radius: 15px;
}

.serviceDivproject:hover {
    border: 1px solid #0a0edc;
    background-color: #0a0edc;
    transition: 1s;
}

.serviceDivproject p {
    font-size: 10px;
    letter-spacing: -0.5px;
}

.serviceDivproject p:hover {
    color : white;
}

@media (max-width: 768px) {

    .GraphicProjectSection {
        width: 80%;
        margin: 10px;
        margin-left:15px;
    }

    .servicesproject {
        display: flex;
        height: 15px;
    }

    .serviceDivproject {
        border: 1px solid black;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        margin-top: -2px;
        border-radius: 5px;
    }

    .serviceDivproject p {
        font-size: 8px;
    }

    .descriptionproject {
        width: 100%;
    }

    .descriptionproject p {
        margin-right: 0px;
    }

}

/* Toggle Section Content */
.project01content {
    height: 0;
    overflow: hidden;
    transition: height 1s ease-out, padding 0.5s ease-out, margin-top 1s ease-out;
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column; /* Column to stack images vertically */
    align-items: flex-start;
}

.project01content.open {
    height: auto;
    margin-bottom: 20px;
}

.img_project {
    width: 48%;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius : 5px;
}

@media (max-width: 768px) {
    .img_project {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .servicesproject {
        display: none;
    }
}

@media (max-width: 500px) {
    .ProjectDate {
        display: none;
    }
}



/* INFOS SECTION*/
/* INFOS SECTION*/
/* INFOS SECTION*/

#tittle-box {
    border-bottom: 1px solid #000000;
}

.info-section {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 100px !important;
    margin: 20px;
    padding: 0px;
    align-items: start;
    margin-left: 0px;
}

.info-title {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    font-family: "Inter", sans-serif;
    cursor: url("src/cursor/cursor02.svg"), auto !important;
}

.info-tittle-content {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight:500;
    margin-bottom:2px;
    letter-spacing: -1px;
}

.info-tittle-content_02 {
   font-family: "Inter", sans-serif;
   font-size: 20px;
   font-weight:300;
   margin-bottom:2px;
   letter-spacing: -1px;

}

.info-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out, margin-top 0.5s ease-out;
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-direction: row; 
    align-items: flex-start;
}

.info-content.open {
    max-height: 1000px; 
    opacity: 1;
    margin-top: 5px;
    padding: 10px 0;
}

.info-content.opening {
    max-height: 1000px;
    opacity: 1;
}

.info-content.closing {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    padding: 0;
}

.info-image {
    max-height: 200px;
    margin-right: 20px;
    border-radius: 5px;
}

.info-text {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    letter-spacing: -0.5px;
    line-height : 14px;
}

.maildirection {
    text-decoration: none;
    color: #000;
}

.maildirection:hover {
    color: #afddff;
    transition: 0.5s;
}

.services {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.serviceDiv {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 15px;
}

.serviceDiv p {
    font-size: 10px;
    font-family: "Inter", sans-serif;
    margin: 0;
    letter-spacing: -0.5px;
}

.serviceDiv p:hover {
    color : white;
}

.serviceDiv:hover {
    border: 1px solid #0a0edc;
    background-color: #0a0edc;
    transition: 0.5s;
}

@media (max-width: 768px) {
    .info-section {
        width: 100%;
        margin-bottom: 165px;
    }

    .info-content {
        flex-direction: column;
        margin-bottom: 100px !important;
    }

    .info-image {
        width: auto;
        margin: 0 0 10px 0;
        border-radius : 5px;
    }

    .info-text {
        width: 100%;
        margin-top: 10px;
        justify-content: start;
    }

    .services {
        margin-bottom: 40px;
    }
}



/* FOOTER SECTION*/
/* FOOTER SECTION*/
/* FOOTER SECTION*/


footer {
    background-color: #f4f4f4;
    padding-top:  5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: start;
    padding: 10px 0;
    padding-bottom: 20px;
    justify-content: space-between;
    z-index: 1000; 
    
}

.footer_box {
    border-top: 1px solid #000000;
    margin-left: 10px;
    margin-right: 10px;
    padding-top : 8px;
}

.col-lg-4 {
    width: 33% !important;
}

li {
    list-style-type: none;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.5px;
}

.Name_footer {
    margin-left: 8px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    cursor: url("src/cursor/cursor02.svg"), auto !important;
    letter-spacing: -1px;

}



.Name_footer:hover {
    color: #000;
}

.footer-list {
    padding: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.Contact_box {
    float: right;
    margin-right: 10%;

}

.Contact_box a {
    text-decoration: none;
    color: #000;
    cursor: url("src/cursor/cursor02.svg"), auto !important;
}

.Contact_box a:hover {
    color: #afddff;
    transition: 0.5s;
}

@media (max-width: 768px) {
   .Contact_box {
        float: none;
        margin-right: 0%;
        margin-top: 5px;
    }

    li {
        line-height: 10px;
        font-size: 10px;
    }

    #info_footer {
        display: block;
        margin-left: -10px;
    }

    .col-lg-4 {
        width: 100% !important;
    }

    .Name_footer {
        margin-left: 0;
        margin-bottom: 10px;
    }