/*!
Theme Name: IA Summit Lille Child
Theme URI: https://www.techniweb-agence.fr/
Description: TW
Author: TW
Author URI: https://www.techniweb-agence.fr/
Template: ia-summit-lille
Version: 1.0.0
Text Domain: ia-summit-lille
*/

/* Add your custom style here */

.invert {
    filter: invert(1);
    transition: filter 0.3s ease-in-out;
}

/*img.uicore.uicore-logo.uicore-main.invert {
    filter: invert(1);
}*/

.uicore-navbar .uicore-nav,
.uicore-navbar .uicore-nav-menu {
    display: none !important;
}

.uicore-logo,
.btninscriptionleft {
    transition: filter 0.3s ease-in-out, mix-blend-mode 0.3s ease-in-out;
}

/* Activation du mode blend sur fond clair */
.uicore-logo.invert,
.btninscriptionleft.invert {
    filter: invert(1);
    mix-blend-mode: difference;
}


.btninscriptionleft a {
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    transition: all ease 0.5s;
}

.btninscriptionleft a:hover {
    color: #000 !important;
    background: #fff !important;
    border: 2px solid #fff !important;
    transition: all ease 0.5s;
}

.btninscriptionleft a span {
    color: #fff !important;
    transition: all ease 0.5s;
}

.btninscriptionleft a:hover span {
    color: #000 !important;
    transition: all ease 0.5s;
}

/*body {
    background-image: -moz-linear-gradient( 65deg, rgb(231,73,41) 0%, rgb(228,29,73) 36%, rgb(226,5,99) 60%, rgb(211,14,128) 79%, rgb(160,48,137) 100%);
    background-image: -webkit-linear-gradient( 65deg, rgb(231,73,41) 0%, rgb(228,29,73) 36%, rgb(226,5,99) 60%, rgb(211,14,128) 79%, rgb(160,48,137) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(231,73,41) 0%, rgb(228,29,73) 36%, rgb(226,5,99) 60%, rgb(211,14,128) 79%, rgb(160,48,137) 100%);
    background-attachment: fixed;
    background-size: cover;
}*/


/*body {
 background: rgb(174,26,109);
background: -moz-linear-gradient(10deg, rgba(174,26,109,1) 0%, rgba(218,4,79,1) 50%, rgba(231,72,34,1) 100%);
background: -webkit-linear-gradient(10deg, rgba(174,26,109,1) 0%, rgba(218,4,79,1) 50%, rgba(231,72,34,1) 100%);
background: linear-gradient(10deg, rgba(174,26,109,1) 0%, rgba(218,4,79,1) 50%, rgba(231,72,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae1a6d",endColorstr="#e74822",GradientType=1);
    background-attachment: fixed;
    background-size: cover;
}*/
.uicore-body-content,
div#primary {
    background: transparent !important;
}


a.twd-ep-intervenant-chip {
    border-radius: 5px !important;
}

.twd-ep-session__content {
    border-radius: 5px !important;
}

h4.twd-ep-sub-session__title {
    font-size: clamp(15px, 2vw, 17px) !important;

}

:root {
    color-scheme: light;
}

html {
    color-scheme: light !important;
}