/* ICSI Safety Academy */
/* ******************* */

:root {
    --main-font: Poppins, sans-serif;
    --title-font: Poppins, sans-serif;
}

.mainTextColor {
    color: #201b54!important;
}

/* ****** */
/* GLOBAL */
/* ****** */
.cancelButton {
 padding: 10px 35px;
}   

.objectifBloc ol {
    padding-left: 30px;
}

#searchPage, body, #resultSearch, .backgroundGreyColor, .fullMVC #presentationContainerParent {
    background-color: #fff !important;
}

.fullMVC #presentationContainer {
    margin-top: 100px;
    padding-bottom: 0!important;
}

.fullMVC #backOfficeButton {
   	border: none;
   	margin-top: 90px;
    z-index: 999;
}

.header_small .navig .searchDashboard {
    margin: auto 0px auto auto;
}

.header .navig i:hover {
    font-weight: unset;
    transition: unset;
    font-size: unset;
}

.ICSI_Section_Margin {
    margin-top: 45px;
    margin-bottom: 60px;
}

#headerThemesMenu, #responsiveHeaderMenu {
    z-index: 99;
}

.form-control {
    border-radius: 50px!important;
}

/* ************ */
/* ARTICLE PAGE */
/* ************ */
#pageArticle .fiche_header {
    padding: 50px 30px;
}

#pageArticle #relatedResources .slide {
    width: 360px!important;
}

/* ********** */
/* LOGIN PAGE */
/* ********** */
.loginBox {
    width: 40%;
}

.loginBox img {
    margin: 0;
    max-height: 80px;
}

.loginBox .form-group {
    width: 80%;
}

.loginBox .input-group-addon { 
    display:none;
 }

 .loginBox input {
    border: 1px solid var(--main-color)!important;
 }

 #loginSubmit, #loginCancel, #bDiscard, #btnReset, #btnValidate {
    border-radius: 50px;
    width: unset!important;
    display: inline-block;
    text-transform: none;
    margin-top: 10px;
    font-size: 16px;
 }

 #loginCancel, #bDiscard {
    background-color: #f5f5f5!important;
    color: #333!important;
    border-color: #333!important;
    margin-left: 30px;
 }

#captchaBloc {
    margin-top: 30px;
    width: 80%;
}

#CaptchaCode {
    border-radius: 50px;
    margin-bottom: 30px;
}

.loginBox .loginBoxForm #zTitle {
    font-size: 40px !important;
    font-weight: 600!important;
}

/* ****** */
/* HEADER */
/* ****** */
.ICSI_Header {
	margin: auto 0px auto auto;
}

.ICSI_Header > div {
	display: inline-block;
}

.ICSI_HeaderLng {
	margin: 0 15px;
	padding-left: 15px;
	border-left: 1px solid #303030;
}

.ICSI_HeaderLinks ul, .ICSI_HeaderLng ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.ICSI_HeaderLng ul {
	gap: 10px;	
}

.ICSI_HeaderLinks li, .ICSI_HeaderLng li {
    display: inline;
}

.ICSI_HeaderLinks a, .ICSI_HeaderLng a, #webformHeader a {
    text-decoration: none;
    color: var(--main-color)!important;
}

.ICSI_HeaderLinks a:hover, .ICSI_HeaderLng a:hover {
	text-decoration: underline!important;
}

.ICSI_HeaderSecond {
	display: flex; 
	align-items: center;
	background-color: var(--main-color);
	height: 65px;
    position: relative;
}

.ICSI_HeaderMenuNav {
	margin: auto 10px auto 5px;
}

.ICSI_HeaderMenuNav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
}

.ICSI_HeaderMenuNav li {
    display: inline;
}

#webformHeader a.ICSI_HeaderMenu {
    color: #fff!important;
    font-size: 18px;
    font-weight: 500;
}

.ICSI_HeaderSecond .navig {
	position: unset!important;
}

.navig .searchDashboard {
	border: none;
    border-radius: unset;
    box-shadow: unset;
    margin: 15px 0 0 auto;
}

.navig .searchDashboard .form-inline {
    background-color: #fff;
    border-radius: 30px;
    height: 30px;
}

.navig .searchDashboard #headerQuickSearch2 {
	border: 0;
	padding : 5px 20px 8px;
	width: 280px;
    margin-bottom: 10px;
}

.navig .searchDashboard #headerQuickSearch2::placeholder {
	color: var(--main-color)!important;
	opacity: 0.9;
}

.navig .searchDashboard .fa-search {
    top: 4px !important;
    right: 2px !important;
    left: auto;
    font-size: 12px;
    background-color: var(--secondary-color);
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    transition: all 0.1s;
}

.navig .searchDashboard .fa-search:hover {
    font-size: 16px!important;
    color: #fff;
    transition: all 0.1s;
    font-weight: bold;
}

.searchDashboard div.advancedSearch {
    display: none;
}

#webformHeader a.advancedSearch {
    color: #fff!important;
}

.ICSI_HeaderLng img {
    display: unset!important;
}

/* ********* */
/* DASHBOARD */
/* ********* */
.bannerTopDashboard::before {
    background: none!important;
}

