  * {
      border-radius: 0 !important;
    }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1rem;
  font-family: 'Exo 2', sans-serif;
}
.diagonal-stripes {
  padding-bottom:200px;
       background: conic-gradient(from 31deg at 80% 65%, #8594896b 121deg, #CAE0D0C4 0% 50%, #CAE0DF 0% 301deg, #85949385 0%)}
@media (max-width: 1199px) {
  .diagonal-stripes {
   padding-bottom:250px;
  }
}
@media (max-width: 991px) {
  .diagonal-stripes {
   padding-bottom:380px;
  }
}
@media (max-width: 575px) {
  .diagonal-stripes {
   padding-bottom:400px;
  }
}

@media (max-width: 300px) {
  .diagonal-stripes {
   padding-bottom:450px;
  }
}
.diagonal-stripes2 {
  background-image:
    repeating-linear-gradient(
      -45deg,
      #343a40,
      #343a40 20em,
      #373e43 20em,
      #373e43 35em);
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.brandnav{display:none}
.brand{display:block;}
@media (max-width: 767.98px) {
  header{height:80px;}
  .brandnav{display:block}
  .brand{display:none;}
  .sidebar {
    top: 60px;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .nav-link {
  font-weight: 500;
  margin: 1rem 1rem;
  font-size:1.3rem
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}
.sidebar .nav-link.active {
  color: #2470dc;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 2.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: initial;
}

.navbar .navbar-toggler {
  right: 1rem;
}
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.fill{
    min-height:100%;
}
h1{
    font-size: 2.3rem;
  font-weight: 400;
}
.spanBrand{
  font-family: sans-serif;
  font-weight: 400;
}
nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    margin-right: 30px;
}
@media (max-width: 1155px) {
  .navbar-brand {
    font-size: 1.8rem;
  }
  nav-pills .nav-link.active, .nav-pills .show > .nav-link {
      margin-right: 50px;
  }
}
@media (max-width: 900px) {
.navbar-brand {
  font-size: 1.6rem;
}
  nav-pills .nav-link.active, .nav-pills .show > .nav-link {
      margin-right: 70px;
  }
}
.indent{
  text-indent:20px;
}
.skills-info.skills-second-style {
	margin-bottom: 30px;
}
.skills-style .skill-container {
	position: relative;
	background-color: transparent;
	border: 1px solid #0099e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 10px;
	margin-bottom: 15px;
	width: 100%;
}
.skill-percentage {
	background-color: #0099e5;
	border: 2px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	height: 8px;
	padding: 0;
}
.skills-style .skill-value {
	font-size: 11px;
	line-height: 1.1em;
	position: relative;
	float: right;
	margin: 0 0 4px;
	color: #888;
}
.skills-info.skills-style h4 {
	font-size: 15px;
	line-height: 1.1em;
	position: relative;
	float: left;
	margin: 0 0 4px;
}
.card-body{
  padding-bottom: 2rem;
  font-size:1rem;
}

.card-header{
  border-bottom:none;
  background-color: transparent;
}
.opacity-90, .card{
  background-color: #f8f9fad8 !important;
}
.card-identity{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.card-identity .row{
  margin:10px;
  padding-top: 40px !important;
}
/* .title-home{
  margin-top:10%;
} */
.title-home h1{
  font-size:3rem;
  font-style:italic;
}
.h2-service{
  font-size:1.6rem;
}
.realisations h3 {
  font-size:1.5rem;
}
.badge{
  margin-bottom:5px !important;
}
.green-dot {
  height: 15px;
  width: 15px;
  margin-bottom:-2px;
  background-color: limegreen;
  border-radius: 50% !important;
  display:inline-block;
}
.realisations ul{
  padding:0;
  margin-bottom: 0;
}
.realisations li {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	list-style: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.realisations .annee{
  font-style: italic;
  font-size:12px;
  color:#aaa;
  position: absolute;
  bottom: 5px;
  right:0;
  height:20px;
  width:40px;
  font-weight: 100;
  font-family: sans-serif;
}
.realisations .annee2{
  font-style: italic;
  font-size:12px;
  color:#aaa;
  position: absolute;
  bottom: 5px;
  right:0;
  height:20px;
  width:80px;
  font-weight: 100;
  font-family: sans-serif;
}

.realisations .plus{
  font-style: italic;
  font-size:12px;
  color:#aaa;
  position: absolute;
  bottom: 5px;
  left:10px;
  height:20px;
  width:50px;
  font-weight: 100;
  font-family: sans-serif;
  cursor: pointer;
}

.realisations .plus-content{
  display:none;
}
.realisations .card {
  padding-bottom: 15px;
}
.marc{
  background-color: transparent;
  border: none;
}
@media (max-width: 800px) {
  .text-anim h1 {
      font-size: 1.7rem;
  }
}
