@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.Cartes body {
    background-color: #17002d;
}

.Cartes h1{
    color: #d10062;
    font-family: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 64px;
    font-weight: 900;
}

.About-Title {
    justify-self: center;
    font-size: 64px;
    font-weight: 900;
}

.About {
    width: 100%;
    height: 400px;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 150px;
    margin-top: 100px;
    gap: 5px;
    justify-content: space-evenly;
    gap: 40px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.around {
    display: flex;
    color: #fff4dc;
    font-family: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
    flex-direction: column;
    margin: 60px;
    width: 500px;
    /* height: 494px; */
    border-radius: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 66px;
    padding: 5px;
    border: 3px solid #17002d;
    text-align: center;
    transition: border 0.2s ease;
}

.yellow:hover {
    border: 3px solid #ffcB40;
}

.pink:hover {
    border: 3px solid #d10062;
}

.violet:hover {
    border: 3px solid #4f008c;
}

.cards {
    display: flex;
    position: relative;
    justify-self: center;
    justify-content: center;
    bottom: 0;
    margin: 5px;
    width: 600px;
    max-width: 100%;
    height: 230px;
    left: 50px;
    top: 20px;
    transform-origin: bottom center;
    overflow: visible;
}

.carte {
    position: absolute;
    height: 180px;
    width: auto;
    transition: all 0.5s ease;
    margin-left: 20px;
    margin-right: 20px;
}

.P {
    left: 65px;
    top: 10px;
    transform: rotate(-20deg);
}

.O1 {
    left: 110px;
    transform: rotate(-12deg);
    z-index: 1;
}

.K {
    left: 160px;
    transform: rotate(-4deg);
    z-index: 2;
}

.I {
    left: 210px;
    top: 0px;
    transform: rotate(4deg);
    z-index: 3;
}

.T {
    left: 260px;
    top: 2px;
    transform: rotate(12deg);
    z-index: 4;
}

.O2 {
    left: 310px;
    top: 10px;
    transform: rotate(20deg);
    z-index: 5;
}

.cards:hover .P {
    left: -190px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .O1{
    left: -40px;
    top:0px;
     transform: rotate(0deg);
}

.cards:hover .K{
    left: 110px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .I{
    left: 260px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .T{
    left: 410px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .O2{
    left: 560px;
    top:0px;
    transform: rotate(0deg);
}

.Expo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.Cartes body {
    background-color: #17002d;
}

.Cartes h1{
    color: #d10062;
    font-family: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 64px;
    font-weight: 900;
}

.About-Title {
    justify-self: center;
    font-size: 64px;
    font-weight: 900;
}

.About {
    width: 100%;
    height: fit-content;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 150px;
    margin-top: 100px;
    gap: 5px;
    justify-content: space-evenly;
    gap: 40px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.around {
    color: #fff4dc;
    font-family: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
    margin: 20px;
    width: 470px;
    height: auto;
    border-radius: 32px;
    padding-bottom: 66px;
    border: 3px solid #17002d;
    text-align: center;
    transition: border 0.2s ease;
}

.yellow {
    width: 470px;
}

.pink {
    width: 470px;
}

.violet{
    width: 470px;
}
.yellow:hover {
    border: 3px solid #ffcB40;
}

.pink:hover {
    border: 3px solid #d10062;
}

.violet:hover {
    border: 3px solid #4f008c;
}

.cards {
    display: flex;
    position: relative;
    justify-self: center;
    justify-content: center;
    bottom: 0;
    margin: 5px;
    width: 600px;
    max-width: 100%;
    height: 230px;
    left: 50px;
    top: 20px;
    transform-origin: bottom center;
    overflow: visible;
}

.carte {
    position: absolute;
    height: 180px;
    width: auto;
    transition: all 0.5s ease;
    margin-left: 20px;
    margin-right: 20px;
}

.P {
    left: 65px;
    top: 10px;
    transform: rotate(-20deg);
}

.O1 {
    left: 110px;
    transform: rotate(-12deg);
    z-index: 1;
}

.K {
    left: 160px;
    transform: rotate(-4deg);
    z-index: 2;
}

.I {
    left: 210px;
    top: 0px;
    transform: rotate(4deg);
    z-index: 3;
}

.T {
    left: 260px;
    top: 2px;
    transform: rotate(12deg);
    z-index: 4;
}

.O2 {
    left: 310px;
    top: 10px;
    transform: rotate(20deg);
    z-index: 5;
}

.cards:hover .P {
    left: -190px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .O1{
    left: -40px;
    top:0px;
     transform: rotate(0deg);
}

.cards:hover .K{
    left: 110px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .I{
    left: 260px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .T{
    left: 410px;
    top:0px;
    transform: rotate(0deg);
}

.cards:hover .O2{
    left: 560px;
    top:0px;
    transform: rotate(0deg);
}

.Expo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.Des{
    display: flex;
    width: 359px;
    font-size: 24px;
    font-weight: 300;
    justify-self: center;
    align-self: center;
}
