@font-face {
  font-family: MiryadPro;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: MiryadProBold;
  font-weight: bold;
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Interstate-Regular-Condensed";
  src: url("../fonts/Interstate-RegularCondensed.ttf") format("truetype");
}
* {
  font-family: MiryadPro, sans-serif;
}

.align-items-center, #section-reserve-your-place .inscriptions .inscription-panel .complete, #section-reserve-your-place .reserve-header, #section-main-content .check-list .point, #master_header .navbar .navbar-nav .nav-item {
  /* vertically center elements within this element */
  align-items: center;
}

.display-flex, .offer_wrapper, #section-main-content .check-list, .justify-content-center, .justify-content-end, .container_inscription_form .burst-row, .align-items-center, #section-reserve-your-place .inscriptions .inscription-panel .complete, #section-reserve-your-place .reserve-header, #section-main-content .check-list .point, #master_header .navbar .navbar-nav .nav-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-end, .container_inscription_form .burst-row {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.green {
  color: #77ad65;
}

.bold {
  font-family: inherit;
  font-weight: bold;
}

.normal {
  font-family: inherit;
  font-weight: normal;
}

.btn-pill {
  font-family: Interstate;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 30px;
  border: none;
  border-radius: 30px;
  background-color: #77ad65;
  text-transform: capitalize;
}
.btn-pill-outline {
  font-family: Interstate;
  font-size: 30px;
  font-weight: bold;
  color: white;
  padding: 5px 25px;
  border-radius: 25px;
  border: 3px solid #77ad65;
  background-color: transparent;
  background-image: none;
}
.btn-pill-outline:focus, .btn-pill-outline:hover {
  color: #77ad65;
}

.btn-rectangle {
  font-family: Interstate;
  font-size: 30px;
  padding: 5px 25px;
  border-radius: 5px;
  color: white;
  border: none;
  background-color: #77ad65;
}
.btn-subscribe {
  line-height: 1.1;
  padding: 10px 70px 5px;
}
@media only screen and (max-width: 575px) {
  .btn-subscribe {
    font-size: 25px;
    padding: 10px 35px 5px;
  }
}
.btn-subscribe .bigger {
  font-size: 1.25em;
  font-weight: bold;
}

.container-padding {
  padding: 0 5%;
  position: relative;
}

.bigText, #section-reserve-your-place .reserve-header .title, #section-main-content .econo-header .title, .title {
  font-family: "Interstate";
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: white;
}
@media only screen and (max-width: 1799px) {
  .bigText, #section-reserve-your-place .reserve-header .title, #section-main-content .econo-header .title, .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .bigText, #section-reserve-your-place .reserve-header .title, #section-main-content .econo-header .title, .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .bigText, #section-reserve-your-place .reserve-header .title, #section-main-content .econo-header .title, .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .bigText, #section-reserve-your-place .reserve-header .title, #section-main-content .econo-header .title, .title {
    font-size: 22px;
  }
}

.subtitle, #section-main-content .econo-header .tagline {
  color: white;
  font-size: 20px;
  max-width: 475px;
  margin-top: 20px;
  line-height: 1;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.no-padding-lr {
  padding-left: 0;
  padding-right: 0;
}

.no-wrap {
  white-space: nowrap;
}

.line-separator {
  margin-top: 0;
  margin-bottom: 0.5rem;
  height: 2px;
  background-color: white;
}

.econoRed {
  color: #e4575b !important;
}

.econoRed_bg {
  background-color: #e4575b !important;
}

.column-spacer, #banner-partner .spacer {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}

#master_header {
  /*
  .header_wrap {
  	height: 100%;

  	.main-menu-bg {
  		background-color: white;
  		z-index: 2;
  	}

  	.navbar {
  		.navbar-brand {
  			.logo-header {
  				width: 100%;
  				max-width: 300px;
  				min-width: 200px;
  			}


  			@include xs {
  				width: 61%;
  				#logo_page {
  					margin-top: 3%;
  				}
  			}

  			@include lg {
  				width: 22%;
  				#logo_page {
  					margin-top: 0;
  				}
  			}

  		}

  		.navbar-nav {
  			&.menu_list_hockey .nav-item {
  				padding-top: 8px;

  				.nav-link {
  					color: #1e466d;
  					font-weight: bold;

  					&:focus, &:hover {
  						color: $green;
  					}
  				}
  			}
  		}

  		.navbar-text {
  			padding-right: 20px;
  		}
  	}
  }
  */
}
@media only screen and (min-width:0px) {
  #master_header {
    height: auto;
  }
}
#master_header .main-menu-bg {
  background-color: white;
  z-index: 2;
}
#master_header .navbar {
  /*
  .navbar-text {
  	padding-right: 20px;
  }
  */
}
#master_header .navbar .navbar-brand .logo-header {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}
@media only screen and (max-width: 575px) {
  #master_header .navbar .navbar-brand .logo-header {
    width: 200px;
  }
}
#master_header .navbar #navbarContent {
  padding-left: 3rem;
}
@media only screen and (max-width: 1499px) and (min-width: 992px) {
  #master_header .navbar #navbarContent {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 991px) {
  #master_header .navbar #navbarContent {
    padding-left: 0;
  }
}
#master_header .navbar .navbar-nav .nav-item {
  padding-top: 8px;
}
@media only screen and (max-width: 1499px) {
  #master_header .navbar .navbar-nav .nav-item.hide-fa-lg .fa {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #master_header .navbar .navbar-nav .nav-item .fa {
    display: none;
  }
}
@media only screen and (min-width:992px) {
  #master_header .navbar .navbar-nav .nav-item.inscription-button {
    padding-left: 50px;
  }
}
#master_header .navbar .navbar-nav .nav-item .fa {
  font-size: 0.5rem;
  color: #eb645c;
  padding-left: 5px;
  padding-right: 5px;
}
#master_header .navbar .navbar-nav .nav-item .nav-link {
  color: #1e466d;
  font-weight: bold;
}
#master_header .navbar .navbar-nav .nav-item .nav-link:focus, #master_header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #77ad65;
}

