@charset "UTF-8";
#story p {
  font-size: large;
}
#story .logo {
  padding: 2rem;
  max-width: 20rem;
  margin: 0 auto;
}
#story .logo #ffk {
  width: 100%;
}
#story a {
  color: #2e2e2e;
  text-decoration: underline;
  transition: transform 0.1s;
}
#story a:hover {
  color: #bc1c1c;
  text-decoration: none;
}
#story #btnfkk {
  color: white;
  text-decoration: none;
  border: 1px solid #bc1c1c;
  background-color: #bc1c1c;
  border-radius: 0.5rem;
}
#story #btnfkk:hover {
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.441);
  text-shadow: rgba(0, 0, 0, 0.441);
}
#story .inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#story .main.lead {
  margin-bottom: 5rem;
}
#story .lead {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #2e2e2e;
  position: relative;
}
#story .lead:after {
  position: absolute;
  content: " ";
  background: #bc1c1c;
  width: 8rem;
  height: 0.3rem;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -4rem;
}
#story .col-wrapper {
  padding: 0 1rem;
}
#story .icon-wrapper {
  position: relative;
  height: 8rem;
  margin-top: 4rem;
}
#story .icon-wrapper i {
  font-size: 7rem;
}

#article-menu .menu-items {
  text-align: center;
  margin: 0 auto;
}
#article-menu .menu-titles {
  text-transform: uppercase;
  color: #3e2c0a;
  text-align: center;
}
#article-menu .menu-titles a {
  color: black;
}
#article-menu .menu-titles a:hover {
  color: #bc1c1c;
}
#article-menu #food-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#article-menu .menu-images img {
  border-radius: 1rem;
  border: 0.5rem solid #dadada;
  display: block;
  margin: auto;
  margin-top: 4rem;
}
#article-menu .inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#article-menu .loop {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#article-menu .loop .article {
  flex-basis: 40%;
}

/*********
Parallax 
*/
.parallax {
  background-image: url("./img/IMGP1010-min.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: 0% 25%;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center;
  }
}

.parallax .inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.parallax.parallax-facts {
  background-image: url("./img/digital-hero-1 (1).webp");
}

@media (max-width: 767px) {
  #facts .col-wrapper {
    margin-bottom: 5rem;
  }
}
.calendar {
  padding: 2rem;
  margin: 0 auto;
  max-width: 575px;
}
.calendar iframe {
  display: block;
  border-style: none;
  width: 100%;
}

#video-wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#video-wrapper h3 {
  text-transform: uppercase;
  color: #3e2c0a;
  text-align: center;
}
#video-wrapper #row-video {
  display: flex;
  justify-content: center;
}
#video-wrapper .loop {
  max-width: 991px;
}
#video-wrapper .video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#video-wrapper .video .video-front {
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  #video-wrapper .video .video-front {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
#video-wrapper .video .video-container {
  padding: 2rem;
  margin: 0 auto;
  max-width: 575px;
}
#video-wrapper .video .video-container iframe {
  display: block;
  border-style: none;
  width: 100%;
}

