@charset "UTF-8";
/*
Theme Name: Waitress
Theme URI: waitress.com
Description: Thème Waitress
Author: Mickael Bourdon
Author URI: 
Template: blankslate
Text Domain: blankslate-child
Version: 1.0
*/
#wpadminbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "lubalinbold", sans-serif;
}

p,
li,
a,
button,
span {
  font-family: "lubalinregular", sans-serif;
}

html {
  scroll-padding-top: 4rem;
}

body {
  background-image: url(https://catwillruletheworld.hahaha.com/wp-content/uploads/2023/09/bg-texture.jpeg);
  background-repeat: repeat;
  margin: 0;
  width: 100%;
}
body header {
  align-items: center;
  background-color: #006bb6;
  display: flex;
  height: 60px;
  left: 0;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body header .main-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body header .main-nav .sociaux {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 2%;
}
body header .main-nav .sociaux #jpr {
  margin-right: 30px;
  width: 80px;
}
body header .main-nav .sociaux #jpr:hover {
  opacity: 0.8;
}
body header .main-nav .sociaux #facebook {
  margin-right: 15px;
  margin-bottom: 5px;
}
body header .main-nav .sociaux #facebook:hover .white-icon, body header .main-nav .sociaux #instagram:hover .white-icon {
  display: none;
}
body header .main-nav .sociaux #facebook:hover .pink-icon, body header .main-nav .sociaux #instagram:hover .pink-icon {
  display: flex;
}
body header .main-nav .sociaux a {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 25px;
}
body header .main-nav .sociaux a .white-icon {
  display: flex;
}
body header .main-nav .sociaux a .pink-icon {
  display: none;
}
body header .main-nav .sociaux a img {
  position: absolute;
  width: 100%;
}
body header .main-nav .liens {
  align-items: center;
  display: flex;
  justify-content: center;
}
body header .main-nav .liens .actif {
  color: #e6398e;
}
body header .main-nav .liens a {
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 18px;
  margin: 0px 60px;
  text-decoration: none;
  text-transform: uppercase;
}
body header .main-nav .liens a:hover {
  color: #e6398e;
}
body header .main-nav .billets-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 2%;
}
body header .main-nav .billets-btn a {
  background-color: #e6398e;
  border: 2px solid #fff;
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 20px;
  padding: 10px 30px 8px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
body header .main-nav .billets-btn a:hover {
  background-color: #fff;
  border: 2px solid #e6398e;
  color: #e6398e;
}
body header .mobile__nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
}
body header .mobile__nav .hbgrContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 250;
}
body header .mobile__nav .hbgrContainer p {
  margin-top: 3px;
  margin-left: 1px;
  color: white;
  text-align: center;
}
body header .mobile__nav .hbgrContainer #nav-icon1 {
  width: 50px;
  height: 28px;
  position: relative;
  /* margin: 50px auto; */
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span,
body header .mobile__nav .hbgrContainer #nav-icon3 span,
body header .mobile__nav .hbgrContainer #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span:nth-child(1) {
  top: 0px;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span:nth-child(2) {
  top: 13px;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span:nth-child(3) {
  top: 26px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
body header .mobile__nav .billets-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 2%;
}
body header .mobile__nav .billets-btn a {
  background-color: #e6398e;
  border: 2px solid #fff;
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
body header .mobile__nav .billets-btn a:hover {
  background-color: #fff;
  border: 2px solid #e6398e;
  color: #e6398e;
}
body header .slide__menu {
  display: none;
  width: 320px;
  height: 100vh;
  overflow: auto;
  background: #006bb6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  transform: translateX(-500px);
}
body header .slide__menu .slide__menu__links__container {
  margin-top: 85px;
  padding: 10px;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links {
  padding-top: 30px;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links a {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-family: "open_sansextrabold", sans-serif;
  position: relative;
  display: inline-block;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transition: width 0.2s ease-in-out;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links a:hover {
  color: #e6398e;
  width: 100%;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links .rotate {
  transform: rotate(180deg);
  transition: 0.2s linear;
}
body #container {
  margin-top: 60px;
  width: 100%;
}
body #container main {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body #container main .pub {
  background-color: #e6398e;
  width: 100%;
}
body #container main .pub p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
body #container main #waitress-banner {
  width: 100%;
}
body #container main #waitress-banner img {
  width: 100%;
}
body #container main .acceuil-ctn {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 0 4%;
  width: 100%;
}
body #container main .acceuil-ctn #express-quote {
  margin: 5% 0;
  width: 100%;
}
body #container main .acceuil-ctn #express-quote img {
  width: 100%;
}
body #container main .acceuil-ctn h2 {
  color: #006bb6;
  font-family: "lubalinbold", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 20px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