#banner-partner div {
  display: inline-block;
}
#banner-partner .spacer {
  padding-right: 2rem;
}
@media only screen and (max-width: 991px) {
  #banner-partner .spacer {
    display: none;
  }
}

/*
.top-background-repeat-sm-down {
	@include max-sm {
		// sm-down: we limit the section-top-banner background to a height of 1000px
		// --> we want the background to repeat here so when bg_section_top_banner.jpg is limited to 1000px the width is 1263px (orig= 2878 x 2278)
		// --> so in PS changed image size to 1000px (h) selected 1263 x 3 and made the bg-repeat image
		background-color: #131a2d;
		background-image: url(../img/bg_section_top_banner-repeat-1263.jpg);
		background-repeat: repeat-y;
		background-position: 75%;
	}
}
*/
#section-main-content {
  padding-top: 6%;
  background-color: #131a2d;
  background-image: url(../img/bg_section_top_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75%;
}
@media only screen and (max-width: 991px) {
  #section-main-content {
    background-size: auto 1600px;
    background-repeat: no-repeat;
    background-position: 75% top;
  }
}
@media only screen and (max-width: 767px) {
  #section-main-content {
    background-color: transparent;
    background-size: auto 1000px;
    background-repeat: no-repeat;
    background-position: 75% top;
  }
}
@media only screen and (min-width:1800px) {
  #section-main-content {
    min-height: 800px;
  }
}
@media only screen and (min-width:1200px) {
  #section-main-content {
    padding-top: 6%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#section-main-content .econo-logo img {
  width: 100%;
  max-width: 500px;
}
#section-main-content .econo-header .title {
  max-width: 850px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  #section-main-content .econo-header .title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  #section-main-content .econo-header .title {
    max-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  #section-main-content .econo-header .title {
    max-width: 375px;
  }
}
#section-main-content .econo-header .tagline strong {
  font-size: 1.2em;
}
#section-main-content .button-comment-inscrire {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  #section-main-content .button-comment-inscrire {
    margin: 30px 0;
  }
}
#section-main-content .button-comment-inscrire .btn-pill-outline {
  background-color: rgba(32, 57, 124, 0.3);
}
@media only screen and (max-width: 575px) {
  #section-main-content .button-comment-inscrire .btn-pill-outline {
    font-size: 20px;
  }
}
#section-main-content .check-list {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #section-main-content .check-list {
    flex-direction: column;
  }
  #section-main-content .check-list .point {
    margin-bottom: 20px;
  }
  #section-main-content .check-list .point:last-child {
    margin-bottom: unset;
  }
}
#section-main-content .check-list .point {
  margin-right: 10px;
}
#section-main-content .check-list .point:last-child {
  margin-right: unset;
}
#section-main-content .check-list .point img {
  max-width: 70px;
}
@media only screen and (max-width: 1199px) {
  #section-main-content .check-list .point img {
    max-width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  #section-main-content .check-list .point img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  #section-main-content .check-list .point img {
    max-width: 45px;
  }
}
#section-main-content .check-list .point .text {
  color: white;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 20px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  #section-main-content .check-list .point .text {
    font-size: 16px;
  }
}

#section-team-info {
  padding: 2% 0;
}

