/*********************
 ***** VARIABLES *****
 *********************/
:root {
    --default-color-light: #ffb54d;
	--default-color: #ff9a0a; /* couleur du site par défaut */
    --default-color-dark: #E67420; /* couleur plus foncée */
	--titre-logo-size: 35px; /* taille du Ai Movie Fansub */
	--main-bg-color: grey; /* test */
}


/*****************
 ***** FONTS *****
 *****************/

@font-face {
	font-family: 'spanProjets';
	src: url(../fonts/GROBOLD.ttf);
}
@font-face {
	font-family: 'Oswald';
	src: url(../fonts/Oswald.woff2);
}
@font-face {
  font-family: 'LogoFont';
  src: url(../fonts/dimitri.ttf);
}
@font-face {
  font-family: 'LogoFont2';
  src: url(../fonts/campus.ttf);
}
@font-face {
  font-family: 'TitreAnnonces';
  src: url(../fonts/ComicShaded.ttf);
}
@font-face {
  font-family: 'contenuFont';
  src: url(../fonts/Janda2.ttf);
}
@font-face {
  font-family: 'contenuFontStats';
  src: url(../fonts/Letters_for_Learners.ttf);
}
@font-face {
    font-family: 'titreHeroes';
    src: url(../fonts/HeroesLegend.ttf);
}
@font-face {
    font-family: 'titreHeroesHollow';
    src: url(../fonts/HeroesLegendHollow.ttf);
}
@font-face {
    font-family: 'dillan';
    src: url(../fonts/dillan.otf);
}
@font-face {
    font-family: 'bratsy';
    src: url(../fonts/Bratsy.ttf);
}
@font-face {
    font-family: 'jester';
    src: url(../fonts/Jester.ttf);
}
@font-face {
    font-family: 'tags';
    src: url(../fonts/Cheboyga.ttf);
}
@font-face {
    font-family: 'adumu';
    src: url(../fonts/uglierthings.ttf);
}



/*******************************
 ***** CLASSES UTILITAIRES *****
 *******************************/
 a:hover {
  text-decoration: none !important;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.selectNonActive {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.hover_pointer:hover {
  cursor: pointer;
}

.txt_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.flex_column {
  display: flex;
  flex-direction: column;
}


/******************
 ***** NAVBAR *****
 ******************/
.navbar {
  top: 0;
  width: 100%;
  position: fixed;
  font-family: spanProjets, sans-serif;
  border-bottom: 4px var(--default-color) solid;
  z-index: 10;
}

#titreLogo {
  display: block;
  letter-spacing: 0;
  margin: 5px 10px 0px 10px;
  color: var(--default-color);
  font-size: var(--titre-logo-size);
  font-weight: bold;
  font-family: 'LogoFont', serif;
}
#titreLogo:after {
  content: 'Ai Movie Fansub';
}

.dropdown {
  margin: -4px 15px 0 15px;
  font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--default-color);
}
.navbar-dark .navbar-nav .nav-link[aria-expanded="true"] {
  color: var(--default-color);
}

.navbar-collapse {
	justify-content: space-around;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-divider {
  margin: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.42);
}

.dropdown-item {
  padding: 10px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: white;
}
a.dropdown-item:hover, a.dropdown-item:not([href]):not([tabindex]):hover {
  background-color: var(--default-color);
  color: white;
  font-weight: normal;
}
.dropdown-item:first-child {
	border-radius: 5px 5px 0 0;
}
.dropdown-item:last-child {
  border-bottom: 3px solid var(--default-color-dark);
}

#rechercheResultat {
  display: none;
  border: 1px solid black;
  background: white;
  color: black;
  max-height: 50%;
  width: 25em;
  position: fixed;
  top: 52px;
  margin-left: 30px;
  margin-top: 6px;
  overflow: auto;
  font-weight: normal;

  -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.75);
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.75);

  z-index: 5;
}
#rechercheResultat ul {
  margin-top: -2px;
}
#rechercheResultat ul li {
  list-style-type: none;
}

