
.avis-client {
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    
   
}

.first-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    background-image: url('../images/background\ arrondie.svg');
    height: 70vh;
}

.titre {
    font-weight: 600;
    font-size: 35px;
    color: white;
}

.up-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    width: 1450px;
    height: 180px;
    border-radius: 25px;
    background-color: #F2F8FF;
    gap: 130px;

   
}

.up-main-title {
    font-weight: 300;
    font-size: 20px;
}

.up-main-button{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.up-main .bg-up {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
}

.button {
    padding: 15px;
    border: none;
    cursor: pointer;
    text-align: center;
    background-color: #00082B ;
    color: rgb(255, 255, 255);
    width: 230px;
    font-size: 16px;
    border-radius: 35px; 
}

.down-main {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    top: -160px;
}

.group-one {
    display: flex;
    flex-direction: row;
    gap: 50px;
    
}

.one-avis {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 15px;
    border: solid white;
    box-shadow: 1px 5px 10px #dadada;
    background-color: rgb(255, 255, 255);
    width: 700px;
    height: 330px;
    font-weight: 300;
    font-size: 18px;
}

.two-avis {
    display: flex;
    flex-direction: column;
    gap: 90px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px white;
    box-shadow: 1px 5px 10px #dadada;
    background-color: rgb(255, 255, 255);
    width: 700px;
    height: 330px;
    font-weight: 300;
    font-size: 18px;
}
.comment-avis{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.group-two {
    display: flex;
    flex-direction: row;
    gap: 50px;
   
}

.three-avis {
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
    border: solid 1px white;
    box-shadow: 1px 5px 10px #dadada;
    background-color: rgb(255, 255, 255);
    width: 700px;
    display: flex;
    font-weight: 300;
    font-size: 18px;
}

.four-avis {
    padding: 20px;
    flex-direction: column;
    gap: 60px;
    border-radius: 15px;
    border: solid 1px white;
    box-shadow: 1px 5px 10px #dadada;
    background-color: rgb(255, 255, 255);
    width: 700px;
    height: 340px;
    display: flex;
    font-weight: 300;
    font-size: 18px;

}
.comment-four-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foot-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    padding: 40px;
    gap: 12px;
}

.light {
    font-weight: 300;
    display: flex;
    padding: 7px;
    padding-left: 2px;
}

#plus {
    color: #0063ce;
}

.name-avis {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: flex-start;
    align-items: center;
    width: 248px;
}

.paginations {
    padding: 14px;
    background-color: rgb(255, 255, 255);
    color: black;
    border-radius: 5px;
}

.paginations:hover {
    color: rgb(255, 255, 255);
    background-color: #0063ce;
    cursor: pointer;
}

.arrow {
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
}

.arrow:hover {
    cursor: pointer;
    color: white;
    background: #0063ce;
    border-radius: 10px;
}

#page-one {
    color: rgb(255, 255, 255);
    background-color: #0063ce;
    cursor: pointer;
}

.icon {
    width: 10px;
}


.truncated-content {
       overflow: hidden;
}

.content {
    margin: 0;
}

.hidden-content {
    display: none; 
    margin-top: 10px;
}

#more,
#less {
    color: #0063ce;
    cursor: pointer;
}
.light{
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
}

.person-avis{
    font-weight: 400;
}

@media screen and (max-width:1500px)  {
    .up-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        width: 950px;
        height: 220px;
        border-radius: 25px;
        background-color: #F2F8FF;
        gap: 20px;
    }

    .group-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .one-avis {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        border-radius: 15px;
        border: solid white;
        box-shadow: 1px 5px 10px #dadada;
        background-color: rgb(255, 255, 255);
        width: 900px;
        height: 330px;
        font-weight: 300;
        font-size: 18px;
    }

    .two-avis {
        display: flex;
        flex-direction: column;
        gap: 70px;
        padding: 20px;
        border-radius: 15px;
        border: solid 1px white;
        box-shadow: 1px 5px 10px #dadada;
        background-color: rgb(255, 255, 255);
        width: 900px;
        height: 330px;
        font-weight: 300;
        font-size: 18px;
    }

    .group-two {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .three-avis {
        padding: 20px;
        flex-direction: column;
        gap: 10px;
        border-radius: 15px;
        border: solid 1px white;
        box-shadow: 1px 5px 10px #dadada;
        background-color: rgb(255, 255, 255);
        width: 900px;
        display: flex;
        font-weight: 300;
        font-size: 18px;
    }

    .four-avis {
        padding: 20px;
        flex-direction: column;
        gap: 60px;
        border-radius: 15px;
        border: solid 1px white;
        box-shadow: 1px 5px 10px #dadada;
        background-color: rgb(255, 255, 255);
        width: 900px;
        height: 340px;
        display: flex;
        font-weight: 300;
        font-size: 18px;
    }

    .down-main {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}

@media screen and (max-width:970px)  {
    .up-main {
       
        width: 700px;
        height: 250px;
      
    }

    .group-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .one-avis {
      
        width: 700px;
        height: 330px;
      
    }

    .two-avis {
       
        width: 700px;
        height: 330px;
       
    }

    .group-two {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .three-avis {
      
        width: 700px;
        display: flex;
       
    }

    .four-avis {
      
        width: 700px;
        height: 340px;
       
    }

    .down-main {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }


}

@media screen and (max-width:770px)  {
    .up-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        width: 550px;
        height: 270px;
        border-radius: 25px;
        background-color: #F2F8FF;
        gap: 20px;
    }

    .group-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .one-avis {
       
        width: 550px;
        height: 360px;
       
    }

    .two-avis {
       
        width: 550px;
        height: 360px;
      
    }

    .group-two {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .three-avis {
       
        width: 550px;
       
    }

    .four-avis {
      
        width: 550px;
        height: 370px;
       
       
    }

    .down-main {
        display: flex;
        flex-direction: column;
        gap: 0px;
        top: -150px;
    }


}

@media screen and (max-width:620px)  {
    .up-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        width: 450px;
        height: 290px;
        border-radius: 25px;
        background-color: #F2F8FF;
        gap: 20px;
    }

    .group-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .one-avis {
      
        width: 450px;
        height: 400px;
       
    }

    .two-avis {
      
        width: 450px;
        height: 380px;
      
    }

    .group-two {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .three-avis {
      
        width: 450px;
    }

    .four-avis {
       
        width: 450px;
        height: 400px;
       
    }

    .down-main {
        display: flex;
        flex-direction: column;
        gap: 0px;
        top: -130px;
    }


}

@media screen and (max-width:470px)  {
    .up-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        width: 350px;
        height: 290px;
        border-radius: 25px;
        background-color: #F2F8FF;
        gap: 10px;
    }

    .group-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .one-avis {
      
        width: 350px;
        height: 470px;
       
    }

    .two-avis {
      
        width: 350px;
        height: 380px;
      
    }

    .group-two {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .three-avis {
      
        width: 350px;
    }

    .four-avis {
       
        width: 350px;
        height: 440px;
       
    }

    .down-main {
        display: flex;
        flex-direction: column;
        gap: 0px;
        top: -120px;
    }


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

    .titre{
        text-align: center;
    }
    .first-main{
        height: 91vh;
    }
}
