.commonStyle__zt3buttonPrimaryBg:Hover {
     background-color: #0E93CC; 
}

.Icon__brand {
    color: #266F9B;
}

.NoContent__title {
    color: #266F9B;
}

.AppContainer__backToTop{
    background: #266F9B;
}
.AppContainer__backToTop:hover {
    background: #FFD434;
}

.Button__footerBtn {
background: #266F9B;
}
.Button__footerBtn:hover {
  background: #0E93CC;
  color : #FFD434;
}

/*Logo Nom Suivre*/
.commonStyle__zt3Brand{
  color: #266F9B;
}
.commonStyle__zt3Brand:hover{
  color: #FFD434;
}
/*Border btn Texte Suivre*/
.commonStyle__zt3BrandBorder {
    border-color: #266F9B;
}
.commonStyle__zt3BrandBorder:hover {
    border-color: #FFD434;
}

/*Envoyer ticket et fléche*/
.commonStyle__zt3BrandBg {
    background-color: #266F9B;
}
.commonStyle__zt3BrandBg:hover {
    background-color: #0E93CC ; 
}
.Icon__white:hover {
    color: #FFD434;
}
.SearchContainer__downArrow {
      border-top-color: #266F9B;
}

/*Lien dans les articles*/
.KbDetailLtContainer__articleContent a {
    color: #266F9B;
}

/*Articles associé ticket*/
.ListHeader__header1 {
    color: #333333;
}

.TicketFormRightContainer__rightPanelDetail .commonStyle__zt3Link, .themeLink {
	color: #266F9B;
}

.TicketFormRightContainer__rightPanelDetail .commonStyle__zt3Link:hover, .themeLink:hover {
    color: #FFD434;
}

/*Masquer la bulle commentaire pour les users*/
.ticketDetail ul.ConversationForm__replay li.ConversationForm__list:nth-child(2) {
	display: none;
}

/*embed evènements*/
.embed-events {
	  display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;         
}

/*
.iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.embed-events iframe{
    width:600px;
    height:300px;
 	border : 0px;
}*/

.embed-events .btn a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #11394f;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

.embed-events .btn a:hover {
    color: #FFD434;
    background-color: #0E93CC ; 
}

/*
@media screen and (max-width: 600px) {
    .embed-events iframe {
        width: 100%;
        height: 100% ;
    }
}*/
