/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Lobster:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    /*background: #fafafa;*/
	background-color: #F2F2F2;
	color: #595959;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #595959;
}


.jumbotron2 {
  background-image:url(/images/2020-11-13-Marie--Black-Back-Smaller.png);
  background-size: cover;
height: 90%;
	background-color:#000;
}



.img-container{
	 -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
	background-image:url(/images/2020-11-13-Marie--Black-Back-Smaller.png);

 /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#F2F2F2;
}



/* First attempt - Top Button Start*/

#btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #737373;
  color: white;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.5;
}

#btnTop a {
  color: #f2f2f2;
}

#btnTop:hover {
  background-color: #555;
}


/* Top Button End - First Attempt */





blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
 color: #595959;
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
font-family: Lobster; 
display: inline;
    font-style: normal; 
    font-variant: normal; 
    color: white;
}



#blockquoteDiv p {
font-family: Lobster; 
display: inline;
    font-style: normal; 
    font-variant: normal; 
    color: white;
}
    



a,
a:hover,
a:focus {
        text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.navbar-nav li a{
  color: white !important;
  }
  



#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: red;
    /*background: #595959;*/
}
  
  
/*a #navbarDropdownMenuLink .nav-link .dropdown-toggle{
    background-color: red;
}*/


.navbar-nav .dropdown-menu .dropdown-item{
    color: black !important;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #737373;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #737373;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #FFFFFF;
}

#sidebar ul li a:hover {
    color: #737373;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
     padding-left: 30px !important;
    background: #595959;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #A6A6A6;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* ---------------------------------------------------
    carousel
----------------------------------------------------- */




.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    position: relative;
    margin-top: 5px;
}

#custCarousel .carousel-indicators>li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 1;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 1;
}

.carousel-item img {
    width: 95%;
}

.list-inline-item{
     position: relative;
 margin: 20px;
  opacity: 1;
}


/* ---------------------------------------------------
    carousel 2
----------------------------------------------------- */


#custCarousel .carousel-indicators {
    margin: 10px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100px !important;
    height:50px !important;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0 !important;
width: 100px;
    height:50px;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}


/* ---------------------------------------------------
    checkmark End
----------------------------------------------------- */


/* ---------------------------------------------------
Timeline Start
----------------------------------------------------- */

.TimelineOL1 {
	position: relative !important;
	display: block !important;
	margin-top: 50px !important;
	height: 4px !important;
	background: #31708F !important;
	padding-right:-30px!important;
	margin-right: -30px!important;
	margin-left: 5px!important;
}


.TimelineOL2 {
	position: relative !important;
	display: block !important;
	margin-top: 50px !important;
	height: 4px !important;
	background: #31708F !important;
	padding-left:-30px!important;
	margin-left: -30px!important;
	margin-right: 10px!important;
}

.TimelineOL1::before{
	content: "" !important;
	position: absolute !important;
	top: -8px !important;
	display: block !important;
	width: 0;
	height: 0;
  border-radius: 10px;
	border: 10px solid #31708F;
}

.TimelineOL1::before {
	left: -5px !important;
}


.TimelineOL2::after {
	content: "" !important;
	position: absolute !important;
	top: -8px !important;
	display: block !important;
	width: 0;
	height: 0;
  border-radius: 10px;
	border: 10px solid #31708F;
}

.TimelineOL2::after {
	right: -10px;
	border: 10px solid transparent !important;
	border-right: 0!important;
	border-left: 20px solid #31708F !important;
  border-radius: 3px;
}

/* ---- Timeline elements ---- */


#DEC{
	position: relative !important;
	display: inline-block !important;
	float: left !important;
	width: 45%;
	font: bold 14px arial;
  height: 30px;
  font-size:0.66rem;
   }

#Uni{
	position: relative !important;
	display: inline-block !important;
	float: left !important;
	width: 55%;
	font: bold 14px arial;
  height: 30px;
   font-size:0.66rem;
  }

#graphic{
	position: relative !important;
	display: inline-block !important;
	float: left !important;
	width: 60%;
	font: bold 14px arial;
  height: 30px;
  font-size:0.66rem;
}

#php{
	position: relative !important;
	display: inline-block !important;
	float: left !important;
	width: 40%;
	font: bold 14px arial;
  height: 30px;
  font-size:0.66rem;
}


li .diplome {
  position: absolute !important;
  top: -55px;
  left: 5%;
  color: #000000;
 }
li .point {
	content: "";
	top: -4px;
	left: 10%;
	display: block;
	width: 10px;
	height: 10px;
	border: 4px solid #31708F;
	border-radius: 10px;
	background: #fff;
  position: absolute;
}
li .description {
  display: none;
  background-color: #f4f4f4;
  padding: 10px;
  margin-top: 20px;
  	width: 250px;
  position: relative;
  font-weight: normal;
  z-index: 1;
  background-color:#fff !important;
}
.description::before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
  position: absolute;
  top: -5px;
  left: 5%;
}

/* ---- Hover effects ---- */
li:hover {
	cursor: pointer;
  color: #48A4D2;
}
li:hover .description {
  display: block;
}