/* GENERAL */

body {
  font-family: 'lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

img {
  width: 105%;
  max-width: 130%;
  height: auto;
}

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

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

section .heading h2 {
  text-transform: uppercase;
}

.red-divider {
  width: 100px;
  height: 2px;
  background: #d35400;
  margin: 0 auto 20px;
}

.white-divider {
  width: 100px;
  height: 2px;
  background: white;
  margin: 0 auto 20px;
}

ul,
ol {
  list-style: none;
}

/* ABOUT */

#about {
  padding-top: 100px;
  background: #e67e22;
}

.profile-picture {
  text-align: center;
  margin: 0 auto;
}

#about .heading h1 {
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
}

#about .heading h3 {
  color: #d35400;
}

.button1 {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  margin-top: 20px;
  padding: 18px 50px;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.3s ease-in 0s;
}

.button1:hover {
  background: white;
  color: #d35400;
  text-decoration: none;
}

/* SKILLS */

#skills {
  background: white;
}

#skills .heading h2 {
  color: #d35400;
}

#skills .progress {
  margin: 30px 20px;
  height: auto;
  background: #ddd;
}

#skill-container {
  max-width: 800px;
}

#skills .progress-bar {
  background: #d35400;
}

#skills .progress h5 {
  text-shadow: 1px 1px 1px black;
  text-align: left;
  margin-left: 20px;
  margin-top: 5px;
}

/* EXPERIENCE */

#experience {
  background: #e67e22;
}

#experience .heading h2 {
  color: white;
}

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

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 5px;
  background: #333;
  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: #e67e22;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background: #ddd;
  border-radius: 50%;
}

.timeline-panel-container {
  width: 50%;
  float: left;
}

.timeline-panel-container-inverted {
  width: 50%;
  float: right;
}

.timeline-panel {
  width: 90%;
  float: right;
  margin-right: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  padding: 20px 25px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff;
}

.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 white;
  border-right: 0 solid white;
  border-bottom: 14px solid transparent;
  content: ' ';
}

.timeline-panel-container-inverted .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: #d35400;
}


/* diplome */
#diplome{
  background: #fff;
}
#diplome .heading h2{
  color: #d35400;
}
.diplome-block{
  width:90%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background: #ddd;
  border-radius: 10px;
  border: 2px solid #ccc;
  margin-bottom: 20px;

}
.diplome-block h5{
  color: #888;
  font-size: 15px;
  margin-bottom: 15px;
}
.diplome-block .fas{
  font-size: 35px;
}
.diplome-block h3{
   color: #d35400;
}
.diplome-block h4{
 margin-bottom: 20px;
}
.diplome-block p{
font-weight: bold;
}
.diplome-block .red-divider{
  margin-bottom: 20px;
}





/* PORTFOLIO */

#portfolio {
  background: #e67e22;
}

#portfolio h2 {
  color: white;
}

#portfolio img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#portfolio img:hover {
  filter: none;
  -webkit-filter: none;
}
#portfolio .col-md-4 {
  margin-bottom: 20px;
}

/* FOOTER */

footer {
  background: #333;
  padding: 20px 0 40px;
}

.text-center {
  text-align: center !important;
}

footer .fas {
  font-size: 25px;
  margin: 20px;
  color: #d35400;
  height: 30px;
}

footer h5 {
  color: white;
  font-weight: normal;
}

/* NAVBAR */
.navbar {
  background-color: #e67e22;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-pills .nav-link {
  color: #fff !important;
  text-align: center;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  color: #245060 !important;
  background-color: #fff !important;
}
.navbar-toggler {
  color: #fff !important;
  border-style: none;
}

.blue {
  color: #d35400;
}
