body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

.baumans-regular {
  font-family: "Baumans", system-ui;
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-bg: #D9D9D9;
  --color-text: #010101;
  --color-primary: #A9746E;
  --color-secondary: #454545;
  --color-nav: #DDA15E;
  --color-btt: #A2C2E2;
  --color-liens: #fafafa;
}

html {
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--color-text);
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  /* ajustable */
  z-index: -1;
  background-image: url("../assets/images/logo_noir.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  background-attachment: fixed;
}

h1 {
  font-family: "Baumans", system-ui;
  font-size: clamp(1.875rem, 3.086vw + 1.296rem, 5rem);
  margin-left: 0;
  position: absolute;
  z-index: 5;
  color: var(--color-bg);
  background-color: rgba(10, 10, 10, 0.8);
  padding: 2px 10px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

h2, h3, h4 {
  font-family: "Baumans", system-ui;
}

h2 {
  font-size: clamp(1.875rem, 1.235vw + 1.644rem, 3.125rem);
}

h3 {
  font-size: clamp(1.563rem, 0.926vw + 1.389rem, 2.5rem);
}

h4 {
  font-size: clamp(1.25rem, 0.617vw + 1.134rem, 1.875rem);
}

a {
  text-decoration: none;
  color: var(--color-text);
}

span {
  display: block;
  margin: 12px 0;
  margin-bottom: 27px;
  max-width: 600px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 27px 0;
}

li {
  margin: 27px 0;
  max-width: 600px;
}

main {
  margin: 0 23px;
}

b, i, strong {
  color: var(--color-primary);
}

.menu {
  display: flex;
  width: 100%;
  background-color: var(--color-primary);
  position: fixed;
  z-index: 30;
  height: 70px;
  align-items: center;
}

.menu a {
  display: flex;
  z-index: 20;
  margin-left: 23px;
  margin-bottom: 30px;
  cursor: pointer;
  color: var(--color-liens);
}

.menu__btn {
  background-color: transparent;
  border: none;
  color: var(--color-liens);
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 23px;
  padding: 0;
  z-index: 20;
  transition: all 0.3s;
}

.menu__btn:hover {
  color: var(--color-secondary);
}

.menu__liste {
  flex-direction: column;
  background-color: var(--color-primary);
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: start;
  padding-top: 80px;
}

.menu--open .liLang--flex {
  transform: translateX(0);
}

.menu__li {
  margin: 0;
}

.menu__a {
  color: var(--color-text);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.menu__li a:hover {
  color: var(--color-nav);
}

#active {
  color: var(--color-nav);
}

.menu__img {
  position: absolute;
  z-index: 30;
  height: 60px;
  width: auto;
  margin-left: 10px;
}

#language {
  color: var(--color-liens);
  position: absolute;
  z-index: 50;
  margin-left: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border: none;
  cursor: pointer;
}

option {
  color: var(--color-text);
  cursor: pointer;
}

.liLang--flex {
  background-color: var(--color-primary);
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  align-items: start;
  z-index: 10;
}

header {
  width: 100%;
  padding-top: 70px;
}

.imgProfil {
  width: 100%;
  max-width: 600px;
}

.membres h3 {
  justify-self: center;
}

footer {
  text-align: center;
  width: 100%;
  background-color: var(--color-primary);
  margin: 0;
  padding: 0 0 27px;
}

.footer__ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__ul a {
  transition: all 0.3s;
  color: var(--color-liens);
}

.footer__ul a:hover {
  color: var(--color-nav);
}

.footer__ul h3 {
  margin-bottom: 0;
  color: var(--color-liens);
}

small {
  padding-bottom: 27px;
  color: var(--color-liens);
}

.footer__ulElement {
  margin: 0;
}

.footer__ulElement:last-child {
  margin-bottom: 30px;
}

footer li {
  max-width: 100vw;
}

.img__groupe {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -1;
}

.coversHeader {
  padding-top: 70px;
}

.chaineYT {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  padding: 27px;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
  border-radius: 20px;
}

.chaineYT:hover {
  background-color: var(--color-primary);
  color: var(--color-liens);
}

#videos iframe {
  border: none;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#videos div {
  display: flex;
  flex-direction: column;
}

/*#loadMore, #loadLess {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    transition: all .3s;
    font-weight: bold;
    font-size: 18px;
}

#loadMore {
    background-color: var(--color-secondary);
    color: var(--color-liens);
}

#loadMore:hover, #loadLess:hover {
    background-color: var(--color-nav);
    color: var(--color-text);
}*/
.logoYT {
  width: 160px;
}

#contact {
  padding-top: 120px;
}

