*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
}

a
{
    color: #FFF;
}

nav 
{
    position: absolute;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

nav a 
{
    color: white;
    transition: 0.6s;
}

nav .logo
{
    font-size: 2em;
    font-weight: bold;
}

nav ul
{
    display: flex;

}

nav ul li 
{
    margin: 0 25px;
}

nav ul li a:hover 
{
    color: rgb(20, 209, 193);
    transition: 0.6s;
}

nav .menu-hamburger
{
    display: none;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
}

.mobile-menu
{
    margin-left: 0;
}

@media screen and (max-width: 900px) {
    nav
    {
        padding: 0;
    }
    nav .menu-hamburger
    {
        display: block;
    }
    nav ul 
    {
        top: 0;
        left: 0;
        background-color: rgba(91, 188, 226, 0.2);
        backdrop-filter: blur(9px);
        width: 100%;
        height: 100vh;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: -100%;
        transition: all 0.5s ease;
    }
    nav ul li 
    {
        margin: 25px 0;
        font-size: 1.2em;
        text-shadow: -5px 2px 6px #000000;
    }
    nav .logo
    {
        position: absolute;
        top: 50px;
        left: 50px;
    }
}

header
{
    height: 100vh;
    background-image: url(img/backgroundPwigo.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header h1
{
    margin-top: 4%;
    color: #FFF;
    text-align: center;
    text-shadow: -11px 2px 6px #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 73px;
    font-style: normal;
    font-weight: 400;
    line-height: 73px;
    letter-spacing: 25px;
}

header h2
{
    margin-top: 2%;
    color: #FFF;
    text-align: center;
    text-shadow: -11px 2px 9px #000000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 25px;
    text-transform: uppercase;
}

header svg
{
    height: auto;
    width: 370px;
}


.sec-1
{
    padding: 8%;
    color: #ffffff;
    height: 797px;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sec-1 .left img
{
    height: auto;
    width: 370px;
}

.sec-1 .right
{
    width: 1057px;
}

.sec-1 .right h4
{
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
}

.sec-1 .right h3
{
    margin-top: 3%;
    color: #3C93DC;
    text-align: center;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec-1 .right h6
{
    margin-top: 3%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
}

.sec-1 .right p
{
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 4%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-2
{
    color: white;
    height: 1012px;
    background-color: #000000;
    background-image: url(img/background_sec-2.png);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sec-2 h4
{
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 49px;
    text-transform: uppercase;
}


.sec-2 h5
{
    margin-top: 45px;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.sec-2 .etape
{
    margin-top: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-2 .etape .card
{
    margin: 0 2%;
}

.sec-2 .etape div
{
    color: #000000;
    height: 413px;
    width: 236px;
    background-color: white;
    border-radius: 10px;
}

.sec-2 .etape div h6
{
    margin-top: 58px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.sec-2 .etape div p
{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 38px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sec-3
{
    height: 903px;
    background-image: url(img/backgroundsec-3.png);
    padding-left: 400px;
    padding-right: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sec-3 .container
{
    margin-top: 32px;
    display: flex;
}

.sec-3 h5
{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.sec-3 h3
{
    margin-top: 32px;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    text-transform: uppercase;
}

.sec-3 p
{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
}

.sec-3 .leftsec3
{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.sec-4
{
    color: #ffffff;
    height: 703px;
    background-image: url(img/Background_contact.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec-4 h5
{
    text-align: center;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sec-4 p
{
    margin-top: 57px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-4 span
{
    transition: 1s;
    margin-top: 87px;
    height: 79px;
    width: 329px;
    background-color: #45A8FB;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-4 span:hover
{
    background-color: white;
    transition: 1s;
}

.sec-4 span:hover a
{
    color: #45A8FB;
    transition: 1s;
}

footer
{
    height: auto;
    padding: 50px;
    color: white;
    font-size: 23px;
    background-color: #0A0B0F;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer section
{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
}

footer section div
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 60px;
}

footer section div span
{
    margin-top: 10px;
    font-size: 20px;
}

footer .copy
{
    font-size: 20px;
    color: #667085;
}

@media screen and (max-width: 1780px) {
    .sec-3
    {
        padding-left: 200px;
        padding-right: 200px;
    }
}



@media screen and (max-width: 1500px) {
    .sec-2 .etape div
    {
        color: #000000;
        height: 375px;
        width: 200px;
        background-color: white;
        border-radius: 10px;
    }
    .sec-2 .etape div h6
    {
        font-size: 16px;
    }
    .sec-2 .etape div img
    {
        width: 100%;
    }
    .sec-3
    {
        padding-left: 100px;
        padding-right: 100px;
    }
    .sec-3 img
    {
        height: auto;
        width: 200px;
    }

}



@media screen and (max-width: 1246px) {
    .sec-1 .righ
    {
        width: 597px;
    }
    .sec-1 .right h3
    {
        font-size: 31px;
    }
}

@media screen and (max-width: 1100px) {
    .sec-3 p {
        font-size: 13px;
        line-height: 19.8px;
    }
}

@media screen and (max-height: 762px) {
    header svg
    {
        height: 200px;
        width: auto;
    }
    header h1
    {
        font-size: 42px;
    }
    header h2
    {
        font-size: 22px;
    }
}

@media screen and (max-width: 950px) {
    .sec-3 .container img {
        height: auto;
        width: 0px;
    }
    .sec-1 .left img
    {
        height: auto;
        width: 0px;
    }
    header h1 
    {
        font-size: 46px;
    }
    header h2 
    {
        font-size: 24px;
    }
    header svg
    {
        height: auto;
        width: 250px;
    }

}

@media screen and (max-width: 1000px) {
    .sec-2 .etape
    {
        flex-direction: column;
    }
    .sec-2
    {
        height: auto;
    }
    .sec-2 .etape .card
    {
        height: 400px;
        width: 300px;
        margin-bottom: 30px;
    }
    .sec-2 .etape div h6 {
        margin-top: 39px;
        font-size: 19px;
    }
    .sec-2 .etape div p {
        margin-top: 16px;
        font-size: 18px;
    }

}


@media screen and (max-width: 700px) {
    header h1 {
        letter-spacing: 13px;
    }
    header h1
    {
        letter-spacing: 12px;
    }
    .sec-1 .right p {
        padding-left: 10%;
        padding-right: 10%;
    }
    .sec-2 .etape {
        margin-top: 41px;
    }
    .sec-4 p
    {
        font-size: 18px;
    }
    .sec-4 h5
    {
        font-size: 25px;
    }
    .sec-4 span
    {
        font-size: 25px;
    }

}

@media screen and (max-width: 600px) {
    .sec-3
    {
        height: auto;
        padding: 30px 50px 30px 50px;
    }
    header h1 {
        font-size: 34px;
    }
    header h2 
    {
        letter-spacing: 9px;
    }
    .sec-2 h4 {
        font-size: 27px;
    }
    header
    {
        background-image: none;
        background: linear-gradient(180deg, #1A2077 0%, #2767B9 100%);

    }

}

@media screen and (max-width: 600px) {
    nav .logo 
    {
        left: 22px;
    }
}




@media screen and (max-width: 500px) {
    header h1 {
        letter-spacing: 5px;
        line-height: 49px;
        font-size: 28px;
    }
    .sec-1 .right p {
        padding-left: 2%;
        padding-right: 2%;
    }
    .sec-1 .right h3 {
        font-size: 23px;
    }
    .sec-1 .right h4 {
        font-size: 32px;
    }
    .sec-2 h4 {
        font-size: 24px;
    }
    .sec-2 h5 {
        font-size: 22px;
    }
    .sec-3 h3 {
        font-size: 26px;
        line-height: 29px;
    }
    header svg {
        height: auto;
        width: 200px;
    }
    header h2 {
        font-size: 19px;
    }

}

@media screen and (max-width: 300px) {
    .sec-1 .right h4 {
        font-size: 24px;
    }
    .sec-1 .right h3 {
        font-size: 16px;
    }
    .sec-2 .etape .card
    {
        height: 380px;
        width: 230px;
    }
    .sec-3 h3 {
        font-size: 22px;
    }
    .sec-4 span
    {
        height: 58px;
        width: 219px;
        font-size: 22px;
    }
    footer section
    {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }

    footer
    {
        padding: 7px;
        padding-top: 20px;
    }    

    .sec-4 span
    {
        height: 58px;
        width: 219px;
        font-size: 22px;
    }

}



@media screen and (max-width: 450px) {
    footer section
    {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 420px) {
    .sec-4 span 
    {
        width: 264px;
    }

    .sec-1 .right h4
    {
        font-size: 25px;
    }

    .sec-1 .right h3 {
        font-size: 18px;
    }    

}

/***************************************************
 * Generated by SVG Artista on 9/15/2023, 3:18:40 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-stroke-1{0%{stroke-dashoffset:708.1384887695312px;stroke-dasharray:708.1384887695312px}100%{stroke-dashoffset:0;stroke-dasharray:708.1384887695312px}}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:708.1384887695312px;stroke-dasharray:708.1384887695312px}100%{stroke-dashoffset:0;stroke-dasharray:708.1384887695312px}}@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-1{-webkit-animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both;animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@-webkit-keyframes animate-svg-stroke-2{0%{stroke-dashoffset:821.0374755859375px;stroke-dasharray:821.0374755859375px}100%{stroke-dashoffset:0;stroke-dasharray:821.0374755859375px}}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:821.0374755859375px;stroke-dasharray:821.0374755859375px}100%{stroke-dashoffset:0;stroke-dasharray:821.0374755859375px}}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-2{-webkit-animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both;animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@-webkit-keyframes animate-svg-stroke-3{0%{stroke-dashoffset:821.0376586914062px;stroke-dasharray:821.0376586914062px}100%{stroke-dashoffset:0;stroke-dasharray:821.0376586914062px}}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:821.0376586914062px;stroke-dasharray:821.0376586914062px}100%{stroke-dashoffset:0;stroke-dasharray:821.0376586914062px}}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-3{-webkit-animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both;animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}
