:root {
    --background : #CCE8FC;
    --text-color : #2C596C;
    --background2 : #B7D3E8;
    --background3 : #FEFEFE;
    --font : "Abel";
}

html {
    scroll-behavior: smooth;
}

.backtop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: rotate(0deg);
}

.top__round {
    background-color: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 70%;
    justify-content: center;
}

.top__round img {
    color: #FFFFFF;
    width: 25px;
}

body {
    margin: 0;
    background-color: var(--background);
}

.panier {
    width: 55px;
    height: 58px;
    position: fixed;
    display: inline-flex;
    right: 33px;
    top: 27px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.panier a {
    text-decoration: none;
    color: #000000;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.panier__el {
    text-decoration: none;
    list-style: none;
    width: 55px;
    height: 58px;
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    right: 33px;
}

.panier__el img {
    height: 24px;
    width: 24px;
}

.panier__txt {
    color: #000000;
    font-family: var(--font);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.present {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.present__title {
    color: var(--text-color);
    text-align: center;
    font-family: var(--font);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 105px;
    margin-bottom: 0;
}

.present__sub {
    color: #000000;
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.present img {
    width: 269px;
    height: 436px;
    border: 2px solid #000000;
    margin-top: 40px;
}

.resume {
    margin-top: 40px;
    background-image: url(./images/montage1.svg);
    background-size:contain;
    background-repeat: no-repeat;
    background-color: var(--background2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resume__title {
    color: #000000;
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 65%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.resume img {
    width: 75px;
    margin-top: 20px;
}

.resume__txt {
    color: #000000;
    font-family: var(--font);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
}

.resume__pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.physpay {
    display: flex;
    flex-direction: column;
}

.numpay {
    display: flex;
    flex-direction: column;
}

.resume__pay img {
    width: 300px;
}

.resume__type {
    color: #000000;
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: flex-start;
    margin-left: 20px;
    margin-top: 20px;
}

.resume__price {
    color: #000000;
    font-family: var(--font);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: flex-start;
    margin-left: 20px;
}

.resume__button {
    margin-top: 20px;
    display: flex;
    width: 307px;
    height: 62px;
    padding: 7px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--text-color);
    margin-bottom: 60px;
    cursor: pointer;
}

.resume__click {
    color: #FFFFFF;
    text-align: center;
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.resume__button--margin {
    margin-bottom: 80px;
}

.resume__button:hover {
    background-color: #000000;
}

.resume__button:hover .resume__click {
    color: #B7D3E8;
}

.resume__button:active {
    background-color: #FFFFFF;
    border: 3px solid var(--text-color);
}

.resume__button:active .resume__click {
    color: #000000;
}

.info {
    background-image: url(./images/montagne2.svg);
    background-repeat: no-repeat;
    background-color: #FEFEFE;
}

.info__title {
    margin-top: 0;
    color: #000000;
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 50%;
    text-align: center;
    margin-bottom: 0;
}

.info__info {
    margin-left: 20px;
    margin-top: 40px;
    display: grid;
    align-items: center;
    align-content: center;
    margin-right: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.info__txt {
    color: #000;
    text-align: center;
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.info__txt--center {
    align-self: center;
}

.info__txt--left {
    align-self: flex-start;
}

.info__txt--right {
    align-self: flex-end;
}

.info__title--margin {
    padding-top: 40px;
    text-align: left;
    margin-left: 20px;
}

.info__div {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.info__bio {
    text-align: left;
    color: #000;
    font-family: var(--font);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.info__awards {
    margin-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
}

.info__awardsname {
    display: flex;
    flex-direction: column;
}

.info__awardsname img {
    width: 175px;
}

.info__name {
    color: #000;
    text-align: center;
    font-family: var(--font);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 175px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.info__date {
    color: #000;
    text-align: center;
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info__date--margin {
    margin-bottom: 40px;
}

.info__name--margin {
    margin-top: 52.99px;
}

footer {
    background-color: #000000;
    display: grid;
    grid-template-columns: 50% 50%;
}

.footerl img {
    width: 66px;
    margin-top: 20px;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

.footer__txt {
    color: #FFF;
    font-family: Handjet;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.footerl {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.footerr {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    
    .panier {
        width: 110px;
        height: 116px;
    }

    .panier__el {
        width: 110px;
        height: 116px;
    }
    
    .panier__el img {
        height: 48px;
        width: 48px;
    }
    
    .panier__txt {
        font-size: 34px;
    }
    
    .present {
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .present__title {
        font-size: 90px;
        margin-top: 150px;
    }
    
    .present__sub {
        font-size: 64px;
        margin-top: 40px;
    }
    
    .present img {
        margin-top: 80px;
    }
    
    .resume {
        margin-top: 80px;
    }
    
    .resume__title {
        font-size: 48px;
    }

    .resume img {
        width: 150px;
        margin-top: 0px;
    }
    .resume__txt {
        font-size: 32px;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 80px;
    }
    
    .resume__pay {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 80px;
        margin-left: 40px;
    }

    .physpay {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 80px;
        justify-content: flex-start;
    }

    .numpay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .resume__pay img {
        width: 350px;
    }
    
    .resume__type {
        font-size: 48px;
        margin-left: 40px;
        margin-top: 40px;
    }
    
    .resume__price {
        font-size: 32px;
        margin-left: 40px;
    }
    
    .resume__button {
        margin-top: 40px;
        width: 500px;
        height: 100px;
        padding: 14px 20px;
        gap: 20px;
        margin-bottom: 120px;
    }
    
    .resume__click {
        font-size: 48px;
    }
    
    .resume__button--margin {
        margin-bottom: 160px;
    }
    
    .resume__button:active {
        border: 6px solid var(--text-color);
    }
    
    .info__title {
        font-size: 48px;
        padding-top: 50%;
    }
    
    .info__info {
        margin-left: 40px;
        margin-top: 40px;
        margin-right: 40px;
    }
    
    .info__txt {
        font-size: 23px;
    }
    
    .info__title--margin {
        padding-top: 80px;
        margin-left: 40px;
    }
    
    .info__div {
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .info__bio {
        font-size: 32px;
    }
    
    .info__awards {
        margin-top: 40px;
        padding-bottom: 80px;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .info__awardsname img {
        width: 400px;
    }
    
    .info__name {
        font-size: 32px;
        width: 400px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    
    .info__date {
        font-size: 23px;
    }
    
    .info__date--margin {
        margin-bottom: 80px;
    }
    
    .info__name--margin {
        margin-top: 105.98px;
    }
    
    .footerl img {
        width: 132px;
        margin-top: 40px;
    }
    
    .footer__txt {
        font-size: 40px;
        margin-top: 40px;
    }
    
    .footerl {
        margin-left: 40px;
        margin-bottom: 40px;
    }
    
    .footerr {
        margin-right: 40px;
    }
}

@media (max-width: 300px) {
    .panier {
        width: 28px;
        height: 29px;
    }

    .panier__el {
        width: 28px;
        height: 29px;
    }
    
    .panier__el img {
        height: 12px;
        width: 12px;
    }
    
    .panier__txt {
        font-size: 16px;
    }
    
    .present {
        margin-left: 10px;
        margin-right: 10px;
    }

    .present img {
        width: 134.5px;
        height: 218px;
        border: 1px solid #000000;
    }
    
    .present__title {
        font-size: 48px;
        margin-top: 38px;
    }
    
    .present__sub {
        font-size: 32px;
        margin-top: 10px;
    }
    
    .present img {
        margin-top: 40px;
    }
    
    .resume {
        margin-top: 20px;
    }
    
    .resume__title {
        font-size: 23px;
    }

    .resume img {
        width: 38px;
    }
    .resume__txt {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
    
    .resume__pay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        margin-left: 10px;
    }

    .physpay {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        justify-content: flex-start;
    }

    .numpay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .resume__pay img {
        width: 87px;
    }
    
    .resume__type {
        font-size: 23px;
        margin-left: 10px;
        margin-top: 10px;
    }
    
    .resume__price {
        font-size: 16px;
        margin-left: 10px;
    }
    
    .resume__button {
        margin-top: 10px;
        width: 125px;
        height: 25px;
        padding: 4px 5px;
        gap: 5px;
        margin-bottom: 30px;
    }
    
    .resume__click {
        font-size: 16px;
    }
    
    .resume__button--margin {
        margin-bottom: 40px;
    }
    
    .resume__button:active {
        border: 2px solid var(--text-color);
    }
    
    .info__title {
        font-size: 23px;
        padding-top: 50%;
    }
    
    .info__info {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
    }
    
    .info__txt {
        font-size: 16px;
    }
    
    .info__title--margin {
        padding-top: 20px;
        margin-left: 10px;
    }
    
    .info__div {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .info__bio {
        font-size: 16px;
    }
    
    .info__awards {
        margin-top: 10px;
        padding-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .info__awardsname img {
        width: 100px;
    }
    
    .info__name {
        font-size: 16px;
        width: 100px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    
    .info__date {
        font-size: 16px;
    }
    
    .info__date--margin {
        margin-bottom: 20px;
    }
    
    .info__name--margin {
        margin-top: 26.495px;
    }
    
    .footerl img {
        width: 33px;
        margin-top: 20px;
    }
    
    .footer__txt {
        font-size: 10px;
        margin-top: 10px;
    }
    
    .footerl {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    
    .footerr {
        margin-right: 10px;
    }
}

@media (max-width: 220px) {
    .info__awards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        padding-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}