/** ************************************* **
	@Author			Killian Chemineau
	@Website		www.killian-chemineau.com
	@First Update	22:09 PM Wednesday, 11 Novembre, 2022

    Primary Color :  

	TABLE CONTENTS
	---------------------------
		01. HEADER
    02. BURGER-MENU
    03. TITLE-PAGE
    04. GALERIE
    05. CONTACT
    06. SLIDER
    07. FOOTER
    08. SCROLL
    09. CONDITION UTILISATION
 ** ************************************* **/

/* ================= 01. HEADER ================= */

.line-navbar {
  background-color: #46bfaf;
  box-shadow: 0 0 5px grey;
  position: sticky;
  top: 0px;
  z-index: 4;
  height: 120px;
  transition: 300ms;
}

/* LINE OFF */
.line-navbar .title-left {
  display: none;
}

.line-navbar.line .title-bottom {
  display: inherit;
}

.line-navbar .row {
  height: 120px;
  transition: 300ms;
}

.line-navbar .container-header img {
  width: 4.5em;
  transition: 500ms;
}

.line-navbar .navigation.isOpen {
  top: 104px;
}

/* LINE */

.line-navbar.line .title-left {
  display: inherit;
}

.line-navbar.line .title-bottom {
  display: none;
}

.line-navbar.line {
  transition: 300ms;
  height: 60px;
}

.line-navbar.line .row {
  height: 60px;
  transition: 500ms;
}

.line-navbar.line .container-header img {
  width: 3em;
  transition: 500ms;
}

.line-navbar.line .navigation.isOpen {
  top: 43px;
}

/* ACCUEIL */
.accueil {
  max-width: 1100px;
  margin: auto;
  background-color: #46bfaf;
}


.accueil img {
  pointer-events: none;
  width: 100%;
  transition: 500ms;
  height: auto;
  display: block;
  margin: auto;
}

@media (max-width: 1100px) {
  .accueil img {
    pointer-events: none;
    width: 100%;
    transition: 500ms;
    height: auto;
    display: block;
    margin: auto;
  }
}

.container-header {
  margin: auto;
  max-width: 1300px;
}

.container-header h2 {
  margin: 0;
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.88);
  padding: 14px;
  font-family: 'Playfair Display', serif;
}

.container-header img {
  width: 6vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 500px) {
  .container-header img {
    display: none;
  }
}

/* ================= 02. BURGER-MENU ================= */

.phone-header {
  position: relative;
  z-index: 6;
  background-color: #45A69A;
}

.phone-header div {
  max-width: 1300px;
  margin: auto;
}

.phone-header h4 {
  font-family: 'Raleway';
  margin: 0;
  font-size: 18px;
  padding: 4px 20px;
}

.burger-phone label {
  z-index: 20;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  width: 40px;
  margin: -10px 25px 0 0px;
  cursor: pointer;
}

.burger-phone input[type="checkbox"] {
  display: none;
}

.burger-phone span:nth-of-type(1) {
  right: -20px;
  border: solid 1px;
  width: 50%;
  transform-origin: bottom;
  transform: translate(0px, 10px);
  margin: 0 0 10px 0;
  position: relative;
}

.burger-phone input[type="checkbox"]:checked~span:nth-of-type(1) {
  width: 35px;
  border: solid 0px;
  transform-origin: bottom;
  transform: translate(-30px, 22px) rotate(135deg);
}

.burger-phone span:nth-of-type(2) {
  border: solid 1px;
  width: 100%;
  transform-origin: bottom;
  transform: translate(0px, 0px);
  margin: 10px 0;
  position: relative;
  right: 0px;
}

.burger-phone input[type="checkbox"]:checked~span:nth-of-type(2) {
  border: solid 0px;
  transform-origin: bottom;
  transform: translate(34px, 0px);
  width: 0px;
}

.burger-phone span:nth-of-type(3) {
  border: solid 1px;
  width: 50%;
  transform-origin: bottom;
  transform:
    translate(0px, 0px);
  margin: 0px 0 0 0;
  position: relative;
  right: 0px;
}

.burger-phone input[type="checkbox"]:checked~span:nth-of-type(3) {
  border: solid 0px;
  transform-origin: bottom;
  transform: translate(-10px, -13px) rotate(45deg);
  width: 35px;
}

.burger-phone label span {
  background: rgb(0, 0, 0);
  border-radius: 0px;
  height: 3px;
  transition: 0.4s cubic-bezier(0.74, -0.58, 0.29, 1.46);
}

.navigation {
  right: 0;
  z-index: -1;
  top: -16px;
  margin-top: 16px;
  transition: 0s;
  opacity: 1;
  width: 100%;
  position: absolute;
  visibility: hidden;
}

.navigation.isOpen {
  visibility: visible;
  transition: 0.4s cubic-bezier(0.74, -0.58, 0.65, 0.82);
  height: 60px;
  opacity: 1;
  background-color: #3e978b;
  top: 48px;
}