body #container main .acceuil-ctn p {
  color: #006bb6;
  font-size: 18px;
  margin-bottom: 5%;
  margin-top: 0;
  text-align: center;
}
body #container main .acceuil-ctn .bold {
  font-family: "lubalinbold", sans-serif;
  font-weight: bold;
}
body #container main .acceuil-ctn .salles-ctn {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-bottom: 5%;
  width: 100%;
}
body #container main .acceuil-ctn .salles-ctn .salle {
  align-items: center;
  background-color: #006bb6;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-around;
  margin: 0 0.5%;
  max-width: 570px;
  width: 100%;
}
body #container main .acceuil-ctn .salles-ctn .salle .img-wrapper {
  height: 45px;
}
body #container main .acceuil-ctn .salles-ctn .salle p {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
body #container main .acceuil-ctn .salles-ctn .salle a {
  background-color: #e6398e;
  border: 2px solid #fff;
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
body #container main .acceuil-ctn .salles-ctn .salle a:hover {
  background-color: #fff;
  border: 2px solid #e6398e;
  color: #e6398e;
}
body #container main .acceuil-ctn .video-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
  margin-top: 5%;
  width: 100%;
}
body #container main .acceuil-ctn .video-section h2 {
  color: #26abe2;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}
body #container main .acceuil-ctn .video-section .video-player-ctn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1% 0 2% 0;
  width: 100%;
}
body #container main .acceuil-ctn .video-section .video-player-ctn .video-player {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1300px;
  width: 85%;
}
body #container main .acceuil-ctn .video-section .video-player-ctn .video-player .video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
body #container main .acceuil-ctn .video-section .video-player-ctn .video-player .video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body #container main .acceuil-ctn .partenaires {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
  margin-top: 5%;
  width: 100%;
}
body #container main .acceuil-ctn .partenaires h2 {
  color: #26abe2;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}
body #container main .acceuil-ctn .partenaires .logos {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 50px 30px #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3%;
  width: 100%;
}
body #container main .acceuil-ctn .partenaires .logos .logo {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 1%;
  width: 100px;
}
body #container main .acceuil-ctn .partenaires .logos .logo img {
  width: 100%;
}
body #container main .infolettre-section {
  align-items: center;
  background-color: #006bb6;
  box-sizing: border-box;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 3%;
  padding: 0 3%;
  width: 100%;
}
body #container main .infolettre-section p {
  color: #fff;
  font-size: 24px;
  margin: 24px 2% 22px 0;
}
body #container main .infolettre-section a {
  background-color: #e6398e;
  border: 2px solid #fff;
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 20px;
  padding: 7px 25px 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
