
/* PRESTATIONS */
.content .postcontent-0 .layout-item-0 {
            border: solid 1px #f9b803;
            color: #c6d1dd;
            background: #000;
            border-collapse: separate;
        }
        .content .postcontent-0 .layout-item-1 {
            color: #000;
            background: #000;
            padding-right: 10px;
            padding-left: 10px;
        }
        .content .postcontent-0 .layout-item-2 {
            border-left: solid ipx #f9b803;
            color: #c6d1dd;
            background: #000;
            padding-right: 10px;
            padding-left: 10px;
        }
        .content .postcontent-0 .layout-item-3 {
            color: #1d2630;
            background: #e2e8ee;
            border-spacing: 5px 5px;
            border-collapse: separate;
        }
        .content .postcontent-0 .layout-item-4 {
            border: solid 1px rgb(181, 181, 181);
            color: #000;
            background: #fff;
            padding-right: 10px;
            padding-left: 10px;
            border-radius: 15px;
        }
        .content .postcontent-0 .layout-item-5 {
            border: solid 1px rgb(181, 181, 181);
            color: #212b36;
            background: #fff;
            padding-right: 10px;
            padding-left: 10px;
            border-radius: 15px;
        }

        h2.entete {
            color: #fc9;
            text-align: right;
        }
        div.rond {
            background-color: #69f;
        }
        div.rond2 {
            background-color: #f90;
        }
        div.rond3 {
            background-color: #38a838;
        }
        div.rond4 {
            background-color: #fc0;
        }
        h3.rond {
            padding-top: 70px;
            color: #fff;
            font-weight: normal;
            font-family: Georgia, serif;
            font-style: italic;
        }
        h3.R4 {
            color: #8f0000;
            padding-top: 50px;
        }
        .rond, .rond2, .rond3, .rond4 {
            width: 250px;
            height: 250px;
            border-radius: 100%;
            text-align: center;
            margin: 20px;
        }
        h1.prestations {
            text-align: center;
            padding: 15px;
            background-color: #f2f2f2;
            border: 1px solid #ccc;
            border-radius: 20px;
            margin: 3% 10% 0 10%;
        }
        .text1 {
            color: white;
            font-size: 16px;
            background-color: rgb(0, 0, 0, .5);
            padding: 1%;
        }
        .fondgeneral {
            background: rgb(227, 227, 227);
        }
        .wrapbox {
            display: flex;
            background-color: #fff;
            align-items: center;
            margin-bottom: 2%;
        }
        .w1 {
            background-image: url(images/Bach-Messe-en-si_01.jpg);
            border-radius: 20px 20px 0 0 ;
        }
        .w2 {
            background-image: url(images/Ceremonie-funeraire_3.jpg);
        }
        .w3 {
            background-image: url(images/Rosier2.jpg);
        }
        .w4 {
            background-image: url(images/Efferve-Sens.jpg);
            border-radius: 0 0 20px 20px;
        }
        .plus > a:link, a:visited {
            color: rgb(178, 178, 178) ;
            font-weight: bold;
            padding: 2px;
            background-color: rgb(0, 0, 0);
        }
        .plus > a:hover {
            color: rgb(224, 135, 0) ;
            font-weight: bold;
        }

        .ie7 .post .layout-cell {
            border: none !important;
            padding: 0 !important;
        }
        .ie6 .post .layout-cell {
            border: none !important;
            padding: 0 !important;
        }
        .video {
            text-align: center;
            font-size: small;
        }

        @media all and (max-width: 800px) {
            .wrapbox {
                display: flex;
                flex-direction: column;
                padding: 3%;
            }
            h1.prestations, h2.entete {
                font-size: 20px;
                text-align: center;
                font-weight: bold;
            }
        }