/* Styles globaux */
body {
	color: #545454;
}
h1, h2, h3 {
  font-family: "Scope One Regular", "Times new roman", serif;
}
.post-content > h6 {
  background-color: #222;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  margin-top: 30px;
  padding: 4px 16px 5px 10px;
}
.post-content > h6:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  .col-sm-4 > h6 {
    background-color: #222;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    padding: 4px 16px 5px 10px;
  }
}
a:hover {
	text-decoration: underline;
}
a, .navigation li a:hover, .filters > li > a:hover, .filters > li > a.current, .split-list > li > a:hover, .split-list > li > a:focus, .post-meta > li > a:hover, .post-meta > li > a:focus, .post-tags > a:hover, .post-tags > a:focus, .comment-reply > a:hover, .comment-reply > a:focus, .comment-meta-date > a:hover, .comment-meta-date > a:focus, .comment-meta-author > a:hover, .comment-meta-author > a:focus {
  color: DodgerBlue;
}
div.col-sm-8 > ul {
  margin-left: 30px;
  margin-top: -10px;
}
i.fa {
  color: #747474;
}
.txt-0-7 {
  font-size: 0.7em;
}
.gray-border {
  border: 1px solid #222;
}

/* Menu burger */
.show-menu-btn {
  width: 32px;
  height: 24px;
}
.show-menu-btn span:nth-child(3) {
    top: 10px;
    width: 32px;
}
.show-menu-btn span:nth-child(4) {
    top: 15px;
    width: 16px;
}
.show-menu-btn.open span:nth-child(3) {
    top: 10px;
    left: -60px;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.show-menu-btn.open span:nth-child(4) {
    top: 6px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Légendes des images de gauche */
.split-image-footer p {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  font-family: "Roboto Regular", Arial, serif;
  font-size: 0.8em;
  margin-bottom: 0;
  padding: 4px 12px;
}

/* Positionnement du logo MA */
.logo-ma {
  position: relative;
  top: -40px;
}

/* Positionnement du portrait */
.portrait {
  float: left;
  margin-top: -2.5em;
  margin-right: 2em;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .portrait {
    float: none;
    margin-bottom: 15px;
  }
}

/* Logos des expériences */
.experience-logos {
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  margin: 0 0 10px 10px;
  max-width: 120px;
  height: 65px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .experience-logos {
    background-position: center;
    float: none;
    margin: 0 0 10px;
    max-width: 120px;
  }
}

/* Pie-charts de compétences */
.chart-text {
  background-position: center;
  background-repeat: no-repeat;
}
.pie-chart .chart {
  height: 120px;
  width: 120px;
}
.pie-chart .chart-text {
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  font-size: 2em;
}
@media (max-width: 768px) {
  .col-sm-4.competence {
    float: left;
    width: 50%;
  }
  /*.pie-chart .chart {
    height: 100px;
    width: 100px;
  }
  .pie-chart .chart-text {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 1.8em;
  }
  .pie-chart .chart > canvas {
    height: 100px;
    width: 100px;
  }*/
}
@media (min-width: 992px) and (max-width: 1250px) { 
  .col-sm-4.competence {
    width: 50%;
  }
  /*.pie-chart .chart {
    height: 100px;
    width: 100px;
  }
  .pie-chart .chart-text {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 1.8em;
  }
  .pie-chart .chart > canvas {
    height: 100px;
    width: 100px;
  }*/
}

/* Erreurs formulaire de contact */
#contact-form li {
  color: red;
}

/* Notes de bas de pages */
ol.notes {
  font-size: 0.7em;
  list-style-type: decimal;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Divers FIX */
.module {
  padding: 30px 0;
}
.service-list > li:first-child {
  margin-top: 0;
}
.social-list .fa {
  font-size: 2em;
}
a.typewrite {
  color: DarkOrange;
  cursor: text;
  text-decoration: none;
}