/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

:root{
    --border-primary: #0c2837;
    --border-secondary: #cdcdcd;
    --button-primary-default: #0275d8;
    --button-primary-hover: #0233d8;
    --button-primary-active: #36b0f4;
    --button-primary-inactive: #1b1b1b;
    --button-secondary-default: #fff;
    --button-secondary-hover: #cdcdcd;
    --button-secondary-active: #cdcdcd;
    --button-secondary-inactive: #f9f9fb;
    --button-secondary-border-focus: #0085f2;
    --button-secondary-border-red: #ff97a0;
    --button-secondary-border-red-focus: #ffd9dc;
    --icon-primary: #b0fffd;
    --icon-secondary: #b3b3b3;
    --icon-information: #0085f2;
    --icon-warning: #ff2a51;
    --icon-critical: #d30038;
    --icon-success: #007936;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.container-blog {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.ratio-192x19 {
    --bs-aspect-ratio: calc(19 / 192 * 100%);
}

.ratio-25x32 {
    --bs-aspect-ratio: calc(32 / 25 * 100%);
}

.ratio-21x7 {
    --bs-aspect-ratio: calc(7 / 21 * 100%);
}

.ratio-1x2 {
    --bs-aspect-ratio: calc(2 / 1 * 100%);
}

.ratio-192x79 {
    --bs-aspect-ratio: calc(79 / 192 * 100%);
}

.ratio-75x62 {
    --bs-aspect-ratio: calc(62 / 75 * 100%);
}

.ratio-76x51 {
    --bs-aspect-ratio: calc(51 / 76 * 100%);
}


div.transbox {
  background-color: rgb(199 179 161 / 40%);
	/*
	rgba(250, 245, 255, 0.4);
	rgb(199 179 161 / 47%)
  -webkit-backdrop-filter: sepia(100%);
  backdrop-filter: sepia(100%);
	*/
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin:10px 0;
  font-weight: bold;
	padding-top: 0.35rem;
	padding-bottom: 0.45rem;
}

#cookie-notice {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    text-align: center;
    -webkit-backdrop-filter: blur(10.1px);
    backdrop-filter: blur(10.1px);
    background-color:rgb(184 183 174 / 35%) ;
}

.icon__alert_cookie {
    /*bottom: 11px;*/
    margin: 0 5px 5px 0;
    width: 150px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px;
    text-shadow: none;
    background: var(--button-primary-default);
		color:var(--icon-primary);
    border: 1px solid var(--border-primary);
    border-radius: 50%;
    border-radius: 0.25rem;
    box-shadow: 0px 1px 3px var(--button-secondary-default);			
    overflow: hidden
}

.icon__take {
    bottom: 11px;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px;
    text-shadow: none;
    background: var(--button-primary-default);
		color:var(--icon-primary);
    border: 1px solid var(--border-primary);
    border-radius: 50%;
    overflow: hidden
}

/*
@media(min-width: 992px) {
    #video-cta-cover {
        width:40%;
        padding: 20px 10px
    }

    #video-cta-cover h4 {
        font-size: 30px
    }

    #video-cta-cover .text-content {
        font-size: 18px
    }

    #video-cta-cover a div {
        font-size: 28px
    }

    #video-cta-cover a div i {
        margin-right: 5px;
        transform: translateY(-1px)
    }
}


*/