
/*===========================
      0.Même style
===========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646F87; }

* {margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a {color: #00A78E; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {display: inline-block; }


h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #293651;
  margin: 0px; }

h1 {font-size: 48px; }

h2 {font-size: 36px; }

h3 {font-size: 28px; }

h4 {font-size: 22px; }

h5 {font-size: 18px; }

h6 {font-size: 16px; }

ul, ol {margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646F87;
  margin: 0px; }

.bg_cover {background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Section Title Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #00A78E; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 16px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .sub_title {
      font-size: 18px; } }
.section_title .main_title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .section_title .main_title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .main_title {
      font-size: 26px; } }
.section_title .line {
  padding-top: 10px; }
  .section_title .line li {
    display: inline-block;
    border-radius: 50px;
    height: 3px; }
    .section_title .line li:nth-of-type(1) {
      width: 64px; }
    .section_title .line li:nth-of-type(2) {
      width: 10px; }
    .section_title .line li:nth-of-type(3) {
      width: 7px; }

/*===========================
        1. HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color:#fff }

.navbar {padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {padding: 0; }

.navbar-toggler {padding: 0; }

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #293651;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    .navbar-nav .nav-item a span {
      width: 0;
      height: 2px;
      background-color: #00A78E;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 50px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .navbar-nav .nav-item a span::before {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #00A78E;
        left: 110%; }
      .navbar-nav .nav-item a span::after {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #00A78E;
        left: 140%; }
  .navbar-nav .nav-item.active > a span, .navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%; }
    .navbar-nav .nav-item.active > a span::before, .navbar-nav .nav-item:hover > a span::before {
      width: 20%; }
    .navbar-nav .nav-item.active > a span::after, .navbar-nav .nav-item:hover > a span::after {
      width: 15%; }
  
/*===========================
        2.Présentation
===========================*/
.presentation {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  background-color: #F9F9F9;
  overflow: hidden;
  padding-top: 70px; }

.fond_presentation {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }
  .fond_presentation:before {
    position: absolute;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #00A78E;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    top: 0;
    left: 0; }

.header_hero_content .header_sub_title {
  font-size: 30px;
  font-weight: 600;
  color: #00A78E;
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .header_hero_content .header_sub_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_sub_title {
      font-size: 30px; } }
