/*
Theme Name: Divi-pour DLG
Description: Divi-pour DLG theme enfant de Divi
Author: MATYA
Template: divi
*/

/*
Rajoutez vos règles CSS personnalisés ci-dessous
*/
a.et-cart-info {
display: none !important;
}

/* Rounded center split and bottom rounded */
  
    .roundedsplit::before,
    .roundedsplit::after {
        position: absolute;
        content: '';
        pointer-events: none;}
  
    .roundedsplit {
        border-radius: 0 0 80px 80px;}
  
    .roundedsplit::before,
    .roundedsplit::after {
        top: -70px;
        left: 0;
        z-index: 10;
        width: 50%;
        height: 70px;
        background: inherit;}
  
    .roundedsplit::before {
        border-radius: 0 80px 0 0;}
  
    .roundedsplit::after {
        left: 50%;
        border-radius: 80px 0 0 0;}
