@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap");
@font-face {
  font-family: "Romantica";
  src: url("dist/font/Tomantica.ttf") format("ttf"); }

/* utilitaire*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

h1, h2, h3, h4 {
  font-weight: 500; }

h1 {
  font-family: 'Romantica',cursive; }

.btn_cta, .btn_projects, .btn_project_section {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  border: none;
  transition: all 0.7s; }

.btn_cta, .btn_projects, .btn_project_section {
  color: black;
  background-color: #896827; }
  .btn_cta:hover, .btn_projects:hover, .btn_project_section:hover {
    color: #896827;
    background-color: black; }

.btn_projects {
  padding: 0.8rem 2.6rem; }
  .btn_projects:hover {
    background-color: #f4f4f4;
    color: black; }

.btn_project_section {
  padding: 0.7rem 0.4rem;
  background-color: black;
  color: #f4f4f4; }
  .btn_project_section:hover {
    color: black;
    background-color: #f4f4f4;
    border: 1px solid black; }

.container {
  max-width: 1280px;
  margin: auto;
  overflow: hidden; }

.text_center {
  text-align: center; }

.section_text {
  font-size: 1.2rem; }

.section_title {
  font-size: 3.2rem;
  padding-bottom: 0.5rem;
  font-family: 'Tangerine',cursive; }

.p_0 {
  padding: 5rem; }

.p_1 {
  padding: 4rem; }

.p_2 {
  padding: 3rem; }

.p_3 {
  padding: 2rem; }

.p_4 {
  padding: 1rem; }

.ptb_0 {
  padding: 5rem 0; }

.ptb_1 {
  padding: 4rem 0; }

.ptb_2 {
  padding: 3rem 0; }

.ptb_3 {
  padding: 2rem 0; }

.ptb_4 {
  padding: 1rem 0; }

.section_separation {
  width: 50%;
  margin: 2.5rem auto;
  color: #f4f4f4; }

/*navigation*/
.main_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 0.5rem 1rem; }
  .main_nav .first {
    display: none; }
  .main_nav ul {
    display: flex; }
  .main_nav li {
    padding: 1rem 1.5rem; }
  .main_nav a {
    color: #fff;
    padding-bottom: 0.3rem;
    border-bottom: 2px transparent solid;
    transition: border-color 1s;
    font-size: 1rem; }
    .main_nav a i {
      padding: 0 0.5rem; }
    .main_nav a .logo_title{
      font-size: 1.6rem;
      font-family: 'Romantica',cursive;
      padding: 5px 0 0 0;
      text-transform: none;
      color: #896827;
      font-weight: 900;
      width:100px;}
    .main_nav a:hover {
      border-color: #896827; }
    .main_nav a.curennt_page {
      border-color: #896827; }

/*header*/
.header {
  background: url(../img/main_bg1.jpg) no-repeat center center/cover;
  height: 93.4vh;
  color: #fff; }
  .header .header_content {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5.4rem; }
    .header .header_content .cta_title {
      font-size: 6rem;
      display: inline-block;
      width: 100%;
      text-align: center;
      animation-duration: 5s;
      animation-name: slide2;
      animation-iteration-count: 1; }
    .header .header_content .cta_catch {
      font-size: 1.2rem;
      padding: 0.6rem 0 2.2rem;
      display: inline-block;
      width: 100%;
      text-align: center;
      font-family: 'Roboto',cursive;
      font-style: italic;
      animation-duration: 5s;
      animation-name: slide;
      animation-iteration-count: 1; }
    .header .header_content .btn_header a {
      margin: 0 1rem; }
      .header .header_content .btn_header a:nth-child(2) {
        background-color: #f4f4f4;
        color: #896827;
        border: 1px solid #896827; }
        .header .header_content .btn_header a:nth-child(2):hover {
          background-color: #896827;
          color: #f4f4f4; }

@keyframes slide2 {
  from {
    margin-left: 100%; }
  to {
    margin-left: 0%; } }

.section-techonologie .container .section_text, .about_section_technologies .container .section_text {
  color: #896827; }

.section-techonologie .technologies, .about_section_technologies .technologies {
  margin-top: 3rem;
  margin: 3rem auto;
  display: grid;
  grid-gap: 2rem; }
  .section-techonologie .technologies #competences, .about_section_technologies .technologies #competences {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    .section-techonologie .technologies #competences .container2, .about_section_technologies .technologies #competences .container2 {
      position: relative;
      width: 1000px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 20px; }
      .section-techonologie .technologies #competences .container2 .card2, .about_section_technologies .technologies #competences .container2 .card2 {
        position: relative;
        height: 250px;
        background: #ffffff;
        -webkit-box-shadow: inset 1px 12px 70px -32px rgba(137, 104, 39, 0.78);
        -moz-box-shadow: inset 1px 12px 70px -32px rgba(137, 104, 39, 0.78);
        box-shadow: inset 1px 12px 70px -32px rgba(137, 104, 39, 0.78);
        display: flex;
        width: 45%;
        margin: 30px 0; }
        .section-techonologie .technologies #competences .container2 .card2 .fa-desktop, .section-techonologie .technologies #competences .container2 .card2 .fa-code, .section-techonologie .technologies #competences .container2 .card2 .fa-database, .section-techonologie .technologies #competences .container2 .card2 .fa-sitemap, .about_section_technologies .technologies #competences .container2 .card2 .fa-desktop, .about_section_technologies .technologies #competences .container2 .card2 .fa-code, .about_section_technologies .technologies #competences .container2 .card2 .fa-database, .about_section_technologies .technologies #competences .container2 .card2 .fa-sitemap {
          background-color: transparent;
          font-size: 4rem; }
        .section-techonologie .technologies #competences .container2 .card2 .content, .about_section_technologies .technologies #competences .container2 .card2 .content {
          position: absolute;
          right: 0;
          width: calc(100% - 20%);
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: start;
          align-items: flex-start; }
          .section-techonologie .technologies #competences .container2 .card2 .content h3, .about_section_technologies .technologies #competences .container2 .card2 .content h3 {
            align-self: center;
            font-size: 25px;
            color: #896827;
            font-family: "Yellowtail", cursive;
            text-align: center;
            padding-top: 0.5rem;
            margin: 1rem 0; }
          .section-techonologie .technologies #competences .container2 .card2 .content .fa-check, .about_section_technologies .technologies #competences .container2 .card2 .content .fa-check {
            background-color: transparent;
            font-size: 0.7rem; }
        .section-techonologie .technologies #competences .container2 .card2:hover .imgbox2, .about_section_technologies .technologies #competences .container2 .card2:hover .imgbox2 {
          width: 130px;
          height: 130px;
          left: -70px;
          top: calc(50% - 70px);
          transition: 0.5s ease-in-out; }
          .section-techonologie .technologies #competences .container2 .card2:hover .imgbox2 .fa-desktop, .section-techonologie .technologies #competences .container2 .card2:hover .imgbox2 .fa-code, .section-techonologie .technologies #competences .container2 .card2:hover .imgbox2 .fa-database, .section-techonologie .technologies #competences .container2 .card2:hover .imgbox2 .fa-sitemap, .about_section_technologies .technologies #competences .container2 .card2:hover .imgbox2 .fa-desktop, .about_section_technologies .technologies #competences .container2 .card2:hover .imgbox2 .fa-code, .about_section_technologies .technologies #competences .container2 .card2:hover .imgbox2 .fa-database, .about_section_technologies .technologies #competences .container2 .card2:hover .imgbox2 .fa-sitemap {
            font-size: 4rem; }
          .section-techonologie .technologies #competences .container2 .card2:hover .imgbox2:before, .about_section_technologies .technologies #competences .container2 .card2:hover .imgbox2:before {
            color: rgba(17, 16, 16, 0); }
        .section-techonologie .technologies #competences .container2 .card2 .imgbox2, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2 {
          position: absolute;
          top: 0;
          left: -0.5rem;
          height: 100%;
          width: 100%;
          background: black;
          z-index: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          transition: 0.5s ease-in-out; }
          .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before {
            content: attr(data-text);
            position: absolute;
            top: 60%;
            left: 0;
            width: 100%;
            text-align: center;
            font-size: 5em;
            color: rgba(17, 16, 16, 0.8);
            font-weight: 700; }
            .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before .fa-desktop, .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before .fa-code, .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before .fa-database, .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before .fa-sitemap, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before .fa-desktop, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before .fa-code, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before .fa-database, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before .fa-sitemap {
              color: #896827;
              width: 80px;
              height: 80px;
              padding: 15px;
              font-size: 5rem;
              text-align: center; }
            .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before .fa-code, .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before .fa-sitemap, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before .fa-code, .about_section_technologies .technologies #competences .container2 .card2 .imgbox2:before .fa-sitemap {
              padding-right: 35px; }
  .section-techonologie .technologies div, .about_section_technologies .technologies div {
    margin: 0 0.5rem; }
  .section-techonologie .technologies .fas, .about_section_technologies .technologies .fas {
    color: #896827;
    background-color: black;
    padding: 0.7rem 1rem;
    margin-bottom: 0.7rem;
    border-radius: 50%; }
  .section-techonologie .technologies h3, .about_section_technologies .technologies h3 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem; }

