body {
  background-image: url('circle-scatter-haikei.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #0F192D; */
  margin: 0px 50px;
}

/* header {
  background-color: #0F192D;
  
} */
a{
    text-decoration: none;
    color:inherit;
}
header nav div ul {
  width: 100%;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: initial !important;
}


.header_texte {
  margin-top: 55px;
  padding-left: 80px;
}


#services {
  border-radius: 10px;
  padding-bottom: 15px;
  font-family: 'Archivo Narrow', sans-serif;
}

.archivo {
  font-family: 'Archivo Narrow', sans-serif;
}
.social-list-footer{
    display: flex;
    justify-content: center;
}
.social-list li {
  margin: 10px 0px
}

li {
  list-style: none;
}

/* .social-list li img{
width: 25px;
height: auto;
} */
.fab, .fas {
  font-size: 55px;
  color: #cccccc;
}

.vertical-line {
  border-left: 2px solid #7885ab;
  height: 100px;
  padding: 0;
  margin: 0;
  margin-left: 12px;
}

.vertical-line-left {
  border-right: 2px solid #7885ab;
  height: 100px;
  padding: 0;
  margin: 0;
  margin-right: 12px;
  position: relative;
}

.header_description {
     margin-top: 35px;
    line-height: 30px;
    font-family: 'Archivo Narrow', sans-serif;
    word-spacing: 1px;
    /*letter-spacing: 0px;*/
    font-size: larger;
    color: #8e98b8;
}

.section-heading {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px;
}

#doneLogo {
  font-size: 15px;
}

#section_content {
  border-radius: 20px;
  padding: 10px 0px;
}

#section_content p i {
  animation: section_stars 1s ease;
}

.title_header, .text_header {
  font-family: 'Archivo Narrow', sans-serif;
}

.title_header {
  color: #CFD7EE;
  font-size: 65px;
}

.download_button {
  border: 1px solid #94e1da;
  border-radius: 3px;
  cursor: pointer;
    width: fit-content;
}

.download_button:hover {
  background-color: #94e1da;
}

.download_button:hover a {
  color: #ffffff !important;
}

.header_mail {
  transform: rotate(90deg);
  position: absolute;
  right: -30px;
  bottom: 215px;
}

.text_header {
  color: #8e98b8;
  font-size: 37px;
}

@keyframes section_stars {

  0% {
    opacity: 0;
    transform: scale(0.0);
  }

  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

.stars {
  font-size: 20px;
  color: #94e1da;
}

/*css ajouté*/

/* #mainNav {

  background-color: #0F192D;
} */

/* .header_container_content {
  min-height: 847px;
} */

.header_text_first_part {
  color: #94e1da;
  font-family: 'Space Mono', monospace;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link {
  color: #94e1da;
  font-family: 'Space Mono', monospace;
  margin: 0px 15px;
  padding-top: 11px;

}

#contact-container {
  /* background-color: #0f2c46; */
  padding: 50px 0px;
  position: relative;
}

.space {
  font-family: 'Space Mono', monospace;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: white;

}
#contact-informations{
    margin-top : 10%;
}

#contact-informations p {
  font-size: larger;

}

#contact-informations h2 {
  color: #CFD7EE !important;
}

#contact-informations p {
  color: #8e98b8;
}

#contact-form div input {
  border: none;
  background-color: rgba(255, 0, 0, 0);
  border-radius: 0;
  color: #CFD7EE !important;
  border-bottom: 1px solid #8e98b8;
  margin: 20px 0px;
  margin-bottom: 0;
}

#contact-form label {
  color: #CFD7EE !important;
}

#contact-form textarea {
  background-color: rgba(255, 0, 0, 0);
}

#successMessage {
  width: 700px;
  height: 250px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  color: #19a89b;
  text-align: center;
  font-size: x-large;
  border: 1px solid white;
  position: fixed;
  z-index: 1000;
  display: none;
}

#contactSubmitButton {
  width: 110px;
  color: #19a89b;
  border: 1px solid #19a89b;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bolder;
  font-size: larger;
}

#contactSubmitButton:hover {
  background-color: #19a89b;
  color: #ffffff;
}

a {
  cursor: pointer;
}

html {
  scroll-padding-top: 4.5rem;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}



.timeline {
  position: relative;
  
  padding: 27px;
  list-style: none;

}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 68px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
  height: 1640px;
  margin-top: 100px;


}

.timeline>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline>li:after, .timeline>li:before {
  display: table;
  content: " ";

}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0px 20px 0 100px;

}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #1a4967;
  border-radius: 100%;

}

.timeline>li .timeline-image h4, .timeline>li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: #CFD7EE;
}