#section-reserve-your-place {
  position: relative;
}
#section-reserve-your-place .summerGames .bigText, #section-reserve-your-place .summerGames .reserve-header .title, #section-reserve-your-place .reserve-header .summerGames .title, #section-reserve-your-place .summerGames #section-main-content .econo-header .title, #section-main-content .econo-header #section-reserve-your-place .summerGames .title, #section-reserve-your-place .winterGames .bigText, #section-reserve-your-place .winterGames .reserve-header .title, #section-reserve-your-place .reserve-header .winterGames .title, #section-reserve-your-place .winterGames #section-main-content .econo-header .title, #section-main-content .econo-header #section-reserve-your-place .winterGames .title {
  margin-bottom: 0.25rem;
}
#section-reserve-your-place .winterGames {
  padding-top: 100px;
}
#section-reserve-your-place .reserve-header {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  #section-reserve-your-place .reserve-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #section-reserve-your-place .reserve-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #section-reserve-your-place .reserve-header {
    justify-content: center;
  }
}
#section-reserve-your-place .reserve-header .title {
  max-width: 700px;
}
@media only screen and (max-width: 1199px) {
  #section-reserve-your-place .reserve-header .title {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  #section-reserve-your-place .reserve-header .title {
    max-width: 550px;
  }
}
@media only screen and (max-width: 575px) {
  #section-reserve-your-place .reserve-header .title {
    max-width: 400px;
  }
}
#section-reserve-your-place .reserve-header .subtitle, #section-reserve-your-place .reserve-header #section-main-content .econo-header .tagline, #section-main-content .econo-header #section-reserve-your-place .reserve-header .tagline {
  font-family: MiryadProBold;
  color: white;
  font-size: 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #section-reserve-your-place .reserve-header .subtitle, #section-reserve-your-place .reserve-header #section-main-content .econo-header .tagline, #section-main-content .econo-header #section-reserve-your-place .reserve-header .tagline {
    margin-top: 10px;
    font-size: 18px;
  }
}
#section-reserve-your-place .reserve-header .star-burst {
  max-width: 345px;
}
@media only screen and (max-width: 767px) {
  #section-reserve-your-place .reserve-header .star-burst {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  #section-reserve-your-place .reserve-header .star-burst {
    max-width: 250px;
  }
}
#section-reserve-your-place .inscriptions > .col {
  margin-bottom: 20px;
  max-width: 290px;
  min-width: 290px;
}
#section-reserve-your-place .inscriptions .inscription-panel {
  margin-right: auto !important;
  margin-left: auto !important;
  border: 3px solid #1c3c60;
  background-color: white;
  border-radius: 5px;
  min-width: 250px;
  max-width: 250px;
  -webkit-box-shadow: -13px 9px 29px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -13px 9px 29px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -13px 9px 29px -6px rgba(0, 0, 0, 0.75);
  position: relative;
}
#section-reserve-your-place .inscriptions .inscription-panel.empty {
  border: 3px solid transparent !important;
  background-color: transparent !important;
}
#section-reserve-your-place .inscriptions .inscription-panel .header-day {
  text-align: center;
  color: black;
  font-size: 40px;
  font-family: MiryadProBold;
  text-decoration: underline;
  margin: 10px 0;
  line-height: 1;
}
#section-reserve-your-place .inscriptions .inscription-panel .header-info {
  font-family: MiryadPro;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
#section-reserve-your-place .inscriptions .inscription-panel .header-info .bold {
  font-size: 20px;
}
#section-reserve-your-place .inscriptions .inscription-panel .more-info {
  text-align: center;
  font-family: MiryadProBold;
  margin: 20px 0 0 0;
  font-size: 22px;
  line-height: 1;
}
#section-reserve-your-place .inscriptions .inscription-panel .more-info span {
  font-family: inherit;
}
#section-reserve-your-place .inscriptions .inscription-panel .arena-logo {
  text-align: center;
  margin: 5px 0;
}
#section-reserve-your-place .inscriptions .inscription-panel .arena-logo img {
  max-width: 98%;
}
@media only screen and (max-width: 1199px) {
  #section-reserve-your-place .inscriptions .inscription-panel .arena-logo img {
    max-width: 90%;
  }
}
#section-reserve-your-place .inscriptions .inscription-panel .separator {
  height: 2px;
  width: 97%;
  margin: 0 auto;
  background-color: #89c0d4;
}
#section-reserve-your-place .inscriptions .inscription-panel .complete {
  display: none;
  justify-content: center;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  background-color: #f33019;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .old-price {
  font-family: Interstate;
  font-size: 30px;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .old-price s {
  text-decoration: line-through red;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .strike-through {
  position: absolute;
  top: 10px;
  left: 25%;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .strike-through img {
  max-width: 110px;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .button {
  margin-bottom: 10px;
  line-height: 1;
  cursor: pointer;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .button button {
  width: 75%;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .button .price {
  font-weight: bold;
}
#section-reserve-your-place .inscriptions .inscription-panel .subscribe .button .before-date {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
#section-reserve-your-place .inscription-small-print {
  color: white;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 10px;
}

#section-know-more:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #1c3c61;
  background-image: url(../img/bg_section_know_more.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (max-width: 767px) {
  #section-know-more:before {
    background-size: cover;
    background-position: 75%;
    opacity: 0.5;
  }
}

#section-know-more {
  background-color: #1c3c61;
  /* the background color here will not be affected by the opacity */
  position: relative;
}
#section-know-more .content {
  z-index: 2;
  position: relative;
}
#section-know-more .content .ss_text_cont {
  text-align: center;
}
#section-know-more .content .ss_text_cont .ss_text {
  cursor: pointer;
  color: white;
  margin: 0 auto;
  font-size: 20px;
  padding: 3% 0 4% 0;
  position: relative;
}
@media only screen and (min-width:0px) {
  #section-know-more .content .ss_text_cont .ss_text {
    width: 62%;
    font-size: 24px;
  }
}
@media only screen and (min-width:576px) {
  #section-know-more .content .ss_text_cont .ss_text {
    width: 31%;
  }
}
@media only screen and (min-width:992px) {
  #section-know-more .content .ss_text_cont .ss_text {
    width: 22%;
  }
}
@media only screen and (min-width:1200px) {
  #section-know-more .content .ss_text_cont .ss_text {
    width: 17%;
    font-size: 24px;
  }
}
@media only screen and (min-width:1800px) {
  #section-know-more .content .ss_text_cont .ss_text {
    font-size: 37px;
  }
}
#section-know-more .content .ss_text_cont .ss_text:after {
  content: " ";
  width: 32%;
  position: absolute;
  background-image: url(../img/double_arrow.png);
  background-repeat: no-repeat;
  left: 33%;
}
@media only screen and (min-width:0px) {
  #section-know-more .content .ss_text_cont .ss_text:after {
    height: 68%;
    top: 74%;
  }
}
@media only screen and (min-width:992px) {
  #section-know-more .content .ss_text_cont .ss_text:after {
    height: 50%;
    top: 57%;
  }
}
@media only screen and (min-width:1800px) {
  #section-know-more .content .ss_text_cont .ss_text:after {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #section-know-more .content .ss_text_cont .ss_text:after {
    background-size: 65%;
    background-position: center;
  }
}
#section-know-more .content .title {
  color: white;
  font-size: 48px;
  line-height: 45px;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  #section-know-more .content .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #section-know-more .content .title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #section-know-more .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
