@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

body {
  font-family: 'Raleway', sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 15px;
  color: #000;
  background: #005F71;
  padding-top: 85px;
}

#tinymce {
  padding: 0;
  background: #FFF;
  text-align: center;
}

.cms-toolbar-expanded #header {
  top: 46px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.45em;
  margin: 4% 0;
}

h1 {
  display: inline-block;
  font-size: 1.6em;
}

h2 {
  display: inline-block;
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.25em;
  font-weight: 500;
}

h5 {
  font-size: 1.1em;
  font-weight: 500;
}

h6 {
  font-size: 1em;
  font-weight: 500;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

p {
  margin: 0 0 3% 0;
  line-height: 1.85em;
}

.clear {
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
}

.messages-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 3% 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.messages-wrapper .messages {
  list-style: none;
  padding: 3% 6%;
  text-align: center;
  border: 1px solid #AB162B;
  line-height: 1.75em;
  color: #AB162B;
  font-weight: 500;
}

.messages-box {
  padding: 3% 6%;
  text-align: center;
  border: 1px solid #AB162B;
  line-height: 1.75em;
  color: #AB162B;
  font-weight: 500;
  margin: 0 0 3% 0;
}

.messages-box :last-child {
  margin-bottom: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #1A171C;
}

#header .logo {
  display: inline-block;
  float: left;
}

#header .logo > img {
  width: 128px;
  height: auto;
}

#header .header-inner {
  max-width: 1300px;
  padding: 8px 28px;
  margin: 0 auto;
}

#header .menu-toggle {
  float: right;
  display: none;
  width: 33px;
  height: 23px;
  background: url("../img/menu-icon.b3bba084a680.png") no-repeat;
  cursor: pointer;
}

#mainnav {
  margin-top: 15px;
  width: 100%;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.mainmenu .child {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
}

.mainmenu .child > a {
  display: block;
  color: #FFF;
  font-weight: 500;
  font-size: 1em;
  padding-top: 11px;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.mainmenu .child:hover > a {
  border-bottom-color: #AB162B;
}

.mainmenu .child.connect {
  margin-left: 18px;
  margin-right: 0;
}

.mainmenu .child.connect > a {
  padding-left: 10px;
  padding-right: 10px;
  background: #AB162B;
  font-size: 0.86em;
}

.mainmenu .child.cart {
  margin: 0;
}

.mainmenu .child.facebook {
  margin-left: 18px;
  margin-right: 0;
}

.mainmenu .child.instagram {
  margin-right: 0;
}

.mainmenu .child.cart > a,
.mainmenu .child.facebook > a,
.mainmenu .child.instagram > a {
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background: no-repeat;
}

.mainmenu .child.cart > a {
  width: 38px;
  height: 34px;
  background: #AB162B url("../img/cart-icon.0511d185d288.png") no-repeat center center;
}

.mainmenu .child.facebook > a {
  background-image: url("../img/facebook-icon.84fabad0c0ea.png");
}

.mainmenu .child.instagram > a {
  background-image: url("../img/instagram-icon.d98489c6565e.png");
}

.mainmenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 6px 0;
  text-align: left;
  background: rgba(171, 22, 43, 0.83);
  border-top: 10px solid #1A171C;
}

.mainmenu .submenu > .child {
  margin: 0;
}

.mainmenu .submenu > .child > a {
  padding: 6px 12px;
  border: 0;
  white-space: nowrap;
}

#content {
  background: #FFF;
}

.cover-image {
  position: relative;
  width: 100%;
  height: 680px;
  background: no-repeat center center;
  background-size: cover;
}

.cover-image .cover-message {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 95, 113, 0.79);
}

.cover-image .cover-message p {
  margin: 0;
  padding: 15px;
  font-size: 1.4em;
  font-weight: 500;
  color: #FFF;
}

.cover-image .cover-box {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 50px;
  right: 50px;
  max-width: 700px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  padding: 180px 60px;
  color: #AB162B;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cover-image .cover-box .cover-title {
  display: block;
  font-size: 2.8em;
  margin-bottom: 10px;
}

