body {
    background-color: #F9F9F9;
}

@media (min-width: 375px) {

.hero-container {
    height: 100vh;
}

.nav {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    flex-wrap: wrap;
    margin: 24px 24px;
    border: 1px solid #E5E5E5;
    
}
.nav__logo {
    width: 40px;
    z-index: 1;
    display: block;
    margin-right: 133px;
    
}
.nav__element {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    z-index: 1;
    flex-wrap: wrap;
}



.button__contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    background-color: #0071E3;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    padding: 6px 6px;
    
}
.button__contact:hover {
    background-color: #004488;
    color: #fff;
    
}
.button-icon{
    width: 24px;
}

.button-libelle {
    display: none;
}
/* Nav end */

/* Hero start */
.hero {
    
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 64px 24px 0;

}

.hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-titre {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    text-align: center;
}
.hero__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00284F;
    margin-bottom: 16px;
    text-align: center;
    line-height: 22px;
    
}
.hero-title__textTwo {
    margin-left: 12px;
    color: #0071E3;
    text-transform: uppercase;
}

.hero-picto {
    width: 60px;
}

.hero-title__text {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 1.5;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    justify-content: center;
    color: #00284F;

}

.hero-title__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 1.5px;
    font-size: 24px;
    font-weight: 500;
    color: #00284F;
}

.hero__subtitleTwo {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #00284F;
    margin-bottom: 38px;
}

.hero__subtitle {
    color: #00284F;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 38px;
    text-align: center;
}
.button__download {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;
    background-color: #F3F7FC;

}

.button__download:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}
.button-icon{
    color: #0071E3;
}

.button-libelle {
    display: none;
}
.hero-image {
    position: absolute;
    width: 900px;
    bottom: -24px;
    right: 120px;
    display: none;
}
/* Hero end */
/* about start */

.about {
    display: flex;
    flex-direction: column ;
    padding: 24px 24px;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}
.about__image {
    width: 100%;
    flex: 1;
    display: none;
}
.about__img {
    width: 360px;
    height: 360px;
    border: 1px solid #E5E5E5;
    border-radius: 214px;
}

.about__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    flex: 2;
}

.about__libelle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.about-libelle_icon {
    width: 38px;
    margin-right: 12px;
}

.about__title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
}

.about-text__text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #00284F;
}

.about-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px;
    align-items: center;
    background-color: #fff;
    width: fit-content;
}
.badge_icon {
    width: 24px;
    margin-right: 8px;
}

.badge_libelle {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 16.8px;
    color: #1D1D1F;
}

/* about end */

/* history start */

.container-history_exp {
    border-radius: 16px;
    width: 100%;
}

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.exp-title_icon {
    width: 48px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
    color: #1D1D1F;
}

.container-history {
    display: flex;
    flex-direction: column;
    padding: 24px 24px;
    background-color: #fff;
    gap: 24px;
}

.container-history_exp {
    border-radius: 16px;
    width: 100%;
}

.exp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.exp-title_icon {
    width: 38px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
}

.content-title {
    border: 1px solid #E5E5E5;
    padding: 12px;
    background-color: #FFF;
    border-radius: 8px;
}
.title-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-title_head {
    display: flex;
    flex-direction: column;
}

.content-title_headTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: #00284F;
    margin-bottom: 2px;
}

.content-title_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    color: #505050;
    margin-bottom: 12px;
}
.content-title_headbadge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 4px 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #858585;
    background-color: #FAFAFA;
    height: max-content;
    white-space: nowrap;
}

.headbadge_ellipse {
    width: 12px;
    height: 12px;
    background-color: #0071E3;
    border-radius: 8px;
}

.content-title_content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #00284F;
    margin-left: 12px;
    margin-bottom: 8px;
    
}

.content-title_contentLast {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #00284F;
    margin-left: 12px;
    
}
/* history end */

/* Work start */
.container-projects {
    display: flex;
    padding: 24px 24px;
    flex-direction: column;
}
.container-work__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.title-icon {
    width: 38px;
}
.title-icon_libelle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
}

.projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.projects-content {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 16px;
    flex-grow: 1;
    text-decoration: none;
    width: 50%;

    
}
.projects-content:hover {
    border: 1px solid #0071E3;
    background-color: #EDF2F8;
}
.work-content_image {
    border: 1px solid #E5E5E5;
    background-color: grey;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;

}

