
@font-face {
    font-family: "Formula Condensed";
    src: url("fonts/formulacondensedbold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Formula Condensed";
    src: url("fonts/formulacondensedlight.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Black.ttf");
    font-weight: bold;
    font-style: normal;
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Formula Condensed', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #F4F2F2;
    color: #020429;
    overflow-x: hidden;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}



/* Header style */

header {
    height: 100vh;
    position: relative;
}

.header-small {
    height: 400px;
}

header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 50, 0.5), transparent, transparent);
    z-index: 1;
}

nav {
    width: 100%;
    padding: 20px calc((100% - 1280px)/2);
    position: fixed;
    /* top: 20px; */
    /* left: 50%; 
    transform: translateX(-50%); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), transparent);
}

.nav-left,
.nav-right,
#nav-services,
#nav-catalogue,
#nav-projet {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.nav-left {
    width: 800px;
    padding: 0px 30px;
    position: relative;
}

.nav-right {
    width: 220px;
    padding: 0px 20px;
}

#nav-services,
#nav-catalogue,
#nav-projet {
    width: 300px;
    padding: 0.8rem 1rem;
    position: absolute;
    top: 80px;
    left: 350px;
    transition: all 0.5s ease;
    display: none;
}

#nav-projet {
    width: 210px;
    left: 450px;
}

#nav-catalogue {
    width: 180px;
    left: 550px;
}

nav a {
    margin: 0 0.5rem;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 70px;
    cursor: pointer;
}

.nav-right a {
    margin: 0 0.25rem;
}

nav .logo {
    margin: 0 1rem;
    margin-left: 0.5rem;
}

#nav-services a,
#nav-catalogue a,
#nav-projet a {
    line-height: 40px;
    display: block;
}

#nav-services.active,
#nav-catalogue.active,
#nav-projet.active {
    display: block;
}

#nav-hamburger {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    display: none;
    margin-left: auto;
    margin-bottom: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: url('icons/icon-burger.png') center/cover no-repeat;
}



.header-text,
.header-banner4 {
    position: absolute;
    width: 1280px;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
}

.header-text h1,
.header-banner h1,
.header-banner2 h1,
.header-banner4 h1 {
    font-size: 70px;
    font-weight: 700;
}

.header-text p {
    max-width: 900px;
    margin-top: 1rem;
    font-size: 30px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
}

.header-banner,
.header-banner2,
.header-banner4 {
    width: 1280px;
    margin: 2rem auto;
    padding: 0 4rem;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
    border-radius: 15px;
    background-color: #FBB205;
    color: #fff;
}

.header-banner2 {
    background-color: #21324B;
}

.header-banner4 {
    background-color: #fff;
    color: #020429;
    /* height: 250px; */
    bottom: 20px;
    padding-top: 2.5rem;
}

