* {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    scroll-behavior: smooth;
}

.main {
    /* height: 100vh; */
    /* overflow-y: auto; */
    flex-direction: column;
    /* scroll-snap-type: y mandatory; */
}

/* .mainbox {
} */

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.container-header {
    background-color: rgb(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* .p-logo {
    background-color: #ffffff;
} */

.navigation ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 10px;
    padding: 10px;
    /* background-color: #f4f4f4; */
}

.navigation ul li {
    padding: 10px;
}

.navigation ul a {
    text-decoration: none;
    color: snow;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
}

.navigation ul a:hover {
    color: #333;
    transition: ease-in 0.3s;
}

.navigation .phr {
    display: none;
}

.navigation button {
    color: #444;
}

header .spMen {
    display: none;
}

.mainbox {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.mbx {
    background-image: url(../assets/img/business.jpg);
}

.span-cover-mainbox, .span-cover-inf2, .span-cover-inf3, .span-cover-inf4, .span-cover-inf5 {
    background: rgb(29, 145, 247, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.dbox2 {
    background: #f4f4f4;
}

.dbox3 {
    background: #f4f4f4;
}

.dbox4 {
    background: rgb(24, 131, 70);
}

.dbox5 {
    background: #001a61;
}


#part1 {
    height: 100vh;
    scroll-snap-align: start;
}

.d-box-info-1 {
    backdrop-filter: 2deg;
    border-radius: 5px;
}

.d-box-info-1 h1 {
    font-size: 5em;
    width: 80%;
    margin: auto auto;
    margin-bottom: 20px;
    color: #f4f4f4;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.d-box-info-1 h2 {
    text-align: center;
    font-size: 1.5em;
    width: 60%;
    margin: auto auto;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    color: #f4f4f4;
    font-family: "Montserrat", sans-serif;
}

.d-box-info-1 h1 span {
    color: #f4f4f4;
    font-size: 2.5em;
}

.div-bt-action {
    text-align: center;
    padding: 20px 0;
}

.div-bt-action button {
    padding: 10px 15px;
    border: solid 2px #00437e;
    color: #333333;
    border-radius: 5px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    background-color: #f4f4f4;
}

.div-bt-action button:hover {
    cursor: pointer;
}

.follow {
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px); */
    width: 300px;
    margin: 0 auto;
}

.box-follow-tilte {
    margin-bottom: 10px;
    font-size: 14px;
    color: #eef7fd;
}

.follow ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.follow a {
    text-decoration: none;
    color: #00437e;
}

.follow a:hover {
    color: #acacac;
    transition: ease-in 0.3s;
}

.follow li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f4f4f4;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tagme {
    position: fixed;
    bottom: 0;
    color: #acacac;
}

.tagme div {
    margin: 10px;
}

.tagme a {
    color: #acacac;
}

.tagme a:hover {
 color: #666666;
}

.tagme p {
    font-size: 13px;
    font-family: monospace;
}

.d-box-cont {
    width: 100%;
}

.div-box-info-1 .block {
    height: 83px;
    background-color: #1e92f7;
}

.dbx2-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bx2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
    color: #444444;
    background-color: #fff;
}

.bx2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx2 h2 {
    font-size: 2em;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 20px;
}

.bx2 .bx2_ {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
}

.bx2 p {
    /* font-family: "DM Sans", sans-serif; */
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

#part1 {
    display: flex;
    align-items: center;
}

.cont-service {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}

.bx3 {
    width: 700px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 3px #ececec;
    margin: auto auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx3-c {
    width: 80%;
    font-family: "DM Sans", sans-serif;
}

.bx3-tit-p {
    font-size: 20px;
    margin: 20px 0;
}

.bx3-c p {
    /* font-family: "DM Sans", sans-serif; */
    font-family: "Montserrat", sans-serif;
}

.bx3-c :nth-child(3) {
    font-size: 15px;
}

.dbox3 h2 {
    font-size: 2.5em;
    color: #444;
    font-family: "DM Sans", sans-serif;
}

.bx3-div-illus p {
    margin: 0;
    padding: 0;
    background-color: #00437e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.p-a-discover a {
    color: blue;
}

.p-a-discover a:hover {
    color: #1e92f7;
}


#part4 h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 2em;
    text-align: left;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.bx4-text {
    margin: auto auto;
    color: #f4f4f4;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
}

.dbox4 .d-box-info-1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx4-cont {
    display: flex;
    justify-content: space-between;
}

.bx4 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx4 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.bx4_ {
    width: 80%;
}

.dcl {
    background-color: #f4f4f4;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dcl_ h3 {
    font-size: 2em;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

.dcl_ ul li {
    margin-bottom: 10px;
    background-color: #fff;
    list-style: none;
    padding: 15px 10px;
    font-family: "DM Sans", sans-serif;
    border-radius: 10px;
}

.dcl_ li strong{
    font-family: "Montserrat", sans-serif;
}


.dbox5 {
    height: auto;
    padding: 50px 0;
}


.dbox5,.plist-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plist-ul ul {
    font-family: 'DM Sans', sans-serif;
}

.plist-ul li {
    color: #ededed;
    font-family: 'DM Sans', sans-serif;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.plist-ul ul a {
    text-decoration: none;
}

.plist-ul h3, .plist-ul p {
    color: #ededed;
    font-size: 16px;
}

.plist-ul:nth-child(1) {
    margin-bottom: 20px;
}

.plist-ul ul li span:nth-child(1) {
    margin-right: 10px;
}

.dbx2_part5 h1
{ 
    background-color: #f4f4f4;
    color: #444444;
    border-radius: 5px;
    padding: 10px;
}

.copy {
    text-align: center;
    color: #acacac;
    font-family: monospace;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    width: 80%;
}

.copy a {
    color: #1e92f7;
}

.copy a:hover {
    text-decoration: none;
}


/** Contact form **/
.inp input{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: none;
    border-bottom: solid 1px #adadad;
    color: #f3f3f3;
    font-family: "DM Sans", sans-serif;
    padding: 0 10px;
    background: none;
    outline: none;
}

.inp {
    height: 40px;
    margin-bottom: 20px;
}

#message {
    width: 480px;
    height: 100px;
    padding: 10px;
    border: none;
    resize: none;
    font-family: "DM Sans", sans-serif;
    color: #f3f3f3;
    border-bottom: solid 1px #adadad;
    background: none;
}

.button-form {
    padding: 15px 20px;
    margin-top: 20px;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    background-color: #083ac4;
    color: aliceblue;
}

.button-form:hover {
    color: #cacaca;
    background-color: #385dc5;
    transition: ease-in 0.3s;
    cursor: pointer;
}

.plist-ul ul 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-top: 50px;
}

.plist-ul li {
    width: 60px;
    border: 1px #666666 solid;
    border-radius: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plist-ul li i {
    font-size: 18px;
}

.plist-ul li:hover {
    cursor: pointer;
    border: 1px #9b9b9b solid;
}

.modal, .mdal {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: none;
}

.mdal-cont {
    width: 700px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #555555 inset;
}

.mdal-cont .mdal-cont_ {
    padding: 20px;
    display: none;
}

#p_message {
    padding: 10px;
    font-size: 14px;
    background-color: #f8a4a4;
    color: rgb(165, 29, 29);
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
}

.p_message {
    background-color: #a4f8b2;
    color: rgb(39, 102, 23);
}

.dh-frm-div {
    width: 500px;
    margin: 50px auto;
    /* background-color: rgba(255, 255, 255); */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #acacac inset;
}

/** ------------ **/
.bx1{
    margin-top: 83px;
}

.bx1 div {
    height: 400px;
}

.bx1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bx1 div span {
    background-image: linear-gradient(transparent, #35297a);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bx1 h1 {
    color: #f4f4f4;
    font-size: 2.8em;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 10px;
    padding-left: 150px;
}

.bx2 div {
    width: 700px;
    margin: 50px auto;
}


/** ------------ **/

@media all and (max-width: 800px) {
    .right-block .navigation .nav-ul{
        display: none;
    }

    .right-block ul {
        display: block;
        position: fixed;
        background-color: #ffffff;
        top: 0;
        right: 0;
        width: 250px;
        border-radius: 0 0 0;
        height: 100vh;
    }

    .navigation ul li {
        background-color: #f4f4f4;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .navigation ul a {
        padding: 0;
        margin: 0;
        color: #00437e;
    }

    .navigation ul a:hover {
        color: #222;
        transition: ease-in 0.3s;
    }

    .navigation .nav-ul {
        display: none;
    }

    .d-box-info-1 h1 {
        font-size: 3em;
    }
    
    .mainbox {
        background-position: center center;
    }

    .dbx2-container {
        flex-wrap: wrap-reverse;
    }

    .dbx2 {
        margin-bottom: 0;
    }

    .bx2 {
        width: 100%;
    }

    .dbx2-container .bx2:nth-child(2) {
        display: none;
    }

    .dbx2-container .bx2:nth-child(1) {
        padding: 0;
        margin: 0;
    }

    .dbox3 h2 {
        font-size: 1.6em;
        margin-top: 20px;
        width: 90%;
    }

    .bx3 {
        width: 95%;
    }

    .dcl {
        height: auto;
        padding: 40px 0;
    }

    .dcl_ {
        width: 80%;
    }

    .dv-partner {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFF;
        height: 250px;
        overflow: hidden;
    }

    .ul-partner {
        display: flex;
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
        white-space: nowrap; /* Pour empêcher les sauts de ligne */
        animation: scroll-left 20s linear infinite;
    }

    .ul-partner li {
        display: inline-block;
        padding: 0 15px;
    }

    .ul-partner li img {
        height: 70px;
        width: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
        /* filter: drop-shadow(0px 0px 12px grey); */
    }

    .ul-partner li img {
        transition: filter 0.3s ease;
    }

    .ul-partner li img:hover {
        /* filter: hue-rotate(180deg); Change la teinte */
        transform: scale(1.1); /* Agrandir légèrement l'image au survol */
    }

    .ul-partner li {
        padding: 0 10px;
    }

    /* Animation de défilement */
    @keyframes scroll-left {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }

    .bx4-cont .bx4:nth-child(1) {
        display: none;
    }

    .bx4-cont .bx4 {
        width: 100%;
        margin: 50px 0;
    }


    #message {
        width: 270px;
    }

    .__dh {
        width: 100%;
    }

    .__dh p {
        font-size: 14px;
    }

    header .spMen {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    header .spMen button {
        background-color: #f4f4f4;
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }

    header .spMen button:hover {
        border: solid 2px #333333;
        transition: ease-in 0.2s;
    }

    .navigation .phr {
        display: block;
        padding-bottom: 10px;
        margin-top: 5px;
    }

    .bx1 h1 {
        background-color: transparent;
        padding-left: 10px;
    }

    .bx2 div {
        width: 90%;
    }

    .bx2 {
        margin-bottom: 150px;
    }

    .dh-frm-div {
        width: 80%;
    }

    #message {
        width: 95%;
    }

    .mdal-cont {
        width: 90%;
    }

    .mdal {
        overflow: auto;
    }
}

/** BLOGS */

.div-box-info-1 .bann-article {
    height: 300px;
}

.dv-sep {
    height: 80px;
}
/* .mainbox {
    background: #fff;
} */
.dfm-container {
    padding: 10px;
    border-radius: 5px;
    background: #ededed;
    width: 700px;
    margin: auto auto;
    margin-top: 20px;
}
.bann-article {
    height: 400px;
    background: #00437e;
}
#formsearch {
    display: flex;
    justify-content: center;
    align-items: center;
}
#search {
    width: 90%;
    height: 30px;
    background: none;
    border: none;
    outline: none;
}
.btnS {
    width: 50px;
    height: 30px;
    border: none;
    outline: none;
    margin-right: 10px;
}
.con-b-article h1{
    font-size: 3em;
    text-align: center;
    color: #ededed;
    font-family: "Montserrat", sans-serif;
    margin-top: 50px;
}

