@import url("https://use.typekit.net/tbd2oya.css");

:root {
    --rose-pale: #FF66A3;
    --blanc: #FFFFFF;
    --nenufard: #C55D87;
    --noir: #0E0F0F;
    --indigo: #4553A4;
}

/* TODO BODY */

body {

    margin-top: 58px;
    font-family: 'poppins';

}

/* ! MOBILE  */

@media screen and (max-width: 780px) {
    body {

        margin-top: 20px;

    }


}

/* ! MOBILE 2  */

@media screen and (max-width: 450px) {
    body {

        margin-top: 10px;

    }



}




/* TODO CONTAINTER */


.container {

    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    /* outline: 2px red solid; */


}

/* ! LAPTOP */

@media screen and (max-width: 1356px) {
    .container {

        max-width: 1356px;
        width: 85%;

        /* outline: 2px blue solid; */

    }


}

/* ! SMALL */

@media screen and (max-width: 1020px) {
    .container {

        width: 90%;
        /* outline: 2px red solid; */

    }


}

/* ! MOBILE  */

@media screen and (max-width: 780px) {
    .container {

        max-width: 700px;
        /* outline: 2px black solid; */
        width: 95%;

    }


}

/* ! MOBILE 2  */

@media screen and (max-width: 450px) {
    .container {

        max-width: 700px;
        /* outline: 2px pink solid; */
        width: 95%;

    }


}


/* TODO HEADER */


header {

    margin-bottom: 90px;
    display: flex;
    align-items: center
}

header img {
    width: 228px;


}

header .right-header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 1%
}

header .tel {

    padding: 10px 30px;
    background-color: var(--indigo);
    color: var(--blanc);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.125rem;

}




header .lang {

    display: flex;
    margin-top: 0.625rem;
}

header a,
header p {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--indigo);
    margin-left: 0.625rem;
    text-decoration: none;

}

header a:hover,
header a.active {

    color: var(--rose-pale);

}

header .tel:hover {

    background-color: var(--rose-pale);
    color: var(--blanc);

}

/* ! LAPTOP */

@media screen and (max-width: 1356px) {

    header img {

        width: 160px;
    }

    header .tel {

        font-size: 0.9375rem;

    }


    header a,
    header p {

        font-size: 1rem;


    }


}

/* ! SMALL */

@media screen and (max-width: 1020px) {


    header .tel {

        font-size: 0.8125rem;

    }


    header a,
    header p {

        font-size: 1rem;


    }


}


/* ! MOBILE  */

@media screen and (max-width: 780px) {
    header img {

        width: 120px;
    }

    header {
        display: flex;

        margin-bottom: 60px;
    }


}

/* ! MOBILE 2  */

@media screen and (max-width: 450px) {
    
    
    header {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }


    header .right-header {


        display:flex;
        flex-direction: column;
        align-items: center;


    }
    

    header img {

        width: 220px;
        margin-bottom: 20px;
    }

    header .tel {

        font-size: 1.25rem;
        margin-bottom: 0.625rem;

    }

    header a,
    header p

    {
        font-size: 1.25rem;

    }


  

}



/* TODO MAIN */

main {

    margin-bottom: 110px;

}

/* TODO SECTION */

section {

    display: flex;
    width: 100%;
    gap: 5%;


}

section img {


    /* outline: 3px red solid; */
    object-fit: contain;
    width: 100%;


}


h1 {

    font-family: 'proxima-nova';
    line-height: 4.625rem;
    font-weight: 700;
    font-size: 4.875rem;
    color: var(--nenufard);
    margin-bottom: 1.0625rem;
}



section p {
    font-weight: 500;
    font-size: 1.875rem;
    letter-spacing: -1px;
    line-height: 2.5rem;
    color: var(--indigo);
    margin-bottom: 3.375rem;


}

section a {

    padding: 0.9375rem 2.625rem;
    background-color: var(--rose-pale);
    color: var(--blanc);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4375rem;
}

section a:hover {

    background-color: var(--blanc);
    color: var(--rose-pale);
    border: 5px solid var(--rose-pale);

}

/* ! LAPTOP */

@media screen and (max-width: 1356px) {

    section img {

        width: 50%;
    }

    h1 {

        font-size: 3.4375rem;
        line-height: 3.25rem;

    }



    section p {

        font-size: 1.3125rem;
        line-height: 1.8125rem;
        letter-spacing: -0.0625rem;


    }

    section a {

        font-size: 0.9375rem;
    }

    section a:hover {

        background-color: var(--blanc);
        color: var(--rose-pale);
        border: 5px solid var(--rose-pale);

    }

}

/* ! SMALL */

@media screen and (max-width: 1020px) {


    
    section img {

        width: 45%;
    }

    h1 {

        font-size: 2.8125rem;
        line-height: 2.6875rem;

    }



    section p {

        font-size: 1.25rem;
        line-height: 1.5625rem;
        letter-spacing: -0.0625rem;
        margin-bottom: 2.1875rem;


    }

    section a {

        font-size: 0.9375rem;
        padding: 0.75rem 1.5625rem;
    }

    section a:hover {

        background-color: var(--blanc);
        color: var(--rose-pale);
        border: 2px solid var(--rose-pale);

    }

}


/* ! MOBILE  */

@media screen and (max-width: 780px) {
    
    section {

        flex-direction: column-reverse;
        text-align: center;

    }

    section img {


        width: 90%;
        margin: 0 auto;
    }

    h1 {

        font-size: 3.125rem;
        line-height: 3.4375rem;
        padding: 1.75rem 2.5rem 0rem 2.5rem;
        margin-bottom: 1.125rem;

    }



    section p {

        font-size: 1.25rem;
        line-height: 1.5625rem;
        letter-spacing: -0.0625rem;
        margin-bottom: 2.1875rem;
        padding: 0rem 4.375rem;


    }

    section a {

        font-size: 0.9375rem;
        padding: 0.75rem 1.5625rem;
    }

    section a:hover {

        background-color: var(--blanc);
        color: var(--rose-pale);
        border: 2px solid var(--rose-pale);

    }



}

/* ! MOBILE 2  */

@media screen and (max-width: 450px) {
    
    

    section img {


        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    h1 {

        font-size: 2.5rem;
        line-height: 2.5rem;
        padding: 0rem;
        margin-bottom: 1.125rem;


    }



    section p {

        font-size: 1.0625rem;
        line-height: 1.25rem;
        letter-spacing: -0.0625rem;
        margin-bottom: 2.1875rem;
        padding: 0px;
        text-align: left;


    }

    section a {

        font-size: 0.9375rem;
        padding: 0.75rem 1.5625rem;
        text-align: center;
    }

    section a:hover {

        background-color: var(--blanc);
        color: var(--rose-pale);
        border: 2px solid var(--rose-pale);

    }
  

}

/* TODO FOOTER */

footer {

    font-size: 0.75rem;
    color: var(--indigo);
    
}

footer .boldp {

    font-weight: 500;
}

footer a  {

    text-decoration: none;
}

/* ! LAPTOP */

@media screen and (max-width: 1356px) {
    footer {

        font-size: 0.625rem;
    }

}

/* ! SMALL */

@media screen and (max-width: 1020px) {

    footer {

        font-size: 0.6875rem;
    }



}