#rechercheResultat li {
  display: block;
  margin: 0;

  padding-left: 6px;
  margin-left: -40px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;

}

#rechercheResultat li:not(:first-child) {
  border-top: 1px dotted black;
}

#rechercheResultat li:nth-child(odd) {
  background: white;
}

#rechercheResultat li:nth-child(even) {
  background: #e6e6e6;/*#ffc29c;*/
}




#rechercheResultat::-webkit-scrollbar {
  /*width: 0.5em;*/
  background-color: #abb0b5;
}
#rechercheResultat::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#rechercheResultat::-webkit-scrollbar-thumb {
  background-color: var(--default-color);
  outline: 1px solid slategrey;
  border-radius: 5px;
}
#rechercheResultatMsg {
  display:none;
  font-style: italic;
  margin-top:5px;
  padding:5px;
}


.maFormCenter {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: row;
  /*margin: auto;*/
}

#rechercheForm {
  margin-top: 10px;
}

#rechercheMenuInput {
    width: 25em;
    z-index: 14;
    text-indent: 32px;
}

#rechercheMenuInput:focus {
    border-color: var(--default-color);
    border-width: 3px;
    box-shadow: 0 0 10px var(--default-color-dark);
	text-indent: 30px;
}
ul {
    margin-block-end: 0;
}


#rechercheMenuImage {
  width: 30px;
  height: 30px;
  margin-top: 1px;
  position: relative;
  left: 35px;
  z-index: 15;
}


.navTooltip {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.navTooltip .right {
    font-family: spanProjets, sans-serif;

    padding: 10px 20px;
    color: #fff;
    background-color: var(--default-color);
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    /* border:1px solid #000000;box-shadow:0 1px 8px rgba(0,0,0,0.5); */
    visibility: hidden; opacity: 0; transition: opacity 0.8s;

    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
}

.navTooltip:hover .right {
    visibility: visible; opacity: 1;
}

.navTooltip .right i {
    position: absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.navTooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;

    background-color: var(--default-color);
    /* border:1px solid #000000; box-shadow:0 1px 8px rgba(0,0,0,0.5); */
    left:0;
    top:50%;
}















.imgTooltip {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.imgTooltip .bottom {
    font-family: spanProjets, sans-serif;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 20px;
    color: #fff;
    background-color: var(--default-color);
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    /* border:1px solid #000000;box-shadow:0 1px 8px rgba(0,0,0,0.5); */
    visibility: hidden; opacity: 0; transition: opacity 0.8s;
}

.imgTooltip:hover .bottom {
    visibility: visible; opacity: 1;
}

.imgTooltip .bottom i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.imgTooltip .bottom i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
    background-color: var(--default-color);
    /* border:1px solid #000000; box-shadow:0 1px 8px rgba(0,0,0,0.5); */
}

.imgTooltip .bottom .projetType1::after {
    background-color: #f24646;
}
.imgTooltip .bottom .projetType2::after {
    background-color: #018515;
}
.imgTooltip .bottom .projetType3::after {
    background-color: #7c4eba;
}
.imgTooltip .bottom .projetType4::after {
    background-color: #3581FF;
}
.imgTooltip .bottom .projetDark::after {
    background-color: #343A40;
}


#iconeYoutube, #iconeAiEntertainment, #iconeFacebook, #iconeTwitter {
    margin: 0 10px 0 10px;
}

#iconeDDL img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}
#iconeTrailer img {
    width: 33px;
    height: 33px;
}
#iconeCasting img {
    width: 33px;
    height: 33px;
    margin-left: 15px;
}

#iconePays img {
    border: 1px solid black;
    margin-right: 15px;
    width: 35px;
    height: 20px;
    margin-left: 10px;
    margin-top: -5px;

    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
}