#menu {
  color: white;
  background: #bc1c1c;
}
@media screen and (max-width: 767px) {
  #menu {
    position: absolute;
    margin: 0 auto;
  }
}
#menu .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #menu .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #menu .container {
    display: flex;
    justify-content: space-between;
  }
}
#menu .container .left-container {
  display: flex;
  align-items: center;
}
#menu .container .left-container h3 {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  #menu .container .left-container {
    flex-basis: 40%;
    flex-wrap: wrap;
  }
}
#menu .container .left-container .email a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #menu .container .left-container .email {
    display: flex;
    align-items: center;
    padding: 0%;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #menu .container .right-container {
    position: absolute;
    right: 0;
    top: 0;
    flex-basis: 20%;
  }
}
#menu .container .nav-container .menu {
  position: relative;
}
#menu .container .nav-container .menu ul {
  position: absolute;
}
#menu a {
  color: white;
  text-decoration: none;
}
#menu a:hover {
  color: black;
}
#menu .fa-solid {
  color: white;
}
#menu .fa-house {
  margin-top: 0;
  font-weight: bold;
  font-size: 3.2rem;
}
#menu .fa-house:hover {
  color: black;
}
#menu .menu {
  display: flex;
}
#menu .menu li {
  margin: 0 1rem;
  list-style: none;
}
#menu .menu li:hover {
  color: black;
}
#menu .menu li:hover ul {
  color: black;
  display: block;
  background-color: #bc1c1c;
  border-radius: 0.5rem;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.486);
}
#menu .menu li ul {
  display: none;
}
#menu #menu-item-79:hover,
#menu #menu-item-80:hover,
#menu #menu-item-81:hover {
  background-color: rgba(255, 255, 255, 0.614);
  border-radius: 0.5rem;
}

/*********************************************banner*****************************
Header 
*/
.hidden {
  display: none;
}

.root {
  background-image: url("./img/IMGP1034-min.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .root {
    min-height: 100vh;
    flex-wrap: wrap;
  }
}
.root .banner {
  text-align: center;
}
.root .banner-title {
  display: flex;
  background: rgba(33, 45, 57, 0.8);
  padding: 0 1.8rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 575px) {
  .root .banner-title {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
  }
}
.root .banner-title h1 {
  font-size: 10rem;
  color: white;
  padding-right: 8rem;
  padding-top: 2rem;
  font-weight: bold;
}
.root .banner-title h1 span {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .root .banner-title h1 span {
    font-size: 3.3333333333rem;
  }
}
@media screen and (max-width: 991px) {
  .root .banner-title h1 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .root .banner-title h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .root .banner-title h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .root .banner-title h1 {
    font-size: 6.6666666667rem;
  }
}
@media screen and (max-width: 575px) {
  .root .banner-title h1 {
    padding-right: 0;
    font-size: 3.3333333333rem;
  }
}
.root .banner-title .logo {
  display: flex;
  align-items: center;
  max-width: 30rem;
  margin: 0 auto;
}
.root .banner-title .logo img {
  width: 100%;
}

