@font-face {
  font-family: "josefin";
  src: url(../fonts/JosefinSans-Regular.ttf);
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.titre {
  font-size: 27px;
  text-transform: uppercase;
}

header .navbar {
  background-color: rgba(25, 34, 114, 0.7137254902);
  position: fixed;
  height: 50px;
  z-index: 100;
  display: flex;
  align-items: center;
  top: 0;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "josefin";
  justify-content: space-around;
}
header .navbar a {
  margin: 0 10px;
  cursor: pointer;
  color: white;
}
header .navbar:hover {
  color: #c33764;
}
header .navbar .menu .icon {
  color: white;
}
header .banniere {
  height: 100vh;
  background-image: -webkit-linear-gradient(rgba(29, 38, 113, 0.7), rgba(195, 55, 100, 0.7)), url(../img/fond1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .banniere .contenu {
  position: absolute;
  backdrop-filter: blur(6px);
  border-radius: 8px;
  border: 1px solid white;
  width: 70%;
  height: 300px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .banniere .contenu .titre {
  font-size: 27px;
  text-transform: uppercase;
  font-family: "josefin";
  color: white;
}
header .banniere .contenu .soustitre {
  font-family: "josefin";
  color: white;
  font-size: 25px;
}
header .banniere .scroll-indicator {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
header .banniere .scroll-indicator .scroll-indicator__text {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2px;
  font-family: "josefin";
  pointer-events: all;
  cursor: pointer;
}
header .banniere .scroll-indicator .scroll-indicator__bar {
  width: 2px;
  background-color: #fff;
  animation: barre 3s infinite;
}

@keyframes barre {
  0% {
    height: 0px;
  }
  100% {
    height: 15px;
  }
}
@media screen and (max-width: 769px) {
  header .navbar {
    height: 100vh;
    top: 0px;
    background: rgba(25, 34, 114, 0.7137254902);
    right: -300px;
    width: 0px;
    overflow-x: hidden;
    transition: all 0.2s ease;
    position: absolute;
    text-transform: uppercase;
  }
  header .navbar .navlink {
    font-size: 20px;
    padding: 5%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
  }
  .menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    z-index: 23;
    color: white;
  }
}
#about {
  margin-top: 5%;
}
#about p {
  font-family: "josefin";
}
#about h1 {
  font-family: "josefin";
}
#about .btn-grad {
  background-image: linear-gradient(to right, #c33764 0%, #514A9D 51%, rgba(25, 34, 114, 0.7137254902) 100%);
  color: white;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  font-family: "josefin";
  text-decoration: none;
}
#about .btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 990px) {
  #about {
    height: auto;
  }
}
#galerie {
  overflow-x: hidden;
}
#galerie .carte {
  position: relative;
}
#galerie .carte .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  max-width: auto;
  text-transform: uppercase;
  font-family: "josefin";
  display: none;
  overflow-wrap: break-word;
  transition: 1s all ease;
}
#galerie .carte #image img {
  width: 100%;
}
#galerie .carte:hover .caption {
  display: unset;
}

@media screen and (max-width: 376px) {
  #galerie {
    overflow-x: hidden;
  }
}
.competence {
  background: -webkit-linear-gradient(rgb(29, 38, 113), rgb(195, 55, 100));
  color: white;
}
.competence .titre_competence {
  font-style: italic;
  font-size: 18px;
}
.competence .box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}
.competence .text-competence {
  font-size: 20px;
}

@media screen and (max-width: 770px) {
  .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
  }
  .text-competence {
    font-size: 14px;
  }
}
#contact {
  margin-top: 5%;
  height: 20vh;
}
#contact h1 {
  font-family: "josefin";
}
#contact hr {
  margin: 0 auto;
  width: 30%;
}
#contact .texte-contact {
  text-align: center;
  font-size: 13px;
}
#contact .reseaux {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#contact .reseaux a {
  color: rgb(29, 38, 113);
}
#contact .reseaux a i {
  font-size: 35px;
  margin: 0 10px;
}
#contact .reseaux a:hover {
  background-image: linear-gradient(to right, #c33764 0%, rgba(25, 34, 114, 0.7137254902) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer {
  margin-top: 5%;
  padding: 15px;
  background: rgb(29, 38, 113);
  color: white;
}
footer .titre-footer {
  font-style: italic;
  margin-bottom: 13px;
}
footer hr {
  border-color: white;
  width: 10%;
}
footer .copy {
  font-size: 13px;
  font-family: "josefin";
}

/*# sourceMappingURL=app.css.map */
