@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
html {
  background: url('../img/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
#scrolltop {
  position: fixed;
  bottom: 1%;
  display: none;
  width: 35px;
  right: 1%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #920518;
  color: white;
  font-size: 18px;
}
#scrolltop:hover {
  background-color: #ea1b35;
}
/* ------ END RECURENTES ------ */
/* ------ HEADER ------ */
header {
  padding: 2%;
  height: 100%;
}
header div.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 2% 0%;
}
header div.container nav {
  width: 50%;
}
header div.container nav div.burger {
  display: none;
}
header div.container nav div.menu ul {
  display: flex;
  justify-content: space-evenly;
}
header div.container nav div.menu ul li {
  list-style-type: none;
  padding: 1%;
}
header div.container nav div.menu ul li a {
  text-transform: uppercase;
  font-family: 'raleway';
  font-weight: 400;
  letter-spacing: 0.2rem;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
header div.container nav div.menu ul li a:hover {
  border-bottom: 2px solid #920518;
}
header div.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2%;
}
header div.logo h1 {
  font-family: 'raleway';
  text-transform: uppercase;
  font-size: 70px;
  color: #494949;
}
header div.logo h2 {
  font-family: 'raleway';
  text-transform: uppercase;
  font-size: 38px;
  color: #494949;
}
/* ------END HEADER ------ */
/* ------ PRODUIT ------ */
section.produit {
  height: 100%;
  padding: 2%;
  margin: 5% 0%;
}
section.produit div.container {
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
section.produit div.container h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #494949;
}
section.produit div.container div.intro {
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.produit div.container div.intro div.left {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 100%;
  width: 50%;
}
section.produit div.container div.intro div.left p:nth-of-type(1) {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding: 2% 12%;
  text-align: center;
}
section.produit div.container div.intro div.left p:nth-of-type(2) {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding: 0% 10%;
  text-align: center;
}
section.produit div.container div.intro div.left a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  background-color: #1e2836;
  padding: 2%;
  font-size: 20px;
  border-radius: 20px;
  color: white;
  transition: all 0.3s ease;
}
section.produit div.container div.intro div.left a:hover {
  transform: translateY(-10px);
  background-color: #920518;
}
section.produit div.container div.intro div.right {
  width: 50%;
  align-self: flex-end;
}
/* ------ END PRODUIT ------ */
/* ------ PHONE ------ */
section.phone {
  padding: 2%;
  margin: 5% 0%;
}
section.phone div.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
section.phone div.container h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #494949;
}
section.phone div.container div.content {
  display: flex;
  width: 85%;
  padding: 5% 0% 2% 0%;
}
section.phone div.container div.content div.left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.phone div.container div.content div.left div.part1 {
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.phone div.container div.content div.left div.part1 div {
  padding: 2% 0%;
}
section.phone div.container div.content div.left div.part1 p:nth-of-type(1) {
  padding: 0% 10%;
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #494949;
}
section.phone div.container div.content div.left div.part1 p:nth-of-type(2) {
  padding: 2% 14%;
  text-align: left;
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #494949;
}
section.phone div.container div.content div.left div.part2 {
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.phone div.container div.content div.left div.part2 div {
  padding: 2% 0%;
}
section.phone div.container div.content div.left div.part2 p:nth-of-type(1) {
  padding: 0% 10%;
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #494949;
}
section.phone div.container div.content div.left div.part2 p:nth-of-type(2) {
  padding: 2% 14%;
  text-align: left;
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #494949;
}
section.phone div.container div.content div.middle {
  margin: 1% 0%;
  align-self: center;
}
section.phone div.container div.content div.right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.phone div.container div.content div.right div.part1 {
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.phone div.container div.content div.right div.part1 div {
  padding: 2% 0%;
}
section.phone div.container div.content div.right div.part1 p:nth-of-type(1) {
  padding: 0% 10%;
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #494949;
}
section.phone div.container div.content div.right div.part1 p:nth-of-type(2) {
  padding: 2% 14%;
  text-align: right;
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #494949;
}
section.phone div.container div.content div.right div.part2 {
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.phone div.container div.content div.right div.part2 div {
  padding: 2% 0%;
}
section.phone div.container div.content div.right div.part2 p:nth-of-type(1) {
  padding: 0% 10%;
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #494949;
}
section.phone div.container div.content div.right div.part2 p:nth-of-type(2) {
  padding: 2% 14%;
  text-align: right;
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #494949;
}
/* ------ END PHONE ------ */
/* ------ TARIFS ------ */
section.tarifs {
  padding: 2%;
  margin: 5% 0%;
}
section.tarifs div.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.tarifs div.container h2 {
  color: #494949;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 48px;
}
section.tarifs div.container div.content {
  display: flex;
  justify-content: space-evenly;
  width: 85%;
  padding: 5% 0%;
}
section.tarifs div.container div.content div.standard {
  color: #494949;
  border-radius: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2% 1%;
  margin: 0% 1%;
  height: 610px;
  width: 372px;
  transition: all 0.3s ease;
  -webkit-box-shadow: -10px 11px 26px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 11px 26px 0px rgba(0, 0, 0, 0.5);
}
section.tarifs div.container div.content div.standard:hover {
  transform: scale(1.02);
}
section.tarifs div.container div.content div.standard p:nth-of-type(1) {
  flex: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
section.tarifs div.container div.content div.standard p:nth-of-type(2) {
  padding: 0% 4%;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  flex: 3;
}
section.tarifs div.container div.content div.standard p:nth-of-type(3) {
  padding: 3%;
  border-radius: 10px;
  color: white;
  background-color: #920518;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease;
}
section.tarifs div.container div.content div.standard p:nth-of-type(3):hover {
  transform: translateY(-10px);
  cursor: pointer;
  background-color: #ea1b35;
}
section.tarifs div.container div.content div.premium {
  color: #494949;
  border-radius: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2% 1%;
  margin: 0% 1%;
  height: 610px;
  width: 372px;
  transition: all 0.3s ease;
  -webkit-box-shadow: -10px 11px 26px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 11px 26px 0px rgba(0, 0, 0, 0.5);
}
section.tarifs div.container div.content div.premium:hover {
  transform: scale(1.02);
}
section.tarifs div.container div.content div.premium p:nth-of-type(1) {
  flex: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
section.tarifs div.container div.content div.premium p:nth-of-type(2) {
  padding: 0% 4%;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  flex: 3;
}
section.tarifs div.container div.content div.premium p:nth-of-type(3) {
  padding: 3%;
  border-radius: 10px;
  color: white;
  background-color: #1e2836;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease;
}
section.tarifs div.container div.content div.premium p:nth-of-type(3):hover {
  transform: translateY(-10px);
  cursor: pointer;
  background-color: #2d5074;
}
/* ------ END TARIFS ------ */
/* ------ CONTACT ------ */
section.contact {
  padding: 2% 0%;
  margin: 5% 0%;
}
section.contact div.container {
  width: 100%;
  display: flex;
  padding: 10% 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.contact div.container h2 {
  color: #494949;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 48px;
}
section.contact div.container p {
  color: #494949;
  text-align: center;
  padding: 2% 10%;
  width: 50%;
  font-size: 26px;
}
/* ------ END CONTACT ------ */
footer {
  background-color: #1e2836;
}
footer div.container {
  padding: 5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer div.container div.nav {
  width: 50%;
}
footer div.container div.nav ul {
  display: flex;
  justify-content: space-evenly;
}
footer div.container div.nav ul li {
  list-style-type: none;
}
footer div.container div.nav ul li a {
  font-size: 18px;
  color: white;
}
footer div.container div.nav ul li a:hover {
  color: #ea1b35;
}
footer div.container div.socials {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
footer div.container div.socials a {
  font-size: 18px;
  color: white;
}
footer div.container div.socials a i {
  font-size: 24px;
}
footer div.container div.socials a:hover {
  color: #ea1b35;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------- FLUID TEXT 1920px ------------------------- */
/* ------------------------------------------------------------------------- */
@media (min-width: 1920px) {
  header div.container nav div.menu ul li a {
    font-size: 24px;
  }
  header div.logo h1 {
    font-size: 70px;
  }
  header div.logo h2 {
    font-size: 38px;
  }
  /* ------END HEADER ------ */
  /* ------ PRODUIT ------ */
  section.produit div.container h2 {
    font-size: 48px;
  }
  section.produit div.container div.intro div.left p:nth-of-type(1) {
    font-size: 24px;
  }
  section.produit div.container div.intro div.left p:nth-of-type(2) {
    font-size: 30px;
  }
  section.produit div.container div.intro div.left a {
    font-size: 20px;
  }
  /* ------ END PRODUIT ------ */
  /* ------ PHONE ------ */
  section.phone div.container h2 {
    font-size: 48px;
  }
  section.phone div.container h2 span {
    font-size: 36px;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(1) {
    font-size: 28px;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(2) {
    font-size: 20px;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(1) {
    font-size: 28px;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(2) {
    font-size: 20px;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(1) {
    font-size: 28px;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(2) {
    font-size: 20px;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(1) {
    font-size: 28px;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(2) {
    font-size: 20px;
  }
  /* ------ END PHONE ------ */
  /* ------ TARIFS ------ */
  section.tarifs div.container h2 {
    font-size: 48px;
  }
  section.tarifs div.container h2 span {
    font-size: 36px;
  }
  section.tarifs div.container div.content div.standard p:nth-of-type(1) {
    font-size: 26px;
  }
  section.tarifs div.container div.content div.standard p:nth-of-type(2) {
    font-size: 22px;
  }
  section.tarifs div.container div.content div.standard p:nth-of-type(3) {
    font-size: 22px;
  }
  section.tarifs div.container div.content div.premium p:nth-of-type(1) {
    font-size: 26px;
  }
  section.tarifs div.container div.content div.premium p:nth-of-type(2) {
    font-size: 22px;
  }
  section.tarifs div.container div.content div.premium p:nth-of-type(3) {
    font-size: 22px;
  }
  /* ------ END TARIFS ------ */
  /* ------ CONTACT ------ */
  section.contact div.container h2 {
    font-size: 48px;
  }
  section.contact div.container p {
    font-size: 26px;
  }
  /* ------ END CONTACT ------ */
  footer div.container div.nav ul li a {
    font-size: 18px;
  }
  footer div.container div.socials a {
    font-size: 18px;
  }
  footer div.container div.socials a i {
    font-size: 24px;
  }
}
/* ------------------------------------------------------------------------- */
/* -----------------------------MEDIA QUERIES 960px ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    padding: 0%;
  }
  header div.container {
    padding: 0%;
  }
  header div.container nav div.burger {
    display: block;
    height: 45px;
    width: 45px;
    background-color: #ea1b35;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  header div.container nav div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
  header div.container nav div.burger span::before,
  header div.container nav div.burger span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  header div.container nav div.burger span::before {
    top: -10px;
  }
  header div.container nav div.burger span::after {
    top: 10px;
  }
  header div.container nav div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  header div.container nav div.burger.burger-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  header div.container nav div.burger.burger-open span::after {
    transform: rotate(135deg);
    top: 0;
  }
  header div.container nav div.menu {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    right: 0;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  header div.container nav div.menu.is-open {
    transform: translateX(0);
  }
  header div.container nav div.menu ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    transform: translateY(50%);
  }
  header div.container nav div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
  }
  header div.container nav div.menu ul li a {
    color: white;
    display: block;
    font-size: 16px;
    line-height: 48px;
    padding-left: 20px;
    position: relative;
  }
  /* ------ PRODUIT ------ */
  section.produit {
    padding: 2%;
    margin: 5% 0%;
    background-color: #fdfdfd;
  }
  section.produit div.container div.intro {
    flex-direction: column;
  }
  section.produit div.container div.intro div.left {
    width: 100%;
  }
  section.produit div.container div.intro div.right {
    align-self: center;
    padding: 2% 0%;
  }
  /* ------ END PRODUIT ------ */
  /* ------ PHONE ------ */
  section.phone div.container div.content {
    display: flex;
    width: 100%;
    padding: 10% 2%;
    flex-wrap: wrap;
  }
  section.phone div.container div.content div.left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(1) {
    text-align: center;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(2) {
    text-align: center;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(1) {
    text-align: center;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(2) {
    text-align: center;
  }
  section.phone div.container div.content div.middle {
    width: 50%;
    margin: 0 auto;
  }
  section.phone div.container div.content div.middle div {
    display: flex;
    justify-content: center;
  }
  section.phone div.container div.content div.right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
  }
  section.phone div.container div.content div.right div.part1 {
    width: 50%;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(1) {
    text-align: center;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(2) {
    text-align: center;
  }
  section.phone div.container div.content div.right div.part2 {
    width: 50%;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(1) {
    text-align: center;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(2) {
    text-align: center;
  }
  /* ------ END PHONE ------ */
  /* ------ TARIFS ------ */
  section.tarifs {
    background-color: #fdfdfd;
  }
  section.tarifs div.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.tarifs div.container div.content {
    padding: 10% 0%;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  section.tarifs div.container div.content div.standard {
    margin: 2% 0%;
  }
  section.tarifs div.container div.content div.premium {
    margin: 2% 0%;
  }
  /* ------ END TARIFS ------ */
  /* ------ CONTACT ------ */
  section.contact div.container p {
    width: 60%;
    padding: 2% 0%;
  }
  /* ------ END CONTACT ------ */
}
/* ------------------------------------------------------------------------- */
/* -----------------------------MEDIA QUERIES 640px ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* ------ PHONE ------ */
  section.phone div.container div.content {
    flex-direction: column;
    align-items: center;
  }
  section.phone div.container div.content div.left {
    margin-top: 10%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
  section.phone div.container div.content div.left div.part1 {
    width: 50%;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(1) {
    padding: 0%;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(2) {
    padding: 4% 0%;
  }
  section.phone div.container div.content div.left div.part2 {
    width: 50%;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(1) {
    padding: 0%;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(2) {
    padding: 4% 0%;
  }
  section.phone div.container div.content div.middle {
    margin: 5% auto;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(1) {
    padding: 0%;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(2) {
    padding: 4% 0%;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(1) {
    padding: 0%;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(2) {
    padding: 4% 0%;
  }
  /* ------ END PHONE ------ */
  footer div.container div.nav {
    width: 65%;
  }
  footer div.container div.socials {
    width: 35%;
  }
}
/* ------------------------------------------------------------------------- */
/* -----------------------------MEDIA QUERIES 450px ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 450px) {
  /* ------ PHONE ------ */
  section.phone div.container div.content {
    flex-direction: column;
    align-items: center;
  }
  section.phone div.container div.content div.left {
    flex-direction: column;
    align-items: center;
  }
  section.phone div.container div.content div.left div.part1 {
    width: 100%;
  }
  section.phone div.container div.content div.left div.part2 {
    width: 100%;
  }
  section.phone div.container div.content div.middle {
    margin: 5% auto;
    padding: 1%;
  }
  section.phone div.container div.content div.right {
    flex-direction: column;
    align-items: center;
  }
  section.phone div.container div.content div.right div.part1 {
    width: 100%;
  }
  section.phone div.container div.content div.right div.part2 {
    width: 100%;
  }
  /* ------ END PHONE ------ */
  /* ------ TARIFS ------ */
  section.tarifs {
    padding: 2%;
    margin: 5% 0%;
  }
  section.tarifs div.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.tarifs div.container h2 {
    color: #494949;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 48px;
  }
  section.tarifs div.container h2 span {
    font-size: 36px;
  }
  section.tarifs div.container div.content {
    width: 100%;
  }
  section.tarifs div.container div.content div.standard {
    margin: 5% 1%;
    height: 495px;
    width: 300px;
  }
  section.tarifs div.container div.content div.premium {
    margin: 5% 1%;
    height: 495px;
    width: 300px;
  }
  /* ------ END TARIFS ------ */
  /* ------ CONTACT ------ */
  section.contact div.container p {
    width: 100%;
  }
  /* ------ END CONTACT ------ */
  footer div.container {
    flex-direction: column;
  }
  footer div.container div.nav {
    width: 100%;
    padding: 4% 0%;
  }
  footer div.container div.socials {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ------------------------ FLUID TEXT 300px ------------------------------- */
/* ------------------------------------------------------------------------- */
@media (min-width: 300px) {
  header div.container nav div.menu ul li a {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  header div.logo h1 {
    font-size: calc(1.625rem + ((1vw - 3px) * 2.716));
    min-height: 0vw;
  }
  header div.logo h2 {
    font-size: calc(1.125rem + ((1vw - 3px) * 1.2346));
    min-height: 0vw;
  }
  /* ------END HEADER ------ */
  /* ------ PRODUIT ------ */
  section.produit div.container h2 {
    font-size: calc(1.375rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
    text-align: center;
  }
  section.produit div.container div.intro div.left p:nth-of-type(1) {
    font-size: calc(1rem + ((1vw - 3px) * 0.4938));
    min-height: 0vw;
  }
  section.produit div.container div.intro div.left p:nth-of-type(2) {
    font-size: calc(1.25rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.produit div.container div.intro div.left a {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  /* ------ END PRODUIT ------ */
  /* ------ PHONE ------ */
  section.phone div.container h2 {
    font-size: calc(1.375rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
    text-align: center;
  }
  section.phone div.container h2 span {
    font-size: calc(1rem + ((1vw - 3px) * 1.2346));
    min-height: 0vw;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(1) {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.phone div.container div.content div.left div.part1 p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(1) {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.phone div.container div.content div.left div.part2 p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(1) {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.phone div.container div.content div.right div.part1 p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(1) {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.phone div.container div.content div.right div.part2 p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  /* ------ END PHONE ------ */
  /* ------ TARIFS ------ */
  section.tarifs div.container h2 {
    font-size: calc(1.375rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.tarifs div.container div.content div.standard p:nth-of-type(1) {
    font-size: calc(1.375rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.tarifs div.container div.content div.standard p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.tarifs div.container div.content div.standard p:nth-of-type(3) {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.tarifs div.container div.content div.premium p:nth-of-type(1) {
    font-size: calc(1.375rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.tarifs div.container div.content div.premium p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.tarifs div.container div.content div.premium p:nth-of-type(3) {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  /* ------ END TARIFS ------ */
  /* ------ CONTACT ------ */
  section.contact div.container h2 {
    font-size: calc(1.375rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.contact div.container p {
    font-size: calc(1rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  /* ------ END CONTACT ------ */
  footer div.container {
    padding: 5% 0%;
  }
  footer div.container div.nav ul li a {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.socials a {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.socials a i {
    font-size: 24px;
  }
}
