#menu_partie{
    margin: 40px 5%;
    border-left: 3px solid #52a8da;

    p{  margin: 0;
        padding: 7px 7px 7px 20px;
    }
    p:hover{
        cursor: pointer;
        background-color: rgba(82, 168, 218, 0.2);
    }
}

h3{ color: white;
    background-color: #2A87CA;
    margin: 60px 0 25px 0;
    padding: 12px 20px 10px;
}

h4{
    margin-top: 75px;
    margin-left: -15px;
    margin-right: -10px;
    padding: 7px 15px;
    border-left: 3px solid #2A87CA;
    border-top: 2px solid #2A87CA;
}

.contenu_sous_partie{
    margin-left: 3%;

    ul, ol{
        font-weight: bold;

        li{
            margin-top: 25px;
        }

        li[type=disc], li[type=none]{
            margin-top: 10px;
        }

        span{
            font-weight: normal;
        }
    }
}

#choix_logiciels a, a[download] {
    color: blue;
    text-decoration: underline;
}

.espacer{
    margin-top: 30px;
}

.cadre_bleu, .cadre_rouge, .cadre_vert{
    width: 65%;
    min-width: 375px;
    max-width: 600px;
    border: 1px solid black;
    border-radius: 15px;
    margin: 20px auto;

    p{
        padding-left: 20px;
    }

    p, ul, ol{
        padding-right: 20px;
    }

    p:first-child{
        color: white;
        background-color: black;
        margin: 0;
        padding: 7px 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    textarea{
        margin-top: -10px;
        margin-left: 30px;
        margin-bottom: 20px;
    }
}

.cadre_bleu{
    border-color: blue;
    margin-top: 35px;
    margin-bottom: 35px;
    p:first-child{
        background-color: #4d55b0;
    }
    p:not(:first-child) b.couleur{
        color: #2a36c2;
    }

    .rep{
        color: #1f358c;
        margin-top: 30px;
    }
}

.cadre_rouge{
    border-color: red;
    margin-top: 50px;
    p:first-child{
        background-color: #e74141;
    }
    p:not(:first-child) b.couleur{
        color: #e31d1d;
    }
}

.cadre_vert{
    border-color: green;
    p:first-child{
        background-color: #33ab33;
    }
    p:not(:first-child) b.couleur{
        color: #18a618;
    }
}

.image_centree_liste, .image_centree{
    img{
        border: 1px solid #dadada;
    }
}


embed{
    border: 1px solid black;
    border-right-width: 2px;
}



.image_centree_liste{
    text-align: center;
    margin-top: 15px;
}

.image_centree{
    margin-bottom: 50px;
    text-align: center;
}

.image_grande{
    img, video{
        width: 100%;
    }
}

.image_moyenne{
    img, video{
        width: 60%;
        min-width: 350px;
        max-width: 500px;
    }
}

.image_petite{
    img, video{
        width: 40%;
        min-width: 200px;
        max-width: 400px;
    }
}