#section-know-more .content .separator_line {
  height: 2px;
  width: 100%;
  margin: 2% 0;
  background-color: white;
}
#section-know-more .content .intro {
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 991px) {
  #section-know-more .content .intro {
    font-size: 18px;
  }
}
#section-know-more .content .bottom-header {
  color: white;
  font-family: MiryadProBold;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  #section-know-more .content .bottom-header {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #section-know-more .content .bottom-header {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.ligue_button {
  color: white;
  padding: 3% 9%;
  font-family: MiryadProBold;
  background-color: #73b566;
  border-radius: 5px;
  margin: 4% 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width:0px) {
  .ligue_button {
    width: 100%;
    font-size: 35px;
  }
}
@media only screen and (min-width:1200px) {
  .ligue_button {
    width: 73%;
  }
}
@media only screen and (min-width:1800px) {
  .ligue_button {
    font-size: 50px;
  }
}
.ligue_button:focus {
  color: white;
  text-decoration: none;
}
.ligue_button:hover {
  color: white;
  text-decoration: none;
}

#fourth_section {
  background-color: #2b5d95;
  position: relative;
}
@media only screen and (min-width:1800px) {
  #fourth_section {
    padding: 3% 0;
  }
}
#fourth_section #img_team {
  right: 2%;
  top: 22%;
}
@media only screen and (min-width:0px) {
  #fourth_section #img_team {
    width: 102%;
    position: initial;
  }
}
@media only screen and (min-width:1200px) {
  #fourth_section #img_team {
    width: 37%;
    position: absolute;
  }
}
#fourth_section #img_team img {
  width: 100%;
}
#fourth_section .ligue_text8 {
  color: white;
  font-family: MiryadProBold;
  line-height: 48px;
}
@media only screen and (min-width:0px) {
  #fourth_section .ligue_text8 {
    font-size: 50px;
  }
}
@media only screen and (min-width:1200px) {
  #fourth_section .ligue_text8 {
    font-size: 55px;
  }
}
@media only screen and (min-width:1800px) {
  #fourth_section .ligue_text8 {
    font-size: 65px;
  }
}
#fourth_section .ligue_text9 {
  color: white;
  margin: 2% 0 0 0;
  line-height: 39px;
}
@media only screen and (min-width:0px) {
  #fourth_section .ligue_text9 {
    font-size: 33px;
  }
}
@media only screen and (min-width:1800px) {
  #fourth_section .ligue_text9 {
    font-size: 50px;
    line-height: 50px;
  }
}
#fourth_section #hockey_text8 {
  margin: 3% 0 0 0;
}
@media only screen and (min-width:1200px) {
  #fourth_section #hockey_text8 {
    padding: 0 0 5% 0;
  }
}
#fourth_section .ligue_text10 {
  color: white;
  font-family: MiryadProBold;
  text-decoration: underline;
}
@media only screen and (min-width:0px) {
  #fourth_section .ligue_text10 {
    font-size: 33px;
  }
}
@media only screen and (min-width:1800px) {
  #fourth_section .ligue_text10 {
    font-size: 50px;
  }
}
@media only screen and (min-width:0px) {
  #fourth_section .container_medium_padding {
    padding: 5% 8%;
  }
}
@media only screen and (min-width:1200px) {
  #fourth_section .container_medium_padding {
    padding: 0 5%;
  }
}

#fifth_section {
  padding: 2% 0;
}

#hockey_text11 {
  padding: 0 15px;
  margin: 3% 0 0 0;
}

#question_hockey {
  text-align: center;
}
#question_hockey img {
  width: 100%;
}
@media only screen and (min-width:0px) {
  #question_hockey {
    width: 44%;
    margin: 0 auto;
  }
}
@media only screen and (min-width:576px) {
  #question_hockey {
    width: 26%;
  }
}
@media only screen and (min-width:1200px) {
  #question_hockey {
    width: 90%;
    margin: 0 0 0 12%;
  }
}

.ligue_text11 {
  color: #2b5d95;
  font-family: MiryadProBold;
}
@media only screen and (min-width:0px) {
  .ligue_text11 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width:0px) {
  .ligue_text11 {
    font-size: 51px;
    line-height: 51px;
  }
}
@media only screen and (min-width:992px) {
  .ligue_text11 {
    font-size: 59px;
    line-height: 59px;
  }
}
@media only screen and (min-width:1200px) {
  .ligue_text11 {
    font-size: 50px;
    line-height: 50px;
  }
}

.ligue_text12 {
  color: #2b5d95;
  font-family: MiryadPro;
}
@media only screen and (min-width:0px) {
  .ligue_text12 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media only screen and (min-width:768px) {
  .ligue_text12 {
    font-size: 43px;
    line-height: 43px;
  }
}
@media only screen and (min-width:992px) {
  .ligue_text12 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media only screen and (min-width:1200px) {
  .ligue_text12 {
    font-size: 44px;
    line-height: 40px;
  }
}

@media only screen and (min-width:0px) {
  #hockey_text12 {
    margin: 3% 0;
  }
}
@media only screen and (min-width:1200px) {
  #hockey_text12 {
    margin: 0;
  }
}

