/*GENERAL*/

body
{
    font-family: 'Anonymous Pro', monospace;
}

h1
{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

h2,h3,h4,h5,h6
{
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
}


img
{
    max-width: 100%;
    height: auto;
}

section
{
    padding: 40px 0 80px 0;
}

section .heading
{
    text-align: center;
    padding-bottom: 5px;
}

section .heading h2
{
    text-transform: uppercase
}

.progress-bar
{
 color: #192a38; 
 font-family: 'Poppins', sans-serif;
 font-weight: medium;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .50rem;
    background-color:transparent;
    border-radius: 0%;
    
}
.red-divider
{
    width: 100px;
    height: 2px;
    background:#fff; 
    margin: 10px auto;
}

.blue-divider
{
    width: 100px;
    height: 2px;
    background:#fff; 
    margin: 10px auto;
}

.white-divider
{
    width: 100px;
    height: 2px;
    background:#fff; 
    margin: 30px auto;
}

/*--------------------menu---------------------------*/

#navbar {
    background-color: transparent;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
  }

.navbar
{
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: medium;
    opacity: 0.8;
}

.navbar.navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
}

.navbar li a
{
   color: #ffef99 !important;
}

.navbar li a:hover,.navbar li .active a
{
   color: #ef2929 !important;
}

.navbar-default .navbar-toggle
{
  border-style: none;
}

.icon-bar
{
  background-color: #fff !important
}


/*--------------------ABOUT---------------------------*/

#about
{
    padding-top: 80px;
    background-image:url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.profile-picture
{
    text-align: center;
    margin: 0 auto;
    float: none;
}

#about .heading h1
{
    padding-top: 30px;
    color:#fff;
    text-transform: uppercase;
}

#about .heading h2
{
    color:#fff;
}

.button1
{
    font-family: 'Anonymous Pro', monospace;
    text-transform:uppercase;
    letter-spacing: 3px;
    color: #fff;
    border :1px solid white;
    display: inline-block;
    margin-top: 20px;
    padding: 18px 50px;
    transition: all 0.3s ease-in 0s;
    box-shadow: 0px 0px 20px rgba(241,237,237);
    transition: .5s;
}

.button1:hover
{
    color: #ffef99;
    text-decoration: none;
    box-shadow: none;
}

/*-------------SKILSS------------------*/

#skills
{
    background-image:url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#skills .heading h2
{
    color: #fff;
}
#skills .progress
{
height: 25%;
margin: 20px 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    
}
#skills .progress-bar
{
background-color: #ffef99;

}
#skills .progress h5
{
text-align: center;
text-transform: uppercase;

}
.skills .progress:hover
{
background: #ffef99;
transition: .7s;
box-shadow: 0 60px 80px rgba(25,42,56,1);
}


/*-----------------------EXP-----------------------------*/

#experience
{
    background-image:url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#experience .heading h2
{
    color: #e5e5e5;
    margin: 30px 50px;
}

.timeline
{
    padding: 30px 10px;
    position: relative;
}

.timeline:before
{
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 5px;
background-color: #7f0000;
left: 50%;
margin-left: -2.5px;  
}

.timeline > li
{
margin-bottom: 20px; 
position: relative;
}

.timeline > li:after
{
clear: both; 
}

.timeline > li:before, .timeline > li:after
{
content: " ";
display: table;
}

.timeline li .timeline-badge
{
    color: #306fca;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top:16px;
    left:50%;
    margin-left: -25px;
    background-color:#ddd;
    border-radius: 50%;
    box-shadow: 0 15px 20px rgba(0,0,0,0.3);
}
.timeline-panel-container

{
 width: 50%;   
float: left;
        transition: all 0.3s ease-in 0s;
}

.timeline-panel-container-inverted

{
 width: 50%;   
float: right;
}

.timeline-panel

{
    width: 90%;   
    float: right;
    margin-right: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    background: #f2f2f2;
    
}
.timeline-panel:hover
{
background: #ffef99;
transition: .7s;
box-shadow: 0 60px 80px rgba(25,42,56,1);
}


.timeline-panel-container-inverted .timeline-panel

{
    float: left;
    margin-left: 40px;
}

.timeline-panel:after
{
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #e5e5e5;
    border-left: 0 solid #e5e5e5;
    border-bottom: 14px solid transparent;
    content: " ";

}

.timeline-panel-container-inverted .timeline-panel .timeline-panel:after
{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right:auto;
}

.timeline-heading h3
{
    margin-top: 5px;
    font-size: 20px;
}

.timeline-heading h4
{
color: #306fca;
}

/*-----------------------FORMATION-----------------------------*/

#formation
{
    background-image:url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#formation .heading h2
{
  color: #e5e5e5;
  margin: 20px 30px;
}

.formation-block

{
    width: 80%;   
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: transparent;
    border-radius: 0px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    
}

.formation-block .white-divider
{
    margin-bottom: 20px;
}
.formation-block h3
{
    color: #192a38;
}

.formation-block h4
{
   margin-top: 20px;
    margin-bottom: 20px;
   color:#192a38;
}
.formation-block h5
{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Anonymous Pro', monospace;
}


.formation-block:hover
{
background: #ffef99;
transition: .7s;
box-shadow: 0 15px 20px rgba(0,0,0,0.3);
}
.formation-block .white-divider:hover
{
    margin-bottom: 20px;
    color: #192a38;
}
.formation-block h3:hover
{
    color: #192a38;
}

.formation-block h4:hover
{
   margin-top: 20px;
    margin-bottom: 20px;
   color:#192a38;
}
.formation-block h5:hover
{
    color: #192a38;
    font-size: 15px;
    margin-bottom: 15px;
}
/*-----------------------competences specifiques--------------*/

#competences
{
        background-image:url(../images/background.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
}
#competences .heading h2
{
    color: #fff;
}

.carousel-control-prev-icon 
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#306fca' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon 
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#306fca' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#Mycarousel .item
{
    padding: 40px 30px;
}

#Mycarousel .carousel-item h3
{
    color: #ffef99;
    font-style: italic;
}

#Mycarousel .carousel-item h5
{
    color: #ffff;
}

/*-----------------------footer-----------------------------*/
footer
{
    background-image:url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

footer h5
{
    color: #ddd;
    font-weight: normal
}*


/* ----------------contact--------*/

body
{
    font-family: 'Anonymous Pro', monospace;
    margin: 70px 0px;
    background-image:url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
}

#contact .heading h2
{
    color: #fff;
}

#contact-form
{
   font-size: 20px;
}

.star
{
    color: #ffef99;
}

.form-control
{
    height: 50px;
    font-size: 18px;
}

.comments
{
    font-style: italic;
    font-size: 18px;
    color: #ef2929;
    height: 25px;
}

#contact-form input[type=submit]
{
    margin: 40px auto 20px;
    display: block;
    background-color: transparent;

}

.thank-you
{
    color: #192a38;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}