body #container main .infolettre-section a:hover {
  background-color: #fff;
  border: 2px solid #e6398e;
  color: #e6398e;
}
body #container main .dates-ctn {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 0 4%;
  width: 100%;
}
body #container main .dates-ctn .header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  margin-top: 1%;
  width: 100%;
}
body #container main .dates-ctn .header h1 {
  color: #fff;
  font-family: "canterbold", sans-serif;
  font-size: 150px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 3px #e6398e;
}
body #container main .dates-ctn .villes {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  width: 100%;
}
body #container main .dates-ctn .villes p {
  color: #e6398e;
  cursor: pointer;
  font-size: 30px;
  margin: 0 30px;
  text-transform: uppercase;
}
body #container main .dates-ctn .villes p:hover {
  opacity: 0.8;
}
body #container main .dates-ctn .villes .actif {
  text-decoration: underline;
  text-decoration-color: #006bb6;
}
body #container main .dates-ctn .tickets {
  align-items: center;
  display: none;
  flex-direction: column;
  width: 100%;
}
body #container main .dates-ctn .tickets .ticket {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  margin-bottom: 2%;
  width: 1000px;
}
body #container main .dates-ctn .tickets .ticket .date {
  align-items: center;
  background-color: #006bb6;
  color: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  width: 100px;
}
body #container main .dates-ctn .tickets .ticket .date .month, body #container main .dates-ctn .tickets .ticket .date .year {
  font-size: 18px;
}
body #container main .dates-ctn .tickets .ticket .date .day {
  font-size: 40px;
}
body #container main .dates-ctn .tickets .ticket .date p {
  margin: 0;
}
body #container main .dates-ctn .tickets .ticket .center {
  align-items: center;
  color: #006bb6;
  display: flex;
  height: 100%;
  justify-content: space-around;
  width: 700px;
}
body #container main .dates-ctn .tickets .ticket .center p {
  margin: 0;
}
body #container main .dates-ctn .tickets .ticket .center .hour, body #container main .dates-ctn .tickets .ticket .center .venue {
  font-size: 18px;
}
body #container main .dates-ctn .tickets .ticket .center .city {
  font-size: 24px;
  font-weight: bold;
}
body #container main .dates-ctn .tickets .ticket .btn {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
body #container main .dates-ctn .tickets .ticket .btn a {
  align-items: center;
  background-color: #e6398e;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  height: 60px;
  font-size: 20px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}