#button_fifth_section {
  font-family: MiryadPro;
  padding: 0;
  margin: 2% 0 0 0;
}
@media only screen and (min-width:0px) {
  #button_fifth_section {
    font-size: 35px;
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  #button_fifth_section {
    font-size: 43px;
  }
}
@media only screen and (min-width:992px) {
  #button_fifth_section {
    font-size: 46px;
  }
}
@media only screen and (min-width:1200px) {
  #button_fifth_section {
    font-size: 45px;
    width: 97%;
  }
}

/***************FOOTER*************************/
footer#footer_hockey {
  background-color: #363636;
  text-align: center;
  padding: 2% 0 0 0;
}
footer#footer_hockey .social_nets {
  color: #363636;
  font-size: 29px;
  background-color: white;
  border-radius: 1em;
  position: relative;
  padding: 2%;
  display: inline-block;
  margin: 0 2%;
}
footer#footer_hockey .social_nets i {
  position: absolute;
}
@media only screen and (min-width:0px) {
  footer#footer_hockey .social_nets {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width:1200px) {
  footer#footer_hockey .social_nets {
    width: 30px;
    height: 30px;
  }
}
footer#footer_hockey #facebook_hockey i {
  top: 19%;
  left: 29%;
}
footer#footer_hockey #twitter_hockey i {
  top: 18%;
  left: 23%;
}
footer#footer_hockey #instagram_hockey i {
  top: 18%;
  left: 23%;
}
footer#footer_hockey #copyright_hockey {
  color: white;
  margin: 2% 0;
  font-family: MiryadProBold;
}

/***************FOOTER*************************/
/***********************************************/
/*PAGE :: INSCRIPTION******************/
.ligue_wrapper {
  /* used on mobile only */
}
.ligue_wrapper .ligue_title {
  font-weight: bold;
  margin-bottom: 1px;
}
.ligue_wrapper .ligue_title .fa {
  padding-left: 20px;
}
.ligue_wrapper p:nth-child(1)::first-letter {
  font-size: 16px;
  text-transform: uppercase;
}
.ligue_wrapper p:nth-child(1) {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -1px;
  margin-bottom: 5px;
  color: #77ad65;
}

.ligue_header_table {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

/******FIRST SECTION*******/
#first_section_inscription {
  background-color: #2b5d95;
}

.ligue_text13 {
  color: white;
  font-family: "Interstate-Regular-Condensed";
}
@media only screen and (min-width:0px) {
  .ligue_text13 {
    font-size: 54px;
  }
}
@media only screen and (min-width:1200px) {
  .ligue_text13 {
    font-size: 40px;
  }
}

#hockey_text13 {
  padding-left: 2%;
}

.ligue_text14 {
  font-family: "Interstate";
  color: white;
}
@media only screen and (min-width:0px) {
  .ligue_text14 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media only screen and (min-width:1200px) {
  .ligue_text14 {
    font-size: 30px;
    line-height: 30px;
  }
}

.ligue_text15 {
  font-family: "Interstate";
  color: white;
}
@media only screen and (min-width:0px) {
  .ligue_text15 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (min-width:1200px) {
  .ligue_text15 {
    font-size: 25px;
    line-height: 27px;
  }
}

#hockey_text14 {
  margin: 0;
}

#text_fs_inscription {
  padding: 0 6%;
}

@media only screen and (min-width:0px) {
  .offer_wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width:1200px) {
  .offer_wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width:576px) {
  .offer_wrapper #oi2 .img_inscription {
    width: 34%;
  }
}
@media only screen and (min-width:1200px) {
  .offer_wrapper #oi2 .img_inscription {
    width: 71%;
  }
}
@media only screen and (min-width:576px) {
  .offer_wrapper #oi1 .img_inscription {
    width: 42%;
  }
}
@media only screen and (min-width:1200px) {
  .offer_wrapper #oi1 .img_inscription {
    width: 80%;
  }
}
.offer_wrapper .offer_inscription {
  text-align: center;
  color: white;
}
@media only screen and (min-width:0px) {
  .offer_wrapper .offer_inscription {
    width: 100%;
    margin: 3% 0;
  }
}
@media only screen and (min-width:1200px) {
  .offer_wrapper .offer_inscription {
    width: 50%;
    margin: 0;
  }
}
.offer_wrapper .offer_inscription .img_inscription {
  margin: 0 auto;
}
.offer_wrapper .offer_inscription .img_inscription img {
  width: 100%;
}
.offer_wrapper .offer_inscription .offer_text1 {
  font-family: "Interstate";
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
}
.offer_wrapper .offer_inscription .offer_text2 {
  font-size: 25px;
  line-height: 25px;
  margin: 1% 0;
}
@media only screen and (min-width:576px) {
  .offer_wrapper .offer_inscription .offer_text2 {
    height: 64px;
  }
}
@media only screen and (min-width:1200px) {
  .offer_wrapper .offer_inscription .offer_text2 {
    height: 100px;
  }
}
.offer_wrapper .offer_inscription .btn_inscription {
  font-family: "Interstate";
  font-size: 26px;
  line-height: 26px;
  padding: 2% 6%;
  margin: 2% 0;
}

