/*import fonts from fonts.css file*/
@import url(./fonts.css);
/* css variables */
@import url(./partials/_variables.css);
/*import global styling*/
@import url(./partials/_global.css);
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.header_area .main-menu .navbar {
  padding: 1rem 10rem;
  z-index: 10;
  background: #190147;
}

.header_area .main-menu .navbar .navbar-brand {
  padding: 0 2rem 0 5rem;
  color: whitesmoke;
  margin-left: -2rem;
}

.header_area .main-menu .navbar #navbarNav {
  padding-right: 3rem;
}

.header_area .main-menu .navbar #navbarNav a:hover {
  background: var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header_area .main-menu .nav-item .nav-link {
  font: normal 500 15px/2px var(--roboto);
  text-transform: uppercase;
  padding: 1.7rem;
  color: var(--title-color);
}

.site-main .site-banner {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #2236bd), to(#190147));
  background: linear-gradient(360deg, #fff 0%, #2236bd 50%, #190147);
  width: 100%;
  min-height: 95vh;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.site-main .site-banner .site-title {
  margin: auto;
  padding-top: 5%;
}

.site-main .site-banner .site-title h1 {
  font-size: 2rem;
  color: whitesmoke;
}

.site-main .site-banner .site-title h3 {
  font-weight: 500;
  color: whitesmoke;
  margin-bottom: 2rem;
}

.site-main .site-banner .site-title h4 {
  font-size: 1.5rem;
  color: whitesmoke;
}

.site-main .site-banner .site-title .sous-titre {
  margin-top: -3rem;
}

.site-main .site-banner .banner-image > img {
  margin-top: 5rem;
  margin-left: 8rem;
  width: 20rem;
  padding: 1em;
}

.site-main .site-banner .clouds {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.site-main .site-banner .clouds img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 50%;
  -webkit-animation: animatecloud calc(12s * var(--i)) linear infinite;
          animation: animatecloud calc(12s * var(--i)) linear infinite;
}

@-webkit-keyframes animatecloud {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@keyframes animatecloud {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@media (max-width: 992px) {
  .site-main .site-banner .site-title {
    text-align: center;
  }
  .site-main .site-banner .banner-image > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .site-main .site-banner .clouds {
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  .site-main .site-banner .clouds > img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    -webkit-animation: animatecloud calc(8s * var(--i)) linear infinite;
            animation: animatecloud calc(8s * var(--i)) linear infinite;
  }
}

/*End Banner Area*/
/*Start About Area */
.site-main .about-area {
  padding: 5rem 5rem 0rem 5rem;
}

.site-main .about-area .about-title h2 > span {
  display: block;
  font: normal bold 49px/60px var(--roboto);
  letter-spacing: 21px;
}

.site-main .about-area .about-title .paragraphe > p {
  padding: .4rem 0;
}

@media (max-width: 992px) {
  .site-main .about-area {
    text-align: center;
  }
  .site-main .about-area .about-title .paragraph {
    margin: auto;
  }
}

/*End About Area*/
/*Start Services Area*/
.site-main .services-area {
  background: #5a5aff;
  overflow: hidden;
  padding-bottom: 20rem;
}

.site-main .services-area .curved.upper {
  background: #fff;
}

.site-main .services-area svg {
  display: block;
}

.site-main .services-area .services-title {
  padding: 0 14rem;
}

.site-main .services-area .services-title h1 {
  font-size: 45px;
  color: whitesmoke;
}

.site-main .services-area .services-title p {
  color: white;
}

.site-main .services-area .container_services-list > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 3rem;
}

.site-main .services-area .container_services-list .services {
  background: rgba(238, 245, 255, 0.973);
  margin: 2.5rem 1rem;
  width: 20rem;
  -webkit-transition: -webkit-box-shadow .7s ease;
  transition: -webkit-box-shadow .7s ease;
  transition: box-shadow .7s ease;
  transition: box-shadow .7s ease, -webkit-box-shadow .7s ease;
}

.site-main .services-area .container_services-list .services:hover {
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

@media (max-width: 992px) {
  .site-main .services-area .services-title {
    padding: 0 2rem;
  }
  .site-main .services-area .services {
    margin: 2rem auto;
  }
}

/* vague effect */
#test-effect2 {
  position: relative;
  width: 100%;
  background: deepskyblue;
  overflow: hidden;
}

#test-effect2 {
  position: relative;
  width: 100%;
  background: deepskyblue;
  overflow: hidden;
}

#test-effect2 .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/images/wave.png);
  background-size: 1000px 100px;
}

#test-effect2 .wave1 {
  -webkit-animation: animate 30s linear infinite;
          animation: animate 30s linear infinite;
  z-index: 1000px;
  opacity: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  bottom: 0;
}