.cover-image .cover-box .cover-subtitle {
  display: block;
  font-size: 1.8em;
}

section {
  overflow: auto;
}

section.section-white {
  background-color: #FFF;
}

section.section-dark {
  background-color: #12100B;
}

section .text {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

section .text p.text-large {
  font-size: 1.2em;
}

section .text a {
  color: #AB162B;
}

section .text a.button {
  color: #FFF;
}

section .team-members {
  max-width: 1030px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: justify;
}

section .team-members:before{
  content: '';
  display: block;
  width: 100%;
}

section .team-members:after {
  content: '';
  display: inline-block;
  width: 100%;
}

section .team-members .team-member {
  display: inline-block;
  max-width: 210px;
  text-align: center;
  margin: 0 0 40px 0;
  vertical-align: top;
}

section .team-members .member-photo {
  display: block;
  width: auto;
}

section .team-members .member-name {
  display: block;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 12px;
  margin-bottom: 4px;
}

section .team-members .member-job {
  display: block;
}

section .gmap-list {
  line-height: 0;
  font-size: 0;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 3%;
}

section .gmap-container {
  display: block;
  text-align: center;
}

section .gmap-list .gmap-container {
  display: inline-block;
  text-align: center;
  margin: 2%;
  width: 46%;
  padding: 10px;
  background: #006072;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section .gmap {
  width: 100%;
  height: 450px;
}

section .gmap-list .gmap {
  height: 380px;
}

section .gmap-content {
  padding: 12px 0;
  line-height: 1em;
  font-size: 15px;
}

section .gmap-content .gmap-title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
  color: #FFF;
}

section .images-list {
  text-align: center;
  padding: 3.5% 0 2% 0;
}

section .images-list .section-image {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section .section-image.format-square {
  padding: 0 1.5% 1.5% 1.5%;
  max-width: 100%;
}

section .section-image.format-logo {
  padding: 0 1% 1% 1%;
  max-width: 100%;
}

section .section-image.format-landscape {
  width: 100%;
}

section .gmap-content .gmap-address {
  display: block;
  color: #FFF;
}

#footer .credit {
  padding: 1% 0;
  background: #005F71;
  clear: both;
  text-align: center;
}

#footer .credit .credit-text,
#footer .credit .credit-logo {
  display: inline-block;
  vertical-align: middle;
}

#footer .credit .credit-text {
  font-size: 1em;
  color: #FFF;
}

#footer .credit .credit-logo {
  display: inline-block;
  margin: 15px 3px;
  width: 201px;
  height: 32px;
  background: no-repeat url("../img/myo-concept.2acf34449c8b.png");
}

/* Forms */
.forms {
  margin: 0 auto;
  max-width: 850px;
  padding: 0 16px 3% 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fields-wrapper {
  text-align: left;
}

.fields-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

#profile-form .form-field {
  width: 50%;
}

#profile-form #field-old_password,
#profile-form #field-email,
#profile-form #field-email_alt,
#profile-form #field-subscribe_newsletter,
#profile-form #field-address,
#profile-form #field-volunteering_online_registration,
#profile-form #field-volunteering_preparation,
#profile-form #field-volunteering_race_day,
#profile-form #field-volunteering_commissionner,
#profile-form #field-volunteering_animator,
#profile-form #field-volunteering_photography,
#profile-form #field-volunteering_communications,
#profile-form #field-volunteering_coaches,
#profile-form #field-volunteering_party,
#profile-form #field-volunteering_clothing,
#profile-form #field-volunteering_sponsors,
#profile-form #field-volunteering_working,
#profile-form #field-volunteering_administration,
#profile-form #field-volunteering_aga
{
  width: 100%;
}

#photo-clear_id,
#photo-clear_id + label {
  display: none;
}

