
body {
background: #F5FAFF;
}



.grid-container {
display: flex;
flex-direction: column;
align-items: center;
background: #F5FAFF;
border-radius: 21px;
}


.close {
padding: 20px;
display: flex;
justify-content: flex-end;

}


.item1{
margin-top: 1px;

}

.alignement_bien_dormir{
display: flex;
justify-content: center;
margin-top:20px;
}

.carre_fond_theme{
width: 700px;
height: 191px;
background: #F5FAFF;
border-radius: 9px;
}

.carre_fond_theme_jaune{
width: 700px;
height: 191px;
background: #FFFCE4;
border-radius: 9px;
}

.image_categorie{
display: flex;
justify-content: center;
margin-top: -3px;
}

.format_image{
width: 73px;
height: 73px;
}

.titre_bien_dormir{
display: flex;
justify-content: center;
margin-top: 11px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
color: #383842;
}

.image_fermer{
display: flex;
margin-top: 18px;
justify-content: flex-end;
margin-right: 13px;
}

.item2{

margin-top: 31px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 25px;
color: #383842;

}

.item3{

margin-top: 37px;
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 19px;
width: 469px;
text-align: center;
color: #787878;

}

.item4{

margin-top: 34px;

}

.item5{
margin-right: 10px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 22px;
text-align: center;
color: #000000;
}

.item6{
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 19px;
line-height: 22px;
text-align: center;
}

.lien_pro {
text-decoration: none;
color:  #45B2FF;
}

.lien_pro:hover{
color: #45B2FF;
}

.bloc2{
display: flex;
align-items: center;

}

.alinement_bloc2
{
display: flex;
justify-content: center;
margin-top: 40px;
}

.alinement_bloc2bis
{
display: flex;
justify-content: center;
}

 #playButton {
                background: #45B2FF;
                color: white;
                border: none;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                font-size: 1.2em;
                text-align: center;
                cursor: pointer;
                transition: background-color 0.3s;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            #progressBar {
                width: 200px;
                height: 10px;
                background: white;
                position: relative;
                margin: 0 auto;
            }
            #progressBar div {
                height: 100%;
                background: #45B2FF;
                width: 0;
            }

            .alignement_bouton {
               display: flex;
               justify-content: center;
            }

            .play-pause-svg {
                width: 24px;
                height: 24px;
            }


@media all and (max-width: 900px)
{
.carre_fond_theme{
width: 510px;
height: 191px;
background: #F5FAFF;
border-radius: 9px;
}

.carre_fond_theme_jaune{
width: 510px;
height: 191px;
background: #FFFCE4;
border-radius: 9px;
}
}


@media all and (max-width: 500px)
{


.grid-container {
display: flex;
flex-direction: column;
align-items: center;
background: #F5FAFF;
border-radius: 21px;
}


.close {
padding: 10px;
display: flex;
justify-content: flex-end;

}


.item1{
margin-top: 0px;

}

.carre_fond_theme{
width: 333px;
height: 191px;
background: #F5FAFF;
border-radius: 9px;
}

.carre_fond_theme_jaune{
width: 333px;
height: 191px;
background: #FFFCE4;
border-radius: 9px;
}

.item2{
font-family: 'Poppins';
font-style: normal;
margin-top: 15px;
font-weight: 600;
font-size: 17px;
line-height: 26px;
color: #383842;

}

.item3{
width: 286px;
height: 41px;
margin-top: 13px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #787878;

}

.item4{
margin-top: 26px;

}

.item5{
width: 250px;
margin-right: -10px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #000000;

}

.item6{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
}

.lien_pro {
text-decoration: none;
color: #FFFFFF;
}

.lien_pro:hover{
color: #0095FF;
}

.bloc2{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

}

.alinement_bloc2
{
align-items: center;
margin-top: 50px;
width: 90%;
height: 70px;
background: #A3D4F7;
border-radius: 7px;
line-height: 70px;
}
}