.ICSI_Welcome_Message strong {
    font-weight: 500!important;
}

#ICSI_Dashboard_Essentiels {
    background-color: #f7f7f7!important;
}

#ICSI_Dashboard_Headlines {
    background-color: var(--main-color)!important;
}

#ICSI_Dashboard_Headlines h3 {
    color: #fff!important;
}

#presentationContainer .mainBlockDashboard h2 {
    font-size: 36px!important;
    font-weight: 300!important;
    color: var(--main-color)!important;
}

.bannerTopDashboard {
    height: 550px;
}

.ICSI_Welcome_Avatar > img {
    border-radius: 50%;
    width: 220px;
    height: auto;
    position: absolute;
    top: 90px;
    left: 17%;
    border: 50px solid #f2f1f1;
}


.ICSI_HomeSearchButton, .ICSI_VignetteEssentiel_Button {
    background-color: var(--secondary-color);
    background: linear-gradient(to right, var(--secondary-color), #F59B1B);
    border-radius: 50px;
    padding: 8px 10px 8px 20px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px!important;
}

.ICSI_HomeSearchButton a, .ICSI_VignetteEssentiel_Button a {
    color: #fff!important;
}

.ICSI_HomeSearchButton:hover a, .ICSI_VignetteEssentiel_Button:hover a {
    text-decoration: underline;
}

.ICSI_HomeSearchButton i, .ICSI_VignetteEssentiel_Button i {
    margin-left: 20px;
    background-color: #fff;
    color: var(--main-color);
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
}

.ICSI_LaunchButton {
    padding: 15px 30px;    
    margin: 0 auto;
}


.ICSI_OrgFavThemes .ICSI_Vignette_Theme_Title {
    font-size: unset !important;
}

/* ****************** */
/* VIGNETTE RESSOURCE */
/* ****************** */
.ICSI_VignetteRessource {
    position:relative; 
    border-radius: 15px; 
    overflow: hidden; 
    margin: 0 10px 20px 10px; 
    aspect-ratio: 2 / 1;
}

.ICSI_VignetteRessource_InfoContainer {
    position: relative; 
    height: 100%; 
    width: 100%;
}

.ICSI_VignetteRessource_Info {
    position: absolute; 
    width:100%;
    height: 100%; 
    top: 0; 
    left: 0;
    
    background: linear-gradient(to bottom, 
        rgba(32, 27, 84, 0) 0%,
        rgba(32, 27, 84, 0.1) 40%,
        rgba(32, 27, 84, 0.8) 75%,
        rgba(32, 27, 84, 0.85) 85%,
        rgba(32, 27, 84, 0.95) 92%,
        rgba(32, 27, 84, 0.95) 100%
    ); 
    
}

.ICSI_VignetteRessource_InfoBottom {
    position:absolute; 
    bottom: 10px; 
    left: 0; 
    padding: 0 10px; 
    width: 100%;
}

.ICSI_VignetteRessource_InfoTop {
    position:absolute; 
    top: 15px; 
    left: 0; 
    width: 100%; 
    padding: 0 10px;
    visibility: hidden;
    font-size: 14px;
}


.ICSI_VignetteRessource_Title {
    font-size: 18px;
    font-weight: 600!important;
    color: #fff;
    padding: 10px 10px;
    line-height: 1.1em;
    /*
    font-weight: 500;
    background-color: var(--main-color);
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px var(--main-color);
    */
}

.ICSI_VignetteRessource_Stats {
    height: 0;
    overflow: hidden;
}

.ICSI_VignetteRessource:hover .ICSI_VignetteRessource_InfoBottom {
    --bottom: 10px;
}

.ICSI_VignetteRessource:hover .ICSI_VignetteRessource_Info {
    background: unset;
    background-color: var(--main-color);
    transition: all 0.2s ease;
}

.ICSI_VignetteRessource:hover .ICSI_VignetteRessource_Stats {
    height: unset;
    margin-top: 15px; 
    border: 1px solid #fff; 
    background-color: #fff; 
    border-radius: 15px; 
    color: var(--main-color); 
    padding: 3px 10px 2px; 
    font-size: 12px;
    transition: all 0.2s ease;
}

.ICSI_VignetteRessource:hover .ICSI_VignetteRessource_InfoTop {
    visibility: visible;
    color: #fff;
}

.ICSI_VignetteRessource:hover .ICSI_VignetteRessource_InfoTop img {
  filter: invert(1) brightness(100) saturate(100%) hue-rotate(180deg);
}

.ICSI_VignetteRessource.list .ICSI_VignetteRessource_Info {
    display: none!important;
}

.ICSI_VignetteRessourceList_Title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: 15px;
}

.ICSI_VignetteRessourceList_InfoTop {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;    
}

.ICSI_VignetteRessourceList_Stats {
    margin-top: 5px; 
    color: var(--main-color); 
    font-size: 14px;
}

.ICSI_VignetteRessourceList_Description {
    font-size: 14px;   
}

.searchBlock > div {
    margin-bottom: 15px;
}

.searchList {
    border-top: 2px solid #f5f5f5;
    padding: 20px 0px 0;
}

.searchList:hover {
    background-color: #f5f5f5;
    transition: all 0.5s ease;
}