#offers_row {
  padding: 2% 0 9% 0;
}

#inscription_pen {
  position: absolute;
  top: 7%;
  left: 1%;
  width: 9%;
}
#inscription_pen img {
  width: 100%;
}

.form-content {
  padding-left: 25px;
}

.container_inscription_form {
  padding: 0 10%;
}
.container_inscription_form .header {
  line-height: 1.1;
}
.container_inscription_form .header div {
  font-family: MiryadProBold;
  color: #2b5d95;
  font-size: 1.2rem;
}
@media only screen and (max-width: 575px) {
  .container_inscription_form .header div {
    font-size: 1rem;
  }
}
.container_inscription_form .header div:first-child {
  font-family: MiryadProBold;
  font-size: 2rem;
}
@media only screen and (max-width: 575px) {
  .container_inscription_form .header div:first-child {
    font-size: 1.5rem;
  }
}
.container_inscription_form .region {
  font-family: MiryadProBold;
  font-weight: bold;
  font-size: 20px;
  color: black;
  padding-top: 10px;
}
.container_inscription_form .arena-name {
  color: #4496cc;
}
.container_inscription_form .burst-row {
  margin-bottom: 10px;
  max-width: 1050px;
}
@media only screen and (max-width: 767px) {
  .container_inscription_form .burst-row {
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .container_inscription_form .burst-row {
    margin-bottom: 10px;
  }
}
.container_inscription_form .burst-row .star-burst {
  max-width: 345px;
  margin-top: -115px;
  float: right;
}
@media only screen and (max-width: 991px) {
  .container_inscription_form .burst-row .star-burst {
    margin-top: -100px;
    max-width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .container_inscription_form .burst-row .star-burst {
    margin-top: 10px;
  }
}

#for-mobile .table {
  margin-left: 20px;
}
#for-mobile .table tr:last-child {
  border-bottom: 1px solid #eceeef;
}
#for-mobile .table td {
  border-top: 1px solid #eceeef;
  padding: 0.25rem;
}

.ligue_text16 {
  color: black;
  font-family: "Interstate-Regular-Condensed";
  font-size: 50px;
}
@media only screen and (min-width:0px) {
  .ligue_text16 {
    line-height: 55px;
  }
}

#hockey_text16 {
  padding: 11% 0 3% 0;
  margin: 0;
}

.input-placeholder {
  position: relative;
}
.input-placeholder input {
  padding: 2px;
  border: 1px solid black;
}
@media only screen and (min-width:0px) {
  .input-placeholder input {
    width: 90%;
  }
}
@media only screen and (min-width:1200px) {
  .input-placeholder input {
    width: 89%;
  }
}
.input-placeholder input:required:valid + .placeholder {
  display: none;
}
.input-placeholder input::placeholder {
  padding: 2px;
  font-family: MiryadPro, sans-serif;
  font-size: 1rem;
  color: #727477;
}
.input-placeholder input:focus::placeholder {
  color: transparent;
}

.placeholder {
  position: absolute;
  pointer-events: none;
  top: 2px;
  bottom: 2px;
  left: 6px;
  margin: auto;
  color: #727477;
}
.placeholder span {
  color: red;
}

.fields_inscription .input-placeholder {
  float: left;
  margin: 1% 0;
}
@media only screen and (min-width:0px) {
  .fields_inscription .input-placeholder {
    width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .fields_inscription .input-placeholder {
    width: 50%;
  }
}

.check_field_inscription {
  clear: both;
  color: #727477;
  line-height: 1.1;
  padding-top: 10px;
}
@media only screen and (min-width:768px) {
  .check_field_inscription {
    /*text-align: center;*/
  }
}
@media only screen and (min-width:1200px) {
  .check_field_inscription {
    text-align: left;
  }
}
.check_field_inscription span.required_check {
  color: red;
}
.check_field_inscription label.check_text_inscription {
  padding-left: 5px;
  font-family: MiryadProBold;
}
.check_field_inscription label.check_text_inscription .code {
  font-size: 1.125em;
  color: #2b5d95;
  font-weight: bold;
  font-family: inherit;
}
.check_field_inscription label.check_text_inscription .description {
  font-weight: normal;
}
@media only screen and (max-width: 575px) {
  .check_field_inscription label.check_text_inscription {
    font-size: 14px;
  }
}
.check_field_inscription span.text_check_input {
  margin-right: 2%;
  font-size: 17px;
  margin-bottom: 10px;
}
@media only screen and (min-width:576px) {
  .check_field_inscription span.text_check_input {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width:1200px) {
  .check_field_inscription span.text_check_input {
    width: auto;
    display: inline-block;
    text-align: left;
  }
}

.radio_wrapper {
  margin: 0 5%;
}

.table-inscription {
  width: 100%;
  max-width: 1200px;
}
.table-inscription td {
  font-size: 16px;
}
.table-inscription th {
  border-top: none;
  font-family: MiryadProBold;
}
.table-inscription tr td:first-child {
  border-color: transparent;
}
#section_equipe_inscription,
#section_joueur_inscription {
  position: relative;
  background-color: white;
  padding: 20px 10%;
}
@media only screen and (max-width: 575px) {
  #section_equipe_inscription,
#section_joueur_inscription {
    padding: 20px;
  }
}
#section_equipe_inscription .header,
#section_joueur_inscription .header {
  margin-bottom: 10px;
  color: #2b5d95;
  font-size: 2rem;
  font-family: MiryadProBold;
}
@media only screen and (max-width: 575px) {
  #section_equipe_inscription .header,
#section_joueur_inscription .header {
    font-size: 1.25rem;
  }
}
#section_equipe_inscription .header .type,
#section_joueur_inscription .header .type {
  font-size: 0.75em;
}
@media only screen and (max-width: 575px) {
  #section_equipe_inscription .header .type,
#section_joueur_inscription .header .type {
    font-size: 1rem;
  }
}
#section_equipe_inscription #seasonTabs.nav-tabs,
#section_joueur_inscription #seasonTabs.nav-tabs {
  border-bottom: none;
}
#section_equipe_inscription #seasonTabs.nav-tabs .nav-item,
#section_joueur_inscription #seasonTabs.nav-tabs .nav-item {
  margin-right: 5px;
}
#section_equipe_inscription #seasonTabs #tabSummerSeason, #section_equipe_inscription #seasonTabs #tabWinterSeason,
#section_joueur_inscription #seasonTabs #tabSummerSeason,
#section_joueur_inscription #seasonTabs #tabWinterSeason {
  outline: none;
  color: #999;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #eee;
  border-radius: 0.25rem 0.25rem 0 0;
  border-color: #2b5d95;
}
#section_equipe_inscription #seasonTabs #tabSummerSeason.nav-link.active, #section_equipe_inscription #seasonTabs #tabWinterSeason.nav-link.active,
#section_joueur_inscription #seasonTabs #tabSummerSeason.nav-link.active,
#section_joueur_inscription #seasonTabs #tabWinterSeason.nav-link.active {
  font-weight: bold;
  color: #2b5d95;
  border-bottom-color: white;
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  #section_equipe_inscription #seasonTabs #tabSummerSeason, #section_equipe_inscription #seasonTabs #tabWinterSeason,
#section_joueur_inscription #seasonTabs #tabSummerSeason,
#section_joueur_inscription #seasonTabs #tabWinterSeason {
    font-size: 1rem;
  }
}
#section_equipe_inscription #seasonContent,
#section_joueur_inscription #seasonContent {
  max-width: 1300px;
  border: 1px solid #2b5d95;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}