.work-content_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
    text-decoration: transparent;
    margin-bottom: 8px;
    
}

.work-content_badge {
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
    border: 1px solid #E2E2E2;
    background-color: #FAFAFA;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #585858;
    width: fit-content;
}
.work-content_badgeText {
    text-decoration: none;
}
/* Work end */

/* footer start */
.container-footer {
    display: flex;
    flex-direction: row;
    padding: 12px 24px;
    justify-content: space-between;
    border-top: 1px solid #E5E5E5;
    background-color: #fff;
    align-items: center;
}
.footer__logo {
    width: 38px;
}
.footer__element {
    display: flex;
    align-items: center;
}
/* footer end */

/* template produit start */

.button-back {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 11px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;
}

.button-back:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}

.container-screen{
    margin: 24px;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.screen-image {
    border-radius: 16px;
}

.logiciels-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-produit {
    display: flex;
    margin: 24px;
    gap: 48px;
    flex-wrap: wrap;
}

.hero-produit-text {
    flex: 1;
}

.hero-produit_titleText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    margin: 24px 0;
    color: #00284F;


}

.hero-produit__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
    margin-bottom: 38px;
}

.context-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #00284F;
    margin-bottom: 12px;
}

.context-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #00284F;
    margin-bottom: 24px;
}

.logiciels-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #00284F;
    margin-bottom: 16px;
}

.container-image {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    /* flex: 1; */
    background-color: #fff;
    height: 500px;
    width: 500px;
    display: none;
}

.hero-produit_image {
    height: auto;
    max-width: 500px;
    display: flex;
}
.button__link {
    margin-top: 38px;
    border-radius: 8px;
    border: 1px solid #0071E3;
    color: #0071E3;
    padding: 12px 16px;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    
}

.container-button {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

    

}

@media (min-width: 576px) {



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

    .hero-container {
    height: 100vh;
}

.nav {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    flex-wrap: wrap;
    margin: 24px 48px;
    border: 1px solid #E5E5E5;
    
}
.nav__logo {
    width: 44px;
    z-index: 1;
    display: block;
    margin-right: 0px;
    
}
.nav__element {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    z-index: 1;
    flex-wrap: wrap;
}
.portfolio, .apropos, .experiences, .formations, .projets {
    font-family: 'Roboto', sans-serif;
    color: #00284F;
    margin-right: 36px;
    cursor: pointer;
    padding: 6px 0 2px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 14px;



}
.portfolio:hover, .apropos:hover, .experiences:hover, .travaux:hover, .projets:hover, .formations:hover {
    border-bottom: 2px solid #0071E3;
    padding: 6px 0 2px 0;
}


.button__contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    background-color: #0071E3;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #fefefe;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    
}
.button__contact:hover {
    background-color: #004488;
    color: #fff;
    
}
.button-icon{
    width: 24px;
    margin-right: 0px;
}
/* Nav end */

/* Hero start */
.hero {
    
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 180px 48px 0;

}

.hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-titre {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    text-align: center;
}
.hero__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #00284F;
    margin-bottom: 16px;
    text-align: center;
    line-height: 22px;
    
}
.hero-title__textTwo {
    margin-left: 12px;
    color: #0071E3;
    text-transform: uppercase;
}

.hero-picto {
    width: 60px;
}

.hero-title__text {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 48px;
    font-size: 60px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    line-height: 76.8px;
    text-transform: uppercase;
    color: #00284F;

}

.hero-title__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 38.4px;
    font-size: 32px;
    font-weight: 500;
    color: #00284F;
}

.hero__subtitleTwo {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #00284F;
    margin-bottom: 38px;
}

.hero__subtitle {
    color: #00284F;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 38px;
    text-align: center;
}
.button__download {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;

}

.button__download:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}
.button-icon{
    color: #0071E3;
    margin-right: 0px;
}

.button-libelle {
    display: none;
}
.hero-image {
    position: absolute;
    width: 900px;
    bottom: -24px;
    right: 120px;
    display: flex;
}

/* Hero end */

/* about start */

.about {
    display: flex;
    flex-direction: column ;
    padding: 24px 48px;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}