.resourceList .list {
    padding-bottom: 0px;
}


/* ****************** */
/* VIGNETTE ESSENTIEL */
/* ****************** */
.ICSI_VignetteEssentiel {
    height: 350px;
    background-color: var(--main-color);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.ICSI_VignetteEssentiel_Title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    background-color: #fff;
    border-radius: 15px;   
    text-align: center;
    padding: 15px;
    font-weight: 600;
    color: var(--main-color);
    font-size: 24px;
    width: 90%;
    line-height: 0.9em;
    transition: all 0.2s;
}

.ICSI_VignetteEssentiel:hover .ICSI_VignetteEssentiel_Title {
    background-color: var(--main-color);
    color: #fff;
    transition: all 0.2s;
}

.ICSI_VignetteEssentiel_Title span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.ICSI_VignetteEssentiel_Button {
    margin-top: 15px;
    display: inline-block;
}

.ICSI_VignetteEssentiel_Img {
    height: 100%;
    width: auto;
    display: block;
    max-width: unset !important;
}

/* ************* */
/* SECTION TITLE */
/* ************* */
#presentationContainer .dashboardLearn h3 {
    text-align: center!important;
    text-transform: none;
    font-weight: 600!important;
    font-size: 32px!important;
    margin-top: 30px!important;
    margin-bottom: 50px!important;
}

#presentationContainer .dashboardLearn h3 span {
    display: block;
    font-weight: 300!important;
}

#presentationContainer .dashboardLearn h3::before {
    content: "";
    display: block;
    width: 80px; /* Largeur de la barre */
    height: 5px; /* Hauteur de la barre */
    background: var(--secondary-color);
    border-radius: 10px;
    position: absolute;
    top: 15px; /* Espacement au-dessus du texte */
    left: 50%;
    transform: translateX(-50%);
}

/* ************** */
/* VIGNETTE THEME */
/* ************** */
.ICSI_Vignette_Theme {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1; /* Largeur = 2x hauteur */
    border-radius: 15px;
    overflow: hidden;
    background: white;
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.ICSI_Vignette_Theme_Img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45%;
    height: auto;
    margin: 0 -25px 0 -30px;
}

.ICSI_Vignette_Theme_Content {
    position: absolute;
    top: 15px;
    left: 35%;
    width: 60%;
}

.ICSI_Vignette_Theme_Title {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.10em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.col-md-3 .ICSI_Vignette_Theme_Title {
    font-size: 16px;
    -webkit-line-clamp: 3 !important;
}

.ICSI_Vignette_Theme_Action {
    margin-top: 15px;
    padding-top: 2px;
    color: var(--main-color);
    font-size: 14px;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    width: 40px;
    transition: all 0.2s;
    text-align: center;
}

.ICSI_Vignette_Theme_Action a {
    color: var(--main-color)!important;
    transition: all 0.2s;
}

.ICSI_Vignette_Theme:hover .ICSI_Vignette_Theme_Action {
    background-color: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    transition: all 0.2s;
}
.ICSI_Vignette_Theme:hover .ICSI_Vignette_Theme_Action a {
    color: #fff!important;
    transition: all 0.2s;
}

/* *************** */
/* MENU 2ND HEADER */
/* *************** */
.ICSI_theme_dropdown, .ICSI_Types_dropdown {
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 10px !important;
    border: none;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.ICSI_theme_dropdown li, .ICSI_Types_dropdown li {
    margin-top: 15px;
}

.dropdown-menu {
    opacity: 0;
    transform: translateY(10px); /* Décalage vers le haut */
    display: block !important; /* Permet d'éviter le display: none */
    visibility: hidden;
}

/* Quand le menu est ouvert (Bootstrap ajoute .open sur le parent) */
.dropdown.open .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#webformHeader a.ICSI_HeaderMenu {
    transition: all 0.5s ease;
}

#webformHeader a.ICSI_HeaderMenu:focus {
    background-color: #fff;
    color: var(--main-color)!important;
    transition: all 0.5s ease;
}