/******-****************************FOOTER **********************************
Footer 
*/
footer .dark-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: #bc1c1c;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .dark-wrapper {
    flex-direction: column;
  }
}
footer .dark-wrapper .left {
  text-align: center;
  flex-basis: 20%;
  margin: 0 auto;
}
footer .dark-wrapper .left a {
  text-decoration: none;
}
footer .dark-wrapper .left .logo {
  padding: 2rem;
  display: flex;
  align-items: center;
  max-width: 20rem;
  margin: 0 auto;
}
footer .dark-wrapper .left .logo img {
  width: 100%;
}
footer .dark-wrapper .right {
  flex-basis: 60%;
  margin: 0 auto;
  text-align: center;
}
footer .dark-wrapper .bottom-nav {
  display: flex;
}
@media screen and (max-width: 840px) {
  footer .dark-wrapper .bottom-nav {
    flex-wrap: wrap;
    text-align: center;
    font-size: x-small;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
}
footer .dark-wrapper a {
  color: white;
  line-height: 1.2;
}
footer .dark-wrapper a:hover {
  color: black;
}
footer .dark-wrapper h2 {
  line-height: 3;
}
@media screen and (max-width: 767px) {
  footer .dark-wrapper h2 {
    font-size: small;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  footer .dark-wrapper .ms-auto {
    margin: 0 auto;
  }
}
footer .dark-wrapper .ms-auto .nav-item {
  font-size: small;
}
@media screen and (max-width: 767px) {
  footer .dark-wrapper .ms-auto .nav-item {
    font-size: xx-small;
    line-height: 1;
  }
}
footer .dark-wrapper .ms-auto .nav-item .nav-link:hover {
  color: black;
}
footer .fa {
  font-size: xx-large;
}

.signature {
  text-align: center;
  background-color: #bc1c1c;
}
.signature a {
  color: white;
  text-decoration: none;
  font-size: small;
}
.signature a:hover {
  color: black;
}

.ancre {
  display: block;
  background-color: rgba(255, 255, 255, 0.692);
  text-align: center;
  padding: 0.5rem;
  margin: 5rem;
  border-radius: 1rem;
}
.ancre a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

/* hide responsive menu */
#topnav_hamburger_icon,
#topnav_responsive_menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* hide classic menu */
  .nav-container {
    display: none;
  }

  /* disable horizontal scrolling  */
  .root {
    position: relative;
    overflow-x: hidden;
  }

  /* show responsive menu and position at the right of the screen */
  #topnav_responsive_menu.open {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    z-index: 99;
    transform-origin: 0% 0%;
    transform: translate(200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: flex;
    flex-direction: column;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    max-width: 50vw;
    min-height: 100vh;
    padding: 56px 0 0;
    text-align: center;
    background: #bc1c1c;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
  }
  #topnav_responsive_menu.open h2 {
    color: black;
    text-transform: uppercase;
  }
  #topnav_responsive_menu.open li {
    margin: 0 1rem;
    list-style: none;
  }

  /* And let's slide it in from the right */
  #topnav_responsive_menu.open {
    transform: none;
  }

  /* ******************** HAMBURGER ICON ******************** */
  /* define size and position of the hamburger link */
  #topnav_hamburger_icon {
    display: block;
    position: relative;
    margin: 16px;
    width: 33px;
    height: 28px;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }

  /* define the style (size, color, position, animation, ...) of the 3 spans */
  #topnav_hamburger_icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    margin-bottom: 5px;
    background: #ededed;
    border-radius: 3px;
    z-index: 100;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  /* set the 3 spans position to look like a hamburger */
  #topnav_hamburger_icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }

  #topnav_hamburger_icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #topnav_hamburger_icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* change color when opening the menu */
  #topnav_hamburger_icon.open span {
    background: #333;
  }

  /* the first span rotates 45° \ */
  #topnav_hamburger_icon.open span:nth-child(1) {
    width: 110%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* the second span disappears */
  #topnav_hamburger_icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  /* the last span rotates -45° / */
  #topnav_hamburger_icon.open span:nth-child(3) {
    width: 110%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
#page-news {
  max-width: 1200px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}
#page-news h2 {
  margin-bottom: 10rem;
}

