/* --------------------------------------------
----                                       ----
----  EN MODE DE FONCTIONNEMENT TELEPHONE  ----
----                                       ----
-----------------------------------------------
*/

@media screen and (max-width:767.98px) {
    .miniMenu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
       
        /* border: solid red; */
    }
    .affichage {
        width: 360px;
        height: auto;
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: space-between;
        /* border: solid green; */
    }
    .image {
        display: block;
        margin: 0px;
        width: 340px;
        height: 300px;
        margin-bottom: 30px;
        border-radius: 15px;
        /* box-shadow: 1px 1px 12px #555; */
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        /* border: solid black; */
    }
    #image {
        width: 340px;
        height: 300px;
        border-radius: 15px;
        background-color: #ffffff;
    }
    .presentation {
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 340px;
        height: auto;
        border-radius: 15px;
        padding: 0px 10px;
        box-shadow: 1px 1px 12px #555;
        /* border: solid yellow; */
    }
    .texte {
        background: white;
        display: flex;
        width: 340px;
        height: 100%;
        border-radius: 15px;
        padding: 10px 5px;
        /* border: solid black; */
    }
    .logoMarque {
        background: white;
        display: none;
        width: 340px;
        height: 150px;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        /* border: solid orange; */
    }
    #marque {
        width: 270px;
        height: 100px;
        box-shadow: 0px 5px 11px #555;
        border-radius: 70px;
        padding: 5px;
    }
    /* design du texte */
    .texteFondPesee li {
        list-style: square;
    }
    .texteFondPesee ul {
        line-height: 15px;
        padding-left: 40px;
    }
    .texte h2 {
        text-align: center;
    }
    .texte p {
        text-align: left;
    }
    /* ---------- */
    /* position de depart pour l affichage des textes */
    .texteFondPesee {
        z-index: 2;
    }
    .texteFondHillrom {
        z-index: 2;
        display: none;
    }
    .texteFondLinet {
        z-index: 2;
        display: none;
    }

    .texteFondStryker {
        z-index: 2;
        display: none;
    }
    /* ---------- */
    /* design du mini menu avec 4 boutons */
    #pesee {
        background-color: #ffffff;
        width: 70px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #pesee:hover {
        color: rgb(19, 134, 150);
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }
    #hill-rom {
        background-color: #ffffff;
        width: 70px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #hill-rom:hover {
        color: rgb(19, 134, 150);
        ;
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }
    #linet {
        background-color: #ffffff;
        width: 70px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #linet:hover {
        color: rgb(19, 134, 150);
        ;
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }

    #stryker {
        background-color: #ffffff;
        width: 70px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #stryker:hover {
        color: rgb(19, 134, 150);
        ;
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }
    /* ---------- */
}


/* ---------- */


/* -----------------------------------------
----                                    ----
----  EN MODE DE FONCTIONNEMENT PC      ----
----                                    ----
--------------------------------------------
*/


@media screen and (min-width:768px) {
    .headerImage {
        /* display: none; */
    }
    main {
        align-items: center;
    }
    .miniMenu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        /* border: solid red; */
    }
    .affichage {
        width: 1260px;
        height: auto;
        display: flex;
        margin-top: 30px;
        flex-direction: row;
        justify-content: space-between;
        /* border: solid green; */
    }
    .image {
        display: block;
        margin: 0px;
        width: 600px;
        height: 450px;
        border-radius: 15px;
        /* box-shadow: 1px 1px 12px #555; */
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        /* border: solid black; */
    }
    #image {
        width: 600px;
        height: 450px;
        border-radius: 15px;
        background-color: #ffffff;
    }
    .presentation {
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 600px;
        height: 450px;
        border-radius: 15px;
        padding: 10px 10px;
        /* box-shadow: 1px 1px 12px #555; */
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        /* border: solid yellow; */
    }
    .texte {
        display: block;
        margin: 0px auto;
        width: 580px;
        height: 200px;
        /* border: solid black; */
    }
    .logoMarque {
        display: none;
        width: 580px;
        height: 200px;
        justify-content: center;
        /* border: solid orange; */
    }
    #marque {
        width: 350px;
        height: 150px;
        border-radius: 70px;
        box-shadow: 0px 5px 11px #555;
        padding: 5px;
    }
    /* design du texte */
    .texteFondPesee li {
        list-style: square;
        padding-inline-start: 10px;
    }
    .texteFondPesee ul {
        padding-left: 40px;
    }
    .texte h2 {
        text-align: center;
    }
    .texte p {
        text-align: left;
    }
    /* ---------- */
    /* position de depart pour l affichage des textes */
    .texteFondPesee {
        z-index: 2;
    }
    .texteFondHillrom {
        z-index: 2;
        display: none;
    }
    .texteFondLinet {
        z-index: 2;
        display: none;

    }
    .texteFondStryker {
        z-index: 2;
        display: none;
    
    }
    /* ---------- */
    /* design du mini menu avec 4 boutons */
    #pesee {
        background-color: #ffffff;
        width: 250px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #pesee:hover {
        color: rgb(19, 134, 150);
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }
    #hill-rom {
        background-color: #ffffff;
        width: 250px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        ;
        color: black;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #hill-rom:hover {
        color: rgb(19, 134, 150);
        ;
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }
    #linet {
        background-color: #ffffff;
        width: 250px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #linet:hover {
        color: rgb(19, 134, 150);
        ;
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }

    #stryker {
        background-color: #ffffff;
        width: 250px;
        box-shadow: 2px 2px 2px rgb(19, 134, 150);
        border: solid 1px rgb(214, 225, 226);
        border-radius: 5px;
        color: black;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 4px;
        cursor: pointer;
    }
    #stryker:hover {
        color: rgb(19, 134, 150);
        ;
        box-shadow: 4px 5px 5px rgb(19, 134, 150);
    }
    /* ---------- */
}


/* ---------- */