.open > .ICSI_Types_dropdown {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.open > .ICSI_theme_dropdown .ICSI_Vignette_Theme {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.ICSI_theme_dropdown .ICSI_Vignette_Theme_Title {
    font-size: 16px;
}

.ICSI_theme_dropdown .ICSI_Vignette_Theme_Action {
    margin-top: 5px;
}

.ICSI_Types_dropdown li {
    display: inline-block;
}

.ICSI_Vignette_Modalite {    
    padding: 5px 15px;
    border-radius: 30px;
    background-color: #F7F7F7 ;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.ICSI_Vignette_Modalite:hover {
    background-color: var(--secondary-color) ;
    color: #fff;
    transition: all 0.3s ease;
}

.ICSI_Vignette_Modalite:hover img {
  filter: invert(1) brightness(100) saturate(100%) hue-rotate(180deg);
}

.ICSI_Vignette_Modalite .ICSI_Vignette_Modalite_Title {
    font-size: 16px;
}

/* *************** */
/* PAGE THEMATIQUE */
/* *************** */
#Pagethemes {
    margin-top: -36px;
}

.ICSI_ThemeHeader {
    background-color: #F7F7F7; 
    height: unset!important;
    padding-bottom: 30px!important;
}

.ICSI_ThemeHeader_Title {
}

.ICSI_ThemeHeader_ImgContainer {
    position: relative; 
    overflow: hidden; 
    height: 120px; 
    width: 120px; 
    background-color: #fff; 
    border-radius: 15px;
}

.ICSI_ThemeHeader_Title_Col {
    height: 120px!important;
}

.ICSI_ThemeHeader_Title img {
    height: 120px!important;
    mix-blend-mode: multiply;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset!important;
}

.ICSI_ThemeHeader_Title h1 {
    color: var(--main-color);
    text-transform: none;
}

.ICSI_ThemeHeader_Back a {
    color: #606060!important;
    font-size: 12px;
}

.ICSI_ThemeHeader_Back a:hover {
    color: #606060!important;
    text-decoration: underline!important;
}

.ICSI_ThemeHeader_Description {
    color: var(--main-color);
    font-size: 14px;
    margin-top: 10px;
}

.ICSI_ThemeHeader .embed-responsive {
    border-radius: 20px;
}

.ICSI_ThemeHeader_Video {
    padding: 0 10%;
    margin-top: 15px;
}

.ICSI_ThemeHeader_Comm {
    background-color: var(--secondary-color);
    border-radius: 30px;
    padding: 5px 5px 5px 15px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.ICSI_ThemeHeader_Comm a {
    color: #fff!important;
}

.ICSI_ThemeHeader_Comm a:hover {
    text-decoration: underline!important;
}

.ICSI_ThemeHeader_Comm i {
    margin-left: 20px;
    background-color: #fff;
    color: var(--main-color);
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
}

#resourcesSelectedTheme h3, #themesData h3 {
    text-align: left!important;
    text-transform: none;
    font-weight: 500!important;
    font-size: 28px!important;
    margin-top: 30px!important;
    margin-bottom: 50px!important;
}

#resourcesSelectedTheme h3 span, #themesData h3 span {
    display: block;
    font-weight: normal!important;
}

#resourcesSelectedTheme h3::before, #themesData h3::before {
    content: "";
    display: block;
    width: 80px; /* Largeur de la barre */
    height: 5px; /* Hauteur de la barre */
    background: var(--secondary-color);
    border-radius: 10px;
    position: absolute;
    top: 15px; /* Espacement au-dessus du texte */
}

/* ************** */
/* PAGE RESSOURCE */
/* ************** */
.headerResourceInfo {
    left: 0;
}

#pageRessource .objectifBloc {
    color: var(--main-color)!important;
}

#pageRessource h2, #pageRessource .objectifBloc h3, #relatedResourcesContainer h3 {
    text-transform: none;
    font-weight: 500!important;
    font-size: 24px!important;
    margin-top: 50px!important;
    margin-bottom: 15px!important;
    position: relative;
    color: var(--main-color);
}

#pageRessource h2 span, #pageRessource .objectifBloc h3 span, #relatedResourcesContainer h3 span {
    display: block;
    font-weight: normal!important;
}

#pageRessource h2::before, #pageRessource .objectifBloc h3::before, #relatedResourcesContainer h3::before {
    content: "";
    display: block;
    width: 80px; /* Largeur de la barre */
    height: 5px; /* Hauteur de la barre */
    background: var(--secondary-color);
    border-radius: 10px;
    position: absolute;
    top: -15px; /* Espacement au-dessus du texte */
}

#pageRessource .ressourceContainer .tags {
    font-size: 14px;
    float: left;
    padding: 2px 10px;
    border-radius: 50px;
    box-shadow: none;
    margin: 5px;
    background-color: var(--secondary-color);
    color: #ffffff;
    border: 1px solid var(--secondary-color);
}

#pageRessource .tagZone > div {
    float: left;
}

#pageRessource .tagZone h3 {
    float: left;
    margin-top: 10px;
    font-size: 14px!important;
    font-weight: 500!important;
}

#pageRessource .embed-responsive {
    border-radius: 30px;
}

#pageRessource .extpropZone {
    margin-top: 30px;
    border-radius: 15px;
    background-color: #f5f5f5;
    padding: 15px 20px 5px 20px;
    color: var(--main-color);
}

#pageRessource .extpropZone h3 {
    text-transform: unset;
    color: var(--main-color);
}

#pageRessource .backgroundBlurResource {
    background-color: #f5f5f5;
}

#pageRessource h1.ICSI_ResourceTitle {
    font-size: 26px!important;
    color: var(--main-color);
    text-transform: unset;
    font-weight: 500!important;
    line-height: unset;
    line-height: 1.25;
}

.headerResourceInfo .col-md-7 {
    margin-top: unset;
}

#pageRessource .ICSI_ResourceHeader {
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
    height: 200px;
}

#pageRessource .backgroundBlurResource {
    height: 240px;
    margin: 0!important;
    padding: 0!important;
}

#pageRessource .backgroundBlurResource img {
    height: 240px;
    width: auto;
    -webkit-mask-image: radial-gradient(circle at -95% 50%, transparent 50%, #000 50.2%)
}

