body
{
    background: #FFFFFF;
}

#root
{
    overflow-x: hidden; 
}

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

a
{
    color: #FFFFFF;
}

a:hover
{
    color: #FFFFFF;
}

a:active
{
    color: #FFFFFF;
}

a:link {
    text-decoration: none;
}

.btn-contact 
{
    height: 48px;
    padding: 10px 20px 10px 20px;
    background: #00A9E9;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0px;
}

.btn-contact:hover {
    background-color: #009BD6;
    color: #FFFFFF;
}

.btn-contact:active {
    background-color: #007EAD;
    color: #FFFFFF;
}

.btn-contact-submit
{
    width: 100%;
    height: 48px;
    background: #00A9E9;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0px;
}

.btn-contact-submit:hover {
    background-color: #009BD6;
    color: #FFFFFF;
}

.btn-contact-submit:active {
    background-color: #007EAD;
    color: #FFFFFF;
}

.logo 
{
    margin-top: 39px;
    margin-left: 24px;
}

#welcome-image
{ 
    height: 232px;
    width: 100%;
    border-radius: 0px;
    background-image: url("../images/blackbg.png");
    position: relative;
}

#service
{
    background: rgba(0, 86, 128, 0.04);
}

#footer-welcome
{
    margin-bottom: 24px;
}

#footer-service
{
    margin-bottom: 24px;
}

/*Policies Merriweather*/ 
.welcome-title, .title-section, #title-contact, .title-expertise
{
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 900;
    color: #005680;
}

.welcome-title
{
    font-size: 42.71px;
    line-height: 54px;
    text-align: justify;
}

.title-section
{
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 48px;
}

#title-contact
{
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 40px;
}

.title-expertise
{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.18000000715255737px;
}

/*Policies Roboto*/ 
.menu-bottom, article, .description-service, .description-expertise, .text-nav-link, #copyright
{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #005680;
}

/*footer*/
.menu-bottom
{
    padding: 24px 24px 24px 24px;
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
    background: #005680;
}

article
{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: justify;
}

.description-service
{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 3px;
    margin-bottom: 24px;
}

.description-expertise
{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-top: 16px;
} 

#copyright
{
    padding-top: 24px;
    padding-bottom: 24px;
    background: #004C71;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #D9DBE1;
}

.menu-modal
{
    margin-top: 45px;
    margin-right: 24px;
    border: transparent;
    background-color: transparent;
}

.section-pad { padding: 48px 24px 48px 24px; }

/*section welcome*/
#welcome-text
{
    padding-top: 144px;
    padding-bottom: 99px;
}

#wem-img-1
{
    height: 50px;
    width: 50px;
    bottom: -18px;
    position:absolute;
    background-image: url("../images/half-circle2-tablet.svg");
}

#wem-img-3
{
    height: 69px;
    width: 69px;
    left: 195px;
    top: -5px;
    position:absolute;
    background-image: url("../images/user2-mobile.svg");
}

#wem-img-4
{
    height: 72px;
    width: 36px;
    right: 0;
    top: -10px;
    position:absolute;
    background-image: url("../images/half-circle3-tablet.svg");
}

#wem-img-5
{
    height: 104px;
    width: 104px;
    right: 68px;
    bottom: 8px;
    position:absolute;
    background-image: url("../images/user4-mobile.svg");
}

#wem-img-7
{
    height: 150px;
    width: 168px;
    left: 11px;
    bottom: 48px;
    position:absolute;
    background-image: url("../images/group.png");
}

/*section service*/x
#service
{
    padding-top: 48px;
    padding-bottom: 48px;
}

/*section expertise*/
#sigr-img
{
    height: 228px;
    width: 100vw;
    margin-bottom: 26px;
    background-image: url("../images/sigr-moblie.svg");
}

#projet-img
{
    height: 228px;
    width: 100vw;
    margin-bottom: 26px;
    background-image: url("../images/projet-mobile.svg");
}

@media screen and (min-width: 700px) { 
    .welcome-title {font-size: 46.7143px; } 
} 
  
/* Tablette */
@media screen and (min-width: 700px) { 
    /*Header*/
    .logo { margin-left: 96px; }

    .menu-modal { margin-right: 98px; }

    .section-pad { padding: 49px 98px 64px 96px; }

    /*section welcome*/
    #welcome-text
    {
        padding-top: 144px;
        padding-bottom: 64px;
        border-radius: 0px;
    }

    .welcome-title
    {
        font-size: 46.7143px;
        text-align: left;
        border-radius: Opx;
    }

    #welcome-image
    {
        height: 232px;
        width: 100vw;
        background: #005680;
        position: relative;
    }

    #wem-img-1
    {
        height: 50px;
        width: 50px;
        bottom: -25px;
        position:absolute;
        background-image: url("../images/half-circle2-tablet.svg");
    }

    #wem-img-3
    {
        height: 112px;
        width: 112px;
        left: 331px;
        bottom: 8px;
        position:absolute;
        background-image: url("../images/user2-tablet.svg");
    }

    #wem-img-4
    {
        height: 72px;
        width: 36px;
        right: 0;
        top: -36px;
        position:absolute;
        background-image: url("../images/half-circle3-tablet.svg");
    }

    #wem-img-5
    {
        height: 130px;
        width: 130px;
        right: 47px;
        bottom: 36px;
        position:absolute;
        background-image: url("../images/user4-tablet.svg");
    }

    #wem-img-7
    {
        height: 150px;
        width: 168px;
        left: 150px;
        top: 22px;
        position:absolute;
        background-image: url("../images/group.png");
    }

    .title-section
    {
        margin-bottom: 26px;
    }

    #title-contact { margin-bottom: 26px; }

    /*section service*/
    #service
    {
        padding-top: 49px;
        padding-bottom: 64px;
    }

    /*section expertise*/
    #expertise { padding-left: 110px; }

    #sigr-mag
    {
        margin-bottom: 47px;
    }

    #sigr-img
    {
        height: 160px;
        width: 165px;
        margin-right: 26px;
        background-image: url("../images/sigr-desktop.svg");
    }

    #projet-img
    {
        height: 160px;
        width: 165px;
        margin-right: 26px;
        background-image: url("../images/projet-desktop.svg");
    }

    /*section contact*/
    #contact
    {
        padding-top: 32px;
        padding-bottom: 16px;
    }

    /*footer*/
    .menu-bottom { padding: 24px 97px 24px 95px; }
}