.header_hero_content .header_title {
  font-size: 50px;
  font-weight: 700;
  color: #293651;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 30px; } }
.header_hero_content span {
  font-size: 18px;
  font-weight: 500;
  color: #293651;
  margin-top: 15px; }
.header_hero_content p {
  margin-top: 15px; }
.header_hero_content .main-btn {
  margin-top: 30px; }

.header_hero_image img {
  width: 75%; }

/*===========================
        3.Compétences  
===========================*/

.about_content p {
  margin-top: 10px; }
  .fond_competences .section_title .line li {
  background-color: #00A78E;}
.skill_item .skill_header {
  position: relative; }
  .skill_item .skill_header .skill_title {
    font-size: 14px;
    font-weight: 500; }
  .skill_item .skill_header .skill_percentage {
    position: absolute;
    top: -3px;
    right: 0; }
    .skill_item .skill_header .skill_percentage p {
      font-size: 14px;
      font-weight: 400; }
.skill_item .skill_bar {
  margin-top: 15px; }
  .skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 9px;
    border-radius: 5px;
    background-color: rgba(100, 111, 135, 0.11);
    position: relative; }
    .skill_item .skill_bar .bar_inner .progress_line {
      position: absolute;
      top: 0;
      left: 0;
      height: 9px;
      border-radius: 5px;
      background-color: #00A78E;
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s;
      width: 0; }
      .skill_item .skill_bar .bar_inner .progress_line::before {
        position: absolute;
        content: '';
        width: 7px;
        height: 18px;
        background-color: #fff;
        border: 2px solid #00A78E;
        top: -5px;
        right: 0; }

/*===========================
       04. Formations css 
===========================*/
.services_area {
  background-color: #00A78E; }
  .services_area .section_title .line li {
  background-color: #fff;}
.single_service {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_service {
      padding: 20px; } }
  .single_service .service_icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 46px;
    background-color: #00A78E;
    color: #fff;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_service .service_icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 36px; } }
  .single_service .service_content {
    margin-top: 25px; }
    .single_service .service_content .service_title a {
      font-size: 22px;
      font-weight: 600;
      color: #293651;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_service .service_content .service_title a {
          font-size: 18px; } }
    .single_service .service_content p {
      margin-top: 20px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .single_service:hover {
    background-color: #00A78E; }
    .single_service:hover .service_icon i {
      background-color: #fff;
      color: #00A78E; }
    .single_service:hover .service_content .service_title a {
      color: #fff; }
    .single_service:hover .service_content p {
      color: #fff; }

/*===========================
   5.Expériences css 
===========================*/
.experience_area {
  background-color: #F9F9F9;}

.experience_area .section_title .line li {
  background-color: #00A78E;}

.timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;}

/* Ligne verticale */
.timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: rgba(0, 167, 142, 0.25);
  border-radius: 10px;}

/* Bloc expérience */
.timeline_item {
  position: relative;
  background-color: #fff;
  padding: 25px 30px;
  margin-bottom: 35px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(196, 196, 196, 0.3);}

/* Point sur la timeline */
.timeline_item::before {
  content: '';
  position: absolute;
  left: -33px;
  top: 28px;
  width: 14px;
  height: 14px;
  background-color: #00A78E;
  border-radius: 50%;
  border: 3px solid #F9F9F9;}

/* Dates */
.timeline_date {
  font-size: 14px;
  font-weight: 600;
  color: #00A78E;
  margin-bottom: 8px;
  display: block;}

/* Titre du poste */
.timeline_item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #293651;
  margin-bottom: 5px;}

/* Lieu / entreprise */
.timeline_place {
  font-size: 15px;
  font-style: italic;
  color: #646F87;
  margin-bottom: 15px;}

/* Liste des missions */
.timeline_item ul {
  padding-left: 18px;}

.timeline_item ul li {
  position: relative;
  font-size: 15px;
  color: #646F87;
  margin-bottom: 8px;
  line-height: 22px;}

/* Petit détail visuel sur les puces */
.timeline_item ul li::marker {
  color: #00A78E;}

/* Responsive */
@media (max-width: 767px) {
  .timeline {
    padding-left: 20px;}
  .timeline::before {
    left: 4px;}
  .timeline_item::before {
    left: -26px;}
  .timeline_item {
    padding: 20px;
  }
}

/*===========================
   6. INTERESTS css
===========================*/

.interests_area {
  background-color: #00A78E;}
.interests_area .section_title .line li {
  background-color: #fff;}
.interest_item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #F9F9F9;
  box-shadow: 0px 0px 10px rgba(196, 196, 196, 0.25);
  transition: all 0.3s ease-out;
  height: 100%;}
.interest_item i {
  font-size: 40px;
  color: #00A78E;
  margin-bottom: 15px;}
.interest_item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #293651;
  margin-bottom: 8px;}
.interest_item p {
  font-size: 14px;
  color: #646F87;
  line-height: 20px;}
.interest_item:hover {
  background-color: #00A78E;}
.interest_item:hover i,
.interest_item:hover h5,
.interest_item:hover p {
  color: #fff;}

/*===========================
    7. PORTFOLIO css
===========================*/

.portfolio_area {
  background-color: #F9F9F9;}
.portfolio_item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(196, 196, 196, 0.3);
  margin-bottom: 30px;}
.portfolio_item img {
  width: 100%;
  transition: transform 0.4s ease;}
.portfolio_item:hover img {
  transform: scale(1.05);}
.portfolio_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 167, 142, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  padding: 20px;}
.portfolio_item:hover .portfolio_overlay {
  opacity: 1;}
.portfolio_overlay h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;}
.portfolio_overlay span {
  color: #fff;
  font-size: 14px;
  opacity: 0.9;}

/*===========================
      8. FOOTER css 
===========================*/
.footer_content .footer_social {
  margin-top: 45px; }
  .footer_content .footer_social li {
    display: inline-block;
    margin: 0 10px; }
    .footer_content .footer_social li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      color: #646F87;
      background-color: rgba(41, 54, 81, 0.07);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer_content .footer_social li a:hover {
        color: #00A78E; }
.footer_content .email {
  font-size: 44px;
  font-weight: 600;
  color: #293651;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .footer_content .email {
      font-size: 20px;
      margin-top: 25px; } }
.footer_content .footer_menu {
  padding-top: 20px; }
  .footer_content .footer_menu li {
    display: inline-block;
    margin: 10px 20px 0; }
    @media (max-width: 767px) {
      .footer_content .footer_menu li {
        margin: 10px 12px 0; } }
    .footer_content .footer_menu li a {
      font-size: 16px;
      font-weight: 600;
      color: #293651; }
      @media (max-width: 767px) {
        .footer_content .footer_menu li a {
          font-size: 15px; } }