.ICSI_ResourceHeader_Type, .ICSI_ResourceHeader_Theme, .ICSI_ResourceHeader_Duration { 
    background-color: #ffffff ;
    color: var(--main-color);
    margin-right: 15px;
    padding: 2px 15px;
    border-radius: 30px;
}

.ICSI_ResourceTitleInfo {
    color: var(--main-color);
    margin-top: 15px;
}

.ICSI_ResourceStats {
    color: var(--main-color); 
}

.ICSI_ResourceStats i {
    color: var(--secondary-color);
}

.ICSI_ResourceStats span {
    border-right: 1px solid #ccc;
    margin: 0 15px;
}

#pageRessource .actionBar > div:not(:empty) {
    float: right;
    background-color: #ffffff;
    padding: 5px 10px 3px;
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
    margin-right: 15px;
}

.ICSI_Coord_Zone a:hover {
    text-decoration: underline;
}

#pageRessource .pieceJointe {
    height: unset!important;
}

.pieceJointe i {
    color: var(-main-color)!important;
}

.pieceJointe .text-truncate  {
    color: var(--secondary-color)!important;
}

.pieceJointe a:hover span {
    text-decoration: underline;
}

.ICSI_ResourceLefter_MainInfo {
    margin-bottom: 15px;
    font-size: 14px;
}

.ICSI_ResourceLefter_MainInfo .themeLink {
    font-weight: 500;
}

.ICSI_ResourceLefter_MainInfo .ImgIco {
    height: 30px; 
    width: auto; 
    display: inline-block; 
    margin-right: 10px;
}

.ICSI_ResourceLefter_MainInfo .themeLinkImg {
    mix-blend-mode: multiply;
    margin: 0 -25px 0 -30px;
    height: 50px; 
    max-width: unset !important;
}

#pageRessource .data {
    margin-bottom: 15px;
    font-size: 14px;
}

/* *********** */
/* PAGE SEARCH */
/* *********** */
#searchPage {
    background-color: #f5f5f5!important;
    padding: 0px 0 20px 0!important;
}

#searchPage h1, .loginBoxForm h1 {
    text-transform: none;
    font-weight: 600!important;
    font-size: 28px!important;
    margin-top: 50px!important;
    margin-bottom: 15px!important;
    position: relative;
    color: var(--main-color);
}

#searchPage h1 span, .loginBoxForm h1 span {
    display: block;
    font-weight: normal!important;
}

#searchPage h1::before, .loginBoxForm h1::before {
    content: "";
    display: block;
    width: 80px; /* Largeur de la barre */
    height: 5px; /* Hauteur de la barre */
    background: var(--secondary-color);
    border-radius: 10px;
    position: absolute;
    top: -15px; /* Espacement au-dessus du texte */
}

#searchPage #SearchBar_Value {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; 
    border-bottom-left-radius: 0px!important; 
    border-top-left-radius: 0px!important; 
}

#searchPage .input-group-addon {
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
}

.chosen-container-multi .chosen-choices {
    background-image: unset;
    /*border-radius: 50px!important;*/
}

.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 50px;
    background-color: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

#searchPage .btnSearch {
    border: 1px solid var(--secondary-color) !important;
    border-radius: 50px;
    text-transform: none;
    transition: all 0.5s ease-out;
    width: 100%;
}

#resultSearch .list_display .choice {
    margin-right: 0!important;
}

/* *************** */
/* DASHBOARD GUEST */
/* *************** */
.guestHome {
    margin-top: -20px;
}

.guestHome h1 {
    text-transform: none;
    font-size: 48px !important;
    font-weight: 600!important;
}

.guestHome h1 span {
    font-weight: 300!important;
}

.guestHome h1::before {
    content: "";
    display: block;
    width: 80px; /* Largeur de la barre */
    height: 5px; /* Hauteur de la barre */
    background: var(--secondary-color);
    border-radius: 10px;
    position: absolute;
    top: -15px; /* Espacement au-dessus du texte */
    left: 50%;
    transform: translateX(-50%);
}

.guestHome .ICSI_HomeSearchButton {
    margin: 50px auto;
}

.guestHome .bannerTopDashboard {
    padding-bottom: 0!important;
}

.ICSI_GuestCTA div {
    display: inline-block;
    padding: 2px 5px 2px 15px!important;
    font-size: 16px!important;
}

.ICSI_GuestCTA i {
    font-size: 14px !important;
}

.ICSI_GuestCTA i:hover {
    font-weight: 500 !important;    
}

.ICSI_GuestCTA .ICSI_HeaderLogin {
    background-color: #f5f5f5!important;
    color: var(--main-color)!important;
    background: none;
}

.ICSI_GuestCTA .ICSI_HeaderLogin i {
    background-color: var(--main-color)!important;
    color: #fff;
}

.ICSI_GuestCTA a:hover {
    text-decoration: underline!important;
}

#webformHeader .ICSI_GuestCTA .ICSI_HeaderRegister a {
    color: #fff!important;
}


/* *************** */
/*   SIMPLE PAGE   */
/* *************** */

.text-center {
    text-align:center;
}

#singlepageICSI {
    color:var(--main-color);
}

