/* Styles par id des blocs HTML repris des pages d'apostolats de
   l'ancien site (généré par db/migrate/convert_org_pages.py). */
/* --- rennes --- */
#sppb-addon-d7605716-3fa6-4f1d-8d97-94a8d83f12d8 #subscribe{padding:10px 20px;margin:auto;margin-top:15px;margin-bottom:15px;border-radius:10px;border:2px solid #45b482;font-family:"Product";width:fit-content;text-align:center;background-color:#e4ffe4;}
#row {

        margin: auto;

    }
#column1 {

        float: left;

        width: 35%;

        margin: 0 5%;

    }
#column2 {

        float: left;

        width: 55%;

        padding: 0 5%;

    }
#player {

        float: right;

    }
#tabs {

        width: fit-content;

        max-width: 350px;

    }
#impots {

        display: inline;

        width: 100%;

    }
#row:after {

        content: "";

        display: table;

        clear: both;

    }
#column2 {

            width: 100%;

            margin-top: 30px;

        }
#tabs {

            width: 100%;

        }
#player {

            margin-top: 0;

            float: none;

            margin-left: 2%;

        }
#impot {

        padding: 10px 20px;

        margin: auto;

        margin-top: 15px;

        margin-bottom: 15px;

        border-radius: 10px;

        border: 2px solid #45b482;

        font-family: "Product";

        width: fit-content;

        text-align: center;

        background-color: #e4ffe4;

    }