/*section mon parcours*/
.about_section_parcours h2 {
  color: black; }

.about_section_parcours .timeline {
  list-style: none;
  position: relative;
  min-width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 2rem;
  display: flex;
  flex-direction: column; }
  .about_section_parcours .timeline h3 {
    color: #896827;
    font-family: "Yellowtail", cursive;
    font-size: 1.6rem; }
  .about_section_parcours .timeline p {
    padding: 0.2rem; }
  .about_section_parcours .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 10px;
    background-color: #896827;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
    -webkit-box-shadow: inset 10px 10px 26px -10px rgba(137, 104, 39, 0.78);
    -moz-box-shadow: inset 10px 10px 26px -10px rgba(137, 104, 39, 0.78);
    box-shadow: inset 10px 10px 26px -10px rgba(137, 104, 39, 0.78); }
  .about_section_parcours .timeline:after {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 10px;
    background-color: #333;
    left: 50%;
    margin-left: 0px;
    -webkit-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); }
  .about_section_parcours .timeline li {
    margin: 10px; }
    .about_section_parcours .timeline li .tl-circ-current {
      position: absolute;
      top: 6%;
      left: 50%;
      text-align: center;
      background: #333;
      color: #f4f4f4;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-left: -20px;
      border: 3px solid #896827;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      z-index: 99;
      -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); }
    .about_section_parcours .timeline li .tl-circ1, .about_section_parcours .timeline li .tl-circ2, .about_section_parcours .timeline li .tl-circ3, .about_section_parcours .timeline li .tl-circ4 {
      position: absolute;
      left: 50%;
      text-align: center;
      background: #333;
      color: #fff;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-left: -20px;
      border: 3px solid #fff;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      z-index: 99;
      -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); }
    .about_section_parcours .timeline li .tl-circ1 {
      top: 25%; }
    .about_section_parcours .timeline li .tl-circ2 {
      top: 43%; }
    .about_section_parcours .timeline li .tl-circ3 {
      top: 67%; }
    .about_section_parcours .timeline li .tl-circ4 {
      top: 79%; }
  .about_section_parcours .timeline li.timeline-inverted .timeline-panel {
    float: right; }
    .about_section_parcours .timeline li.timeline-inverted .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; }
  .about_section_parcours .timeline .timeline-panel {
    width: calc(43% - 10px);
    float: left;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    background: black;
    color: #f4f4f4;
    box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.5), inset 0 15px 15px rgba(0, 0, 0, 0.5);
    border-top: 5px solid var(--color);
    padding: 15px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); }
    .about_section_parcours .timeline .timeline-panel:after {
      position: absolute;
      top: 27px;
      right: -14px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-left: 14px solid black;
      border-right: 0 solid black;
      border-bottom: 14px solid transparent;
      content: " "; }