.news {
  margin-top: 10rem;
}
.news .btn-wrap {
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  background-color: #bc1c1c;
  border-radius: 0.5rem;
  align-items: baseline;
}
@media screen and (max-width: 575px) {
  .news .btn-wrap {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.news .btn-wrap .btn {
  max-width: 17rem;
  text-align: center;
  padding: 1rem;
  color: white;
  background-color: transparent;
}
.news .btn-wrap a {
  line-height: normal;
}
.news .btn-wrap a:hover {
  background-color: rgba(255, 255, 255, 0.813);
  color: rgba(0, 0, 0, 0.92);
}

.bunkai {
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
  background-color: #bc1c1c;
  border-radius: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .bunkai {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.bunkai .btn-wrap {
  display: flex;
  align-items: baseline;
}
.bunkai .btn-wrap .btn {
  max-width: 20rem;
  text-align: center;
  padding: 1rem;
  color: white;
  background-color: transparent;
}
.bunkai .btn-wrap a {
  line-height: normal;
}
.bunkai .btn-wrap a:hover {
  background-color: rgba(255, 255, 255, 0.813);
  color: rgba(0, 0, 0, 0.92);
}

.contact {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .contact {
    flex-wrap: wrap;
  }
}
.contact .left-wrapper {
  flex-basis: 45%;
}
.contact .left-wrapper iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .left-wrapper {
    flex-basis: 100%;
  }
}
.contact .right-wrapper {
  flex-basis: 45%;
  font-size: large;
}
.contact .right-wrapper p {
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact .right-wrapper {
    flex-basis: 100%;
  }
}
.contact .right-wrapper a {
  color: black;
  text-decoration: none;
}
.contact .right-wrapper a:hover {
  color: #bc1c1c;
}
.contact .right-wrapper .fa {
  color: #bc1c1c;
}
.contact h3 {
  font-size: xx-large;
  text-align: center;
  position: relative;
  margin-bottom: 7rem;
}
.contact h3:after {
  position: absolute;
  content: " ";
  background: #bc1c1c;
  width: 8rem;
  height: 0.3rem;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -4rem;
}

.cours {
  text-align: center;
}
.cours p {
  font-size: large;
}
.cours h3 {
  font-size: xx-large;
  text-align: center;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.cours h3:after {
  position: absolute;
  content: " ";
  background: #bc1c1c;
  width: 8rem;
  height: 0.3rem;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -4rem;
}
.cours h4 {
  font-size: x-large;
  padding: 1rem;
}
.cours .btn-wrap {
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  background-color: #bc1c1c;
  border-radius: 0.5rem;
  align-items: baseline;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .cours .btn-wrap {
    font-size: medium;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.cours .btn-wrap .btn {
  margin: 0.5rem;
  font-size: large;
  text-align: center;
  padding: 1rem;
  color: white;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .cours .btn-wrap .btn {
    font-size: medium;
    text-align: left;
  }
}
.cours .btn-wrap a:hover {
  background-color: rgba(255, 255, 255, 0.813);
  color: rgba(0, 0, 0, 0.92);
}
.cours .btn-wrap .red {
  background-color: #bc1c1c;
  color: white;
}
.cours .btn-wrap .red:hover {
  background-color: rgba(255, 255, 255, 0.813);
  color: rgba(0, 0, 0, 0.92);
}
.cours .video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cours .video .video-wrapper {
  text-align: center;
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .cours .video .video-wrapper {
    flex-basis: 100%;
  }
}
.cours .video .video-wrapper p {
  padding: 2rem;
  margin: 0 auto;
  max-width: 575px;
}
.cours .video .video-wrapper p iframe {
  display: block;
  border-style: none;
  width: 100%;
}

.kata {
  display: flex;
  flex-wrap: wrap;
}
.kata .kata-wrapper {
  padding: 2rem;
  flex-basis: 48%;
}
@media screen and (max-width: 991px) {
  .kata .kata-wrapper {
    flex-basis: 100%;
  }
}
.kata .video-wrapper {
  padding: 2rem;
  margin: 0 auto;
  max-width: 575px;
}
.kata .video-wrapper iframe {
  display: block;
  border-style: none;
  width: 100%;
}

#kata-page {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}
#kata-page h2 {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

#info-page {
  padding: 2rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto;
  max-width: 767px;
}
#info-page h2 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
#info-page #single {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  background-color: #bc1c1c;
  border: 1px solid black;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.441);
}
@media screen and (max-width: 767px) {
  #info-page #single {
    flex-wrap: wrap;
  }
}
#info-page #single #article-wrapper {
  padding: 2rem;
  text-align: left;
  background-color: white;
  border: 1px solid black;
  max-width: 767px;
}
#info-page #single #article-wrapper p {
  line-height: 2;
}
#info-page #single #article-wrapper .wp-block-file__button {
  color: white;
}
#info-page #single #article-wrapper .wp-block-file__button:hover {
  color: white;
}