.contact__h1 {
  position: static;
  z-index: 1;
  color: var(--color-text);
  background-color: transparent;
  padding: 0;
  margin: 0 0 60px;
  border-radius: 0;
}

.sociaux {
  margin-bottom: 70px;
}

.logo__sociaux {
  display: flex;
  flex-direction: row;
  gap: 35px;
}

.logoSociaux__img {
  height: 60px;
  width: auto;
}

.logoSociaux__img {
  cursor: pointer;
  transition: all 0.3s;
}

.logoSociaux__img:hover {
  filter: brightness(0.6);
}

.contact__svg {
  width: 60px;
  height: auto;
}

.contact--flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}

.mail, .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 20px;
  padding: 10px;
}

.mail a, .tel a, .sociaux {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mail:hover, .tel:hover, .tel:first-child:hover {
  background-color: var(--color-primary);
}

.mail p, .tel p, .sociaux p {
  margin-bottom: 0;
}

.tel:first-child {
  background-color: var(--color-nav);
}

.telDouble {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

#btt {
  display: none;
}

/* VERSION TABLETTE */
@media (min-width: 780px) {
  #btt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border: none;
    border-radius: 100%;
    transform: rotateZ(-90deg);
    font-size: 35px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: var(--color-nav);
  }

  #btt a {
    padding: 5px 15px;
  }

  #btt:hover {
    background-color: var(--color-btt);
  }
}
/* VERSION PC/DESKTOP */
@media (min-width: 1250px) and (max-width: 1920px) {
  h1 {
    margin: 50px 0 0 50px;
  }

  .index__h1 {
    margin: 50px 30%;
  }

  p {
    margin: 27px 0;
    max-width: 600px;
  }

  nav {
    width: 100%;
    margin: 0;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: start;
    position: fixed;
    z-index: 10;
  }

  .menu a {
    margin: 0;
    padding: 0;
  }

  .menu__liste {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0;
    padding: 0;
    height: 70px;
    align-items: center;
    justify-content: center;
  }

  .menu__btn {
    display: none;
  }

  section {
    margin: 27px;
    padding: 45px 0;
  }

  #language {
    margin: 0 27px 0 0;
    position: relative;
  }

  .liLang--flex {
    display: flex;
    flex-direction: row;
    transform: translate(0);
    height: 70px;
    align-items: center;
    justify-content: space-between;
    margin-left: 37%;
    width: 63%;
  }

  #contact {
    padding-top: 160px;
    margin: 0 27px;
  }

  .contact--flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .Infos--grid {
    display: grid;
    grid-template-rows: auto;
  }

  .Infos--grid h2 {
    grid-column: 1/2;
    grid-row: 1/2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .Infos--grid p, .Infos--grid span {
    margin: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .Infos--grid ul {
    margin: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .Infos--grid li:first-child {
    margin-top: 0;
  }

  .nomImgText--grid1 {
    display: grid;
    width: 100%;
    margin-top: 40px;
  }

  .nomImgText--grid1 h4 {
    width: 600px;
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 13px 24px 0;
    justify-self: end;
  }

  .nomImgText--grid1 img {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 13px;
    justify-self: start;
  }

  .nomImgText--grid1 p {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 13px 0 0;
    justify-self: end;
  }

  .nomImgText--grid2 {
    display: grid;
    width: 100%;
    margin-top: 40px;
  }

  .nomImgText--grid2 h4 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0 0 24px 13px;
    justify-self: start;
  }

  .nomImgText--grid2 img {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-right: 13px;
    justify-self: end;
  }

  .nomImgText--grid2 p {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: 0 0 0 13px;
    justify-self: start;
  }

  .imgProfil {
    width: 264px;
  }

  .lienEcole {
    font-weight: bold;
    transition: all 0.3s;
    color: var(--color-primary);
  }

  .lienEcole:hover {
    color: var(--color-nav);
  }

  #videos iframe {
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 225px;
  }

  #videos div {
    display: flex;
    flex-direction: row;
  }

  #loadMore, #loadLess {
    font-size: 20px;
  }

  .chaineYT {
    flex-direction: row;
  }

  footer {
    text-align: center;
    width: 100%;
    background-color: var(--color-primary);
    margin: 0;
    padding: 0 0 27px;
  }

  .footer__ul {
    display: flex;
    flex-direction: row;
    gap: 90px;
    justify-content: center;
  }

  .footer__ul a {
    transition: all 0.3s;
  }

  .footer__ul a:hover {
    color: var(--color-nav);
  }

  small {
    padding-bottom: 27px;
  }
}

/*# sourceMappingURL=app.css.map*/