.iconePays img {
    border: 1px solid black;
    margin-right: 15px;
    width: 35px;
    height: 20px;
    margin-left: 10px;
    margin-top: -5px;

    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
}

.iconePaysTitre img {
    border: 1px solid black;
    margin-right: 15px;
    width: 40px;
    height: 24px;
    margin-left: 10px;
    margin-top: -6px;

    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
}



.boxImgProjetLie {
    width: 150px;
    margin: 5px 15px 10px 0px;
    border: 1px solid black;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    cursor: pointer;
}

#projetLie14 .bottom, #projetLie2 .bottom {
    width: 170px;
}
#projetLie30 .bottom {
    width: 190px;
}
#projetLie31 .bottom {
    width: 270px;
}


#stats {
  background-color: var(--main-bg-color);
}
.tooltip .tooltip-inner {
  font-family: spanProjets, sans-serif;
  background: white;
}


/*****************/
/* Galerie Menu  */
/*****************/
.arrow_box2 {
    display:none;
    position: absolute;
    bottom:0;
    left: 5px;
    background: #ffffff;
    border: 2px solid #000000;

    padding: 4px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: spanProjets;
    font-weight:normal;
    font-size:17px;
    cursor:pointer;
    color: black;
    width: 350px;
    margin-bottom: 5px;
}


.thumb-aimf {
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    margin: 0;
    padding: 0;

    display: block;
    position: relative;
    z-index: 0;

    cursor: pointer;
}



.slider-aimf {
    width: 100%;
    height: 210px;/*185px;*/ /* 120 */
    background-color: #343a40;
    display: flex;
    flex-direction: row;
    /* border-top: 4px orange solid;
     border-bottom: 4px orange solid;
     margin-bottom:5px; */
    overflow: hidden;
    z-index: 0;
    margin-top: 80px;

}

.slider-aimf img {
    width: 350px;/*310px;*/
    height: 200px;/*175px;*/ /* 110 */
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    z-index: 0;

    object-fit: cover;
    background-size: cover;
}

.thumb-aimf:hover .arrow_box2 {
    display: block;
}

.bouttonSlider {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #eee;
    border: 3px solid black;
    z-index:1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius:50px;
}

#boutonGaucheSlider {
    padding-right: 4px;
    opacity: 0;
}

#boutonPauseSlider {
    padding-bottom: 2px;
    padding-left: 1px;
    opacity: 0.3;
}

#boutonDroiteSlider {
    padding-left: 2px;
    opacity: 0;
}

/**********/
/* Footer */
/**********/
.bandeNoir_Footer {

    font-family: spanProjets, sans-serif;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    width: 100%;
    height: 60px;

    color:white;
    font-size: 20px;

    border-top: 4px solid var(--default-color);
    text-align: center;

    z-index: 1;
}

/**********/
/* Titre */
/*********/
.bandeauTitre_page {
    font-family: spanProjets, sans-serif;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    background-color: white;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    padding: 5px;
    top: 0px;
    z-index: 3;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

}

#titreFicheProjet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 95%;
}

