
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.link_none{
    text-decoration: none;
}

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  .header_color{
    background-color: #F29544;
  }

  .project_color{
    background-color: #0388A6!important;
  }

  .footer_color{
    background-color: #BF5631;
  }

  /* code background */

  .background{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
  }


  .header_page{
    width: 100%;
    height: 20vh;
    background-color: #F29544;
  }

  .project_page{
    width: 100%;
  
    background-color: #0388A6;
  }

  .skill_page{
    width: 100%;
    height: 100%;
    background-color: white;
  }

  .cta_page{
    width: 100%;
    height: 100%;
    background-color: black;
  }

  .footer_page{
    width: 100%;
    height: 100%;
    background-color: #BF5631;
  }


  .background_hero{
    background-image: url("images/background.svg");
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 1200px;
}


/* code header */


header{
    position: fixed;
    z-index: 2;

    font-size: 1rem;
    width: 100%;
    padding: 70px;

    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px); 

    font-size: 15px;
    color: #FFFF!important;
}


.nav_element{
    width: 100%;
}

.white_color{
    color: #FFFF;
}

.twenty_pixel_size{
    font-size: 20px;
}

.contact, .contact_cta{
    height: 70px;
    padding: 20px;
    background-color: #FFFF;
    border-radius: 10px;
    color: #000;
}