#section_equipe_inscription #seasonContent #summerSeason, #section_equipe_inscription #seasonContent #winterSeason,
#section_joueur_inscription #seasonContent #summerSeason,
#section_joueur_inscription #seasonContent #winterSeason {
  margin-top: 20px;
}
#section_equipe_inscription #seasonContent #summerSeason .regionSchedule, #section_equipe_inscription #seasonContent #winterSeason .regionSchedule,
#section_joueur_inscription #seasonContent #summerSeason .regionSchedule,
#section_joueur_inscription #seasonContent #winterSeason .regionSchedule {
  margin-top: 20px;
}
#section_equipe_inscription #seasonContent #summerSeason .regionSchedule table, #section_equipe_inscription #seasonContent #winterSeason .regionSchedule table,
#section_joueur_inscription #seasonContent #summerSeason .regionSchedule table,
#section_joueur_inscription #seasonContent #winterSeason .regionSchedule table {
  margin-top: 10px;
}
#section_equipe_inscription #seasonContent #summerSeason .region, #section_equipe_inscription #seasonContent #winterSeason .region,
#section_joueur_inscription #seasonContent #summerSeason .region,
#section_joueur_inscription #seasonContent #winterSeason .region {
  font-family: MiryadProBold;
  font-weight: bold;
  font-size: 20px;
  color: black;
  padding-top: 10px;
}
#section_equipe_inscription #seasonContent #summerSeason .submit_button_inscription, #section_equipe_inscription #seasonContent #winterSeason .submit_button_inscription,
#section_joueur_inscription #seasonContent #summerSeason .submit_button_inscription,
#section_joueur_inscription #seasonContent #winterSeason .submit_button_inscription {
  margin: 5% auto 5% auto;
}
#section_equipe_inscription #seasonContent #summerSeason .submit_button_inscription input, #section_equipe_inscription #seasonContent #winterSeason .submit_button_inscription input,
#section_joueur_inscription #seasonContent #summerSeason .submit_button_inscription input,
#section_joueur_inscription #seasonContent #winterSeason .submit_button_inscription input {
  background-color: #409cd5;
  font-family: "Interstate";
  font-weight: bold;
  color: white;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (min-width:0px) {
  #section_equipe_inscription #seasonContent #summerSeason .submit_button_inscription, #section_equipe_inscription #seasonContent #winterSeason .submit_button_inscription,
#section_joueur_inscription #seasonContent #summerSeason .submit_button_inscription,
#section_joueur_inscription #seasonContent #winterSeason .submit_button_inscription {
    width: 70%;
  }
}
@media only screen and (min-width:1200px) {
  #section_equipe_inscription #seasonContent #summerSeason .submit_button_inscription, #section_equipe_inscription #seasonContent #winterSeason .submit_button_inscription,
#section_joueur_inscription #seasonContent #summerSeason .submit_button_inscription,
#section_joueur_inscription #seasonContent #winterSeason .submit_button_inscription {
    width: 25%;
  }
}