#page-time {
  padding: 2rem;
  margin: 0 auto;
  max-width: 991px;
}
#page-time #single {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  background-color: #bc1c1c;
  border: 1px solid black;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.441);
}
@media screen and (max-width: 767px) {
  #page-time #single {
    flex-wrap: wrap;
  }
}
#page-time #single #time-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #page-time #single #time-wrapper {
    justify-content: center;
  }
}
#page-time #single #time-wrapper .day {
  flex-basis: 19%;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  #page-time #single #time-wrapper .day {
    flex-basis: 50%;
  }
}
#page-time #single #time-wrapper h2 {
  margin-top: 1rem;
  font-size: x-large;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-time #single #time-wrapper h2 {
    margin-top: 1rem;
  }
}
#page-time #single #time-wrapper p {
  border: 1px solid #bc1c1c;
  padding: 2rem;
  text-align: center;
}
#page-time #single #time-wrapper .saturday {
  border: 1px solid #bc1c1c;
  border-bottom: none;
  margin-bottom: 1rem;
}
#page-time #single #time-wrapper .saturday p {
  border: 1px solid #bc1c1c;
  text-align: center;
}
#page-time #single #time-wrapper a {
  padding: 2rem;
}
#page-time #single #time-wrapper .link-time {
  align-self: flex-end;
}
#page-time #single #time-wrapper .link-time .wp-block-file__button {
  color: white;
  padding: 1rem;
}

.full h2 {
  margin-top: 20rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Kreon", serif;
}

.container ul {
  padding: 1rem;
}
.container a {
  transition: all 0.4s;
  font-weight: bold;
  line-height: 2.5;
  padding: 0.5rem 2rem;
  text-align: -webkit-match-parent;
  list-style: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Kreon", serif;
  -webkit-transition: all 0.3s ease;
}

.btn {
  font-size: xx-large;
  margin: 2rem;
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.753);
  border-radius: 0.5rem;
}
.btn:hover {
  background-color: #bc1c1c;
  color: white;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.441);
  text-shadow: rgba(0, 0, 0, 0.441);
}

.red {
  background-color: #bc1c1c;
  color: white;
}
.red:hover {
  background-color: rgba(0, 0, 0, 0.902);
}

.light-wrapper {
  background: #fbfbfb;
}

.section-title {
  font-size: 3.6rem;
  line-height: 4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.page-title {
  text-align: center;
  position: relative;
  margin-bottom: 7rem;
}
.page-title:after {
  position: absolute;
  content: " ";
  background: #bc1c1c;
  width: 8rem;
  height: 0.3rem;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -4rem;
}

.page-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto;
  max-width: 991px;
}
.page-section h2 {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

.entry-content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.entry-content p {
  padding: 2rem;
  margin: 0 auto;
  max-width: 575px;
}
.entry-content p iframe {
  display: block;
  border-style: none;
  width: 100%;
}
.entry-content .img-article {
  max-width: 767px;
  padding: 2rem;
}
.entry-content .img-article img {
  width: 100%;
}

article {
  margin-top: 10rem;
  background-color: #bc1c1c;
  border: 1px solid black;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.441);
  padding: 2rem;
}
article .single-content {
  padding-top: 5rem;
  background-color: #fbfbfb;
  border: 1px solid black;
}

#entry-page {
  background-color: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

h3 {
  padding-bottom: 2rem;
}

a {
  color: black;
}
a:hover {
  color: #bc1c1c;
}

.wp-block-group__inner-container p {
  line-height: 1.2;
  padding: 1rem;
  text-align: left;
}

.wp-container-4 .wp-block-group__inner-container p {
  text-align: center;
}

p {
  padding: 2rem;
  text-align: center;
}
p iframe {
  display: block;
  border-style: none;
  width: 100%;
}

.img-article {
  max-width: 767px;
  padding: 2rem;
}
.img-article img {
  width: 100%;
}

.wp-group {
  flex-basis: 100%;
}