.row {
  align-items: center
}

.items {
  display: flex;
  justify-content: end;
}

/* UL OPEN  */

.container-ul-header {
  justify-content: space-evenly;
  padding-top: 0px;
  display: flex;
}

.container-ul-header li:hover {
  color: #ffffff;
}

/* UL CLOSE  */

.navigation.isOpen ul {
  opacity: 1;
}

/* UL HOVER  */

.navigation ul {
  font-family: "Comfortaa", sans-serif;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 5px 0;
  padding: 10px;
  width: 200px;
}

/* ================= 03. TITLE-PAGE ================= */

.wallpaper {
  background-image: url(..//img/Wallpaper/wallpaper-barocco.png);
  background-position: right 0% top 0px;
  background-repeat: repeat;
  background-size: 25%;
  background-color: #46bfaf;
}

/* ABOUT */

.about {
  padding: 20px 0;
  background-color: #f1f1f1;
  max-width: 1100px;
  margin: auto;
  font-family: "Comfortaa", sans-serif;
}

.about h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Raleway';
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.about p {
  margin: auto;
  max-width: 900px;
  padding: 0 25px 25px 25px;
  font-size: 1.2rem;
  font-family: 'Raleway';
  color: #000000;
  text-align: center;
}

/* ================= 04. GALERIE ================= */

hr {
  margin: auto;
  height: 2px;
  width: 40px;
  background-color: black;
}

.lb-number {
  font-family: "Comfortaa", sans-serif;
}

.container-gallery {
  background-color: #ffffff;
  margin: auto;
  max-width: 1100px;
  box-shadow: 8px 0 8px -10px #000000, -8px 0 8px -10px #000000;
}

.gallery h3 {
  padding-top: 40px;
  margin: 0px 0 10px 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Raleway';
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.gallery img {
  height: 400px;
  cursor: zoom-in;
  border-radius: 4px;
  width: 100%;
  margin: 5px 0;
  box-shadow: 0 0 5px rgb(0, 0, 0);
}

.flex-container {
  align-items: stretch;
  margin: 0 auto;
  max-width: 1083px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  .flex-items {
    flex: 0 0 46%;
    margin: 8px 0;
  }
}

@media (min-width: 992px) {
  .flex-items {
    flex: 0 0 40%;
  }
}

/* ================= 05. CONTACT ================= */

.contact {
  padding: 20px 0;
  background-color: #f1f1f1;
}

.contact h3 {
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Raleway';
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.contact i {
  font-size: 22px;
  margin: 5px;
}

.flex-contact {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
  justify-content: center;
}

@media (min-width: 895px) {
  .flex-contact {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    padding: 0;
    justify-content: center;
  }
}

.flex-contact div {
  margin: 25px 0;
  width: 240px;
  display: inline-block;
}

.flex-contact h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: 'Raleway';
  color: #000000;
  text-align: center;
}

.flex-contact p {
  font-size: 1.2rem;
  font-family: 'Raleway';
  color: #000000;
  text-align: center;
}

.flex-contact p:hover {
  color: #50afa2;
}

/* PAGE CONATCT */

.page-contact {
  background-color: #ffffff;
  max-width: 1100px;
  margin: auto;
}

.page-contact h1 {
  color: rgb(0, 0, 0);
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 45px;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 5px;
}

.social {
  padding-top: 30px;
  text-align: center;
  margin: auto;
}

.social a {
  display: inline-block;
  box-shadow: 0 0 10px rgba(104, 104, 104, 0.521);
  line-height: 3vh;
  font-family: "Comfortaa", sans-serif;
  margin: 0 10px;
  font-size: 22px;
  display: inline-block;
  padding: 15px;
  background-color: #46bfaf;
  border-radius: 3px;
}

.social a:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.social i {
  font-size: 35px;
}

.social a p {
  padding-left: 10px;
  display: inline-block;
}

@media (max-width: 800px) {
  #ghost-text {
    display: none;
  }
}

.content-contact {
  padding: 60px 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .content-contact {
    margin: 40px auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-info {
    padding: 40px 0 0 0px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .contact-info h3 {
    text-align: center;
  }

  .contact-info p,
  address {
    text-align: center;
  }
}

#for-phone {
  display: none;
}

@media (max-width: 600px) {

  #for-phone {
    display: inherit;
  }

  .gmap_canvas {
    height: 300px !important;
    width: 300px !important;
  }

  .mapouter {
    height: 300px !important;
    width: 300px !important;
  }

  #for-pc {
    display: none;
  }
}

.mapouter {
  box-shadow: 0 0 15px rgba(63, 63, 63, 0.521);
}

.contact-info {
  padding: 0 0 0 60px;
}

.contact-info i {
  color: #e26a57;
  font-size: 20px;
  padding-right: 10px;
}