.form-field {
  float: left;
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field select,
.form-field input[type="text"],
.form-field input[type="number"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea {
  border: 1px solid #006072;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 15px;
  line-height: 1.35em;
  padding: 10px;
  width: 100%;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field.required label:after {
  content: '*';
  color: #ff0000;
  margin-left: 5px;
  top: 9px;
  font-size: 25px;
  position: relative;
}

.section-yellow .form-field select,
.section-yellow .form-field input[type="text"],
.section-yellow .form-field input[type="email"],
.section-yellow .form-field input[type="password"],
.section-yellow .form-field textarea {
  background: #FFF;
}

.form-field input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.form-field label {
  display: inline-block;
  width: 90%;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.65em;
  margin-bottom: 4px;
}

.form-field label > a {
  color: #006072;
}

.form-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-field ul li {
  display: inline-block;
  margin-right: 16px;
}

.form-field .help-text {
  margin-bottom: 0;
}

.errorlist {
  list-style: none;
  padding: 0;
  margin-top: 4px;
  font-weight: 600;
  color: #AB162B;
  font-size: 0.9em;
  line-height: 1.65em;
}

.field-add-wrapper:after {
  display: table;
  content: "";
  clear: both;
}

.field-add-wrapper select {
  /*float: left;*/
  /*width: 80%;*/
}

.field-add-wrapper .button {
  /*float: right;*/
  /*width: 18%;*/
  width: 100%;
  margin: 0;
  padding: 11px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.align-center {
  text-align: center;
}

.button {
  font-family: 'Raleway', sans-serif;
  font-variant-numeric: lining-nums;
  margin: 50px 0 3% 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  color: #FFF;
  background: #006072;
  border: 0;
  padding: 12px 24px;
  line-height: 1.35em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button + .button {
  margin-left: 20px;
}

br + .button {
  margin-top: 0;
}

/* Profile */
.profile-info {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.profile-info li {
  line-height: 1.85em;
  margin: 6px 0;
}

.profile-info h3,
.profile-info h4,
.profile-info h5 {
  margin: 0;
}

.profile-info .button {
  margin-top: 10px;
  margin-bottom: 0;
}

.inscriptions {
  padding-bottom: 3%;
}

.inscriptions ul {
  margin: 40px 0;
}

/* Communication */
.participant-list {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 10px;
}

.participant-list .participant h4 {
  margin: 0 0 20px 0;
}

.participant-list .participant {
  margin: 4% 0;
}

.participant-list .participant:after {
  display: table;
  content: "";
  clear: both;
}

.participant-list .participant:last-child {
  margin-bottom: 0;
}

.participant-list .participant .participant-picture {
  float: left;
  width: 182px;
  height: 248px;
  border: 1px solid #006072;
}

.participant-list.event-participants .participant .participant-picture {
  width: 65px;
  height: 89px;
}

.participant-list.event-participants .participant h4 {
  margin-bottom: 0;
}

.participant-list.event-participants .participant .participant-content {
  margin-left: 87px;
}

.participant-list .participant .participant-picture > img {
  width: 100%;
  height: auto;
}

.participant-list .participant .participant-content {
  margin-left: 202px;
}

.group-events .profile-info {
  margin-bottom: 4%;
}

.profile-info .label {
  font-weight: bold;
}

/* Products */
.product {
  display: block;
  max-width: 880px;
  margin: 35px auto;
  background: #f7f7f7;
  font-weight: normal;
}

.product:after {
  content: '';
  display: block;
  clear: both;
}

.product .product-image {
  float: left;
  width: 40%;
  max-width: 350px;
  height: 350px;
  background-size: cover;
  background: no-repeat center center;
}

.product .product-image img {
  width: auto;
  max-width: 100%;
}

.product .product-content-wrapper {
  float: left;
  width: 60%;
  padding: 8% 10% 2% 10%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product .product-title {
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  border: none;
}

.product-detail .product {
  background: none;
}

.product-detail .text {
  max-width: 760px;
}

.product-form {
  margin: 2% auto;
}

#product-price {
  margin: 3% 0 0 0;
  font-size: 2em;
  font-weight: 500;
}

/* Cart */
#cart {
  max-width: 1000px;
  margin: 0 auto 5% auto;
  padding: 18px;
}

#cart .item {
  padding: 4.2% 0;
  border-bottom: 1px solid #323232;
}

#cart .header {
  padding: 1.9% 0;
}

#cart .header .elem {
  font-size: 0.935em;
  font-weight: 500;
  text-transform: uppercase;
}

#cart .item .elem {
  display: inline-block;
}

#cart .item .title {
  width: 71.5%;
  padding-left: 7%;
  vertical-align: middle;
}