/* Desktop */
@media screen and (min-width: 1400px) { 

    /* header */
    .logo 
    {
        margin-left: 165px;
        margin-top: 23px;
    }

    #contact-mg
    {
        margin-right: 165px; 
        margin-top: 23px;
    }

    ul
    {
        margin-top: 29px;
        margin-left: 23px;
    } 

    .text-nav-link
    {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    .section-pad { padding: 64px 165px 64px 165px; }

    /*section welcome*/
    #welcome-text
    {
        border-radius: 0px;
        padding: 212px 125px 0px 165px;
    } 

    .welcome-title
    {
        font-size: 66.3481px;
        line-height: 90px;
    }
    
    #welcome-image
    {
        height: 866px;
    }

    #wem-img-1
    {
        height: 72px;
        width: 144px;
        left: -28px;
        top: 134px;
        position:absolute;
        background-image: url("../images/half-circle1-desktop.svg");
    }

    #wem-img-2
    {
        height: 128px;
        width: 128px;
        left: -64px;
        top: 262px;
        position:absolute;
        background-image: url("../images/user1-desktop.svg");
    }

    #wem-img-3
    {
        height: 208px;
        width: 208px;
        top: 205px;
        right: 133px;
        position:absolute;
        background-image: url("../images/user2-desktop.svg");
    }

    #wem-img-4
    {
        position:absolute;
        height: 72px;
        width: 144px;
        right: 0px;
        top: 433px;
        background-image: url("../images/half-circle-green.svg");
    }

    #wem-img-5
    {
        height: 152px;
        width: 152px;
        left: 373px;
        bottom: 132px;
        position:absolute;
        background-image: url("../images/user4-desktop.svg");
    }

    #wem-img-6
    {
        height: 72px;
        width: 72px;
        left: 256px;
        bottom: 0;
        position:absolute;
        background-image: url("../images/half-circle3-desktop.svg");
    }

    #wem-img-7
    {
        height: 150px;
        width: 168px;
        left: 95px;
        top: 520px;
        position:absolute;
        background-image: url("../images/group.png");
    }

    .title-section
    {
        letter-spacing: 0px;
        margin-bottom: 64px;
    }

    #title-contact
    {
        letter-spacing: 0px;
        margin-bottom: 64px;
        padding-left: 165px;
    }

    /*section service*/
    #service
    {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    /*section service*/
    #expertise
    {
        padding-left:167px;
    }

    #sigr-mag
    {
        padding-right: 35px;
    }

    #projet-mag
    {
        padding-left: 40px;
    }

    /*section contact*/
    #contact
    {
        padding: 64px 165px 0px 0px;
    }
    
    #contact-img
    {
        width: 613px;
        height: 468px;
        margin-right: 24px;
        background-image: url("../images/background.png");
    }

    /*footer*/
    .menu-bottom { padding: 24px 165px 24px 165px; }
}

/* Desktop sur perlage */
@media screen and (min-width: 1800px) { 
    /* header */
    .logo { margin-left: 245px; }

    #contact-mg
    {
        margin-right: 245px; 
        margin-top: 23px;
    }

    /*section welcome*/
    #welcome-text
    {
        padding: 212px 205px 0px 245px;
        border-radius: 0px;
    } 

    #title-contact
    {
        margin-bottom: 64px;
        padding-left: 245px;
    }

    #wem-img-3
    {
        height: 208px;
        width: 208px;
        top: 205px;
        left: 500px;
        position:absolute;
        background-image: url("../images/user2-desktop.svg");
    }

    #wem-img-5
    {
        height: 152px;
        width: 152px;
        left: 440px;
        bottom: 132px;
        position:absolute;
        background-image: url("../images/user4-desktop.svg");
    }

    /*section service*/
    #service
    {
        background-color: rgba(0, 86, 128, 0.04);
        padding: 64px 245px 64px 245px;
    }

    /*section service*/
    #expertise
    {
        padding: 64px 245px 64px 245px;
    }

    /*section contact*/
    #contact
    {
        padding: 64px 245px 0px 0px;
    }

    /*footer*/
    .menu-bottom { padding: 24px 245px 24px 245px; }
}