.timeline_description {
  color: #8e98b8;
}

.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .timeline:before {
    left: 50%;
 
  }

  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 40px 20px 20px 30px;

  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }


  .timeline>li .timeline-image h4, .timeline>li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    ;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 40px 30px 20px 20px;

  }
}

@media (min-width: 992px) {
  .timeline>li {
    min-height: 150px;
  }

  .timeline>li .timeline-panel {
    padding: 40px 20px 20px;
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline>li .timeline-image h4, .timeline>li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }

}
@media  screen and (max-width: 992px) {
  .timeline:before{
    height: 1880px !important;
  }
}
  


@media (min-width: 1200px) {
  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-panel {
    padding: 35px 20px 20px 20px;
    text-align: end;
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline>li .timeline-image h4, .timeline>li .timeline-image .h4 {
    margin-top: 40px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 35px 100px 20px 20px;
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  .timeline:before{
      margin-top: 71px !important;
    height: 1000px !important;
  }  
}

#sectionContentTimeline {
  padding: 20px;
}

#logoTimeline {
  font-size: small;
}

.img-fluid {
  max-width: 100%;
  height: 100%;
}




/*section contact
   */


#contact {
  background-color: #212529;
  background-image: url(map-image.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0px;
}

.hh {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hobbies {
  background-color: rgba(189, 184, 184, 0.5);

}

#home {
padding-top:20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.vertical-line-mid {
  border-left: 2px solid #7885ab;
  height: 500px;
  padding: 0;
  margin: 0;
  margin-left: 12px;
}

#sectionPartTwo {
  font-family: 'Archivo Narrow', sans-serif;
}

.blueColor {
  color: #94e1da;
  position: relative;
}

.blueColor::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: auto;
  width: 105px;
  height: 2px;
  background-color: #94e1da;

}

@media screen and (max-width: 1346px) {
  .title_header {
    font-size: 4rem !important;
  }

  .text_header {
    font-size: 3.6rem;
  }
}


@media screen and (max-width: 1140px) {
  #navbarResponsive {
    font-size: smaller;
  }


  .header_texte {
    margin-top: 55px;
  }

  .header_texte {
    font-size: 0.7rem;
  }

  .text_header {
    font-size: 2.5rem;
  }

  .title_header {
    font-size: 4rem !important;
  }

  .header_description {
    font-size: large;
    width: 500px;
  }

}

@media screen and (max-width: 1713px) {
  .header_texte {
    margin-top: 55px;
  }

  .header_description {
    font-size: 1rem;
  }

}

@media screen and (max-width: 870px) {
  .text_header {
    font-size: 1.5rem;
  }

  .title_header {
    font-size: 3rem !important;
  }

  .header_texte {
    margin-top: 100px;
  }

  .header_description {
    width: 400px;
  }
  


}
@media screen and (max-width: 710px) {
  .text_header {
    font-size: 1rem;
  }

  .title_header {
    font-size: 2rem !important;
  }

  .header_texte {
    margin: 0px !important;
    margin-top: 100px !important;
  }

  .header_description {
    max-width: 300px;

  }
}


@media screen and (max-width: 1473px) {

  #section_content h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
 
.download_button{
    margin-right: auto!important;
    margin-left: auto!important;
    padding:0px 10px;
    margin-top:50px;
  }

  .logo_small_screen{
   display: flex !important;
  }
  .logo_big_screen{
    display: none;
  }

}
@media screen and (max-width: 1024px) {
 

  #section_content h4 {
   height: 20px;
   font-size: 0.9rem;
  }

  .stars {
    font-size: 1rem ;
  }
}

@media screen and (max-width: 770px) {
        .header_url_large{
        display:none;
    }
    #home{
        min-height: fit-content;
    }
    .social-list{
            display: flex;
    justify-content: space-evenly;
    }


#section_content div {
  margin: 0px 10px;
}
.stars{
  font-size: 0.5rem;
}
}
@media screen and (max-width: 600px) {
    .header_url_large{
        display:none;
    }
  .social-list{
            display: flex;
    justify-content: space-evenly;
    }

     #home{
        min-height: fit-content;
    }
      .text_header {
    font-size: 1rem;
  }

  .title_header {
    font-size: 1.5rem !important;
  }

  .header_texte {
    margin: 0px !important;
    margin-top: 80px !important;
  }

  .header_description {
  font-size : 0.9rem;

  }
#successMessage{
    width: 357px;
        font-size: large;
}

  
  /* .stars{
    font-size: 10px !important;
  } */
  body{
 
    margin: 0px !important;
  }
  .header_mail{
    
    right: -93px;

  }

.copyright{
    font-size:5px !important;
}
}