#singlepageICSI ul {
    list-style-type: disc;
    padding-left: 20px;
}

#singlepageICSI  ol {
    list-style-type: decimal;
    padding-left: 20px;
}

#singlepageICSI ul ul {
    list-style-type: circle; 
}

#singlepageICSI ul ul ul {
    list-style-type: square;
}

#singlepageICSI ol ol {
    list-style-type: lower-alpha; 
}

#singlepageICSI ol ol ol {
    list-style-type: lower-roman;
}

#singlepageICSI ul ul, .HtmlDescription ol ol {
    padding-left: 20px;
}


#singlepageICSI .sudoSliderContainer:not(.sWhite) .prevBtn, #singlepageICSI .sudoSliderContainer:not(.sWhite) .nextBtn {
    filter: invert(1);
    color: #fff!important;
}

#singlepageICSI .sudoSliderContainer .prevBtn {
    left: -25px;
}

#singlepageICSI .sudoSliderContainer .nextBtn {
    right: -25px;
}


#singlepageICSI .ICSIaboutus {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom:100px;
}

#singlepageICSI .ICSIaboutus h3 {
    font-weight: 600 !important;
    color: var(--main-color);
    font-size: 24px !important;
    line-height: 1.5em;
}

    #singlepageICSI .ICSIaboutus h3 span {
        display: contents;
        font-weight: normal;
    }

.ICSIpucelisttxt {
    display:table;
}

.ICSIaboutus img {
    width:140px;
    margin:40px;
}

#singlepageICSI h2 {
    text-align: left !important;
    text-transform: none;
    font-weight: 600 !important;
    font-size: 32px !important;
    margin-top: 150px !important;
    margin-bottom: 10px !important;
    line-height: 1.2em;
}

    #singlepageICSI h2::before {
        content: "";
        display: block;
        width: 80px;
        height: 5px;
        background: var(--secondary-color);
        border-radius: 10px;
        position: relative;
        top: -15px;
        left: 0%;
    }

#singlepageICSI h2 span {
    font-weight:normal;
    display:block;
}

    #singlepageICSI h2.center {
        font-size: 32px !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        line-height: 1.2em;
        text-align: center !important;
        text-transform: none;
        font-weight: 600 !important;
        color: var(--main-color);
    }

        #singlepageICSI h2.center::before {
            content: "";
            display: block;
            width: 80px;
            height: 5px;
            background: var(--secondary-color);
            border-radius: 10px;
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
        }

    #singlepageICSI h2.center span {
        font-weight: normal;
        display: block;
    }

#singlepageICSI .mainBackgroundColor {
    background-color: #222;
    color:#fff;
}

#singlepageICSI .whiteColor {
    color: #fff !important;
}

.ICSI_VignetteEssentielLandscape {
    height: 175px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .ICSI_VignetteEssentielLandscape .ICSI_VignetteEssentiel_Img {
        height: auto !important;
        width: 100% !important;
        display: block;
    }

.ICSIOrangebloc {
    background-color: var(--secondary-color);
    padding: 30px 20px;
    border-radius: 10px;
}

.ICSIBluebloc {
    background-color: var(--main-color);
    padding: 30px 20px;
    border-radius: 10px;
    color:#fff;
}

.ICSIYellowbloc {
    background-color: #F2941A;
    padding: 30px 20px;
    border-radius: 10px;
    color:#fff;
}

        .ICSIOrangebloc .ICSI_VignetteEssentiel_Button {
            background-color: #fff!important;
            color: var(--main-color) !important;
            background: unset;
        }

        .ICSIOrangebloc .ICSI_VignetteEssentiel_Button i {
            color: #fff;
            background-color: var(--main-color);
        }

        .ICSIOrangebloc .ICSI_VignetteEssentiel_Button a {
            color: var(--main-color) !important;
        }

        .ICSIOrangebloc .bigText {
            font-size: 24px;
            font-weight: 400;
        }

.ICSIBluebloc .ICSI_VignetteEssentiel_Button {
    background: unset;
    background-color: #fff;
    color: var(--main-color) !important;
}

    .ICSIBluebloc .ICSI_VignetteEssentiel_Button i, .ICSIYellowbloc .ICSI_VignetteEssentiel_Button i {
        color: #fff;
        background-color: #F2941A;
    }

    .ICSIBluebloc .ICSI_VignetteEssentiel_Button a {
        color: var(--main-color) !important;
    }

.ICSIYellowbloc .ICSI_VignetteEssentiel_Button {
     background: unset;
    background-color: var(--main-color);
    color: #fff !important;
}

    .ICSIYellowbloc .ICSI_VignetteEssentiel_Button a {
        color: #fff !important;
    }

.ICSIYellowbloc, .ICSIBluebloc, .ICSIGraybloc {
    text-align: left !important;
}

    .ICSIYellowbloc .bigText, .ICSIBluebloc .bigText {
        font-size:20px;
        font-weight:500;
    }

.ICSIGraybloc {
    background-color: #F7F7F7;
    padding: 30px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:var(--main-color);
}

.spacingTopBottom {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .spacingTopBottom h2 {
        padding-bottom: 30px;
    }

.smallSubtext {
    width: 300px;
    display: inline-block;
    color: var(--main-color);
}

.margin-top50 {
    margin-top:50px;
}

.ICSI_joinCommunity, #singlepageICSI .ICSI_joinCommunity h2.center {
    color: white;
}

.subscribePage .ICSIGraybloc {
    display:block;
}

.flexLine, .subscribePlans {
    display: flex;
    margin-bottom: 15px;
}

    .flexLine .fa-check {
        color: var(--secondary-color);
        font-weight: 400;
        padding-top: 2px;
    }

.programICSI {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

    .programICSI .orangeColor {
        color: var(--secondary-color);
        font-weight: 600;
        display: contents;
    }

#singlepageICSI h2.center.subscribetitle {
    font-size: 40px !important;
    margin-bottom: 60px !important;
    width: 70%;
    margin-left: 15%;
}

.subscribePage {
    margin-top: 100px;
}

.flexLine .ICSIOrangebloc {
    flex: 1 1 0px;
    margin: 5px;
    padding: 15px 20px;
    text-align:center;
}

    .flexLine .ICSIOrangebloc b {
        margin-bottom: 10px;
        display: block;
    }

.plansDetails {
    flex: 1 1 0px;
}

    .plansDetails .ICSIBluebloc {
        margin-right:10px;
    }

    .plansDetails .ICSIGraybloc {
        margin-left: 10px;
        height:100%;
    }

    .plansDetails .ICSIBluebloc, .plansDetails .ICSIGraybloc {
        padding: 30px 40px;
    }

.reviewMembersTab {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bannerSub {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
}

    .bannerSub .ICSI_VignetteEssentiel_Button {
        margin-top: 0px;
    }

.ICSIWhitebloc {
    background-color: white;
    border-radius: 10px;
    padding: 15px 25px;
}

.ICSIreview {
    display: flex !important;
    align-items: flex-start;
}

    .ICSIreview img {
        margin-right: 25px;
    }

.ICSIGraybloc .fab {
    font-size: 65px;
}

.ICSIGraybloc .fa-youtube {
    color: #D33737;
}

.ICSIGraybloc .fa-linkedin-in {
    color: #5970BE;
}

#singlepageICSI .ICSI_VignetteEssentiel_Title {
    font-size: 20px;
    height: 130px;
}

    #singlepageICSI .ICSI_VignetteEssentiel_Title span {
        font-size: 14px;
        margin-top: 5px;
    }