/* .cont-art{} */
.list-art{
    width: 700px;
    margin: 0 auto;
    margin-top: -30px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.list-art ul {
    list-style: none;
}
.list-art li {
    border-bottom: solid 1px #ededed;
    padding: 10px;
    display: flex;
    align-items: center;
}
.list-art li:hover {
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 4px;
}
.list-art li:last-child {
    border: none;
} 
.liphoto {
    background: #efefef;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
}
.litext {
    width: 90%;
}
.ptext {
    font-family: "DM Sans", sans-serif;
    font-weight: 400px;
}
.pdate {
    font-size: 10px;
    color: #acacac;
    text-align: right;
}
.p-path {
    margin: 0;
}
.p-path a{
    text-decoration: none;
    color: #acacac;
    text-decoration: none;
}
.div-description {
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}
article {
    font-family: "DM Sans", sans-serif;
}
.dv-author {
    display: flex;
    align-items: center;
    margin: 30px auto;
}
.p-img-aut {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f4f4f4;
    margin-right: 10px;
}
.dv-text-aut p{
    font-family: "DM Sans", sans-serif;
}
.dv-text-aut p:nth-child(2) {
    color: #acacac;
}

.input-form {
    width: 680px;
    padding: 15px 10px;
    border: solid 1px #ededed;
    border-radius: 5px;
}

.button {
    padding: 10px 15px;
    border: solid 1px #ededed;
    border-radius: 4px;
    font-weight: bold;
    background: #efefef;
    cursor: pointer;
}

.ptit {
    background: #efefef;
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0;
    font-weight: bold;
}

@media all and (max-width: 800px) {
    .con-b-article h1{
        font-size: 1.8em;
    }
    .list-art, .dfm-container{
        width: 90%;
    }
    .input-form{
        width: 95%;
    }
}