ul li {
	list-style-type: disclosure-closed;
}

ul li::marker {
	color:#ED0D11;
}

ul li:before {
	content:none;
}

a:hover {
	text-decoration:none;
}

p {
	line-height: initial;
}

ul, ol {
	padding-left:2.5rem;
}

li  {
	margin-bottom:1rem;
}

/**** MENU ****/
	#menu_desk ul {
		justify-content: space-evenly;
	}
	
	#menu_desk ul li {
		list-style-type:none;
	}
	
	#menu_desk ul li.menu_desk_niv_1.dropdown {
		flex:none;
	}
	
	#menu_desk  .menu_desk_list_niv_2.dropdown-menu.show .dropdown-item .dropdown-toggle {
		padding:0;
	}
/****FIN  MENU ****/

/**** BREADCRUMB ****/
	.breadcrumb {
		margin-bottom:0;
	}
	
	.breadcrumb li {
		margin-bottom:0;
	}
/**** FIN BREADCRUMB ****/

/**** TIMELINE ****/

.timeline {
  padding: 2rem 0;
}

.timeline .timeline-start,
.timeline .timeline-year {
  text-align: center;
}

.timeline .timeline-year {
  margin: 2rem 0;
}

.timeline .timeline-continue {
  padding: 4rem 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: black;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 1.5rem;
  margin: 2.1rem 0 0 0;
}

.timeline .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 2.6rem;
  background: #ED0D11;
  border-radius: 1rem;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -.5rem;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -.5rem;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 1rem;
  padding: 1.5rem;
  border: 1px solid #dddddd;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-box::after {
  top: 1.55rem;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 1.5rem;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-box .timeline-icon {
  /* position: relative; */
  width: 2.5rem;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 1rem;
  color: #424547;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 3rem);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 1.05rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}
/**** FIN TIMELINE ****/

/**** PAGE IMAGE ****/
	.page-image .col-12 {
		padding:0;
	}
	
	.page-image figure {
		margin-top:0;
		margin-bottom:2rem;
	}
	
	.page-image figure img {
		width:100%;
		height:auto;
	}
/**** FIN PAGE IMAGE ****/

/**** MENU PAGES ****/
	.frame-type-menu_pages ul {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	
	.frame-type-menu_pages ul li {
		 margin-bottom:0;
		 list-style-type:none;
		 
		 padding:0;
	}
	
	.frame-type-menu_pages ul li a {
		color: white;
		background-color: #424547;
		padding: 1.5rem 4rem;
		display: block;
		border-bottom:2px solid #424547;
	}
	
	.frame-type-menu_pages ul li a:hover, .frame-type-menu_pages ul li a:focus {
		background-color:rgba(66,69,71,.5);
		color:black;
	}
/**** FIN MENU PAGES ****/
						   
/**** FOOTER ****/
	footer {
		margin-top:2rem;
	}
	
	footer .container-fluid {
		padding-top:0;
	}
	
	footer #second_footer div {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#second_footer ul {
		margin-bottom:0;
	}
	
	#second_footer ul li button {
		background-color: transparent;
		border: 0;
		color: white;
	}
	
	#second_footer ul li button:hover, footer #second_footer ul li a {
		text-decoration:none;
	}
/**** FIN FOOTER ****/