.contact-info h3 {
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
}

.contact-info p,
address {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  color: #464646;
}

/* Social fixed */

.social-fixed {
  z-index: 45;
  transition: 500ms;
  transform: translateX(89px);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  width: 70px;
  height: 180px;
  position: fixed;
  background-color: #4ad5c2;
  display: flex;
  justify-content: center;
  top: 45%;
  right: 40px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
}

.social-fixed:hover {
  transition: 500ms;
  transform: translateX(30px);
}

.social-fixed i {
  font-size: 32px;
  padding: 14px 0;
}

.chevron {
  color: #000000;
  position: absolute;
  top: 66px;
  left: 4px;
  font-size: 20px !important;
  transition: 300ms;
}

.social-fixed:hover .chevron {
  transition: 100ms;
  color: #00000000;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 200px;
}

.facebook {
  color: #3670f1;
}

.tiktok {
  filter: drop-shadow(-2px -2px 0px #00e1ff) drop-shadow(2px 2px 0px #ff0000);
}

/* ================= 06. SLIDER ================= */

.container-partenaire {
  background-color: #ffffff;
  margin: auto;
  max-width: 1100px;
  box-shadow: 8px 0 8px -10px #000000, -8px 0 8px -10px #000000;
}

.slider-partenaires h2 {
  margin: 0;
  padding-top: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Raleway';
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.slider-partenaires h3 {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Raleway';
  color: #000000;
  text-align: center;
}

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 700px;
  margin: 10px auto;
}

.slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slick-slide img {
  width: 300px;
  margin: auto;
}

.flex-view-partenaire {
  display: flex;
  justify-content: center;
  align-items: center;
}

#view-partenaire {
  margin: 20px auto;
  color: #000000;
  border: 1px solid #389b8e00;
  background-color: #50afa2;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Raleway", sans-serif;
  padding: 10px 30px;
  text-align: center;
  border-radius: 50px;
}

#view-partenaire:hover {
  border: 1px solid #46bfafd0;
  background-color: #3a9e91;
}

.img-div {
  width: 300px;
  height: 200px;
  margin: 0 10px;
}

/* ================= 07. FOOTER ================= */

footer {
  background-color: #46bfaf;
}

footer img {
  pointer-events: none;
  width: 8vh;
  padding-top: 20px;
  display: block;
  margin: 0 auto;
}

.mention-footer {
  padding: 15px;
}

.mention-footer p {
  text-align: center;
  color: #000000;
  font-family: "Comfortaa", sans-serif;
  padding: 5px;
}

.mention-footer a:hover {
  color: #656565;
}

/* ================= 08. SCROLL ================= */

.btn-scroll {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  transition: 200ms;
  transform: translateX(100%);
  opacity: 0;
  border: 2px solid white;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding-top: 7px;
  height: 40px;
  text-align: center;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  padding-left: 0px;
  cursor: pointer;
}

.btn-scroll.scroll {
  transition: 200ms;
  transform: translateX(0%);
  opacity: 1;
  z-index: 5;
}

.btn-scroll i {
  color: rgb(0, 0, 0);
  transition: 300ms;
  height: 30px;
  width: 30px;
}

.btn-scroll:hover {
  border: 2px solid #6f6f6f;
  transition: 300ms;
}

/* ================= 08. SCROLLBAR ================= */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: rgb(99, 99, 99);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #949494;
}

/* PARTENAIRES */

.title-partenaire {
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 45px;
  font-family: "Comfortaa", sans-serif;
}

.bis-partenaire {
  margin: auto;
  max-width: 1100px;
  background-color: #ffffff;
  padding: 20px 0;
}

.recherche {
  flex-wrap: wrap;
  display: flex;
  margin: 20px auto;
  max-width: 900px;
  justify-content: center;
  align-items: baseline;
}

.recherche h4 {
  font-size: 16px;
  font-family: "Comfortaa", sans-serif;
  padding: 0 10px;
}

.recherche h4:hover {
  color: #3a9e91;
}

.partenaire {
  border: #3a9e91 solid 1px;
  max-width: 500px;
  margin: 40px auto;
}

.partenaire h2 {
  text-align: center;
  font-size: 35px;
  font-family: "Comfortaa", sans-serif;
}

.partenaire p {
  letter-spacing: 1.5px;
  padding: 30px 30px;
  text-align: justify;
  font-size: 22px;
  font-family: "Comfortaa", sans-serif;
}

.partenaire img {
  width: 10rem;
  display: block;
  margin: auto;
}

/* MENTION LEGAL */

.back-mention {
  max-width: 1100px;
  margin: auto;
  background-color: #ffffff;
}

.cu h1 {
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 45px;
  font-family: "Comfortaa", sans-serif;
}

.ml ul {
  font-family: "Comfortaa", sans-serif;
  padding: 40px 20px;
  max-width: 650px;
  margin: auto;
}