/** @format */

@font-face {
  font-family: "normal";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

/* NAVBAR */

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: normal;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.75);
  /*opacity: 75%;*/
  z-index: 99;
}

.navbar li {
  float: left;
}

.navbar li a {
  display: block;
  color: #ff4d5a;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.navbar .droite a:hover {
  padding: 3px 0px;
}

.gauche {
  padding: 0.1vw 1vw;
  font-size: 20px;
}

.navbar .droite {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 2vw;
  padding-right: 3vw;
  padding-left: 0vw;
}

.active {
  background-color: #072142;
  height: 3px;
  border: 0;
  margin-top: 7px;
  border-radius: 100vw;
}

.gauche img {
  height: 30px;
  padding-top: 10px;
  padding-left: 10px;
}

/* NAVBAR HAMBURGER */

.topnav {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 98;
  position: fixed;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #ff4d5a;
  text-align: center;
  padding: 1vw 4vw;
  text-decoration: none;
  font-family: normal;
}

.topnav .icon {
  display: none;
  font-size: 30px;
}

.topnav .actuel {
  background-color: #311e1e;
  color: #f8d545;
}

.topnav .line {
  text-align: center;
}

.topnav .line:hover {
  background-color: #00000010;
  transition: all 0.3s;
}

.topnav #hamburgerActive {
  text-decoration: underline;
  text-decoration-color: #072142;
}

.topnav #minilogo:hover {
  background-color: #c40404;
  transition: all 0.3s;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
  }

  .topnav.responsive .line {
    text-transform: uppercase;
    padding-right: 5vw;
    text-align: right;
  }

  .topnav.responsive .gauche {
    text-align: left;
  }

  .navbar {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .topnav {
    display: none;
  }
}

.mecontacter {
  text-decoration: none;
  color: #ff4d5a;
  border-bottom: 0.5vw solid #ff4d5a;
  padding-bottom: 0.1vw;
  transition: 0.4s;
}

/* FOOTER */

footer {
  margin-top: 40px;
  z-index: 90;
  font-family: font1;
}

footer .send {
  color: #072142;
  text-align: center;
  text-decoration: none;
  float: left;
  position: relative;
  left: 10%;
  transition: 0.4s;
}

footer .send:hover {
  color: #ff4d5a;
}

footer .mail,
footer .LI,
footer .YT {
  color: #ff4d5a;
  text-align: center;
  float: left;
}

footer .LI,
footer .YT {
  text-decoration: none;
}

footer .LI:hover,
footer .YT:hover {
  color: #072142;
  transition: 0.4s;
}
footer .container {
  float: left;
  width: 100%;
  z-index: 91;
  margin: 0;
}

.colg,
.cold1,
.cold2 {
  background: white;
  font-size: 20px;
  padding-bottom: 1%;
  margin: 0;
}

.colg {
  float: left;
}

.cold1,
.cold2 {
  float: right;
  padding-right: 5%;
}

footer .footer-bottom-text {
  float: left;
  width: 100%;
  color: white;
  margin: 0;
  background: #ff7983;
  font-family: font1;
  text-align: center;
  font-size: 15px;
}

footer p {
  margin: 0;
  padding: 5px 0px;
  opacity: 75%;
}

footer img {
  height: 75px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.totop {
  float: right;
  position: fixed;
  bottom: 7%;
  right: 1%;
  z-index: 98;
  opacity: 50%;
  transition: 0.5s;
}

.totop:hover {
  opacity: 100%;
}

.arrow {
  width: 35px;
}

@media screen and (max-width: 1024px) {
  .cold2 {
    display: none;
  }

  .colg,
  .cold1 {
    padding-bottom: 1%;
    padding-right: 0%;
  }

  .colg {
    width: 50%;
  }

  .cold1 {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .colg,
  .cold1 {
    width: 100%;
    position: relative;
  }

  footer .send,
  footer .mail {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .totop {
    display: none;
  }
}