.about__image {
    width: 100%;
    flex: 1;
    display: none;
}
.about__img {
    width: 360px;
    height: 360px;
    border: 1px solid #E5E5E5;
    border-radius: 214px;
}

.about__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    flex: 2;
}

.about__libelle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.about-libelle_icon {
    width: 38px;
    margin-right: 12px;
}

.about__title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
}

.about-text__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #00284F;
}

.about-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px;
    align-items: center;
    background-color: #fff;
    width: fit-content;
}
.badge_icon {
    width: 24px;
    margin-right: 8px;
}

.badge_libelle {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 16.8px;
    color: #1D1D1F;
}

/* about end */

/* history start */

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.exp-title_icon {
    width: 48px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
}

.container-history {
    display: flex;
    flex-direction: row;
    padding: 48px 48px;
    background-color: #fff;
    gap: 24px;
}

.container-history_exp {
    border-radius: 16px;
    width: 100%;
}

.exp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.exp-title_icon {
    width: 38px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
}

.content-title {
    border: 1px solid #E5E5E5;
    padding: 12px;
    background-color: #FFF;
    border-radius: 8px;
}
.title-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-title_head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.content-title_headTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: #00284F;
    margin-bottom: 2px;
}

.content-title_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #505050;
    margin-bottom: 12px;
}
.content-title_headbadge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 4px 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #858585;
    background-color: #FAFAFA;
    height: max-content;
    white-space: nowrap;
}

.headbadge_ellipse {
    width: 12px;
    height: 12px;
    background-color: #0071E3;
    border-radius: 8px;
}

.content-title_content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #00284F;
    margin-left: 12px;
    margin-bottom: 8px;
    
}

.content-title_contentLast {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #00284F;
    margin-left: 12px;
    
}
/* history end */

/* Work start */
.container-projects {
    display: flex;
    padding: 48px 48px;
    flex-direction: column;
}
.container-work__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.title-icon {
    width: 38px;
}
.title-icon_libelle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
}

.projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.projects-content {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 16px;
    flex-grow: 1;
    text-decoration: none;
    width: 40%;

    
}
.projects-content:hover {
    border: 1px solid #0071E3;
}
.work-content_image {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
   
}

.work-content_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #00284F;
    text-decoration: transparent;
    margin-bottom: 8px;
    
}

.work-content_badge {
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
    border: 1px solid #E2E2E2;
    background-color: #FAFAFA;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #585858;
    width: fit-content;
}
.work-content_badgeText {
    text-decoration: none;
}
/* Work end */

/* footer start */
.container-footer {
    display: flex;
    flex-direction: row;
    padding: 24px 48px;
    justify-content: space-between;
    border-top: 1px solid #E5E5E5;

    background-color: #fff;
}
.footer__logo {
    width: 42px;
}
.footer__element {
    display: flex;
    align-items: center;
}
/* footer end */

/* template produit start */

.button-back {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;
}

.button-back:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}

.container-screen{
    margin: 24px 48px;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.screen-image {
    border-radius: 16px;
}

.logiciels-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-produit {
    display: flex;
    margin: 24px 48px;
    gap: 48px;
    flex-wrap: wrap;
}

.hero-produit-text {
    flex: 1;
}

.hero-produit_titleText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
    margin: 24px 0;

}

.hero-produit__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
    margin-bottom: 38px;
}

.context-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    color: #00284F;
    margin-bottom: 12px;
}

.context-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #00284F;
    margin-bottom: 24px;
}

.logiciels-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    color: #00284F;
    margin-bottom: 16px;
}

.container-image {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    flex: 1;
    background-color: #fff;
    height: 500px;
    width: 500px;
    display: none;
}

.hero-produit_image {
    height: auto;
    max-width: 500px;
    display: flex;
}
.button__link {
    margin-top: 38px;
    border-radius: 8px;
    border: 1px solid #0071E3;
    color: #0071E3;
    padding: 12px 16px;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    
}

.container-button {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}



}

