@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    font-family: "Montserrat", sans-serif;
}
a {
    color: #fff;
}
.about-wrapper{
    height: 100vh;
}
.about-left{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color:#000000
}
.about-left-content > div{
    background: #ffffffda;
    padding: 4rem 4rem 2.5rem 5rem;
    text-align: center;
    border-radius: 12px 12px 0 0;
}
.about-left-content{
    box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    border-radius: 12px;
    width:80%;
}
.about-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.shadow{
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.about-left-content h2{
    font-size: 2rem;
    margin: 2.2rem 0 0.6rem 0;
    line-height: 1.2;
    padding-bottom: 1rem;
    border-bottom: 2px solid #B721FF;
}
.about-left-content h3{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 5px;
    margin-top: 1.2rem;
}
.icons{
    background: #ffffffda;
    display: flex;
    justify-content: center;
    padding: 0.8rem 0;
    border-radius: 0 0 12px 12px;
}
.icons li{
    list-style-type: none;
    background: #B721FF;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.icons li:hover{
    background: #edffec;
    color: #000;
}
.about-right{
    background-color: #000;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
    text-align: center;
    color:#fff
}
.about-right h1{
    font-size: 5rem;
    text-transform: uppercase;
}
.about-right h1 span{
    color: #B721FF;
}
.about-right h2{
    margin-bottom: 8%;
    font-weight: 600;
}
.about-btns{
    position: absolute;
    display: flex;
    margin-bottom: 40%;
    margin-left: 35%;
}
.btn{
    border: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.55rem 0;
    width: 130px;
    font-weight: 600;
    background: transparent;
    margin: 0 0.5rem;
    cursor: pointer;
    color:#fff;
}
.btn.btn-pink{
    background: #B721FF;
    color: #fff;
    border-color: #B721FF;
    transition: all 0.5s ease-in-out;
}
.btn.btn-pink:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn.btn-white{
    transition: all 0.5s ease-in-out;
}
.btn.btn-white:hover{
    background: #B721FF;
    border-color: #B721FF;
    color: #fff;
}
.about-para p{
    font-weight: 300;
    padding: 0.5rem;
    opacity: 0.8;
}

@media screen and (min-width: 992px){
    .about-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }
    .about-left{
        position: relative;
    }
    .about-left-content{
        position: absolute;
        width:80%
    }
}
.credit{
    text-align: center;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.credit a{
    text-decoration: none;
    color:#B721FF;
    font-weight: bold;
}

/* Responsive boutons pour toutes résolutions */
@media (max-width: 1200px) {
  .btn {
    width: 110px;
    font-size: 0.85rem;
    padding: 0.5rem 0;
  }
}


@media (max-width: 900px) {
  .btn {
    width: 100px;
    font-size: 0.8rem;
    padding: 0.45rem 0;
  }
  .about-btns {
    margin-left: 0;
    margin-bottom: 6vw;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: static;
  }
}

@media (max-width: 768px) {
  .about-btns {
    position: static;
    margin: 20px 0 0 0;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .btn {
    width: 100px;
    font-size: 0.8rem;
    padding: 0.45rem 0;
    margin: 0.3rem 0;
  }
}

@media (max-width: 600px) {
  .about-img, .shadow {
    width: 90px;
    height: 90px;
  }
  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn {
    width: 90vw;
    max-width: 180px;
    font-size: 0.75rem;
    padding: 0.4rem 0;
    margin: 0.2rem 0;
  }
}

@media (max-width: 480px) {
  .btn {
    width: 90vw;
    max-width: 200px;
    font-size: 0.75rem;
    padding: 0.4rem 0;
  }
  .about-btns {
    margin-bottom: 10vw;
  }
}

@media (max-width: 400px) {
  .about-img, .shadow {
    width: 60px;
    height: 60px;
  }
  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn {
    max-width: 120px;
    font-size: 0.7rem;
    padding: 0.3rem 0;
  }
}


