@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}
header {
  font-family: "Montserrat Alternates", sans-serif;
}
.backimag {
  background-size: cover;
  position: absolute;
  z-index: -100;
}
.button_1_img,
.button_2_img,
.button_3_img {
  width: 40px;
}
.button_2 {
  position: relative;
  text-decoration: none;
  background-color: #E378B1;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.button_1 {
  position: relative;
  text-decoration: none;
  background-color: #e8e8e8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.button_3 {
  position: relative;
  text-decoration: none;
  background-color: #0a66c2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.button_1:hover {
  background-color: #f0f0f0;
  transition: all 0.3s ease-in-out;
}
.button_2:hover {
  background-color: #E378B1ce;
  transition: all 0.3s ease-in-out;
}
.button_3:hover {
  background-color: #0a66c2d9;
  transition: all 0.3s ease-in-out;
}
.squarehover {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
}
.squarehover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.squarehover img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.squarehover figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.squarehover h2 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.squarehover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.squarehover:hover>img,
.squarehover.hover>img {
  opacity: 0.1;
}
.squarehover:hover h2,
.squarehover.hover h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.cross {
  font-size: 1.4em;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.cross:hover {
  color: #E378B1;
}
.arrow_top {
  font-size: 60px;
  color: #fff;
  display: block;
  position: absolute;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
.arrow_top:hover {
  transition: all .3s ease-in-out;
  transform: translateY(-5px);
  color: #000;
}
.circle_top {
  text-decoration: none;
  background-color: #E378B1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.nametitle {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-left: 1.4rem;
  margin-bottom: 0;
}
.nametitle:hover {
  color: #000;
  transition: all 0.3s;
}
.navigation {
  display: flex;
  justify-content: end;
}
.nav-link {
  color: #fff;
  text-decoration: none;
}
.nav :hover {
  color: #000;
  transition: all 0.3s;
}
.lead {
  margin-top: 0%;
  text-align: justify;
  font-size: 1em;
}
.carousel-caption h3 {
  font-size: 0.8em;
}
h4 {
  font-size: 0.8em;
  font-weight: 400;
}
.carousel-caption p {
  font-size: 0.8em;
}
.dropdown-item {
  font-size: small;
}
.dropdown-item:hover {
  color: #E378B1;
  transition: all 0.3s;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */
@media (max-width: 992px) {
  .carousel-caption {
    padding-bottom: 0px;
  }
}

@media (max-width: 960px) {
  .circle_top {
    display: none;
  }
  .nametitle {
    font-size: 1.5rem;
  }
  .nav-link {
    font-size: 0.8em;
  }
}

@media (max-width: 766px) {
  .dropdown-item {
    font-size: larger;
    text-align: center;
  }
  .cross {
    position: fixed;
    margin-top: 94px;
    margin-right: 35px;
    color: #E378B1;
  }
  .nav-link {
    color: #000;
    text-align: center;
  }
  .lead {
    margin-top: 0;
    font-size: medium;
    line-height: 1.6;
  }
  .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2.5px;
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-8px);
  }
  .menu-btn__burger::after {
    transform: translateY(8px);
  }
  .navigation {
    position: relative;
    z-index: 9998;
    font-size: xx-large;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-y: hidden;
    width: 100%;
    background-color: #fff;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }
  .nametitle {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  .imagebrand {
    height: 1.9em;
  }
  .container.py-5 {
    padding-top: 6rem !important;
  }
  .container.py-3 {
    padding-top: 6rem !important;
  }
  header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: block;
  }
  .backimag {
    display: none;
  }
  /* ANIMATION MENU*/
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  /* HOVER Portfolio - toujours affiché */
  .squarehover:hover>img,
  .squarehover>img {
    opacity: 0.6;
  }
  .squarehover:hover h2,
  .squarehover h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    font-size: xx-large;
    text-decoration: underline;
  }
}

@media (max-width: 412px) {
  .nametitle {
    font-size: 1em;
  }
}

@media (max-width: 394px) {
  .imagebrand {
    height: 1.8em;
  }
}

@media (max-width: 376px) {
  .navbar-brand {
    margin-right: 0;
  }
  .imagebrand {
    height: 1.7em;
  }
}

@media (max-width: 350px) {
  .nametitle {
    margin-left: 5px;
    font-size: 1em;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .imagebrand {
    height: 1.5em;
  }
}

@media (max-width: 330px) {
  .nametitle {
    font-size: 0.8em;
  }
  .imagebrand {
    height: 1.4em;
  }
}

@media (max-width: 270px) {
  .nametitle {
    font-size: 0.7em;
  }
}