.produits-content {
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    font-weight: 600;
    font-size: 35px;
    color: white;
    width: 100%;
    height: 70vh;
    background-image: url('../images/background arrondie.svg');
}

.container{
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    top: -400px;
}


.type-container {
    display: flex;
    flex-direction: row;
   gap: 120px ;
   
}

.prop-container {
    display: flex;
    flex-direction: row;
    

}


.prop-content{
    display: flex;
    flex-direction: row;
    gap: 72px;
    background-color: white;
     box-shadow: 1px 5px 10px #dadada;
    padding: 30px;
    border-radius: 10px;
    
}

.prop-content-p{
    display: flex;
    flex-direction: row;
    gap: 80px;
    background-color: white;
    box-shadow: 1px 5px 10px #dadada;
    padding: 30px;
    border-radius: 10px;
}

.prop-content-v{
    display: flex;
    flex-direction: row;
    gap: 100px;
    background-color: white;
    box-shadow: 1px 5px 10px #dadada;
    padding: 30px;
    border-radius: 10px;
}


.first-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.first-content-p{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.center-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.center-content-p{
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.end-content {
    display: flex;
    flex-direction: column;
    gap: 40px;

}
.end-content-p{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.particulier-content {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 25px;

}

.normal-content {
    cursor: pointer;
   border-radius: 20px;
    padding: 15px 20px ;
    text-decoration: none;
    width: 330px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    background-color: white;
}

.titre {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;

}

.titre-p:hover {
    color: #0063CE;
}

.titre:hover {
    color: #0063CE;
}

.titre img {
    border:solid 3px #F2F8FF;
    padding: 5px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}

.titre svg {
    border:solid 3px #F2F8FF;
    padding: 5px;
    border-radius: 10px;
}

.titre-p{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 20px;
    max-width: 280px;
    cursor: pointer;
}

.titre-p img {
    border:solid 3px #F2F8FF;
    padding: 5px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}



.sous-titre {
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 15px;
    list-style: none;
    padding-bottom: 8px;

}

.sous-titre:hover {
    color: #0063CE;
}
.sous-titre-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.responsive-container{
    display: none;
}
.image-produit{
    width: 45px;

}

@media (max-height:700px ) {

    .title-content{
        gap: 30px;
    }

    .type-container{
        gap: 100px;
    }

    .normal-content{
        cursor: pointer;
        border-radius: 20px;
        padding: 15px 20px;
        text-decoration: none;
        width: 300px;
        font-weight: 500;
        font-size: 22px;
        text-align: center;
        background-color: white;
    }

    .container{
        top: -330px;
    }
}

@media screen and (max-width:1300px) {
    
    .prop-content{
        display: flex;
        flex-direction: row;
        gap: 100px;
        
        
    }

    .type-container {
        display: flex;
        flex-direction: row;
        gap: 95px;
    }
}

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

    .prop-content{
        display: flex;
        flex-direction: row;
        gap: 50px;
        
    }

    .type-container {
        display: flex;
        flex-direction: row;
        gap: 28px;
        justify-content: center;
    }

  
    
}

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

    .title-content{
        height: 68vh;

    }
    
    .container{
        display: none;
    }

    .responsive-type-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .prop-container {
        display: flex;
        flex-direction: column;
    
    }

    .responsive-container{
        display: block;
        position: relative;
        top: -400px;
    }

    .responsive-prop-content{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .responsive-prop-container{
        display: none;
    }

    .responsive-normal-content{
        box-shadow: 1px 2px 6px #dadada;
        background-color: white;
        width: 437px;
        height: 64px;
        padding: 18px;
        border-radius: 20px;
        text-decoration: none;
        color: black;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

   
    .first-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .center-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .end-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    
    }

    .responsive-titre {
        text-decoration: none;
        color: black;
        font-weight: 400;
        font-size: 16px;
        box-shadow: 1px 5px 6px #dadada;
        background-color: white;
        width: 426px;
        padding: 8px;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        display: flex;align-items: center;
        justify-content: space-between;
    }
    .title-product{
        padding-left: 20px;
    }

   

    .responsive-sous-titre{
       display: none;
        background-color: #F2F8FF;
        border-radius: 20px;
        padding: 20px;

    }

}

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

    
    .container{
        display: none;
    }

    .responsive-type-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 19px;
    }

    .prop-container {
        display: flex;
        flex-direction: column;
    
    }

    .responsive-container{
        display: block;
    }

    .responsive-prop-content{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .responsive-prop-container{
        display: none;
    }

    .responsive-normal-content{
        box-shadow: 1px 5px 10px #dadada;
        width: 283px;
        height: 80px;
        padding: 35px 50px;
        border-radius: 11px;
        text-decoration: none;
        color: black;
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

   
    .first-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .center-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .end-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
    
    }

    .responsive-titre {
        text-decoration: none;
        color: black;
        font-weight: 400;
        font-size: 15px;
        box-shadow: 1px 5px 10px #dadada;
        width: 278px;
        padding: 4px;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .title-product{
        font-size: 15px;

    }

   

    .responsive-sous-titre{
       display: none;
        width: 274px;
    }
    

    
}



@media (max-width: 414px){

    .title-content{
        gap: 35px;
    }
    .responsive-normal-content{
        font-size: 20px;
        padding: 11px;
        height: 51px;
    }
    .title-content{
        font-size: 20px;
        height: 78vh;
    }


}

@media (max-width: 390px){
    .title-content{
        height: 66vh;
    }
    .responsive-normal-content{
        font-size: 18px;
        padding: 11px;
        height: 51px;
    }

}
@media (max-width: 375px){
    .title-content{
        height: 79vh;
    }
    .responsive-normal-content{
        font-size: 18px;
        padding: 11px;
        height: 51px;
    }

}





