/*
 Theme Name:   Blocksy Child
 
 Template:     blocksy

*/


@font-face {
    font-family: 'BBBBaskervvol';
    src: url('/wp-content/themes/blocksy-child/FONT/amiamie-font-family/Amiamie-Regular-BF63d9b9a69832c.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'light';
    src: url('/wp-content/themes/blocksy-child/FONT/amiamie-font-family/Amiamie-Light-BF63d9b9a65411d.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body [data-products="type-2"] .product {
    background-color: transparent!important;
}

body .ct-menu-link {
    font-family: 'light'!important;
    transition:all 0,3s ease-in-out;
    font-size:19px!important;

}

@media (min-width:780px) {

body .ct-menu-link:hover {
    background: radial-gradient(rgba(21, 252, 0, 0.8) -15%, #FFF0 65%);

}
}


body .has-palette-color-8-background-color {
    background: white!important;

}

body * {
    transition:0.3s ease-in-out;
}

body {
    background:white;

}

body, p {
    font-family: 'BBBBaskervvol', sans-serif !important;
}

button {
    font-family: 'BBBBaskervvol', sans-serif !important;

}

/* Override headings font */


h1, h2, h3 ,  h4, h5, h6 {
    font-family: 'BBBBaskervvol', serif !important;
    font-weight: 400;
    font-style: normal;
}

.title {
    font-size:4rem;
}

.container {
    width: 100%;
    height: 100%;
    padding: 5rem 2rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.container img {
    width: max(250px,30%);
    margin: 5px;
}

@media (min-width: 750px) {
    .container {
      align-items: flex-end; 

    }
  }

  @media (max-width: 750px) {
    .container {
        flex-direction: column-reverse;
        padding: 2rem 1rem 1rem;

    }
    .title {
        font-size:2rem;
    }

    .bloc {
        max-width: 100%;
        text-align: center;
    }

    body .ct-menu-link:hover {
        background: none;
    
    }
  }