.boxGaucheTitre {
    margin-left: 65px;
    width: 190px;
    font-family: spanProjets, sans-serif;
    font-size:20px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


.boxCentreTitre {
    font-weight: bold;
    font-family: spanProjets, sans-serif;
    font-size:28px;
    width: 100%;/*70%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.boxDroiteTitre {
    width: 15%;
    max-width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.boxDroiteTitre img{
    cursor: pointer;
    margin-right: 10px;
    margin-top: 8px;
}

#trailerIcone {
    margin-top: 6px;
}

#titreProjet {
    margin-right: 6px;
    margin-left: 10px;
    text-overflow: ellipsis;

}







.contentPageProjets {
    padding: 10px;
}










/************/
/* navpoint */
/************/
.boxItemsNavpoint {
    display: flex;
    flex-direction: column;
    min-width: 57px;
    width: 57px;

    border:2px solid var(--default-color-dark);
    background: #fff;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    padding-top: 18px;

    z-index: 9;

    margin-top: -45px;
    position: relative;
}

.sectionBox {
    padding-bottom: 10px;
    font-family: contenuFont;
    font-size: 20px;
    display: flex;
    flex-direction: column;

    min-height: 400px;
}

.sectionBox_box {
    display: flex;
    flex-direction: column;
}

.sectionBox_content {
    font-family: Oswald;
    font-size: 22px;
    border-radius: 10px;
    padding: 10px;

    width: 100%;
}

.sectionBox_content p {
    margin-bottom: 0.5rem;
}

.sectionBox_content_affiche {
    width:300px;
    background-size: cover;
    object-fit: cover;

    overflow: hidden;

margin-right: 10px;
}

.sectionBox_content_affiche img {
    background-size: cover;
    object-fit: cover;
    object-position: 50% 50%;
    width:100%;
}

.sectionBox_titre {
    padding: 5px 5px 0px 5px;

    border-bottom: 4px solid #3e3e3e;

    font-family: adumu;
    font-size: 40px;
    margin-top: 12px;

    color: #3e3e3e;
    line-height: 34px;

}

.sectionBox_titre_titre:before {
    content: '\25A0';
    padding-right: 5px;
    padding-left: 5px;
}



.afficheMargin {
    margin-left: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sectionBox_subContent {
    border-top: 2px dashed var(--default-color-dark);
    margin-top: 8px;
    padding-top:4px;
    padding-bottom: 4px;
}









.sectionAnchor {
    width: 54px;
    border-radius: 59px;
    text-align: center;
    cursor: pointer;
    margin: 1px;
    padding-top: 10px;
    padding-bottom: 10px;

    margin-top: -18px;
    border: 1px solid transparent;
}

.sectionAnchor:not(:last-child) {
    margin-bottom: 10px;
}

.selectedAnchorNavpoint {

    background: var(--default-color);
    border: 1px solid #fff;
}

.sectionAnchor:hover {

    background: var(--default-color);
    border: 1px solid #fff;
}


.contentBoxDroiteNavpoint {
    margin-left: 15px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}


.fancy-border {
    border: 10px solid var(--default-color-dark);

}


.box{
    position: relative;

    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 2px 3px rgb(23, 32, 90);
    border: 2px solid var(--default-color-dark);
    color: white;
    padding: 0px;
}





.box .content{

    border:1px solid white;
    padding:2px;
    text-align:center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);

    overflow: hidden;
}

.box .content img {
    object-fit: cover;
    background-size: cover;

}

.box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;

}

.box span:nth-child(1)
{
    transform:rotate(0deg);
}

.box span:nth-child(2)
{
    transform:rotate(90deg);
}

.box span:nth-child(3)
{
    transform:rotate(180deg);
}

.box span:nth-child(4)
{
    transform:rotate(270deg);
}

.box span:before
{
    content: '';
    position: absolute;
    width:100%;
    height: 2px;
    background: white;
}



.titreInfosListe {
    font-weight: bold;
}



#infosListe {
    max-height: 250px;
    overflow: auto;
    padding-right: 5px;
}

#infosListe::-webkit-scrollbar {
    width: 0.5em;
    background-color: #abb0b5;
}
#infosListe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#infosListe::-webkit-scrollbar-thumb {
    background-color: #ff9308;/*#E67420;*/
    outline: 1px solid slategrey;
    border-radius: 5px;
}




/********/
/* tags */
/********/
.tags {

    font-size: 20px;

    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    font-family: Oswald;
    font-size: 18px;
}




.tags .padding {
    padding-right: 10px;
    padding-left: 5px;
}

.tagsDuree {
    margin-left: 5px;
    margin-right: 5px;
}

.tags img {
    width: 30px;
}

.tags span {
    padding-left: 5px;
}

.tagsDuree span {
    padding-left: 0px;
}






