* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html {
  overflow-x: hidden;
}

h1 {
  font-weight: 500;
  color: #C61C4F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.5px;
  padding: 1rem;
}

h2 {
  font-weight: 600;
  color: #C61C4F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.5px;
  padding: 1rem;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

h3 {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.5px;
}

.title_spacing {
  margin: 160px 20px 80px 20px;
}

.navbar_nx {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 80px;
  padding: 0 5rem 0 4rem;
}
.navbar_nx .logo_navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.navbar_nx .navbar_tab {
  display: flex;
  align-items: center;
  height: 120px;
  gap: 40px;
}
.navbar_nx .networks {
  display: flex;
  height: 120px;
  gap: 40px;
  justify-content: end;
  align-items: center;
  flex-grow: 1;
  padding: 0 20px;
}

.navbar_ghost {
  position: fixed;
  top: -250px;
  left: 0px;
  transition: 0.5s;
}

.navbar_ghost_show {
  top: 0px;
}

.diamond {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg); /* rotation pour former un diamant */
}
.diamond .red {
  border: 4px solid #C61C4F;
  background-color: white;
  z-index: -2;
  overflow: hidden;
}
.diamond .blue {
  position: relative;
  background-color: rgb(181, 236, 250);
  border: 2px solid #00acd1;
  z-index: 0;
}
.diamond .blue::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(45deg, rgba(69, 198, 229, 0) 60%, rgba(0, 172, 209, 0.5) 80%);
  z-index: -1;
}

.radius_rotate15 {
  transform: rotate(45deg);
  border-radius: 15px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100vw;
}

.top_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  border-bottom: solid gray 3px;
  margin-top: 50px;
}
.top_title .left_title {
  padding: 0;
}
.top_title .right_title {
  color: #990000;
  font-weight: 500;
}

.linear-blue {
  background: linear-gradient(45deg, rgba(69, 198, 229, 0) 0%, rgba(0, 172, 209, 0.5) 80%);
}

.bg_red {
  background-color: #C61C4F;
}

.bg_blue {
  background-color: #00acd1;
}

.flex_between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex_col_centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.width_100 {
  width: 100%;
}

.width_90 {
  width: 90%;
}

.index-night-mode {
  background: rgb(15, 0, 7);
  background: linear-gradient(195deg, rgb(0, 15, 4) 20%, rgb(121, 9, 113) 35%, rgb(27, 0, 54) 63%);
  color: white;
}

.blue_gradient {
  background: #00ACD1;
  background: linear-gradient(179deg, rgb(0, 172, 209) 0%, rgb(0, 90, 110) 95%);
}
.blue_gradient::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  right: -10px;
  bottom: 0px;
  background: linear-gradient(45deg, rgba(69, 198, 229, 0) 0%, rgba(0, 172, 209, 0.5) 80%);
  z-index: -1;
}

.red_filled {
  background-color: #C61C4F;
}
.red_filled::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: -10px;
  bottom: 0px;
  background: #953434;
  z-index: -2;
}

.bg_position {
  top: -90%;
  right: 40%;
}

.links {
  background-color: black;
  display: flex;
  width: 100vw;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.links img {
  height: 15px;
}
.links a {
  color: rgb(255, 255, 255);
}

.sidebar_nav {
  width: 20vw;
  min-width: 200px;
  height: 100dvh;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1rem;
  z-index: 10;
  border-right: solid 1px gray;
  overflow-y: scroll;
}
.sidebar_nav::-webkit-scrollbar {
  display: none;
  visibility: none;
}
.sidebar_nav::-webkit-scrollbar-thumb {
  display: none;
  visibility: none;
}

.navbar_menu_icon {
  width: 5vw;
  height: 5vw;
  min-width: 40px;
  min-height: 40px;
}

.fade_effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
}

.home_btn {
  border: solid black 1px;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 5px 0 5px 20px;
  color: black;
  width: 100%;
}
.home_btn:hover {
  cursor: pointer;
  background-color: rgb(72, 10, 33);
  color: goldenrod;
  font-weight: bold;
}

.sub_nav li {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  border-top: 1px solid #669900;
  list-style-type: none;
  font-size: medium;
}
.sub_nav li:hover {
  cursor: pointer;
  background-color: rgb(173, 217, 173);
}
.sub_nav li a {
  display: block;
  width: 100%;
  margin-left: 5%;
  color: #006633;
}
.sub_nav h2 {
  border-top: green 3px solid;
  color: rgb(139, 41, 59);
  font-size: 1.2rem;
  margin: 30px 0 15px 0;
}

.sidebar_nav_resp {
  display: none;
}