.flexCards {
    display: flex;
}

.icsicardflex {
    flex: 1 1 0px;
    padding: 10px;
}

    .icsicardflex .ICSIBluebloc, .icsicardflex .ICSIGraybloc {
        height: 100%;
    }

    .icsicardflex .bigText {
        margin-bottom: 20px;
        width: 85%;
    }

    .icsicardflex .ICSIBluebloc .ICSI_VignetteEssentiel_Button {
        position: absolute;
        bottom: 40px;
    }

.ICSI_joinCommunity .cursor {
    margin-top: 50px;
}

.plansDetails .ICSIGraybloc .cursor {
    position: absolute;
    bottom: 30px;
}

.plansDetails .ICSIBluebloc .ICSIOrangebloc {
    margin-top: 20px;
}

.plansDetails .medium {
    margin-top: 25px;
}

.hidefull {
    display:none;
}

.logotopr .ICSIBluebloc, .logotopr .ICSIYellowbloc {
    background-image: url('../../images/icsiwhitelogo.png');
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 5%;
    background-size: 18%;
}

@media screen and (min-width:451px) {
    .ICSI_Header.mobileOnly, .responsiveMobileItems { display: none !important; }
}

@media screen and (max-width:450px){
    .hidefull {
        display: block;
    }
    .ICSIaboutus .col-md-7 img {
        float: none !important;
        margin-left: 0;
        margin-bottom:0px;
    }

    #singlepageICSI img {
        max-width: 93vw;
    }

    .ICSIOrangebloc {
        margin-top: 20px;
    }

    #singlepageICSI h2.center::before {
        top: -20px;
    }

    .ICSI_VignetteEssentiel {
        margin-bottom: 20px;
    }

    .flexCards, .flexLine, .subscribePlans, .ICSIreview {
        flex-direction: column;
    }

    #singlepageICSI .ICSIreview img {
        width: 100%;
        margin-bottom: 20px;
    }

    .plansDetails .ICSIBluebloc .flexLine, .plansDetails .ICSIGraybloc .flexLine {
        flex-direction:row;
    }

    .plansDetails .ICSIGraybloc {
        margin-left: 0px;
        height: 110%;
        margin-top:20px;
    }

    .plansDetails .ICSIBluebloc {
        margin-right: 0px;
    }

    .plansDetails .ICSIGraybloc .cursor {
        bottom: -20px;
    }

    .bannerSub {
        flex-direction: column;
        text-align: center !important;
    }

    .bannerSub .cursor {
        margin-top:20px;
    }

    .iconburgermobile .fa-bars {
        color: white;
        position: absolute;
        right: 15px;
        top: 20px;

    }

    .icsicardflex .ICSIBluebloc .ICSI_VignetteEssentiel_Button {
        position: initial;
        bottom: 40px;
    }

    .ICSI_HeaderSecond .navig {
        display:none !important;
    }

    .ICSI_HeaderSecond.responsivesubheader .navig {
        display: block !important;
    }

    .responsivesubheader.ICSI_HeaderSecond {
        height: 90vh;
    }

    #webformHeader .navig {
        flex-direction: column;
        margin-left: 5px;
    }

    .navig .searchDashboard {
        position: absolute;
        left: 20px;
    }

    #webformHeader .navig i {
        font-size: 13px !important;
    }

    .header .navbar-collapse {
        position: absolute;
        top: 190px;
        width: 90%;
        left: 6%;
        max-height: 60vh;
        overflow: auto;
        background-color: #fff;
    }

    .ICSI_Vignette_Theme_Content {
        left: 8%;
        width: 80%;
    }

    .header .ICSI_Vignette_Theme {
        aspect-ratio: 5 / 2;
    }

    #webformHeader .responsivesubheader .ICSI_HeaderLinks a {
        color: white !important;
    }

    .ICSI_Header {
        margin-top: 20px;
    }

    .ICSI_HeaderLng {
        margin: 10px 0px;
    }

    .hideresponsive {
        display:none !important;
    }

    #webformHeader .logo img {
        max-height: 55px !important;
    }

    .backgroundBlurResource > div { display: none; }

    .responsiveMobileItems {
        display:block;
    }

    .ICSI_HeaderLng {
        margin: 0px 10px;
    }

    .loginBox {
        width: 100%;
    }

    #headerThemesMenu .searchDashboard {
        margin-bottom: 25px;
    }

    #headerThemesMenu .searchDashboard .fa-search {
        top: 25px !important;
        left: auto;
        right: 5px;
    }

    #presentationContainer .dashboardLearn h3::before {
        top: -15px;
    }

    #presentationContainer .padding-left0, .padding-left-0 {
        padding-left: 10px;
    }

    .ICSI_Vignette_Theme_Img {
        display:none;
    }

    #webformHeader a.ICSI_HeaderMenu {
        color:var(--main--color) !important;
    }

    .modalPopupCulture {
        width: auto;
    }

    .ICSIpucelisttxt {
        clear: both;
    }

    #resourcesSelectedTheme h3::before, #themesData h3::before {    
        top: -10px;
    }

    .ICSI_ThemeHeader_ImgContainer {
        width: 80px;
    }
    .ICSI_ThemeHeader_Title img {
        height: 80px!important;        
    }

}