.header-banner p,
.header-banner2 p,
.header-banner4 p {
    margin-top: 1rem;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.header-banner4 p {
    color: rgba(1, 10, 16, 0.6);
}

.header-banner3 {
    width: 1280px;
    /* height: 225px; */
    margin: 2rem auto;
    padding: 0 12rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 15px;
    background-color: #21324B;
    color: #fff;
    text-align: center;
}

.header-banner3 h1 {
    font-size: 50px;
    font-weight: 700;
}

.header-banner3 p {
    margin-top: 1rem;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
}







section {
    /* width: 1280px; */
    margin: 2rem calc((100% - 1280px)/2);
}




.section-block-text {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem; 
    margin-bottom: 1.5rem;
}

.section-block-text-title {
    width: 410px;
    height: 390px;
    padding: 2.5rem 2.5rem;
    background-color: #fff;
    border-radius: 15px;
    display: inline-block;
}

.section-block-text-title h2 {
    font-size: 60px;
    font-weight: bold;
}

.section-block-text-title p {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    background-color: #020429;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
}

.section-block-text-desc {
    width: 860px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-block-text-desc-1,
.section-block-text-desc-2,
.section-block-text-desc-3,
.section-block-text-desc-4 {
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem;
    font-size: 16px;
    display: inline-block;
}

.section-block-text-desc-1 {
    margin-bottom: 0.5rem;
}

.section-block-text-desc-2 {
    /* width: 350px; */
    margin-bottom: 0.5rem;
}

.section-block-text-desc-3 {
    /* width: 340px; */
    margin-bottom: 0.5rem;
}

/* .section-block-text-desc-4 {
    width: 155px;
} */

.section-block-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-block-btn a {
    text-decoration: none;
    color: #020429;
}

.section-block-btn-block {
    padding: 1.5rem 3rem;
    background-color: rgba(2, 4, 41, 0.05);
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.section-block-btn-block h2 {
    max-width: 280px;
    font-size: 35px;
    font-weight: bold;
    margin-top: 0.5rem;
}

.section-block-btn-block p {
    max-width: 300px;
    font-size: 14px;
    margin-top: 0.5rem;
}



.section-Services-Block-Banner,
.section-Catalogue-Block-Banner {
    border-radius: 15px;
    background: #12294a;
    color: white;
    text-align: center;
    margin-top: 2rem;
    padding: 2rem;
    font-size: 50px;
    font-weight: bold;
}

.section-Services-Block-Txt {
    border-radius: 15px;
    background-color: #fff;
    margin-top: 1rem;
    padding: 2rem 4rem;
    font-size: 20px;
}

.section-Services-Block-Img {
    display: inline-block;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 1rem;
    overflow: hidden;
}

.section-Services-Block-Img-1 {
    width: 650px;
    height: 750px;
    margin-left: 10px;
}

.section-Services-Block-Dsc {
    width: 615px;
    height: 750px;
    position: relative;
}

.section-Services-Block-Img-2 {
    /* width: 615px;
    height: 640px; */
    position: absolute;
    border-radius: 15px;
    background-color: #fff;
}

.section-Services-Block-Img p {
    max-width: 100%;
    position: absolute;
    font-size: 25px;
    text-align: center;
    z-index: 0;
    padding: 3rem 4rem;
}

.section-Services-Block-Dsc-btn {
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    background: #12294a;
    color: white;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
}

.section-Services-Block-Dsc p {
    text-align: left;
    font-size: 20px;
}

.section-Services-Block-Dsc p strong {
    text-align: left;
    font-size: 25px;
    line-height: 40px;
}

.section-Services-Block-Img-formation,
.section-Services-Block-Img-commerce {
    width: 860px;
    height: 740px;
    margin-right: 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.section-Services-Block-Img-formation {
    background-color: #fff;
}

.section-Services-Block-Img-commerce-0 {
    width: 640px;
    height: 635px;
}

.section-Services-Block-Img-commerce-btn {
    width: 865px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    margin-top: 10px;
}

.section-Services-Block-Img-commerce-subImg {
    width: 210px;
    height: 635px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    right: 0;
    top: 0;
}

.section-Services-Block-Img-commerce-subImg img {
    position: relative;
}


.section-Services-Block-Img-commerce-1 {
    width: 210px;
    height: 203px;
}

.section-Services-Block-Img-commerce-btn-2 {
    height: 100px;
    display: inline-block;
    line-height: 25px;
    border-radius: 10px;
    padding: 0 3rem;
    padding-top: 30px;
    background: #fff;
    color: #020429;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.section-Services-Block-Img-commerce-btn-2 strong {
    font-size: 32px;
}

.section-Services-Block-Dsc-2 {
    width: 400px;
    height: 740px;
    text-align: left;
    padding: 3rem 0rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fff;
    margin-top: 1rem;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
}

.section-Services-Block-Dsc-2 h2 {
    font-size: 35px;
    font-weight: bold;
    margin: 1rem 2rem;
}

.section-Services-Block-Dsc-2 p {
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 2rem;
}

.section-Services-Block-Dsc-btn-2 {
    width: 400px;
    height: 100px;
    line-height: 100px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    background: #12294a;
    color: white;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
}








.section-Catalogue-Block {
    width: 1280px;
    height: 750px;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 2rem;
    /* padding-bottom: 2rem; */
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;

}

.section-Catalogue-Block-title {
    width: 1280px;
    height: 120px;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-Catalogue-Block-title h2 {
    font-size: 50px;
    display: inline-block;
}

.section-Catalogue-Block-title p {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    background-color: #020429;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}

.section-Catalogue-Block-title .voirmoins {
    display: none;
    background-color: transparent;
    color: #020429;
    border: 3px solid #020429;
}

.section-Catalogue-Block-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.section-Catalogue-Block-Img {
    width: 235px;
    display: none;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.section-Catalogue-Block-Img-0 {
    width: 1035px;
    height: 635px;
    border-radius: 15px;
    display: none;
    margin-bottom: 1rem;
}

.section-Catalogue-Block-Img-1 {
    width: 235px;
    height: 150px;
    border-radius: 10px;
    display: inline-block;
}

.section-Catalogue-Block-OP {
    max-width: 1280px;
    font-size: 25px;
    padding: 1.5rem 4rem;
    /* margin-bottom: 1.5rem; */
    border-radius: 15px;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.section-Catalogue-Block-Objectif {
    /* max-width: 950px; */
    font-size: 25px;
    padding-right: 0rem;
    display: inline-block;
}

.section-Catalogue-Block-Progress {
    /* max-width: 200px; */
    padding-left: 2rem;
    padding-right: 1rem;
    display: inline-block;
}

.section-Catalogue-Block-Generalites,
.section-Catalogue-Block-Accommodation,
.section-Catalogue-Block-Dimensions,
.section-Catalogue-Block-Performance,
.section-Catalogue-Block-Propulsion,
.section-Catalogue-Block-Duree {
    /* max-width: 200px; */
    padding: 1.2rem 3rem;
    display: none;
    background-color: #fff;
    color: #020429;
    border-radius: 15px;
    font-size: 25px;
    margin-bottom: 1rem;
}

.section-Catalogue-Block-subtitle {
    font-size: 30px;
    font-weight: bold;
}




.section-Catalogue-Block.active {
    height: auto;
}

.section-Catalogue-Block.active .voirplus {
    display: none;
}

.section-Catalogue-Block.active .voirmoins {
    display: inline-block;
}

.section-Catalogue-Block.active .section-Catalogue-Block-background {
    display: none;
}

.section-Catalogue-Block.active .section-Catalogue-Block-Img-0,
.section-Catalogue-Block.active .section-Catalogue-Block-Img {
    display: flex;
}

.section-Catalogue-Block.active .section-Catalogue-Block-OP {
    background-color: #fff;
    color: #020429;
    margin-bottom: 1rem;
}

.section-Catalogue-Block.active .section-Catalogue-Block-title {
    background-color: #fff;
    color: #020429;
}



.section-Catalogue-Block.active .section-Catalogue-Block-Generalites,
.section-Catalogue-Block.active .section-Catalogue-Block-Accommodation,
.section-Catalogue-Block.active .section-Catalogue-Block-Dimensions,
.section-Catalogue-Block.active .section-Catalogue-Block-Performance,
.section-Catalogue-Block.active .section-Catalogue-Block-Propulsion,
.section-Catalogue-Block.active .section-Catalogue-Block-Duree {
    display: inline-block;
}





.section-block-header {
    border-radius: 15px;
    margin: 0 calc((100% - 1280px)/2);
    margin-bottom: 1rem;
    background-color: #fff;
    color: #020429;
    padding: 1.8rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-block-header h2 {
    display: inline-block;
    font-size: 50px;
}

.section-block-header p {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #020429;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}





.section-block-iframe,
.section-block-projetrealise {
    margin: 0 calc((100% - 1280px)/2);
    margin-bottom: 2rem;
    overflow: hidden;
}

.section-block-iframe {
    height: 700px;
    background-color: #fff;
    border-radius: 15px;
}


.section-block-projetrealise {
    position: relative;
}

#pr1, #pr2, #pr3 {
    justify-content: space-between;
    display: none;
}

#pr1.active, #pr2.active, #pr3.active {
    display: flex;
}

.section-block-projetrealise-img {
    width: 52%;
    height: 600px;
    position: relative;
}

.section-block-projetrealise-img-1,
.section-block-projetrealise-img-2,
.section-block-projetrealise-img-3 {
    border-radius: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section-block-projetrealise-img-1 {
    width: 100%;
    height: 550px;
    top: 50px;
    z-index: 3;
    background-color: #020429;
}

.section-block-projetrealise-img-2 {
    width: 80%;
    height: 550px;
    top: 25px;
    z-index: 2;
    background-color: #B96E2B;
    opacity: 0.5;
}

.section-block-projetrealise-img-3 {
    width: 60%;
    height: 550px;
    top: 0;
    z-index: 1;
    background-color: #71A4F5;
    opacity: 0.2;
}

.section-block-projetrealise-text {
    /* width: 550px; */
    width: 47%;
    height: 100%;
    text-align: right;
    padding: 4rem 3rem;
    display: inline-block;
    background-color: #21324B;
    color: #fff;
    border-radius: 15px;
    position: relative;
}

.section-block-projetrealise h2,
.section-block-projetencours h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2rem;
    display: inline-block;
}

.section-block-projetrealise h2 strong,
.section-block-projetencours h2 strong {
    color: #AF992C;
}

.section-block-projetrealise p,
.section-block-projetencours p {
    display: inline-block;
    font-size: 20px;
    /* margin-bottom: 2rem; */
}

.section-block-projetrealise-text-desc {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.section-block-projetrealise-text-desc p {
    max-width: 100%;
    display: inline-block;
}

.section-block-projetrealise-text-desc p strong {
    font-size: 30px;
}

.section-block-projetrealise-btn {
    position: absolute;
    bottom: 0; right: 0;
}

.section-block-projetrealise-btn p {
    display: inline-block;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    color: #12294a;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 1s ease-in-out;
}

.section-block-projetrealise-btn p:hover {
    background-color: #12294a;
    color: #fff;
}



.section-block-projetrealise-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}





.section-block-projetencours {
    width: 100%;
    /* height: 760px; */
    /* border-radius: 15px; */
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.section-block-projetencours-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 1rem;
}

#pc1, #pc2, #pc3, #pc4 {
    display: inline-block;
    margin-right: 10px;
}

#pc1 {
    margin-left: calc((100% - 1280px)/2);
}

#pc4 {
    margin-right: calc((100% - 1280px)/2);
}

.section-block-projetencours-img {
    width: 800px;
    /* height: 500px; */
    border-radius: 25px;
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.section-block-projetencours-text {
    width: 800px;
    /* height: 250px; */
    border-radius: 25px;
    background-color: #fff;
    padding: 2rem 3rem;
    white-space: wrap;
}

.section-block-projetencours h2 {
    /* max-width: 650px; */
    /* margin-top: 2rem; */
    margin-bottom: 0rem;
}

/* .section-block-projetencours p {
    max-width: 710px;
} */

.section-block-produits {
    width: 450px;
    height: 550px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 2rem 3rem;
    white-space: wrap;
}

.section-block-produits h2 {
    font-size: 30px;
}

.section-block-produits p {
    font-size: 15px;
    margin-bottom: 0.5rem;
}

.section-block-produits d {
    background-color: #fff;
    color: #12294a;
    padding: 0.25rem 0.5rem;
    margin-right: 0.2rem;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}



.section-block-stats {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.section-block-stats h1 {
    font-size: 60px;
    font-weight: bold;
    padding-top: 2rem;
}

.section-block-stats p {
    display: inline-block;
    width: 70%;
    font-size: 20px;
    margin-bottom: 2rem;
}

.section-block-stats-container {
    display: flex;
    /* justify-content: space-between; */
    justify-content: stretch;
    gap: 1.5rem;
}

.section-block-stats-box {
    /* width: 420px;
    height: 390px; */
    width: 100%;
    border-radius: 15px;
    background-color: #21324B;
    display: inline-block;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.section-block-stats-box h2 {
    font-size: 180px;
    font-weight: bold;
    color: #fff;
}

.section-block-stats-box p {
    font-size: 30px;
    color: #fff;
}




.section-block-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-block-team-card {
    /* width: 420px; */
    /* height: 550px; */
    flex-grow: 1;
    flex-shrink: 1;
    background: #fff;
    border-radius: 15px;
    padding: 20px 2rem;
    margin: 1.5rem 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
}

.section-block-team-card .up,
.section-block-team-card .down {
    position: absolute;
    width: 300px;
    height: 15px;
    margin-top: -35px;
    border-radius: 10px 10px 0 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #12294a;
}

.section-block-team-card .down {
    bottom: 0;
    margin-bottom: -15px;
    border-radius: 0 0 10px 10px;
}

.section-block-team-card .badge {
    position: absolute;
    display: block;
    /* margin: 10px; */
}

.section-block-team-card h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.section-block-team-card p {
    font-size: 15px;
    margin-top: 5px;
}

.section-block-team-card strong {
    font-size: 20px;
    /* margin-top: 15px; */
    color: rgba(2, 4, 41, 0.4);
}

.section-block-team-card .socials {
    margin-top: 15px;
}

.section-block-team-card .socials img {
    margin: 0 2.5px;
}






.section-block-actualites {
    margin-bottom: 2rem;
}

.section-block-actualites-txt {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-block-actualites-txt .left-block {
    width: 850px;
    height: 240px;
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
}

.section-block-actualites-txt .right-block {
    width: 420px;
    height: 240px;
    background: #fff;
    font-size: 18px;
    padding: 1.5rem 2rem;
    border-radius: 10px;
}

.section-block-actualites-txt .left-block img {
    width: 90px;
    height: 90px;
    margin: 1.5rem 1rem;
}

.section-block-actualites-txt .left-block h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.section-block-actualites-txt .left-block h2 strong {
    color: #AF992C;
}

.section-block-actualites-txt .left-block p {
    font-size: 20px;
    line-height: 35px;
    /* margin-bottom: 1rem; */
}

.section-block-actualites-txt .left-block p strong {
    color: rgba(2, 4, 41, 0.25);
    font-weight: normal;
}

.section-block-actualites-img {
    width: 100%;
    /* height: 650px; */
    /* background: #fff; */
    border-radius: 25px;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}



.section-block-contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-block-contacts-box {
    flex-grow: 1;
    flex-shrink: 1;
    /* width: 630px; */
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 15px;
}

.section-block-contacts-icon {
    padding: 2rem 3rem;
    background-color: #FDDEC0;
    border-radius: 15px;
    display: inline-block;
}

.section-block-contacts-box p {
    display: inline-block;
    font-size: 30px;
    padding: 0rem 2rem;
    vertical-align: middle;
}





.section-Catalogue-block-projetrealise,
.section-Catalogue-block-projet {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-Catalogue-block-projet a {
    display: block;
    width: 100%;
}

.section-Catalogue-block-projetrealise a {
    flex: 1 1 calc(50% - 1rem); /* Two items per row with gap */
    text-decoration: none;
    color: inherit;
}

.section-Catalogue-block-projetrealise-box {
    /* width: 635px; */
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
    padding-top: 4.5rem;
    background-color: #fff;
    color: #020429;
    border-radius: 15px;
    text-align: center;
}

.section-Catalogue-block-projetrealise-box h2,
.section-Catalogue-block-projet-box h2 {
    font-size: 50px;
}

.section-Catalogue-block-projetrealise-box p,
.section-Catalogue-block-projet-box p {
    font-size: 30px;
}

.section-Catalogue-block-projet-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    color: #020429;
    border-radius: 15px;
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
}

.section-Catalogue-block-projet-box-img {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.section-Catalogue-block-projet-box-img-arrow {
    width: 40px;
    height: 50px;
    margin-top: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}



.consultants {
    width: 1280px;
    /* height: 575px; */
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 60px 4rem;
    background: url('images/advertissement/brochure-consultants.png') center/cover no-repeat;
    background-color: #F8B439;
}

.consultants h2 {
    font-size: 60px;
    margin-bottom: 1rem;
}

.consultants p {
    max-width: 483px;
    font-size: 22px;
}







/* Partenaire */

.partenaire {
    /* width: 1280px; */
    /* height: 270px; */
    border-radius: 15px;
    margin: 0 calc((100% - 1280px)/2);
    margin-top: 2rem;
    padding: 40px 4rem;
    background-color: #fff;
    overflow: hidden;
}

.partenaire h2 {
    max-width: 720px;
    font-size: 30px;
    color: #020429;
    margin-bottom: 2rem;
}

.partenaire h2 img {
    height: 42px; 
    margin-right: 10px; 
    vertical-align: middle;
}

.partenaire a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}







/* Brochure */

.brochure {
    /* height: 400px; */
    border-radius: 15px;
    margin: 0 calc((100% - 1280px)/2);
    margin-top: 2rem;
    padding: 60px 80px;
    background: url('images/advertissement/brochure.png') center/cover no-repeat;
    background-color: #F8B439;
}

.devpart {
    background: url('images/advertissement/brochure-partenaires.png') center/cover no-repeat;
    background-color: #F8B439;
}

.brochure h2 {
    max-width: 720px;
    font-size: 40px;
    color: #fff;
}

.brochure p {
    display: inline-block;
    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #12294a;
    border-radius: 10px;
    padding: 1rem 3rem;
}





/* Discount */

.discount {
    /* height: 400px; */
    border-radius: 15px;
    margin: 0 calc((100% - 1280px)/2);
    margin-top: 2rem;
    padding: 60px 80px;
    background: url('images/advertissement/discount.jpg') center/cover no-repeat;
    background-color: #FDCAD1;
}

.discount0 {
    background: url('images/advertissement/discount0.jpg') center/cover no-repeat;
    background-color: #e1fdca;
}

.discount h2 {
    max-width: 700px;
    font-size: 45px;
}

.discount p {
    font-size: 20px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
}




/* Formulaire */

.form-section {
    border-radius: 15px;
    margin: 0 calc((100% - 1280px)/2);
    margin-top: 2rem;
    padding: 60px 80px;
    background: #e4e4e4;
    text-align: center;
}

.form-section h2 {
    font-size: 50px;
}

.form-section p {
    font-size: 20px;
    margin: 5px 0;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 910px;
    margin: auto;
}

input,
textarea {
    margin-top: 1rem;
    padding: 1.5rem 4rem;
    border-radius: 10px;
    border: none;
    font-size: 20px;
}

button {
    background: #12294a;
    color: white;
    padding: 0.75rem;
    border: none;
    font-size: 25px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1rem;
}

.form-footer {
    height: 90px;
    border-radius: 15px;
    margin: 0 calc((100% - 1280px)/2);
    margin-top: 1rem;
    background: #e4e4e4;
}





/* Footer */

footer {
    height: 625px;
    background: #12294a;
    color: white;
    padding: 5rem calc((100% - 1280px)/2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
}

.footer-logo,
.footer-services {
    width: 405px;
    background-color: rgba(2, 4, 41, 0.1);
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 270px;
}

.footer-select-country,
.footer-select-lang {
    margin-top: -0.5rem;
    padding: 0.4rem 0.7rem;
    font-size: 18px;
    border: none;
    border-radius: 5px;
}

.footer-select-country {
    background: #020429;
    color: white;
    margin-right: 2px;
}

.footer-services {
    width: 865px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 18px;
    padding: 2.5rem 1rem;
}

.footer-services div {
    max-width: 200px;
}

.footer-services b {
    font-size: 22px;
    font-weight: lighter;
}

.footer-services a {
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

.footer-copyright {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    color: #020429;
    font-size: 20px;
    border-radius: 10px;
}

.footer-copyright a {
    text-decoration: none;
    color: #020429;
    font-weight: bold;
}