body #container main .dates-ctn .tickets .ticket .btn a:hover {
  background-color: #fff;
  border: 2px solid #e6398e;
  color: #e6398e;
}
body #container main .dates-ctn .tickets .last {
  margin-bottom: 5%;
}
body #container main .dates-ctn .tickets .separateur {
  background-color: #006bb6;
  height: 2px;
  margin-bottom: 2%;
  width: 1000px;
}
body #container main .dates-ctn .open {
  display: flex;
}
body #container main .equipe-ctn {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  padding: 0 4%;
  width: 100%;
}
body #container main .equipe-ctn .header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: 5%;
  width: 100%;
}
body #container main .equipe-ctn .header h1 {
  color: #fff;
  font-family: "canterbold", sans-serif;
  font-size: 150px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 3px #e6398e;
}
body #container main .equipe-ctn .sub_menu {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
body #container main .equipe-ctn .sub_menu .actif {
  text-decoration: underline;
  text-decoration-color: #006bb6;
}
body #container main .equipe-ctn .sub_menu p {
  color: #006bb6;
  cursor: pointer;
  font-size: 30px;
  margin: 0 30px;
  text-transform: uppercase;
}
body #container main .equipe-ctn .sub_menu p:hover {
  text-decoration: underline;
  text-decoration-color: #006bb6;
}
body #container main .equipe-ctn .casting {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: 2%;
  width: 100%;
}
body #container main .equipe-ctn .casting .artist-card {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 300px;
}
body #container main .equipe-ctn .casting .artist-card .img-wrapper {
  border: 2px solid #006bb6;
  height: 350px;
  margin-bottom: 15px;
  width: 100%;
}
body #container main .equipe-ctn .casting .artist-card .img-wrapper img {
  width: 100%;
}
body #container main .equipe-ctn .casting .artist-card p {
  margin: 0;
  font-family: "lubalinbold", sans-serif;
}
body #container main .equipe-ctn .casting .artist-card .name {
  color: #e6398e;
  font-size: 24px;
}
body #container main .equipe-ctn .casting .artist-card .role {
  color: #006bb6;
  font-size: 18px;
}
body #container main .equipe-ctn .casting .artist-card:hover .img-wrapper {
  box-shadow: 0px 0px 10px #e6398e;
}
body #container main .equipe-ctn .casting .artist-card:hover p {
  text-decoration: underline;
}
body #container main .equipe-ctn .casting .artist-card:hover .name {
  text-decoration-color: #e6398e;
}
body #container main .equipe-ctn .casting .artist-card:hover .role {
  text-decoration-color: #006bb6;
}
body #container main .equipe-ctn .casting .popupBg {
  background-color: #e6398e;
  display: none;
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .fa.fa-close {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  left: 93%;
  position: fixed;
  top: 5%;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .fa.fa-close:hover {
  opacity: 0.8;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .popupContent {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  margin-top: 15%;
  width: 80%;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .popupContent .img-wrapper {
  margin-right: 2%;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .popupContent .infos .name {
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 3em;
  margin: 0;
  text-transform: uppercase;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .popupContent .infos .role {
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
}
body #container main .equipe-ctn .casting .popupBg .popupContainer .popupContent .infos .bio {
  color: #fff;
  font-size: 18px;
}
body #container main .equipe-ctn .casting h4 {
  color: #006bb6;
  font-size: 20px;
  margin-top: 5%;
  text-align: center;
}
body #container main .equipe-ctn .creative {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: 2%;
  width: 100%;
}
body #container main .equipe-ctn .creative .click {
  cursor: pointer;
}
body #container main .equipe-ctn .creative .staff {
  align-items: center;
  background-color: #fff;
  border: 2px solid #e6398e;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0.5%;
  padding: 0.5%;
  width: 275px;
}
body #container main .equipe-ctn .creative .staff .staff-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
body #container main .equipe-ctn .creative .staff .staff-card p {
  margin: 0;
  text-align: center;
}
body #container main .equipe-ctn .creative .staff .staff-card .name {
  color: #e6398e;
  font-size: 24px;
}
body #container main .equipe-ctn .creative .staff .staff-card .job {
  color: #26abe2;
  font-size: 18px;
}
body #container main .equipe-ctn .creative .staff .popupBg {
  background-color: #e6398e;
  display: none;
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .fa.fa-close {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  left: 93%;
  position: fixed;
  top: 5%;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .fa.fa-close:hover {
  opacity: 0.8;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .popupContent {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  margin-top: 15%;
  width: 80%;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .popupContent .img-wrapper {
  margin-right: 2%;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .popupContent .infos .name {
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 3em;
  margin: 0;
  text-transform: uppercase;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .popupContent .infos .role {
  color: #fff;
  font-family: "lubalinbold", sans-serif;
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
}
body #container main .equipe-ctn .creative .staff .popupBg .popupContainer .popupContent .infos .bio {
  color: #fff;
  font-size: 18px;
}
body #container main .equipe-ctn .creative .qc {
  background-color: #fff;
  border: 2px solid #006bb6;
}
body #container main .equipe-ctn .creative .click.staff:hover {
  box-shadow: 0px 0px 10px #006bb6;
}
body #container main .equipe-ctn .creative .click.qc:hover {
  box-shadow: 0px 0px 10px #e6398e;
}
body #container main .equipe-ctn .open {
  display: flex;
}
body #container main .apropos-ctn {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 0 4%;
  width: 100%;
}
body #container main .apropos-ctn .header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: 5%;
  width: 100%;
}
body #container main .apropos-ctn .header h1 {
  color: #fff;
  font-family: "canterbold", sans-serif;
  font-size: 150px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 3px #e6398e;
}
body #container main .apropos-ctn .desc {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
  width: 100%;
}
body #container main .apropos-ctn .desc .blue-bg {
  align-items: center;
  background-color: #006bb6;
  display: flex;
  height: 75px;
  justify-content: center;
  width: 100%;
}
body #container main .apropos-ctn .desc .blue-bg h3 {
  color: #fff;
  font-size: 46px;
  max-width: 1200px;
  padding: 0 4%;
}
body #container main .apropos-ctn .desc p {
  color: #006bb6;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