.projects .thumbnail {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%; }
  .projects .thumbnail .thumbnail-frame {
    position: relative;
    width: 30%;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78);
    box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78); }
    .projects .thumbnail .thumbnail-frame .project-description {
      margin: 5px 0 5px 5px;
      padding: 10px;
      position: absolute;
      top: 0px;
      left: 0;
      height: 360px;
      width: calc(100% - 10px);
      background-color: rgba(0, 0, 0, 0.8);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s, opacity 0.2s linear;
      -o-transition: visibility 0s, opacity 0.2s linear;
      transition: visibility 0s, opacity 0.2s linear; }
      .projects .thumbnail .thumbnail-frame .project-description .project-description-title {
        font-size: 22px;
        color: #896827;
        margin-top: 3rem; }
      .projects .thumbnail .thumbnail-frame .project-description .project-description-text {
        font-style: italic;
        color: #ddd; }
      .projects .thumbnail .thumbnail-frame .project-description .category-separator {
        position: relative;
        font-size: 15px;
        color: #f4f4f4;
        margin: 1rem; }
        .projects .thumbnail .thumbnail-frame .project-description .category-separator:before {
          content: " ";
          position: absolute;
          border-bottom: 1px solid #ddd;
          width: 25%;
          height: 13px;
          display: inline;
          margin-left: calc(-25% - 8px); }
        .projects .thumbnail .thumbnail-frame .project-description .category-separator:after {
          content: " ";
          position: absolute;
          border-bottom: 1px solid #ddd;
          width: 25%;
          height: 13px;
          display: inline;
          margin-left: 8px; }
      .projects .thumbnail .thumbnail-frame .project-description .tag {
        padding: 5px;
        background-color: #896827;
        border-radius: 5px;
        margin-top: 0.5rem; }
    .projects .thumbnail .thumbnail-frame .thumbnail-img {
      height: 360px;
      width: 100%;
      background-size: cover;
      background-position: center;}
    .projects .thumbnail .thumbnail-frame:hover .project-description {
      visibility: visible;
      opacity: 1; }

.projects2 {
  padding: 0; }
  .projects2 .projects_img {
    background: url(../img/project.jpg) no-repeat center center/cover; }
  .projects2 .projects_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: black;
    color: #f4f4f4; }
    .projects2 .projects_content ul {
      margin-bottom: 2.5rem; }
      .projects2 .projects_content ul .fas, .projects2 .projects_content ul .far {
        padding-bottom: 0.6rem; }
      .projects2 .projects_content ul .projects_title {
        padding-bottom: 0.5rem;
        font-family: 'Tangerine',cursive;
        font-size: 2rem; }
      .projects2 .projects_content ul .projects_number {
        font-size: 1.3rem; }
  .projects2 a {
    margin: auto;
    grid-column: 1/4; }

/*about*/
.about_section .about_info {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-gap: 1.5rem; }
  .about_section .about_info .block {
    animation-duration: 5s;
    animation-name: slide;
    animation-iteration-count: 1; }
    .about_section .about_info .block img {
      width: 90%;
      align-self: center; }
  .about_section .about_info .bio_content {
    grid-column: 2 /span 3;
    border-left: 3px solid #896827;
    padding: 1.5rem 3.5rem; }
    .about_section .about_info .bio_content ul li {
      margin-bottom: 1.2rem; }
    .about_section .about_info .bio_content .about_title {
      font-size: 1.7rem;
      margin-bottom: 1rem; }
  .about_section .about_info .about_icon_title {
    font-size: 1.3rem;
    padding: 0.7rem 0; }

@keyframes slide {
  from {
    margin-right: 100%; }
  to {
    margin-right: 0%; } }

@keyframes slide1 {
  from {
    margin-left: 100%; }
  to {
    margin-left: 0%; } }

.about_section_technologies {
  background-color: black;
  color: #f4f4f4; }
  .about_section_technologies .section_text {
    margin-bottom: 1.5rem; }
  .about_section_technologies .type_technologie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .about_section_technologies .type_technologie .type_techno {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 30%;
      margin: 1rem;
      padding: 1.5rem 0;
      box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.5), inset 0 15px 15px rgba(0, 0, 0, 0.5); }
      .about_section_technologies .type_technologie .type_techno h4 {
        color: #896827;
        padding: 1rem;
        font-size: 1.5rem;
        font-family: "Yellowtail", cursive; }
      .about_section_technologies .type_technologie .type_techno p {
        padding: 1rem; }
      .about_section_technologies .type_technologie .type_techno i {
        color: #896827;
        padding: 0.5rem;
        border-radius: 50%;
        border: 1px solid #896827;
        font-size: 1.8rem;
        padding: 1rem;
        background-color: #f4f4f4; }
      .about_section_technologies .type_technologie .type_techno img {
        width: 80%;
        height: 40%; }
  .about_section_technologies .technologies .fas {
    color: #896827;
    background-color: #f4f4f4; }
  .about_section_technologies .technologies p {
    color: black; }

/*projet*/
.projects_section .project {
  display: grid;
  grid-gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5rem 0; }
  .projects_section .project img {
    margin-left: 0.7rem; }
  .projects_section .project .fas {
    padding-right: 0.3rem; }
  .projects_section .project .project_text {
    margin: 0.7rem 0.7rem; }

/*contact*/
.contact_section {
  margin: 1.5rem auto;
  width: 80%;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78);
  box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78); }
  .contact_section form {
    max-width: 960px;
    margin: auto; }
  .contact_section .label_input_fields {
    display: grid;
    grid-template-areas: "name email" "message message";
    grid-gap: 1.2rem;
    margin-bottom: 0.8rem; }
    .contact_section .label_input_fields label {
      display: block;
      text-align: left; }
    .contact_section .label_input_fields input, .contact_section .label_input_fields textarea {
      border: 2px solid #d4d4d4;
      border-radius: 5px;
      padding: 0.7rem;
      margin-top: 0.3rem;
      width: 100%; }
    .contact_section .label_input_fields textarea {
      height: 150px; }
    .contact_section .label_input_fields .name_input {
      grid-area: name; }
    .contact_section .label_input_fields .email_input {
      grid-area: email; }
    .contact_section .label_input_fields .message_input {
      grid-area: message; }
    .contact_section .label_input_fields .is_required:after {
      content: "*";
      color: red;
      padding-left: 0.2rem; }
      .form-container h4{
       font-size: 1em;
     } 
     #error_message{
       color:red;
       border: 1px solid #ccc;
       box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78); 
       max-width: 400px;
       margin: 0 auto;
       padding: 15px;
       
     }
     #success_message{
      color:#896827;
      border: 1px solid #ccc;
      max-width: 400px;
      margin: 150px auto;
      padding: 50px;
      box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78); 
     
    }

