/*VARIABLES*/
/*FONT FAMILY*/
@font-face {
  font-family: 'Ebrima';
  src: url(../fonts/ebrima.ttf);
}
@font-face {
  font-family: 'Redressed';
  src: url(../fonts/Redressed-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
/*RECURRENT*/
body {
  background-image: url(../img/bg-degrade.jpg);
  background-size: cover;
  font-family: "Redressed", 'Ebrima', sans-serif;
  letter-spacing: 0.5px;
}
.center {
  width: 960px;
  margin: 0 auto;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/*****NAVBAR*****/
nav {
  z-index: 10;
}
nav section.navigation {
  position: fixed;
  width: 60px;
  height: 100%;
  background: rgba(92, 169, 176, 0.7);
  transition: 0.5s;
  overflow: hidden;
  z-index: 9999;
}
nav section.navigation:hover {
  width: 300px;
}
nav section.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav section.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
}
nav section.navigation ul li:hover {
  background: #f6ab5c;
}
nav section.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #fff;
}
nav section.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
nav section.navigation ul li a .icon i {
  font-size: 24px;
}
nav section.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
  font-size: 24px;
}
nav section.navigation.active {
  width: 300px;
}
nav section.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #5ca9b0;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
nav section.toggle.active {
  background: #f6ab5c;
  z-index: 99999;
}
nav section.toggle:before {
  content: '\f810';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
nav section.toggle.active:before {
  content: '\f00d';
}
/*****HEADER*****/
header {
  width: 100%;
  height: 100vh;
  background-image: url(../img/patern.svg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
header:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
header img {
  width: 500px;
}
/*****SECTION PRESENTATION*****/
section.presentation {
  background-image: url(../img/bg-guimauves.jpg);
  background-attachment: fixed;
  position: center;
  background-size: cover;
}
section.presentation .container {
  padding: 200px 150px;
}
section.presentation .container .texte {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  color: #431d75;
  text-align: right;
  position: relative;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
section.presentation .container .texte h2 {
  margin-bottom: 20px;
  text-align: left;
}
section.presentation .container .texte p {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Ebrima';
}
section.presentation .container .texte a {
  color: #431d75;
  text-transform: uppercase;
  transition: all 0.5s;
}
section.presentation .container .texte a:hover {
  color: #f1f1cd;
  background-color: #5ca9b0;
  padding: 15px 10px;
  border-radius: 15px;
}
section.presentation .container .texte a i {
  padding: 10px;
}
/*****SECTION BOUTIQUE*****/
section.boutique {
  padding: 100px 0;
  text-align: center;
}
section.boutique h2 {
  color: #5ca9b0;
}
section.boutique .flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
section.boutique .flex .container {
  padding: 70px 0;
  margin: 0 10px;
}
section.boutique .flex .container img {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}
section.boutique .flex .container a {
  background-color: #5ca9b0;
  color: #f1f1cd;
  font-size: 24px;
  padding: 10px 10px;
  border-radius: 15px;
}
section.boutique .flex .container a:hover {
  background-color: #f1f1cd;
  color: #f072a1;
}
/****SECTION CONTACT*****/
section.contact div.formulaire {
  background-image: url(../img/photocontact.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
section.contact div.formulaire div.form {
  position: relative;
  bottom: -100px;
  right: -150px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 500px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
section.contact div.formulaire div.form form input,
section.contact div.formulaire div.form form textarea {
  margin-bottom: 20px;
  width: 92%;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-family: 'Ebrima', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
section.contact div.formulaire div.form form input::placeholder,
section.contact div.formulaire div.form form textarea::placeholder {
  font-family: "Ebrima", sans-serif;
  color: #431d75;
}
section.contact div.formulaire div.form form input[type="submit"],
section.contact div.formulaire div.form form textarea[type="submit"] {
  width: 150px;
  background-color: #ffffff;
  font-weight: 600;
  color: #431d75;
  cursor: pointer;
  transition: transform 0.3s;
}
section.contact div.formulaire div.form form input[type="submit"]:hover,
section.contact div.formulaire div.form form textarea[type="submit"]:hover {
  transform: translateY(5px);
}
section.contact div.formulaire div.form form p {
  display: flex;
  justify-content: space-between;
}
section.contact div.formulaire div.form form p span.notsent {
  text-align: center;
}
section.contact div.formulaire div.form form p input {
  width: calc(50% - 10px);
}
.formulaire-php {
  padding-top: 50px;
}
.formulaire-php p {
  display: flex;
  justify-content: center;
  align-content: center;
}
.formulaire-php span.back {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*****SECTION INFOS*****/
section.infos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
section.infos .contain {
  margin-top: 30px;
}
section.infos .contain img {
  width: 90px;
  margin: 0 auto;
  padding-bottom: 20px;
}
section.infos .contain .texte {
  text-align: center;
  color: #5ca9b0;
}
section.infos .contain .texte p {
  font-family: 'Ebrima';
}
section.infos img.separation {
  padding: 20px 5px;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
/****SECTION MON COMPTE*****/
section.compte img {
  width: 300px;
  margin: 0 auto;
  padding: 50px 0;
}
section.compte .formulaire {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 50px;
}
section.compte .formulaire div.form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 300px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
section.compte .formulaire div.form h2 {
  color: #5ca9b0;
  padding-bottom: 50px;
}
section.compte .formulaire div.form form input {
  margin-bottom: 20px;
  width: 80%;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-family: 'Ebrima', sans-serif;
  font-size: 16px;
  color: #666666;
}
section.compte .formulaire div.form form input::placeholder {
  font-family: "Ebrima", sans-serif;
  color: hsl(185, 60%, 53%);
}
section.compte .formulaire div.form form input[type="submit"] {
  width: 150px;
  background: linear-gradient(235deg, rgba(251, 77, 111, 0.5), rgba(251, 77, 111, 0) 60%), linear-gradient(45deg, rgba(251, 254, 215, 0.7), rgba(251, 254, 215, 0) 73%);
  font-weight: 600;
  color: #5ca9b0;
  cursor: pointer;
  transition: transform 0.3s;
}
section.compte .formulaire div.form form input[type="submit"]:hover {
  transform: translateY(5px);
}
/**** MENTIONS LEGALES*****/
div.mentions {
  padding: 50px 0;
}
div.mentions h2 {
  color: #5ca9b0;
  text-align: center;
}
div.mentions .text {
  padding: 20px;
}
div.mentions .text h3 {
  color: #f072a1;
}
div.mentions .text p {
  font-family: 'Ebrima';
  color: #5ca9b0;
}
div.mentions .text li {
  list-style-type: none;
}
div.mentions .text li a {
  font-family: 'Ebrima';
  color: #5ca9b0;
  position: relative;
}
div.mentions .text li a:hover {
  cursor: pointer;
  color: #f072a1;
}
/*****FOOTER*****/
footer {
  background: linear-gradient(360deg, rgba(92, 169, 176, 0.9), rgba(92, 169, 176, 0) 98%);
}
footer .contenu {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 50px 0 20px 0;
  width: 100%;
}
footer .contenu h4 {
  color: #f072a1;
}
footer .contenu ul {
  font-size: 0;
  list-style: none;
}
footer .contenu ul li {
  font-size: 16px;
  padding: 5px 0;
}
footer .contenu ul li a {
  color: #431d75;
  font-family: 'Ebrima';
}
footer .contenu ul li a:hover {
  color: #f1f1cd;
}
footer .reseaux {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .reseaux i {
  color: #431d75;
  padding: 0 20px 20px;
  transition: all 0.3s;
}
footer .reseaux i:hover {
  transform: translateY(-5px);
  color: #f6ab5c;
}
footer .lien p {
  text-align: center;
  color: #f1f1cd;
  padding-bottom: 10px;
  font-size: 12px;
}
footer .lien p a {
  color: #f1f1cd;
  cursor: pointer;
  transition: all 0.3s;
}
footer .lien p a:hover {
  color: #f072a1;
}
/* SCROLLTOP*/
a#scrolltop {
  font-size: 40px;
  position: fixed;
  bottom: 150px;
  left: 10px;
  color: #f072a1;
  transition: all 0.4s;
  display: none;
  z-index: 99999;
}
a#scrolltop:hover {
  transform: scale(4px);
}
/* ----------------------- MEDIA QUERIES 960px ----------------------------- */
@media screen and (max-width: 960px) {
  /*RECURRENT*/
  .center {
    width: 100%;
  }
  /*PRESENTATION*/
  section.presentation .container {
    padding: 150px 100px;
  }
  /*FOOTER*/
  footer {
    padding: 10px;
  }
  footer .contenu {
    flex-wrap: wrap;
    width: 100%;
  }
  /* SCROLLTOP*/
  a#scrolltop {
    bottom: 70px;
  }
}
/* ----------------------- MEDIA QUERIES 768px ----------------------------- */
@media screen and (max-width: 768px) {
  /*RECURRENT*/
  .center {
    width: 100%;
  }
  /*/NAVBAR*/
  nav section.navigation {
    left: -60px;
  }
  nav section.navigation.active {
    left: 0;
    width: 100%;
  }
  nav section.toggle {
    display: block;
  }
  /*PRESENTATION*/
  section.presentation .container {
    padding: 100px 50px;
  }
  /*BOUTIQUE*/
  section.boutique {
    padding: 50px 0 0;
  }
  /*CONTACT*/
  section.contact div.formulaire {
    height: 100%;
    padding: 20px 0;
  }
  section.contact div.formulaire div.form {
    bottom: 0px;
    right: 0px;
    min-height: 450px;
  }
  section.contact div.formulaire div.form form input,
  section.contact div.formulaire div.form form textarea {
    margin-bottom: 10px;
    width: 88%;
    padding: 10px 20px;
  }
  /*SECTION MON COMPTE*/
  section.compte div.formulaire {
    height: 100%;
    padding: 20px 20px;
  }
  section.compte div.formulaire div.form {
    min-height: 350px;
  }
  section.compte div.formulaire div.form form input {
    margin-bottom: 10px;
    width: 88%;
    padding: 10px 20px;
  }
  /*INFOS*/
  section.infos {
    padding-top: 20px;
  }
}
/* ----------------------- MEDIA QUERIES 425px ----------------------------- */
@media screen and (max-width: 425px) {
  /*RECURRENT*/
  .center {
    width: 100%;
  }
  /*HEADER*/
  header {
    height: inherit;
  }
  header img {
    max-width: 300px;
    margin: 10px;
  }
  /*PRESENTATION*/
  section.presentation {
    padding: 50px 20px;
  }
  section.presentation .container {
    padding: 10px;
  }
  section.presentation .container .texte p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /*BOUTIQUE*/
  section.boutique .flex .container {
    padding: 20px;
  }
  /*CONTACT*/
  section.contact div.formulaire {
    padding: 20px 20px;
  }
  /*SECTION MON COMPTE*/
  section.compte div.formulaire {
    height: 100%;
    padding: 20px 20px;
  }
  section.compte div.formulaire div.form {
    min-height: 350px;
    padding: 0 60px;
  }
  section.compte div.formulaire div.form form {
    align-items: center;
    justify-content: center;
  }
  section.compte div.formulaire div.form form input {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*SECTION INFOS*/
  section.infos {
    justify-content: center;
    padding-top: inherit;
  }
  section.infos .contain img {
    padding-top: 40px;
  }
  section.infos img.separation {
    margin-top: 10px;
  }
  /*FOOTER*/
  footer .contenu {
    width: 100%;
    position: relative;
    flex-direction: column;
    padding: 20px 0 20px 0;
  }
  footer .contenu ul {
    width: 100%;
  }
  footer .contenu ul li {
    list-style-type: none;
    transition: all 0.5s;
  }
  footer .contenu ul li.deroulant:before {
    display: inline-block;
    content: '\f150';
    font-family: "Font Awesome 5 Free";
    color: #431d75;
    font-weight: bold;
    margin-right: 15px;
    line-height: 1;
    transition: transform 0.5s;
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
  }
  footer .contenu ul li.open {
    background: linear-gradient(360deg, rgba(92, 169, 176, 0.9), rgba(92, 169, 176, 0) 98%);
  }
  footer .contenu ul li.open:before {
    transform: rotate(0deg);
  }
  footer .contenu ul li a {
    display: block;
    color: #431d75;
  }
  /* SCROLLTOP*/
  a#scrolltop {
    bottom: 50px;
    right: 10px;
    left: inherit;
  }
}
/* ----------------------- MEDIA QUERIES 375px ----------------------------- */
@media screen and (max-width: 375px) {
  /*RECURRENT*/
  .center {
    width: 100%;
  }
  /*CONTACT*/
  section.contact div.formulaire {
    padding: 10px 10px;
  }
  section.contact div.formulaire div.form {
    padding: 10px;
  }
}