.tagsGenreBox {
    border: 3px solid #78B9F9;
    background: #fff;
    display: flex;
    flex-direction: row;
}

.tagsGenre {
    margin-left: 15px;


    background: #FFFFFF;
    padding: 4px;
    position: relative;
    margin-right: 5px;
}


.tagsType{
    background: var(--default-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--default-color-light) var(--default-color) var(--default-color-dark);
    border-radius: 5px;
    box-shadow: 0 0 2px var(--default-color);
    overflow: hidden;
    height: 35px;

    color: #fff;
    position: relative;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    background-color: var(--default-color);
   /* background-image: linear-gradient(to right, var(--default-color-light), var(--default-color));*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0px 15px;

    font-weight: bold;
    margin-right: 5px;

    font-family: Oswald;
    font-size: 18px;
    font-weight: bold;
}










.afficheProjet {
    float:left;
    margin-right:25px;
    margin-bottom:3px;


    background: var(--default-color);
    border-width: 7px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    box-shadow: 0 0 2px black;

    width: 300px;
    height: 400px;

    object-fit: cover;
}






/***************************/
/* NavBarre pour tagsGenre */
/***************************/
.breadcrumbs-one {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs-one{
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    overflow: hidden;

    font-family: Oswald;
    font-size: 15px;
    font-weight: bold;
    color: #ddd;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;

}

.breadcrumbs-one li{
    float: left;
}

.breadcrumbs-one span{
    padding: 5px 15px 5px 30px;
    float: left;
    text-decoration: none;
    color: #000;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #ddd;
    background-image: linear-gradient(to right, #f5f5f5, #ddd);


}





.breadcrumbs-one li:first-child span{
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
}



.breadcrumbs-one span::after,
.breadcrumbs-one span::before{
    content: "";
    position: absolute;
    top: 0;
    margin-top: 0px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid;
    right: -16px;
}

.breadcrumbs-one span::after{
    z-index: 2;
    border-left-color: #ddd;
}

.breadcrumbs-one span::before{
    border-left-color: #3c3c3c;
    right: -18px;
    z-index: 1;
}




.breadcrumbs-one .current,
.breadcrumbs-one .current::after,
.breadcrumbs-one .current::before{
    content: normal;
}






.breadcrumbs-three {
    margin: 0;
    padding: 0;
    list-style: none;

    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumbs-three{
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    overflow: hidden;
    height: 35px;


    font-family: Oswald;
    font-size: 18px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

.breadcrumbs-three li{
    float: left;
}

.breadcrumbs-three span{
    padding: 3px 10px 0px 20px;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #ddd;

}





.breadcrumbs-three li:first-child span{
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
}



.breadcrumbs-three span::after,
.breadcrumbs-three span::before{
    content: "";
    position: absolute;
    top: 0;
    margin-top: 0px;
    border-top: 0px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 20px solid;
    right: -16px;
}

.breadcrumbs-three span::after{
    z-index: 2;
    border-left-color: #ddd;
}

.breadcrumbs-three span::before{
    border-left-color: #474545;
    right: -18px;
    z-index: 1;
}


.breadcrumbs-three .current {
    font-weight: bold;
}

.breadcrumbs-three .current,
.breadcrumbs-three .current::after,
.breadcrumbs-three .current::before{
    content: normal;
}

.breadcrumbs-three img {
    padding-right: 5px;
    margin-bottom: 3px;
}



.capsules {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}





.bouttonPlayAffiche {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #eee;
    border: 3px solid black;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50px;


    position: relative;
    top: 175px;
    left: -200px;

    opacity: 0.6;

    padding-left: 3px;
    padding-bottom: 2px;
}



.listLiens {
    display: flex;
    flex-direction: column;
    font-family: Oswald;
    font-size: 28px;
    color: black;

    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
    padding-top: 13px;
}

.listLiens .item {
    display: flex;
    flex-direction: row;
    border-top: 2px dashed var(--default-color-dark);
    width:100%;
}

.listLiens .item:last-child {
    border-bottom: 2px dashed var(--default-color-dark);
}

.listLiens .item:nth-of-type(odd) {
    background: #d6d6d6;
}

.listLiens .item:nth-of-type(even) {
    background: #bfbdbd;
}

.listLiens .item:hover {
    background: var(--default-color);
    color:white;
    font-weight: bold;
}


.listLiens .item:before {
    content: ' ';
    padding-right: 10px;
}

.listLiens .item:hover:before {
    content: '\25B8';
    padding-right: 2px;
    padding-top: 3px;
}



.listLiens .lien {
    cursor: pointer;
    margin-top:5px;
    margin-bottom:5px;
}




.dropdown-menu {
    border-radius: 6px;
}



.lihover {
    background: var(--default-color-dark);
    color: white;
    font-weight: normal;
}

.videoTitle {
    width: 100%;
    background: var(--default-color-dark);
    background-image: linear-gradient(180deg, var(--default-color) 0%, var(--default-color-dark) 50%, var(--default-color-dark) 100%);;
    padding: 4px;
    text-align: center;
    color: white;
    margin-top: 10px;
    font-weight: bold;
    font-family: spanProjets;
    border-radius: 29px;
}




.pastille_projets {
    display: block;
    width: 20px;
    height: 20px;

    background-color: #0159b3;


    border: 1px solid black;
    border-radius: 50%;
    box-shadow: inset -25px 25px -40px rgba(0,0,0,.5);
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);

    margin-left: 6px;
    margin-top: 0px;
}

.bgEn_cours_projets {
    background-color: #f4852f;
}
.bgTermines_projets {
    background-color: #12a76c;
}

.bgLicencies_projets {
    background-color: #dd003c;
}


.textNewsBox {
    min-height: 300px;
}

.tagsTeams {
    margin-right:5px;
    margin-left:10px;
    border-radius:4px;
    padding: 4px 6px;
    border:1px solid black;
    cursor: pointer;
    background: black;
    color:white;
    font-style: normal;
}

.tagsTeams:hover {
    background: white;
    color: black;
}

#contenuIndex {
    display:flex;
    flex-direction:row;
}
#contenuIndexLeftBlock {
    display: flex;
    flex-direction:column;
    margin: 0 20px;
    width:70%;
}
#contenuIndexRightBlock {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-top: 10px;
    width: 30%;
}


@media screen and (max-width:478px) {
    .boxCentreTitre {
        font-size: 24px;
    }
    #titreLogo {
        margin: 5px 5px 0 8px;
    }
}
@media screen and (min-width:479px) and (max-width:494px) {
    .boxCentreTitre {
        font-size: 26px;
    }
}
@media screen and (max-width:1100px) {
    .navbar-nav {
        flex-direction: row;
        margin-bottom: 10px;
        justify-content: space-evenly;
    }
    .maFormCenter {
        margin-left: -20px;
        margin-bottom: 10px;
    }
    #rechercheResultat {
        top: 155px;
    }
    #contenuIndex {
        flex-direction: column;
    }
    #contenuIndexLeftBlock {
        width:95%;
    }
    #contenuIndexRightBlock {
        width:100%;
    }
}

@media screen and (min-width:1183px) {
    #iconeAiEntertainment {
        display: none;
    }
    #iconeFacebook {
        display: none;
    }
    #iconeTwitter {
        display: none;
    }
    #iconeYoutube {
        display: none;
    }
}
@media screen and (min-width:1250px) {
    #iconeAiEntertainment {
        display: flex;
    }
}
@media screen and (min-width:1300px) {
    #iconeFacebook {
        display: flex;
    }
}
@media screen and (min-width:1350px) {
    #iconeTwitter {
        display: flex;
    }
}
@media screen and (min-width:1400px) {
    #iconeYoutube {
        display: flex;
    }
}