@media (min-width: 992px) {

    .hero-container {
    height: 100vh;
}

.nav {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    flex-wrap: wrap;
    margin: 24px 48px;
    border: 1px solid #E5E5E5;
    
}
.nav__logo {
    width: 44px;
    z-index: 1;
    display: block;
    margin-right: 0px;
    
}
.nav__element {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    z-index: 1;
    flex-wrap: wrap;
}
.portfolio, .apropos, .experiences, .formations, .projets {
    font-family: 'Roboto', sans-serif;
    color: #00284F;
    margin-right: 36px;
    cursor: pointer;
    padding: 6px 0 2px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;



}
.portfolio:hover, .apropos:hover, .experiences:hover, .travaux:hover, .projets:hover, .formations:hover {
    border-bottom: 2px solid #0071E3;
    padding: 6px 0 2px 0;
}


.button__contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    background-color: #0071E3;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #fefefe;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    
}
.button__contact:hover {
    background-color: #004488;
    color: #fff;
    
}
.button-icon{
    width: 24px;
    margin-right: 0px;
}
/* Nav end */

/* Hero start */
.hero {
    
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 180px 48px 0;

}

.hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-titre {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    text-align: center;
}
.hero__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #00284F;
    margin-bottom: 16px;
    text-align: center;
    line-height: 22px;
    
}
.hero-title__textTwo {
    margin-left: 12px;
    color: #0071E3;
    text-transform: uppercase;
}

.hero-picto {
    width: 60px;
}

.hero-title__text {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 48px;
    font-size: 60px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    line-height: 76.8px;
    text-transform: uppercase;
    color: #00284F;

}

.hero-title__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 38.4px;
    font-size: 32px;
    font-weight: 500;
    color: #00284F;
}

.hero__subtitleTwo {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #00284F;
    margin-bottom: 38px;
}

.hero__subtitle {
    color: #00284F;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 38px;
    text-align: center;
}
.button__download {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;

}

.button__download:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}
.button-icon{
    color: #0071E3;
    margin-right: 0px;
}

.button-libelle {
    display: none;
}
.hero-image {
    position: absolute;
    width: 900px;
    bottom: -24px;
    right: 120px;
    display: flex;
}

/* Hero end */

/* about start */

.about {
    display: flex;
    flex-direction: column ;
    padding: 24px 48px;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}
.about__image {
    width: 100%;
    flex: 1;
    display: none;
}
.about__img {
    width: 360px;
    height: 360px;
    border: 1px solid #E5E5E5;
    border-radius: 214px;
}

.about__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    flex: 2;
}

.about__libelle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.about-libelle_icon {
    width: 38px;
    margin-right: 12px;
}

.about__title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
}

.about-text__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #00284F;
}

.about-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px;
    align-items: center;
    background-color: #fff;
    width: fit-content;
}
.badge_icon {
    width: 24px;
    margin-right: 8px;
}

.badge_libelle {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 16.8px;
    color: #1D1D1F;
}

/* about end */

/* history start */

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.exp-title_icon {
    width: 48px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
}

.container-history {
    display: flex;
    flex-direction: row;
    padding: 48px 48px;
    background-color: #fff;
    gap: 24px;
}

.container-history_exp {
    border-radius: 16px;
    width: 100%;
}

.exp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.exp-title_icon {
    width: 38px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
}

.content-title {
    border: 1px solid #E5E5E5;
    padding: 12px;
    background-color: #FFF;
    border-radius: 8px;
}
.title-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-title_head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.content-title_headTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: #00284F;
    margin-bottom: 2px;
}

.content-title_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #505050;
    margin-bottom: 12px;
}
.content-title_headbadge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 4px 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #858585;
    background-color: #FAFAFA;
    height: max-content;
    white-space: nowrap;
}

.headbadge_ellipse {
    width: 12px;
    height: 12px;
    background-color: #0071E3;
    border-radius: 8px;
}

.content-title_content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #00284F;
    margin-left: 12px;
    margin-bottom: 8px;
    
}

.content-title_contentLast {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #00284F;
    margin-left: 12px;
    
}
/* history end */

/* Work start */
.container-projects {
    display: flex;
    padding: 48px 48px;
    flex-direction: column;
}
.container-work__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.title-icon {
    width: 38px;
}
.title-icon_libelle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
}

.projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.projects-content {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 16px;
    flex-grow: 1;
    text-decoration: none;
    width: 40%;

    
}
.projects-content:hover {
    border: 1px solid #0071E3;
}
.work-content_image {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
   
}

.work-content_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #00284F;
    text-decoration: transparent;
    margin-bottom: 8px;
    
}