/******THIRD SECTION*******/
/**************************/
@media only screen and (min-width:1200px) {
  #ligues_table {
    position: relative;
  }
}
#ligues_table .ligue_selector td, #ligues_table .ligue_selector th {
  padding: 0.75rem 0.25rem;
}
#ligues_table #img_200_rabais img {
  width: 100%;
}
@media only screen and (min-width:0px) {
  #ligues_table #img_200_rabais {
    idth: 100%;
    position: relative;
  }
}
@media only screen and (min-width:768px) {
  #ligues_table #img_200_rabais {
    width: 36%;
    margin: 0 auto;
  }
}
@media only screen and (min-width:1200px) {
  #ligues_table #img_200_rabais {
    position: absolute;
    width: 20%;
    right: -11%;
    top: -16%;
  }
}

#promo_text {
  text-align: right;
  font-size: 12px;
  padding-right: 2%;
}
@media only screen and (max-width: 767px) {
  #promo_text {
    text-align: left;
    padding-left: 40px;
    width: 90%;
  }
}

/******************CONTACT**********************/
#contact_section {
  background-color: #1c3c60;
}

.contact_wrapper {
  background-color: white;
  margin: 8% 0;
}
.contact_wrapper .contact_title {
  color: #363636;
  font-size: 49px;
  text-align: center;
  margin: 0;
  padding: 4% 0 2% 0;
}
.contact_wrapper .fields_wrapper_contact {
  overflow: hidden;
  padding: 0 2%;
}
.contact_wrapper .field_wrapper_contact {
  float: left;
}
.contact_wrapper .field_wrapper_contact input {
  width: 90%;
  margin: 3% auto;
  display: block;
  border: 2px solid #6f6f6f;
}
.contact_wrapper .field_wrapper_contact input::-webkit-input-placeholder {
  text-align: center;
}
.contact_wrapper .field_wrapper_contact input:-moz-placeholder {
  text-align: center;
}
.contact_wrapper .field_wrapper_contact input::-moz-placeholder {
  text-align: center;
}
.contact_wrapper .field_wrapper_contact input:-ms-input-placeholder {
  text-align: center;
}
@media only screen and (min-width:992px) {
  .contact_wrapper .field_wrapper_contact input {
    padding: 2% 0;
    font-size: 32px;
  }
}
@media only screen and (min-width:1200px) {
  .contact_wrapper .field_wrapper_contact input {
    padding: initial;
    font-size: initial;
  }
}
@media only screen and (min-width:0px) {
  .contact_wrapper .field_wrapper_contact {
    width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .contact_wrapper .field_wrapper_contact {
    width: 50%;
  }
}
.contact_wrapper .textarea_wrapper_contact {
  text-align: center;
  width: 100%;
  padding: 5% 0;
}
.contact_wrapper .textarea_wrapper_contact textarea {
  width: 90%;
  margin: 0 auto;
  display: block;
  height: 150px;
  border: 2px solid #6f6f6f;
}

.submit_contact {
  width: 30%;
  margin: 0 auto;
  padding: 4% 0;
}
.submit_contact input {
  width: 100%;
  border: none;
  background-color: #cb2b36;
  border-radius: 2px;
  color: white;
  padding: 2% 5%;
  font-family: MiryadProBold;
  cursor: pointer;
}

/******************INFORMATION*******************/
#information_section {
  background-color: #1c3c60;
}

#hockey_text17 {
  padding-left: 2%;
}

.cont_questions {
  padding: 0 4%;
  color: white;
}

.question_text {
  font-family: MiryadProBold;
  font-size: 23px;
  margin: 0;
}

.answer_text {
  margin: 0 0 2% 0;
}
.answer_text ul {
  list-style-type: none;
}

/*****************MERCI PAGE*******************/
#merci_content {
  margin: 10% auto;
  display: inline-flex;
  text-align: center;
}
@media only screen and (min-width:0px) {
  #merci_content {
    max-width: 575px;
    font-size: 20px;
  }
}
@media only screen and (min-width:576px) {
  #merci_content {
    max-width: 767px;
    font-size: 20px;
  }
}
@media only screen and (min-width:768px) {
  #merci_content {
    max-width: 991px;
    font-size: 30px;
  }
}
@media only screen and (min-width:992px) {
  #merci_content {
    max-width: 1199px;
    font-size: 40px;
  }
}
@media only screen and (min-width:1200px) {
  #merci_content {
    max-width: 1199px;
    font-size: 40px;
  }
}
@media only screen and (min-width:1800px) {
  #merci_content {
    max-width: 1199px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #merci_content .column-spacer, #merci_content #banner-partner .spacer, #banner-partner #merci_content .spacer {
    display: none;
  }
}
#merci_content .merci_text {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  #merci_content .merci_text {
    width: 100%;
    padding: 0 20px;
  }
}

/*****************CALENDAR PAGE*****************/
#content_calender {
  background-color: #1c3c60;
}

.calender_img img {
  width: 100%;
}

.econo_text_calendar {
  font-family: MiryadProBold;
  color: white;
  text-align: center;
  font-size: 22px;
  margin: 1% 0;
}

.boton_formulario_calendar {
  font-weight: bold;
}
@media only screen and (min-width:0px) {
  .boton_formulario_calendar {
    width: 61%;
    margin: 2%;
  }
}
@media only screen and (min-width:992px) {
  .boton_formulario_calendar {
    width: auto;
    margin: 0 2%;
  }
}

.texto_botones_calendar {
  text-align: center;
  color: white;
  margin: 0 0 1% 0;
}

.cont_buttons {
  text-align: center;
}

#content_calender {
  padding: 3% 0;
}

/*****************CALENDAR PAGE*****************/
/***********************************************/

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