.wpforms-container-full {
  margin: 0;
  text-align: center;
}
.wpforms-container-full form {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wpforms-container-full form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
.wpforms-container-full form .wpforms-field-container .wpforms-field {
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .wpforms-container-full form .wpforms-field-container .wpforms-field {
    flex-basis: 100%;
  }
}

#wpforms-submit-173 {
  margin: 5rem;
  background-color: #bc1c1c;
  color: white;
  font-size: x-large;
  margin: 2rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
#wpforms-submit-173:hover {
  background-color: rgba(0, 0, 0, 0.902);
  color: white;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.441);
  text-shadow: rgba(0, 0, 0, 0.441);
}

.error-404 {
  background-color: #bc1c1c;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .error-404 {
    flex-wrap: wrap;
    padding: 5rem;
    align-items: center;
  }
  .error-404 .btn {
    font-size: large;
  }
}
.error-404 .img-wrapper {
  max-width: 767px;
}
.error-404 .img-wrapper img {
  width: 100%;
}

.result {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result {
    flex-wrap: wrap;
  }
}
.result h3 {
  font-size: xx-large;
  text-align: center;
  position: relative;
  margin-bottom: 7rem;
}
.result h3:after {
  position: absolute;
  content: " ";
  background: #bc1c1c;
  width: 8rem;
  height: 0.3rem;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -4rem;
}
.result h4 {
  font-size: x-large;
  padding: 1rem;
}
.result .right-wrapper {
  flex-basis: 45%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .result .right-wrapper {
    flex-basis: 90%;
  }
}
.result .left-wrapper {
  padding: 2rem;
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .result .left-wrapper {
    flex-basis: 90%;
  }
}
.result .left-wrapper a {
  color: black;
}
.result .left-wrapper a:hover {
  color: #bc1c1c;
}

.wp-block-file a {
  color: black;
  text-decoration: none;
}
.wp-block-file a:hover {
  color: #bc1c1c;
}

.wp-block-file__button {
  text-transform: uppercase;
}
.wp-block-file__button:hover {
  background-color: #bc1c1c;
}

.page-text {
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .page-text {
    flex-wrap: wrap;
  }
}
.page-text .text {
  max-width: 575px;
  margin: 0 auto;
  font-size: large;
}
.page-text h3 {
  font-size: xx-large;
  text-align: center;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.page-text h3:after {
  position: absolute;
  content: " ";
  background: #bc1c1c;
  width: 8rem;
  height: 0.3rem;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -4rem;
}
.page-text h4 {
  font-size: x-large;
  padding: 1rem;
}

.directeur .text {
  text-align: center;
}
.directeur .wp-block-group__inner-container p {
  text-align: center;
}

.equipement .img-salle {
  border: 1px solid #bc1c1c;
  background-color: #bc1c1c;
  padding: 2rem;
  display: flex;
  align-items: center;
  max-width: 575px;
  margin: 0 auto;
}
.equipement .img-salle img {
  width: 100%;
}
.equipement .text {
  font-size: larger;
  line-height: 2;
  max-width: 767px;
}
.equipement .text p {
  padding: 2rem;
}

.ffkda h2 a {
  color: black;
}
.ffkda h2 a:hover {
  color: #bc1c1c;
}
.ffkda .text {
  font-size: larger;
  line-height: 2;
  max-width: 991px;
}
.ffkda .text p {
  padding: 2rem;
}
.ffkda .text span {
  color: #bc1c1c;
}

.help a {
  color: black;
}
.help a:hover {
  color: #bc1c1c;
}
.help .text {
  font-size: larger;
  line-height: 2;
  max-width: 991px;
}
.help .text p {
  padding: 2rem;
}
.help h4 {
  color: #bc1c1c;
  font-style: italic;
}

#single {
  flex-basis: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #single {
    flex-wrap: wrap;
  }
}
#single .article-wrapper {
    margin:0 auto;
  padding: 2rem;
  max-width: 575px;
}

.cata {
  font-size: larger;
  text-transform: uppercase;
  color: #bc1c1c;
}

.doc .btn-wrap {
  align-items: baseline;
  margin: 0 auto;
}
.doc .btn-wrap .btn {
  max-width: 25rem;
}

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