.work-content_badge {
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
    border: 1px solid #E2E2E2;
    background-color: #FAFAFA;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #585858;
    width: fit-content;
}
.work-content_badgeText {
    text-decoration: none;
}
/* Work end */

/* footer start */
.container-footer {
    display: flex;
    flex-direction: row;
    padding: 24px 48px;
    justify-content: space-between;
    border-top: 1px solid #E5E5E5;

    background-color: #fff;
}
.footer__logo {
    width: 42px;
}
.footer__element {
    display: flex;
    align-items: center;
}
/* footer end */

/* template produit start */

.button-back {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;
}

.button-back:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}

.container-screen{
    margin: 24px 48px;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.screen-image {
    border-radius: 16px;
}

.logiciels-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-produit {
    display: flex;
    margin: 24px 48px;
    gap: 48px;
    flex-wrap: wrap;
}

.hero-produit-text {
    flex: 1;
}

.hero-produit_titleText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
    margin: 24px 0;

}

.hero-produit__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
    margin-bottom: 38px;
}

.context-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    color: #00284F;
    margin-bottom: 12px;
}

.context-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #00284F;
    margin-bottom: 24px;
}

.logiciels-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    color: #00284F;
    margin-bottom: 16px;
}

.container-image {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    flex: 1;
    background-color: #fff;
    height: 500px;
    width: 500px;
    display: none;
}

.hero-produit_image {
    height: auto;
    max-width: 500px;
    display: flex;
}
.button__link {
    margin-top: 38px;
    border-radius: 8px;
    border: 1px solid #0071E3;
    color: #0071E3;
    padding: 12px 16px;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    
}

.container-button {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}



}

@media (min-width:1200px) {

.hero-container {
    height: 100vh;
}

/* Nav start */

.nav {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    flex-wrap: wrap;
    margin: 24px 80px;
    border: 1px solid #E5E5E5;
    
}
.nav__logo {
    width: 52px;
    z-index: 1;
    display: block;
    margin-right: 133px;
    
}
.nav__element {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    z-index: 1;
    flex-wrap: wrap;
}
.portfolio, .apropos, .experiences, .formations, .projets {
    font-family: 'Roboto', sans-serif;
    color: #00284F;
    margin-right: 36px;
    cursor: pointer;
    padding: 6px 0 2px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;



}
.portfolio:hover, .apropos:hover, .experiences:hover, .travaux:hover, .projets:hover, .formations:hover {
    border-bottom: 2px solid #0071E3;
    padding: 6px 0 2px 0;
}


.button__contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    background-color: #0071E3;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #fefefe;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    
}
.button__contact:hover {
    background-color: #004488;
    color: #fff;
    
}
.button-icon{
    width: 24px;
    margin-right: 8px;
}
/* Nav end */

/* Hero start */
.hero {
    
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 220px 80px 0;

}

.hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-titre {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    text-align: center;
}
.hero__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #00284F;
    margin-bottom: 16px;
    text-align: center;
    line-height: 150%;
    
}
.hero-title__textTwo {
    margin-left: 12px;
    color: #0071E3;
    text-transform: uppercase;
}

.hero-picto {
    width: 60px;
}

.hero-title__text {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 48px;
    font-size: 64px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    line-height: 76.8px;
    text-transform: uppercase;

}

.hero-title__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 38.4px;
    font-size: 32px;
    font-weight: 500;
    color: #00284F;
}

.hero__subtitleTwo {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #00284F;
    margin-bottom: 38px;
}

.hero__subtitle {
    color: #00284F;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 38px;
    text-align: center;
}
.button__download {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    border: 1px solid #0071E3;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;

}

.button__download:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}
.button-icon{
    color: #0071E3;
    margin-right: 8px;
}

.button-libelle {
    display: flex;
}
.hero-image {
    position: absolute;
    width: 900px;
    bottom: -24px;
    right: 120px;
    display: flex;
}
/* Hero end */
/* about start */

.about {
    display: flex;
    flex-direction: row;
    padding: 60px 80px;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}
.about__image {
    display: flex;
    justify-content: center;
}
.about__img {
    width: 350px;
    height: 350px;
    align-items: baseline;
    border-radius: 180px;
    border: 1px solid #E5E5E5;
}

.about__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    flex: 2;
    color: #00284F;
}