/* ***** */
/* SCORM */
/* ***** */
#scormIframe {
    height: 350px!important;
    width: 100%;
}

#scormContainer .scormLessonStatus .classicButton {
    background-color: #ec6d30!important;
    border-radius: 50px!important;
    width: auto;
    display: block;
    padding: 10px 35px;
}

.userInformationsLine {
    display: none;
}

.loginBox img {
    display: inline-block;
}

/* **** */
/* QUIZ */
/* **** */
 #slickQuiz * {
    font-family: Poppins, sans-serif;
}

#slickQuiz .btn {
    font-size: 16px;
}

#slickQuiz h1.quizName {
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-top: 0px !important;
    color: #201b54!important;
}

#slickQuiz .questionCount {
    color: #ec6d30!important;
}

#slickQuiz .nextQuestion.checkAnswer, #slickQuiz .startQuiz, #slickQuiz .checkAnswer, #slickQuiz .backToQuestion, #slickQuiz .nextQuestion {
    background-color: #ec6d30!important;
    color: #fff!important;
    border-radius: 25px!important;
    padding: 7px 20px !important;
    border: 1px solid #ec6d30;
}

#slickQuiz .nextQuestion.checkAnswer:hover, #slickQuiz .startQuiz:hover, #slickQuiz .checkAnswer:hover, #slickQuiz .backToQuestion:hover, #slickQuiz .nextQuestion:hover {
    background-color: white !important;
    color: #ec6d30 !important;
    transition: all 0.2s ease-out!important;
    border: 1px solid #ec6d30!important;
}

#slickQuiz .question h3 {
    font-size: 18px!important;
}

#slickQuiz .question h3 > span {
    font-style: italic;
    padding-left: 0!important;
}

#slickQuiz .complete ul.answers li.correct label, #slickQuiz ul.responses li.correct label {
    color: #008800!important;
}

#slickQuiz .complete ul.answers li.correct, #slickQuiz ul.responses li.correct p span {
    background-color: #f5f5f5!important;
    font-weight: 500!important;
    font-size: 1.1em!important;
}

#slickQuiz ul.responses li.correct, #slickQuiz ul.responses li.incorrect {
    padding-left: 40px!important;
}

#slickQuiz ul.responses {
    margin-top: 30px;
    border-left: 5px solid var(--secondary-color);
    border-radius: 2px;
}

.fleximgcol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; /* espace entre les logos */
    margin-bottom: 15px;
}

    .fleximgcol div {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        min-height: 100px;
        padding: 10px;
        box-sizing: border-box;
    }

    .fleximgcol img {
        max-width: 100%;
        max-height: 100px; /* ajuste la hauteur max pour uniformiser */
        object-fit: contain;
    }