.section_row {
  width: 90%;
  display: flex;
}
.section_row .section_img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_row .section_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid rgb(204, 0, 0);
}
.section_row .section_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 25px;
  font-size: 1.2rem;
}
.section_row .section_text .contacts {
  align-items: start;
  margin-top: 20px;
  width: 100%;
}
.section_row h2 {
  color: #600d75;
  font-family: "Linux Libertine", Georgia, "Times New Roman", Times, serif;
}
.section_row h4 {
  margin: 10px 0;
}
.section_row ul {
  list-style: none;
}
.section_row li {
  background: url("/ressources/images/arrow_right_64dp_000000_FILL0_wght400_GRAD0_opsz48.svg") no-repeat left center;
  background-size: 16px 16px;
  padding-left: 24px;
  margin-bottom: 8px;
}

.section_column {
  margin-bottom: 50px;
  width: 90%;
  display: flex;
  flex-direction: column;
}
.section_column h2 {
  color: #600d75;
  font-family: "Linux Libertine", Georgia, "Times New Roman", Times, serif;
}

.noticeboard {
  margin-top: 50px;
  background-color: rgb(255, 249, 172);
  padding: 1em;
  width: 90%;
}

.square {
  width: 100px;
  height: 100px;
}

.square_75 {
  width: 75px;
  height: 75px;
}

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

.sp_no_show {
  display: flex;
  visibility: visible;
}

.sp_only_show {
  display: none;
  visibility: hidden;
}

.no_display {
  display: none;
  visibility: hidden;
}

#decorCordiste {
  z-index: 1;
  right: 100px;
  animation: slideupdown 10s infinite alternate ease-in-out;
}
#decorCordiste img {
  filter: brightness(0) invert(1);
}

.decor {
  position: absolute;
  top: 45dvh;
  right: 100px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgb(56, 56, 56);
  opacity: 0.8;
  z-index: 0;
}
.decor::before {
  content: "";
  position: absolute;
  top: -100dvh;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100dvh;
  background-color: rgb(56, 56, 56);
  opacity: 0.6;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > div {
  cursor: pointer;
  font-weight: 500;
}
.dropdown > div:hover {
  background-color: #f5f5f5;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 1000;
}
.dropdown .dropdown-content li {
  list-style: none;
}
.dropdown .dropdown-content li a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #333;
}
.dropdown .dropdown-content li a:hover {
  background-color: #f0f0f0;
}
.dropdown:hover .dropdown-content {
  display: block;
  animation: slideDown 0.2s ease-out;
}

footer {
  background-color: black;
  color: white;
}

.resp_footer_padding {
  padding: 1rem;
}

.flex-dir-resp {
  flex-direction: row;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(25px);
  }
}
@media (orientation: portrait) or (max-width: 1020px) or ((hover: none) and (pointer: coarse) and (max-width: 1200px)) {
  .diamond {
    flex-direction: column;
  }
  .sp_no_show {
    display: none;
    visibility: hidden;
  }
  .sp_only_show {
    display: flex;
    visibility: visible;
  }
  .no_display {
    display: none;
    visibility: hidden;
  }
  main {
    margin-left: 0;
    width: 100%;
  }
  .sidebar_nav_resp {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 300px;
    height: 100dvh;
    top: 0;
    left: -300px;
    background-color: white;
    padding: 1rem;
    z-index: 10;
    border-right: solid 1px gray;
    overflow-x: visible;
  }
  .sidebar_nav_resp .scroll_y {
    overflow-y: scroll;
  }
  .sidebar_nav_resp .scroll_y::-webkit-scrollbar {
    display: none;
    visibility: none;
  }
  .sidebar_nav_resp .scroll_y::-webkit-scrollbar-thumb {
    display: none;
    visibility: none;
  }
  .sidebar_nav_resp .hide_and_show_nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 60px;
    border: solid 2px gray;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: -30px;
    top: 50px;
    z-index: 11;
    background-color: white;
  }
  .sb_oppened {
    left: 0px;
  }
  .mainNavSP, .fixedNavSP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
  }
  .title_spacing {
    margin: 12dvh 20px 5dvh 20px;
  }
  .section_row {
    width: 90%;
    display: flex;
  }
  .section_row .section_img {
    width: 100%;
  }
  .section_row .section_img img {
    border: 2px solid rgb(204, 0, 0);
  }
  .section_row .section_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 25px 0;
    font-size: 1.2rem;
  }
  .section_row .section_text .contacts {
    align-items: start;
    margin-top: 20px;
    width: 100%;
  }
  .section_row h2 {
    color: #600d75;
    font-family: "Linux Libertine", Georgia, "Times New Roman", Times, serif;
  }
  .resp_reverse_column {
    flex-direction: column-reverse;
  }
  .files {
    flex-direction: column;
  }
  .flex-dir-resp {
    flex-direction: column;
  }
  .flex-dir-resp-reverse {
    flex-direction: column-reverse;
  }
  .resp_footer_padding {
    padding: 1rem 2rem;
  }
  .bg_position {
    top: 0;
    right: 80%;
  }
  .d-none_resp {
    display: none !important;
  }
}/*# sourceMappingURL=styles.css.map */