#test-effect2 .wave2 {
  -webkit-animation: animate2 15s linear infinite;
          animation: animate2 15s linear infinite;
  z-index: 999px;
  opacity: 0.5;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 10px;
}

#test-effect2 .wave3 {
  -webkit-animation: animate 30s linear infinite;
          animation: animate 30s linear infinite;
  z-index: 998px;
  opacity: 0.2;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 10px;
}

#test-effect2 .wave4 {
  -webkit-animation: animate2 2s linear infinite;
          animation: animate2 2s linear infinite;
  z-index: 997px;
  opacity: 0.7;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 20px;
}

@-webkit-keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@-webkit-keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

/*End Vague Effect/*

/*End services Area*/
/*Start mesprojets */
/* Start Project Area modification*/
.site-main .mes-projets {
  overflow: hidden;
  padding: 4rem 0;
}

.site-main .mes-projets .projects-title {
  margin-bottom: 2rem;
}

.site-main .mes-projets .projects-title .row {
  margin-bottom: 8rem;
}

.site-main .mes-projets .button-group button {
  background: transparent;
  border: none;
  font: normal 500 16px/130px var(--roboto);
  text-transform: uppercase;
}

.site-main .mes-projets .button-group button + button {
  padding-left: 3rem;
}

.site-main .mes-projets .element-item {
  margin-bottom: 2rem;
}

.site-main .mes-projets .element-item .our-project {
  border-radius: 2px;
  padding: 2rem;
  background-color: #f0e8fd;
}

.site-main .mes-projets .element-item img {
  width: 280px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-main .mes-projets .element-item .card {
  margin-bottom: 5rem;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow-color);
          box-shadow: var(--shadow-color);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.site-main .mes-projets .element-item .card .image-modif {
  height: 200px;
  background-size: cover;
}

.site-main .mes-projets .element-item .card .title {
  color: #5c5cff;
  margin-top: 1rem;
}

.site-main .mes-projets .element-item .card .content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.site-main .mes-projets .element-item .card > .annee {
  background: #5c5cff;
  color: whitesmoke;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0rem;
}

/* mettre dans global.css*/
button:focus,
button:active
button:hover
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.site-main .mes-projets .grid .our-project > .title h4 {
  font: normal 700 25px/12px var(--roboto);
}

.site-main .mes-projets .card .button .button-projets {
  border: 3px solid #5c5cff;
  padding: .8rem 1rem .8rem 1rem;
}

/*End Project Area modification*/
/*Button*/
/*End Button*/
@media (max-width: 992px) {
  .site-main .mes-projets .projets-liste .col-lg-4 {
    max-width: 65%;
    max-height: 35rem;
    margin: 5rem auto;
  }
  .site-main .mes-projets .projets-liste .row {
    margin-bottom: 0;
  }
}

/*Start footer */
.site-main .footer {
  background: #5c5cff;
}

.site-main .footer .images-ecoles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-main .footer .contact {
  text-align: center;
}

.site-main .footer .contact .info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-main .footer .contact .info-contact a {
  color: whitesmoke;
}

.site-main .footer .contact .info-contact p {
  color: whitesmoke;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .site-main .footer {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */