@media screen 
   and (min-device-width: 450px)  
   { 
    .number
    {
    font-size: 3vh;
    }

    .text
    {
        font-size: 3vh;
    }

    .cadre
    {
        margin-top: 3vh;
    }

    .bulleStandardText
    {
        font-size: 3vh;
    }

    .bulleCarreText
    {
        font-size: 3vh;
        line-height: 2vh; 
    }

    .bulleAjustText
    {
        font-size: 3vh;
    }

    .grandeBulleText
    {
        font-size: 3vh;
        top: 50px;
    }
    .grandeBulleIcone
    {
        top: 45vh;
    }

}

@media screen 
  and (max-device-width: 449px)   { 
    .number
    {
        font-size: 3vh;
    }

    .text
    {
        font-size: 3vh;
    }

    .cadre
    {
        margin-top: 3vh;
    }

    .bulleStandardText
    {
        font-size: 3vh;
    }

    .bulleCarreText
    {
        font-size: 3vh;
        line-height: 3vh; 
    }

    .bulleAjustText
    {
        font-size: 3vh;
    }

    .grandeBulleText
    {
        font-size: 3vh;
        top: 100px;
    }
    .grandeBulleIcone
    {
        top: 45vh;
    }
}



.core {
    flex: 1 1 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color : #f3f3f3;
    width : 100%;
}

.core_link {
    flex: 1 1 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color : #f3f3f3;
    width : 100%;
}

#arrow_shield_pic
{
    margin-top: 1.5vh;
}

/*////////*/

#pagination{
    height: 5vh;
    display: flex;
    flex-direction: row;
} 

#pagination a{
    text-decoration: none;
}

.p1{
    display: flex;
    flex-grow: 1;
    color: white;
    background-color: #383838;
    justify-content: center;
    justify-items: center;
}

.p2{
    display: flex;
    flex-grow: 1;
    color: white;
    background-color: #383838;
    justify-content: center;
    justify-items: center;
}

.p3{
    display: flex;
    flex-grow: 1;
    color: white;
    background-color: #383838;
    justify-content: center;
    justify-items: center;
}

.number{
    margin: auto;
    font-family: bold;
    /*font-size: 55px;*/
}

/*cadre*/
.cadre
{
    margin-top: 2vh;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.text
{
    width: 80%;
    /*font-size: 50px;*/
    font-family: 'regular';
    text-align: justify;
}

/*///////healer//////*/

.healer_dude
{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


/*//////BULLE//////*/

/*croped*/

.bulleStandard 
{
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.bulleStandardPicture
{
    width: 120%;
}

.bulleStandardImage
{
    width: 30%;
    position: absolute;
    bottom: 30px;
}

.bulleStandardText{
    font-family: 'regular';
    width: 80%;
    position: absolute;
    text-align: justify;
    top: 20%;
}

/*carre*/

.bulleCarre
{
    height: 40%;
    width: 100%;
    position: absolute;/*strange*/
    top: 12%;
    align-items: center;
}

.bulleCarreText
{
    position: absolute;
    top: 15%;
    left: 13%;
    color: black; 
    width: 70%;
    height: auto;
    /*font-size: 50px;
    line-height: 60px; */
    text-align: justify;
}

/*ajuste*/
.bulleAjust
{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bulleAjustText
{
    /*font-size: 50px;*/
    font-family: 'regular';
    width: 80%;
    position: absolute;
    top: 10%;
    text-align: justify;
}

/*grand*/

.grandeBulle
{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.grandeBullePicture
{
    width: 165%;
}

.grandeBulleText
{
   /* font-size: 50px;*/
    font-family: 'regular';
    width: 80%;
    position: absolute;
    /*top: 100px;*/
    text-align: justify;
}

.grandeBulleIcone
{
    width: 25%;
    position: absolute;
}

#empty
{
    height: 10vh;
}