@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Light.ttf') format('truetype');
    font-weight: 200;
    font-feature-settings: "lnum";
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-feature-settings: "lnum";
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-feature-settings: "lnum";
}

@font-face {
    font-family: 'Raleway';
    src: url('./font/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-feature-settings: "lnum";
}

:root{
    --link-color: #b03c7e;
    --activelink-color: #93326a;  
    --bs-btn-hover-bg: #93326a;
    --bs-btn-hover-border-color: #93326a;
    --pod-primary-focus: #93326a;
    --bs-link-hover-color-rgb: 147, 50, 106;
    --bs-link-color-rgb: 147, 50, 106;
    --pod-primary: #aaa;
    --pod-primary-lighten: #93326a;
    --pod-activelink-color: #93326a;
    --primary2:#343a40;
}

html, body{
	font-family: Raleway, sans-serif;
	color: black;
    font-size:1.1rem;
}

html[data-dyslexia="on"], html[data-dyslexia="on"] > body {
    font-family: "Open Dyslexic";
}

a {
    color: var(--primary2);
    text-decoration: none;
    background-color: transparent;
}


a.pod-navbar__brand, a.pod-navbar__brand:hover, a.pod-navbar__brand:focus {
    text-decoration: none;
}

.navbar-brand img {
    max-height: inherit;
    max-width: 100%;
    min-height: 48px;
    margin-right: 10px;
}
.pod-footer-logo {
    height: 80px;
    background-size: contain;
    background-position: center;
}

#nav-live {
    display:none;
}

/***********************
 contenu page accueil
 **********************/
 .edito-card-list {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 1rem 2rem;
 }
 #pod-mainContent .custom-block {
    font-size: 0.9rem;
    padding: 4px;
	display: table-cell;
    align-items: center;
	vertical-align: top;
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-bottom:2rem;
}
#pod-mainContent .custom-block .content {
    padding: 3%;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}
#pod-mainContent .custom-block .content .btn {
    text-align: right;
}
#pod-mainContent .custom-block .picto {
    display: block;
    margin-right: 3%;
}
#pod-mainContent .custom-block .picto img{
	width: 40px;
}
#pod-mainContent .custom-block .picto img:hover{
    transform: rotate(15deg);
}
#pod-mainContent .custom-blocks-row {
    display: flex;
}
#pod-mainContent .custom-add-video {
    display: flex;
    align-items: center;
    text-align: center;
}
#pod-mainContent .custom-add-video .btn {
    margin: auto;
    white-space: normal;
    display: flex;
    align-items: center;
    min-height: 95%;
}
#pod-mainContent .custom-add-video .btn svg, .custom-add-video .btn img  {
    height: 80px;
    width: auto;
    vertical-align: bottom;
    margin-right: 4%;
}

#pod-mainContent h6 a {
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

@media (min-width: 576px) {
    .mt-sm-4 {
        margin-top: 2.5rem !important;
    }
}