.right-banner{
    -webkit-box-shadow: -4px 0px 13px 4px rgba(145,145,145,0.46);
-moz-box-shadow: -4px 0px 13px 4px rgba(145,145,145,0.46);
box-shadow: -4px 0px 13px 4px rgba(145,145,145,0.46);

}

/* to cross the container from right side */
.right-banner{
  margin-right: calc(-120%);
}

.right-banner{
    padding: 0px;
    /* background-color: brown; */
}
/* 
.right-banner > div > div, .right-banner > div > ul{
    max-width: 50%;
} */



@media (max-width: 1700px) {
    .latest-container{
        max-width: 390px;
    }
}


@media (max-width: 1500px) {
    .latest-container{
        max-width: 380px;
    }
}


@media (max-width: 1450px) and ( min-width:1200px) {
    .latest-container{
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .latest-container{
        max-width: 350px;
    }
}

@media (max-width: 990px) {
    .latest-container{
        max-width: unset;
    }
}

@media (min-width: 1701px) {
    .latest-container{
        max-width: unset;
    }
}



.right-banner .partners-section{
    margin: 0px 0px 0px 70px;
    padding-top:40px
}

.right-banner .partners-section .partner-logo img{
    max-height: 300px;
    width : auto;
    margin-top:60px
}
 @media screen and (max-width: 1490px) {
  .right-banner .partners-section .partner-logo {
    display: none;
  }
}


.right-banner .partners-section .title{
    color:#b41737;
    font-weight: bold;
}
.right-banner .partners {
    margin-bottom: 20px;
    padding-left:0px;
}

.right-banner  .title{
    margin-bottom: 30px;
}
.right-banner  .partner {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 1px solid #d4d4d4;
}
.right-banner .ai-ethics{
    margin-left: 30px;
    border: none;
}

.right-banner .partners .partner:last-child {

    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: none;
}

.right-banner .partners .partner img{
   max-width: 100px;
   height: auto;
}

.right-banner .ai-ethics .partner img{
   max-width: 130px;
   height: auto;
}
ai-ethics


.right-banner .partners .partner img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/*  latest news section */

.right-banner  .latest-news-section {
 background-image: url("../images/visual/icones_bulles.png");
 background-size: 300px  300px;
 background-repeat:no-repeat;
 min-height: 100px;
 background-position-x: center;
 background-position-y: 25%;
margin-left:0px
}

 .right-banner .latest-news-section{

     padding:15px 0px 20px 70px;
 }
 .right-banner .title{
    font-weight: bold;
    font-size: 20px;
}

 .right-banner .latest-news-section .title{
    color:#fff;
    padding-bottom: 0px;
}


.right-banner .latest-news-section .latest-news .single-latest-news {
    list-style: none;
    margin-left:-45px
}

.right-banner .latest-news-section .latest-news .single-latest-news .li-bullet{
    height: 25px;
    width: auto;
    padding-right:15px;
    padding-left: 5px;
}

.right-banner .latest-news-section .latest-news .single-latest-news .single-news-date,
.right-banner .latest-news-section .latest-news .single-latest-news .single-news-type,
.right-banner .latest-news-section .latest-news .single-latest-news .single-news-title{
        color:#fff;
}

.right-banner .latest-news-section .latest-news .single-latest-news .single-news-date{
    padding-left:0px;
    width: 55px;
    padding-right: 0px;
}

.right-banner .latest-news-section .latest-news .single-latest-news .single-news-date,
.right-banner .latest-news-section .latest-news .single-latest-news .single-news-type
{
    font-weight: 700;
    font-size:13px
}

.right-banner .latest-news-section .latest-news .single-latest-news .single-news-type{
   text-transform: uppercase;
   padding-left: 0px;
}
.right-banner .latest-news-section .latest-news .single-latest-news{
    margin-bottom: 20px;
}
.right-banner .full-news a{
    color:#9DCEF1;
}

/*  Next event section */

.single-news-title, .single-event-title{
    margin-top:5px;
    font-size:16px
}
.right-banner .full-events a{
    color:#20509F;
}

.right-banner .next-events-section .next-events .single-next-event {
    margin-bottom: 20px;
}

.right-banner .next-events-section{
    margin: 0px 0px 0px 70px;
    padding-top:20px;
    padding-bottom:30px
}

.right-banner .next-events-section .title{

    font-weight: bold;
    padding-bottom: 0px;
}

.right-banner .next-events-section .next-events .single-next-event {
    list-style: none;
    margin-left:-45px
}

.right-banner .next-events-section .next-events .single-next-event .li-bullet{
    height: 25px;
    width: auto;
    padding-right:15px;
    padding-left: 5px;
}

.right-banner .next-events-section .next-events .single-next-event .single-event-date{
    padding-left:0px;
    width: 55px;
    padding-right: 0px;
}

.right-banner .next-events-section .next-events .single-next-event .single-event-date,
.right-banner .next-events-section .next-events .single-next-event .single-event-type
{
    font-weight: 700;
    font-size:13px
}


.right-banner .next-events-section .next-events .single-next-event .single-event-type{
   padding-left: 0px;
    text-transform: uppercase;
}



/* overwridding file from style */
.about-right{
    padding-top: 0px;
}



.single-news-title a, .single-event-title a{
    color: inherit;
}