.contact_cta{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.contact:hover, .contact_cta:hover{
    color: #FFFF;
    background-color: #000;
    cursor: pointer;
}

.special_button:hover{
    color: #FFFF;
    background-color: #F29544;
    cursor: pointer;
}

.see_button:hover{
    color: #000;
    background-color: #FFFF;
    cursor: pointer;
}

.special_link:hover{
    color: #000;
    cursor: pointer;
}


/* hero content */

.hero_content{
    color: #FFFF;

    display: flex;
    justify-content: center;


    width: 100%;
    padding-top: 300px;

}

.hero_content_box{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.title_hero{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    font-weight: bold;
    height: 120px;
}

.subtitle_hero{
    margin: 40px 0 40px 0;
    text-align: center;
}

.description_hero{
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    margin: 20px 0 40px 0;
}

.decoration_title h1{
    text-decoration: overline #FFF;
}

.circle_decoration1, .circle_decoration2, .circle_decoration3, .circle_decoration4, .circle_decoration5, .circle_decoration6{
    display: none;
}

.cat_hero{
    display: flex;
    justify-content: center;
}

/* projects part */

.projects_container{
    position: relative;
    z-index: 1;

    bottom: 300px;

    width: 100%;
    padding: 70px 70px 0 70px;
    font-size: 30px;
    color: #FFFF;
    font-weight: bold;
}

.projects_title{
    margin-bottom: 40px;
}


.projects_bloc{
    display: flex;
    flex-wrap: wrap;
}

.box_special_1, .box_special_2{
    display: flex;
    flex-wrap: wrap;
}

.projects_bloc{
    width: 100%;
}

.projects_box{
    justify-content: space-between;
    width: 100%;
    color: #000;
}

.projects_box p{
    font-size: 15px;
    font-weight: lighter;
    padding: 15px 15px 15px 0;
}

.projects_1, .projects_2, .projects_3{
    border-radius: 20px;
    height: 354px;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 0 20px 20px;
    overflow: hidden;
}

.projects_4{
    border-radius: 20px;
    height: 354px;
    width: 100%;
    padding: 20px 0 20px 20px;
    overflow: hidden;
}

.projects_1, .projects_2{
    background-color: #A7FAFF;
}

.projects_2{
    background-color: #FFD2D1;
}

.projects_3{
    background-color: #FFB800;

}

.projects_4{
    background-color: #E2CDFF;
}

.one_project_title, .subtitle_item{
    display: flex;
    align-items: center;
}

.one_project_title{
    justify-content: space-between;
}

.subtitle_item{
    font-size: 20px;
    width: 100%;
}

.subtitle_item img{
    margin-right: 20px;
}

.see_button{
    font-size: 15px;
    color: #FFFF;
    background-color: #000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
}

.see_button h5{
    margin-bottom: 0px;
}




/* skill part */

.skills_container{
    background-color: #FFFF;
    height: 100%;
    width: 100%;
    padding: 70px;
}



.title_skill_box{
    margin-bottom: 70px;
}

.title_skill_box h1{
    font-size: 30px;
}

.special_text{
    color: #BF5631;
}


.paragraphe_skill_description{
    text-align: justify;
    font-size: 20px;
}

.listing_skills{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: space-around;

}

.skill_item{
    display: grid;
    grid-template-rows: 0.5fr 1fr 1fr;
    width: 30%;
}

.skill_item h5{
    font-weight: bold;
    font-size: 30px;
}

.skill_item img{
    width: 40px;
}

.skill_item p{
    text-align: justify;
    font-size: 18px;
}

/* call to action part */

.cta_container{
    background-color: #000;
    color: #FFFF;

    width: 100%;
    padding: 70px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.cta_content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta_content p{
    width: 70%;
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 40px;
}

/* footer part */

.footer_container{
    background-color: #BF5631;
    color: #FFFF;

    width: 100%;
    padding: 70px 70px 150px 70px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_title{
    text-align: center;
}

.footer_title h1{
    font-size: 150px;
    font-weight: bold;
}


.bordure_footer{
    width: 100%;
    height: 1px;
    background-color: #FFFF;
    margin-bottom: 20px;
}


.footer_navigation, .nav_footer_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_navigation h5{
    font-size: 15px;
}

.nav_footer_box{
    width: 20%;
}




@media (min-width:1300px){
    .decoration_title{
        border: 5px solid white;
        padding: 19px;
    }
    
    .circle_decoration1, .circle_decoration2, .circle_decoration3, .circle_decoration4, .circle_decoration5, .circle_decoration6{
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #FFFF;
        position: relative;
    }
    
    .circle_decoration1{
        top: 8px;
        right: 34px;
    }
    
    .circle_decoration2{
        bottom: 10px;
        left: 199px;
    }
    
    .circle_decoration3{
        bottom: 129px;
        right: 33px;
    }
    
    .circle_decoration4{
        bottom: 149px;
        left: 198px;
    }
    
    .circle_decoration5{
        bottom: 10px;
        left: 251px;
    }
    
    .circle_decoration6{
        bottom: 149px;
        left: 251px;
    }

    .title_hero{
        flex-direction: row;
        justify-content: space-around;
    }

    .decoration_title{
        height: 100px;
    }

    .decoration_title h1{
        text-decoration: none;
    }

    .description_hero h5{
        font-size: 30px;
    }
    
    .projects_container{
        bottom: 200px;
    }

    .box_special_1, .box_special_2{
        display: grid;
    }
    
    .box_special_1{
        grid-template-columns: 1fr 1fr; 
        grid-column-gap: 50px; 
    }
    
    .box_special_2{
        grid-template-columns: 2fr 1fr; 
        grid-column-gap: 50px;
    }

    .skills_container{
        display: grid;
        grid-template-columns: 1fr 1fr; 
        grid-column-gap: 200px; 
    }
    
    .title_skill_box h1{
        font-size: 40px;
    }
    
    .title_skill_box p{
        font-size: 30px;
    }

    .listing_skills{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px; 
        margin-top: 0px;
    }

    .skill_item{
        width: 100%;
    }

    .paragraphe_skill_description{
        font-size: 30px;
    }



    

    
    
}

@media (max-width:792px){
    .skill_item{
        width: 100%;
        margin-top: 20px;
    }

    .footer_title h1{
        font-size: 50px;
    }

    footer{
        width: 100%;
    }

    .nav_footer_box{
        width: 50%;
    }
    
}


@media (min-width: 800px){

/* projets illus */


.illustration_design_box, .illustration_back_office_box, .illustration_mobie_app_box, .illustration_vitrine_box{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.illustration_design_box, .illustration_back_office_box, .illustration_vitrine_box{
    display: flex;
    justify-content: center;
}

.illustration_mobie_app_box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

        /* back office */

    .illu_back_1, .illu_back_2, .illu_back_3{
        position: relative;
        
        width: 325px;
        height: 200px;
        
        border-radius: 20px 20px 0 0;

        background-size: cover;
        background-repeat: no-repeat;
    }

    .illu_back_1{
        top: 25px;
        left: 58px;
        transform: rotate(-5deg);
    background-image: url(images/illu_back_office_1.png);
    }

    .illu_back_2{
        top: 55px;
        left: -15px;
        transform: rotate(-5deg);
        background-image: url(images/illu_back_office_2.png);
        background-position: center;
    }
        /* design ui - ux */

    .illu_design_1{
        position: relative;
        
        width: 230px;
        height: 200px;
        
        border-radius: 20px 20px 0 0;

        background-size: cover;
        background-repeat: no-repeat;
    }

    .illu_design_1{
        top: 27px;
        left: 58px;
        transform: rotate(5deg);
        background-image: url(images/illu_design_1.png);
    }

    .illu_design_2, .illu_design_3{
        position: relative;
        
        width: 230px;
        height: 200px;
        
        border-radius: 20px 20px 0 0;

        background-size: cover;
        background-repeat: no-repeat;
    }

    .illu_design_2{
        top: 55px;
        left: -15px;
        transform: rotate(10deg);
        background-image: url(images/illu_design_2.png);
    }

    .illu_design_3{
        top: 109px;
        left: -85px;
        transform: rotate(15deg);
        background-image: url(images/illu_design_3.png);
    }


        /* mobile app */

    .illu_app_1, .illu_app_2{
        margin: 20px 20px 20px 0;
        
        border-radius: 20px 20px 0 0;

        background-size: cover;
        background-repeat: no-repeat;
    }


    .illu_app_1{
        width: 100%;
        height: 100%;
        top: 109px;
        left: -85px;
        background-image: url(images/illu_mobile_app_1.png);
    }

    .illu_app_2{
        width: 230px;
        height: 200px;
        top: 109px;
        left: -85px;
        background-image: url(images/illu_mobile_app_2.png);
    }

            /* site vitrine */

            .illu_vitrine_1{
                position: relative;
                
                width: 550px;
                height: 200px;
                
                border-radius: 20px 20px 0 0;
        
                background-size: cover;
                background-repeat: no-repeat;
            }
        
            .illu_vitrine_1{
                top: 25px;
                left: 58px;
            background-image: url(images/illu_vitrine_1.png);
            }
}

@media (min-width:1000px){
    .illu_vitrine_2{
        position: relative;
        
        width: 550px;
        height: 200px;
        
        border-radius: 20px 20px 0 0;

        background-size: cover;
        background-repeat: no-repeat;
    }

    .illu_vitrine_2{
        top: 55px;
        left: -15px;
        background-image: url(images/illu_vitrine_2.png);
        background-position: center;
    }
}


@media (max-width: 800px){

    .projects_1, .projects_2, .projects_3, .projects_4{
        padding: 20px;
    }

    /* projets illus */
    
    
    .illustration_design_box, .illustration_back_office_box, .illustration_mobie_app_box, .illustration_vitrine_box{
        height: 100%;
        width: 100%;
    }
    
    .illustration_design_box, .illustration_back_office_box, .illustration_vitrine_box, .illustration_mobie_app_box{
        display: flex;
        justify-content: center;
    }
    
            /* back office */
    
        .illu_back_1, .illu_design_1, .illu_app_1, .illu_vitrine_1{
            position: relative;
            
            width: 325px;
            height: 100%;
            
            border-radius: 20px 20px 0 0;
    
            background-size: cover;
            background-repeat: no-repeat;
        }
    
        .illu_back_1{
        background-image: url(images/illu_back_office_1.png);
        }
    
        .illu_design_1{
            background-image: url(images/illu_design_1.png);
        }
    
        .illu_app_1{
            background-image: url(images/illu_mobile_app_1.png);
        }
            
        .illu_vitrine_1{
        background-image: url(images/illu_vitrine_2.png);
        }
        
    }
