@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
html , body{
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}


.form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.back-form {
  background-color: #0c0c0c;
  width: 550px;
  height: 750px;
  display: flex;
  border-radius: 15px;
}

.back-form p {
  color: white;
  display: flex;
  padding-top: 20px;
  padding-left: 165px;
  font-family: Candara;
  font-size: 48px;

}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;

}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal_window {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: white;
  padding: 1.5em 2em;

}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: grey;
  text-decoration: none;
} 

.box-act-2 {
  visibility: hidden;
  opacity: 0;
}

.box-act-2:target {
  visibility: visible;
  opacity: 1;
}

#next-strip {
  display: none; 
}

#next-strip.active {
  display: flex; 
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.dispo_espacement {
  margin-top: 5vh;
  padding-top: 5vh;
}

.dispo_espacement2 {
  padding: 75px 0;
}

.dispo_espacement2-top {
  padding-top: 75px;
}

.dispo_espacement2-bottom {
  padding-bottom: 75px;
}

.dispo_espacement-top {
  padding-top: 90px;
}

.dispo_espacement-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header*/
.pos_corps {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.pos_corps .pos_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.pos_corps .pos_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.pos_corps .pos_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .pos_corps {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .pos_corps .pos_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.text-justify p {
  text-align: justify;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}


@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.server_section {
  position: relative;
}

.server_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.server_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.server_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.server_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.server_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.server_section .box .detail-box a:hover {
  color: #00bbf0;
}

.server_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.server_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-left: 10px;
}

.server_section .btn-box .a-box-pages {
  border-radius: 10px;
}


.server_section .btn-box a:hover {
  background-color: #007fa4;
}


.page-indicators {
  display: flex;
  list-style: none;
  margin-top: 10px;
  justify-content: center;

}

.page-indicator {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-indicator.active {
  background-color: #555;
}

.page-indicator.active {
  background-color: #555;
}

.apropos {
  background-color: #00204a;
  color: #ffffff;
}

.apropos .heading_container {
  margin-bottom: 45px;
}

.apropos .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apropos .img-box img {
  max-width: 100%;
}

.apropos .detail-box h3 {
  font-weight: bold;
}

.apropos .detail-box p {
  margin-top: 15px;
}

.apropos .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.apropos .detail-box a:hover {
  background-color: #007fa4;
}

.hidden {
  display: none;
}

.nohidden {
  display: flex;
}

/*
.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section .box .img-box img {
  width: 75px;
  height: auto;
  fill: #00204a;
  justify-content: center;
  align-items: center;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}
*/

.why_section {
  padding: 50px;

}

.why_container {
  display: flex;
  padding-left: 10%;
  padding-right: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5vh;
}

.box-why {
  width: 48%;
  margin-bottom: 30px;
}

.why_section .box-why .img-box img {
  display: flex;
  max-width: 20%;
  height: auto;
  border-radius: 8px;
}



.box-why p {
margin-bottom: 0;
  
}

.why_container h5 span {
  color: #00bbf0;
  font-weight: bold;
}

.btn-box {
  display: flex;
  margin-top: 45px;
}

.why_section .btn-box {
  justify-content: center;
}


.actu_container .btn-box {
  margin-bottom: 4%;
}
.btn-box a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 5px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.btn-box a:hover {
  background-color: #007fa4;
}


/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}




/* client section end */

.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 60px;
  bottom: 0;

}


.info_section h4 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #00bbf0;
}


.info_section .info_col {
  margin-bottom: 30px;
}

.info_contact {
  display: flex;
  flex-direction: row;
  padding-top: 3.5vh;

}

.contact_link_box {
  display: flex;
  margin-left: 12%;
}

.info_section .info_contact .contact_link_box {
  display: flex;
}

.info_section .info_contact .contact_link_box a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: flex;
  flex-direction: row;
  padding-left: 3vh;
  padding-bottom: 2vh;

}

.info_section .info_social a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_detail {
  max-width: 500px;
  margin: 0 auto;
}

.info_section .info_detail h4 {
  margin-bottom: 20px;
}

.info_section .info_detail p {
  color: #b0b0b0;
}

.info_section .info_link_box {
  flex-direction: column-reverse;
}

.info_section .info_links {
  display: flex;
  justify-content: center;
}

.info_section .info_links a {
  margin: 0 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
  margin-bottom: 20px;
}

.info_section form button {
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.info_section form button:hover {
  background-color: #007fa4;
}

.title_footer {
  display: flex;
  margin-left: auto;
  padding-left: 10%;
  text-align: center;
  justify-content: center;
}

.title_footer .info_link_box {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  padding-right: 10%;
}

.footer_section {
  margin-top: 0;
  margin-left: auto;
  padding-right: 12%;
}

.separation-ligne hr {
  overflow: visible;
  z-index: 1;
  border: none;
  border-top: 5px solid #ffffff;
  color: white;
  width: 80%;
  justify-content: center;
}

.dev-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 9%;
  flex-direction: column;
}


.server-box {
  display: flex;
  width: 100%;
  padding-right: auto;
  padding-left: 10%;
  padding-bottom: auto;
  padding-top: 5%;
  flex-direction: column;
  
}

.server-box-commun {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  width: 90%;
  height: 15vh;
  margin-bottom:  2%;
  flex-direction: row;
  z-index: 1;
}
.etat-info {
  display: flex;
  align-items: center;
  margin-top: 1.5vh;
}
.server-box p {
  display: flex;
  align-items: center;
  margin-right: 2vh;
  margin-bottom: 2vh;

}

.server-box-commun h2 {
  display: flex;
  font-size: 1.5em;
  align-items: center;
  padding-left: 1%;
  padding-right: 1%;

}

.server-box-commun .etat-serv {
  display: flex;
  align-items: center;
}

.server-box-commun .info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3498db;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 6.5vh;
  height: 35px;
  margin-left: auto;
  margin-right: 15px;
  transition: background-color 0.3s;

}

.server-box-commun .info-button:hover {
  background-color: #2980b9;
  
}


/* SCROLL BAR - personnalisé */
::-webkit-scrollbar {
  width: 8px; 
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #00bbf0;
  border-radius: 4px; 
}


::-webkit-scrollbar-track {
  background-color: black;
}