.iframe_section {
  margin: 1.5rem auto;
  width: 80%;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78);
  box-shadow: 0px 2px 18px 0px rgba(137, 104, 39, 0.78); }
  .iframe_section #gmap_canvas img {
    max-width: none !important;
    background: none !important; }
  .iframe_section .iframe {
    width:700px;
    height:440px;
    border:none;
    position: relative;
    margin: 1rem auto; }
    .iframe_section .iframe iframe {
      width: 90%;
      height: 400px; }
    .iframe_section .iframe div {
      position: absolute;
      width: 90%;
      bottom: 10px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      color: #000;
      text-align: center; }

.contact_info_section {
  background-color: black;
  color: #f4f4f4; }
  .contact_info_section .contact_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .contact_info_section .contact_info i, .contact_info_section .contact_info h3 {
      padding-bottom: 0.4rem; }
    .contact_info_section .contact_info a {
      color: #896827; }

/*f0oter*/
.main_footer {
  background-color: black;
  margin: 0;
  box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.5), inset 0 15px 15px rgba(0, 0, 0, 0.5);
}
  .main_footer .compteur img
  {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    float: right;
    margin: 3px;
   }

.main_footer .footer_content {
    color: #f4f4f4; }
    .main_footer .footer_content .contact_footer {
      margin-left: 3rem; }
      .main_footer .footer_content .contact_footer a {
        color: #896827; }
  
 

@media (max-width: 850px) {
  .p_0 {
    padding: 2.5rem; }
  .p_1 {
    padding: 2rem; }
  .p_2 {
    padding: 1.5rem; }
  .p_3 {
    padding: 1rem; }
  .p_4 {
    padding: 0.5rem; }
  .ptb_0 {
    padding: 2.5rem 0; }
  .ptb_1 {
    padding: 2rem 0; }
  .ptb_2 {
    padding: 1.5rem 0; }
  .ptb_3 {
    padding: 1rem 0; }
  .ptb_4 {
    padding: 0.5rem 0; }
  .main_nav {
    flex-direction: column;
    justify-content: center; }
    .main_nav .first {
      display: flex; }
    .main_nav .desktop {
      display: none; }
    .main_nav li {
      margin-top: 0.9rem;
      font-size: 0.9rem;
      padding: 1rem; }
  /*page d accueil*/
  .header .header_content .cta_title {
    font-size: 2.5rem; }
  .header .header_content .cta_catch {
    text-align: center;
    }
  .header .header_content .btn_header a {
    margin: 0rem 0.3rem; }
  .section-techonologie .technologies {
    display: block;
    margin-top: 0.5rem; }
    .section-techonologie .technologies #competences .container2 {
      margin: 0; }
      .section-techonologie .technologies #competences .container2 .card2 {
        margin: 0; }
        .section-techonologie .technologies #competences .container2 .card2 .imgbox2:before {
          font-size: 4.5rem;
          padding: 0.4rem; }
        .section-techonologie .technologies #competences .container2 .card2 .imgbox2 i {
          margin-top: 0rem;
          font-size: 3rem; }
        .section-techonologie .technologies #competences .container2 .card2 .imgbox2 .content p {
          padding: 0rem 0.2rem; }
    .section-techonologie .technologies #competences .fas {
      margin-top: 0rem; }
  .projects2 {
    padding: 0; }
  .projects {
    display: block; }
    .projects .projects_img {
      display: none; }
    .projects .projects_content {
      display: block; }
  .about_section .about_info {
    display: block; }
    .about_section .about_info .bio_content {
      border-left: none; }
  /*about parcours*/
  .about_section_parcours .timeline {
    align-items: center; }
    .about_section_parcours .timeline li {
      padding-left: 25px;
      margin: 10px;
      width: 100%; }
      .about_section_parcours .timeline li .tl-circ-current {
        display: none; }
      .about_section_parcours .timeline li .tl-circ1 {
        display: none; }
      .about_section_parcours .timeline li .tl-circ2 {
        display: none; }
      .about_section_parcours .timeline li .tl-circ3 {
        display: none; }
      .about_section_parcours .timeline li .tl-circ4 {
        display: none; }
      .about_section_parcours .timeline li .timeline-panel {
        float: left;
        width: 100%;
        margin: 0; }
        .about_section_parcours .timeline li .timeline-panel:after {
          display: none; }
      .about_section_parcours .timeline li .timeline-inverted {
        padding-right: 25px; }
        .about_section_parcours .timeline li .timeline-inverted .timeline-panel {
          float: left;
          width: 100%; }
          .about_section_parcours .timeline li .timeline-inverted .timeline-panel:after {
            display: none;
            margin: 0 auto; }
    .about_section_parcours .timeline:before {
      display: none; }
    .about_section_parcours .timeline:after {
      display: none; }
  /*page projet*/
  .projects {
    /*page contact*/ }
    .projects .thumbnail .thumbnail-frame {
      width: 100%; }
    .projects .contact_section form {
      width: 100%; }
    .projects .contact_section .label_input_fields {
      display: block; }
      .projects .contact_section .label_input_fields label {
        margin-top: 1.2rem;
        padding-left: 0.9rem; }
      .projects .contact_section .label_input_fields textarea {
        margin-bottom: 1.4rem; }
      .projects .contact_section .label_input_fields input, .projects .contact_section .label_input_fields textarea {
        width: 90%; }
    .projects .iframe_section .iframe iframe {
      width: 90%; }
    .projects .contact_info_section {
      padding-bottom: 2.2rem; }
      .projects .contact_info_section .contact_info {
        display: block; }
        .projects .contact_info_section .contact_info .fas, .projects .contact_info_section .contact_info .fab {
          margin-top: 1.7rem; } }