#cart .item .title .registrant {
  display: block;
  margin-top: 8px;
}

#cart .item .title .registrant strong {
  font-weight: 500;
}

#cart .item .price {
  width: 10%;
  padding-left: 6%;
  vertical-align: middle;
}

#cart .item .price .discount {
  display: block;
  color: #AB162B;
}

#cart .item .remove input {
  margin: 0;
  border: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 7px 10.3px;
  cursor: pointer;
  color: #FFF;
  background: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cart .item .remove input:hover {
  background: #006072;
}

#cart .cart-prices {
  padding: 1.25% 0;
  width: 100%;
  text-align: right;
}

#cart .cart-prices .elem {
  display: inline-block;
  padding: 1.25% 0;
}

#cart .cart-prices .title {
  font-size: 0.935em;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 7%;
}

#cart .cart-prices .price {
  font-weight: 700;
  padding-right: 10%;
  width: 70px;
}

#cart .cart-buttons {
  width: 100%;
  max-width: 375px;
  padding: 2.5% 0;
  float: right;
  text-align: right;
  border-top: 1px solid #323232;
}

#cart .cart-buttons .form-terms {
  text-align: left;
  background-color: rgba(0, 96, 114, 0.2);
}

#cart .cart-buttons .button {
  margin-right: 0;
  margin-left: 20px;
}

/* Auth pages */
html.tpl-auth {
  height: 100%;
}

.tpl-auth #content {
  padding: 4% 0;
  background: none;
}

.tpl-auth #footer {
  display: none;
}

.tpl-auth body {
  background: #FFF;
  /*background: url("../img/tpl-auth-bg.c615a99b4676.jpg") no-repeat center center fixed;*/
  /*background-size: cover;*/
}

.tpl-auth .forms {
  max-width: 441px;
}

.tpl-auth .form-field {
  float: none;
  width: 100%;
}

.tpl-auth .form-field input[type="text"],
.tpl-auth .form-field input[type="number"],
.tpl-auth .form-field input[type="email"],
.tpl-auth .form-field input[type="password"],
.tpl-auth .form-field textarea {
  background: rgba(255, 255, 255, 0.87);
}

.tpl-auth .messages-wrapper {
  padding: 0;
}

/*
  Fade elements
*/
section .section-image.format-square,
section .team-members .team-member {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
}

section .section-image.format-square:nth-child(2) { transition-delay: 300ms; }
section .section-image.format-square:nth-child(3) { transition-delay: 600ms; }
section .section-image.format-square:nth-child(4) { transition-delay: 900ms; }
section .section-image.format-square:nth-child(5) { transition-delay: 1200ms; }
section .section-image.format-square:nth-child(6) { transition-delay: 1500ms; }
section .section-image.format-square:nth-child(7) { transition-delay: 1800ms; }
section .section-image.format-square:nth-child(8) { transition-delay: 2100ms; }
section .section-image.format-square:nth-child(9) { transition-delay: 2400ms; }
section .section-image.format-square:nth-child(10) { transition-delay: 2700ms; }
section .section-image.format-square:nth-child(11) { transition-delay: 3000ms; }
section .section-image.format-square:nth-child(12) { transition-delay: 3300ms; }

section .section-image.format-square.appeared,
section .team-members .team-member.appeared {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

section .calendar {
  max-width: 1000px;
  margin: 3% auto;
}