body #container main .apropos-ctn .desc p .bold {
  font-family: "lubalinbold", sans-serif;
  font-weight: bold;
}
body #container main .apropos-ctn .desc p .italic {
  font-style: italic;
}
body #container main .apropos-ctn .img-wrapper {
  margin-bottom: 3%;
  text-align: center;
  width: 100%;
}
body #container main .apropos-ctn .img-wrapper img {
  width: 100%;
}
body #container main .apropos-ctn .synopsis {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3%;
  width: 100%;
}
body #container main .apropos-ctn .synopsis h2 {
  color: #26abe2;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}
body #container main .apropos-ctn .synopsis p {
  color: #006bb6;
  font-size: 18px;
  text-align: center;
}
body #container main .apropos-ctn .synopsis p .bold {
  font-family: "lubalinbold", sans-serif;
  font-weight: bold;
}
body footer {
  align-items: center;
  background-color: #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 1%;
  width: 100%;
}
body footer .footer-ctn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
body footer .footer-ctn .ligne {
  align-items: center;
  display: flex;
  justify-content: center;
}
body footer .footer-ctn .ligne .img-wrapper {
  width: 220px;
}
body footer .footer-ctn .ligne .img-wrapper img {
  height: 32px;
  width: 100%;
}
body footer .footer-ctn .ligne .liens {
  display: flex;
}
body footer .footer-ctn .ligne .liens a {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 0 10px;
}
body footer .footer-ctn .ligne .liens a:hover {
  text-decoration: underline;
}
body footer .footer-ctn .ligne a {
  font-size: 15px;
  margin-left: 10px;
}
body footer .footer-ctn p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
body footer .footer-ctn a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
body footer .footer-ctn a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 975px) {
  body header .main-nav {
    display: none;
  }
  body header .mobile__nav {
    display: flex;
  }
  body header .slide__menu {
    display: block;
  }
  body #container main .acceuil-ctn h2 {
    font-size: 26px;
  }
  body #container main .acceuil-ctn .salles-ctn {
    flex-direction: column;
  }
  body #container main .acceuil-ctn .salles-ctn #montreal {
    margin-bottom: 3%;
  }
  body #container main .acceuil-ctn .video-section h2 {
    font-size: 26px;
  }
  body #container main .acceuil-ctn .video-section .video-player-ctn .video-player {
    width: 100%;
  }
  body #container main .acceuil-ctn .partenaires h2 {
    font-size: 26px;
  }
  body #container main .equipe-ctn .fa.fa-close {
    left: 85% !important;
    top: 2% !important;
  }
  body #container main .equipe-ctn .popupContent {
    flex-direction: column;
    width: 95% !important;
  }
  body #container main .equipe-ctn .popupContent .infos .name {
    font-size: 2em !important;
  }
  body #container main .equipe-ctn .popupContent .infos .role {
    font-size: 1.5em !important;
  }
  body #container main .infolettre-section {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px;
  }
  body #container main .infolettre-section p {
    text-align: center;
  }
  body footer .footer-ctn .ligne {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  body #container main .acceuil-ctn .salles-ctn .salle a {
    padding: 5px 20px;
  }
  body #container main .apropos-ctn .header h1 {
    font-size: 120px;
  }
  body #container main .equipe-ctn .header h1 {
    font-size: 120px;
  }
  body #container main .equipe-ctn .sub_menu {
    flex-direction: column;
  }
  body #container main .equipe-ctn .sub_menu p {
    margin-bottom: 3%;
  }
  body footer .footer-ctn .ligne .img-wrapper {
    margin: 16px 0;
  }
  body footer .footer-ctn .ligne .liens {
    flex-direction: column;
  }
  body footer .footer-ctn .ligne .liens a {
    margin: 16px 0;
  }
  body footer .footer-ctn .ligne a {
    margin: 16px 0;
  }
}/*# sourceMappingURL=style.css.map */