.about__libelle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.about-libelle_icon {
    width: 48px;
    margin-right: 12px;
}

.about__title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
}

.about-text__text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.about-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px;
    align-items: center;
    background-color: #fff;
    width: fit-content;
}
.badge_icon {
    width: 24px;
    margin-right: 8px;
}

.badge_libelle {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #00284F;
}

/* about end */

/* history start */

.container-history_exp {
    border-radius: 16px;
    width: 100%;
}

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.exp-title_icon {
    width: 48px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
}

.container-history {
    display: flex;
    flex-direction: row;
    padding: 60px 80px;
    background-color: #fff;
    gap: 24px;
}

.container-history_exp {
    border-radius: 16px;
    width: 100%;
}

.exp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.exp-title_icon {
    width: 48px;
}

.exp-title_libelle {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    color: #00284F;
}

.content-title {
    border: 1px solid #E5E5E5;
    padding: 12px;
    background-color: #FFF;
    border-radius: 8px;
}
.title-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-title_head {
    display: flex;
    flex-direction: column;
}

.content-title_headTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
    margin-bottom: 2px;
}

.content-title_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #505050;
    margin-bottom: 12px;
}
.content-title_headbadge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 4px 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #4F4F4F;
    background-color: #FCFCFC;
    height: max-content;
    white-space: nowrap;
}

.headbadge_ellipse {
    width: 12px;
    height: 12px;
    background-color: #0071E3;
    border-radius: 8px;
}

.content-title_content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #00284F;
    margin-left: 12px;
    margin-bottom: 8px;
    
}

.content-title_contentLast {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #00284F;
    margin-left: 12px;
    
}
/* history end */

/* Work start */
.container-projects {
    display: flex;
    padding: 60px 80px 60px;
    flex-direction: column;
}
.container-work__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.title-icon {
    width: 48px;
}
.title-icon_libelle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38.4px;
    color: #00284F;
}

.projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.projects-content {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 16px;
    flex-grow: 1;
    text-decoration: none;
    width: 30%;

    
}
.projects-content:hover {
    border: 1px solid #0071E3;
    background-color: #EDF2F8;
}
.work-content_image {
    border: 1px solid #E5E5E5;
    background-color: grey;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
}

.work-content_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #00284F;
    text-decoration: transparent;
    margin-bottom: 8px;
    
}

.work-content_badge {
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
    border: 1px solid #E2E2E2;
    background-color: #FCFCFC;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #4F4F4F;
    width: fit-content;
}
.work-content_badgeText {
    text-decoration: none;
}
/* Work end */

/* footer start */
.container-footer {
    display: flex;
    flex-direction: row;
    padding: 24px 80px;
    justify-content: space-between;
    border-top: 1px solid #E5E5E5;

    background-color: #fff;
}
.footer__logo {
    width: 52px;
}
.footer__element {
    display: flex;
    align-items: center;
}
/* footer end */

/* template produit start */

.button-back {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    border: 1px solid #0071E3;
    padding: 13px 18px;
    border-radius: 8px;
    text-decoration: none;
    color: #0071E3;
    width: max-content;
    transition: all 0.3s;
    background-color: #F3F7FC;
}

.button-back:hover {
    background-color: #DEEDFF;
    border: 1px solid #0071E3;
    color: #0071E3;
}

.container-screen{
    margin: 60px 80px;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.screen-image {
    border-radius: 16px;
}

.logiciels-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-produit {
    display: flex;
    margin: 60px 80px;
    gap: 48px;
    flex-wrap: wrap;
}

.hero-produit-text {
    flex: 1;
}

.hero-produit_titleText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin: 32px 0 24px 0;

}

.hero-produit__uptitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    color: #00284F;
    margin-bottom: 38px;
}

.context-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #00284F;
    margin-bottom: 8px;
}

.context-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #00284F;
    margin-bottom: 16px;
}

.logiciels-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #00284F;
    margin-bottom: 8px;
}

.container-image {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    flex: 1;
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 500px;
    display: flex;
}

.hero-produit_image {
    border-radius: 16px;
    width: 100%;
    height: auto;
}
.button__link {
    margin-top: 38px;
    border-radius: 8px;
    border: 1px solid #0071E3;
    color: #0071E3;
    padding: 12px 16px;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    
}

.container-button {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* template produit end */

}