@media (max-width: 850px) and (max-width: 1250px) {
  .container {
    width: 90%; }
  /*page about*/
  .about_section_technologies .technologies {
    display: block; }
    .about_section_technologies .technologies div .fas {
      margin-top: 1.7rem; }
  .about_section_technologies .type_technologie {
    flex-direction: column; }
    .about_section_technologies .type_technologie .type_techno {
      width: 70%;
      margin: 0 auto;
      padding: 2.5rem 0; }
      .about_section_technologies .type_technologie .type_techno img {
        width: 60%; }
  .section-techonologie .technologies #competences .container2, .about_section_technologies .technologies #competences .container2 {
    flex-direction: column; }
    .section-techonologie .technologies #competences .container2 .card2, .about_section_technologies .technologies #competences .container2 .card2 {
      width: 70%;
      margin: 10px auto; }
      .section-techonologie .technologies #competences .container2 .card2 .content, .about_section_technologies .technologies #competences .container2 .card2 .content {
        width: 70%; }
        .section-techonologie .technologies #competences .container2 .card2 .content i, .about_section_technologies .technologies #competences .container2 .card2 .content i {
          padding: 0.2rem; }
        .section-techonologie .technologies #competences .container2 .card2 .content p, .about_section_technologies .technologies #competences .container2 .card2 .content p {
          padding: 0.7rem; }
  .section-techonologie .technologies .fas, .about_section_technologies .technologies .fas {
    margin-bottom: 0rem; }
  /*page projet*/
  .projects_section .project {
    display: block; }
  /*footer*/
  .main_footer .footer_content .contact_footer {
    margin: 0; } }
