@font-face {
  font-family: 'dincond-blackregular';
  src: url("../fonts/dincond-black_regular-webfont.woff2") format("woff2"), url("../fonts/dincond-black_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dincond-boldregular';
  src: url("../fonts/dincond-bold_regular-webfont.woff2") format("woff2"), url("../fonts/dincond-bold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'portagoitc_ttregular';
  src: url("../fonts/porti-webfont.woff2") format("woff2"), url("../fonts/porti-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  color: #000000;
  background: #FFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: 600;
  font-style: normal;
}

.wp-block-columns {
  margin-bottom: 0;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}
/* =Header
-------------------------------------------------------------- */
#wp-admin-bar-comments {
  display: none;
}

.logged-in #masthead .linemenu.fixed {
  top: 32px;
}

#masthead {
  z-index: 1001;
  position: relative;
  background: #01509D;
  min-height: 140px;
  width: 100%;
  padding: 41px 0;
}
#masthead .menu-menu-principal-container ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
#masthead .menu-menu-principal-container ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
#masthead .menu-menu-principal-container ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 58px;
  font-family: 'dincond-blackregular';
  text-decoration: none;
  transition: all 0.4s ease;
}
#masthead .menu-menu-principal-container ul li a:hover {
  color: #000;
}
@media (max-width: 992px) {
  #masthead .menu-menu-principal-container ul li a {
    font-size: 20px;
  }
}
#masthead .menu-menu-principal-container ul li:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -10px;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/orange.png") no-repeat;
}
#masthead .menu-menu-principal-container ul li:first-child:before {
  display: none;
}
@media (max-width: 992px) {
  #masthead .menu-menu-principal-container ul li {
    padding: 0 15px;
  }
}

/* =Intern
-------------------------------------------------------------- */
/*
:target::before {
	content: "";
	display: block;
	height: 215px;
	margin: -215px 0 0
}
*/
.btn-yellow .wp-block-button__link {
  background: #FFBD59;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'dincond-boldregular';
  font-size: 26px;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  border-radius: 0;
}
.btn-yellow.map {
  margin-top: 50px;
}

.page .entete {
  position: relative;
  margin-top: -140px;
  margin-bottom: -52px;
}
.page .entete .logo-entete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1200px;
  width: 90%;
}
.page .entete .link-entete {
  background: #FFBD59;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  font-family: 'dincond-boldregular';
  font-size: 26px;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .page .entete .link-entete {
    top: 95%;
  }
}
@media (max-width: 992px) {
  .page .entete {
    margin-top: 0;
  }
}
.page .start h2 {
  margin-top: 52px;
  font-family: 'dincond-boldregular';
  color: #2D2E2B;
  font-size: 70px;
  text-transform: uppercase;
}
.page .start .wp-block-columns .wp-block-column {
  text-align: center;
}
@media (max-width: 991.98px) {
  .page .start .wp-block-columns {
    flex-direction: column;
  }
}
.page .box {
  background: #FFF;
  border-radius: 40px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
}
.page .box .title {
  background: url("../images/bg-orange.png") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  font-family: 'portagoitc_ttregular';
  color: #FFF;
  padding: 30px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
}
.page .box strong {
  font-weight: 600;
}
.page .box p {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .page .box p {
    font-size: 14px;
  }
}
.page .box ul {
  list-style-type: none;
}
@media (max-width: 992px) {
  .page .box {
    height: auto;
  }
}
.page #recompenses {
  width: 100%;
  height: 780px;
  background: url("../images/concept.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 0px;
  position: relative;
}
.page #recompenses .bg-orange {
  height: 780px;
  background: #EB7F00;
  padding: 50px;
  text-align: center;
}
.page #recompenses .bg-orange h2 {
  color: #01509D;
  font-family: 'portagoitc_ttregular';
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
.page #recompenses .bg-orange p {
  margin-top: 45px;
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
}
.page #recompenses .bg-orange .plus {
  font-size: 200px;
  line-height: 75px;
}
@media (max-width: 992px) {
  .page #recompenses .bg-orange {
    height: auto;
  }
}
.page #recompenses .award {
  color: #FFF;
}
.page #recompenses .award h3 {
  margin-top: 30px;
  font-family: 'dincond-boldregular';
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .page #recompenses .award {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .page #recompenses {
    height: auto;
  }
}
.page #recompenses .link {
  background: #FFBD59;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  font-family: 'dincond-boldregular';
  font-size: 26px;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .page #recompenses .link {
    top: auto;
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 1700px) {
  .page #recompenses {
    background-position: 70% 0;
  }
}
.page #challenges {
  background: #FFF;
  padding-top: 50px;
  margin-bottom: 150px;
}
.page #challenges h2 {
  font-family: 'dincond-boldregular';
  font-size: 70px;
  color: #2D2E2B;
}
.page #challenges h2 span {
  color: #E4502E;
}
.page #challenges .subtitle {
  font-size: 30px;
  margin-bottom: 50px;
}
.page #challenges .item-challenge .bg-img {
  width: 100%;
  height: 400px;
  background-size: cover;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.page #challenges .item-challenge .bg-img .rotated-background-region {
  background: #EB7F00;
  transform: rotate(-5deg);
  display: inline-block;
  text-align: center;
  margin-top: 180px;
}
.page #challenges .item-challenge .bg-img .rotated-background-region .horizontal-text {
  transform: rotate(5deg);
  /* Counter-rotate the text */
  font-family: 'portagoitc_ttregular';
  color: #FFF;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 30px;
}
.page #challenges .item-challenge .text-challenge {
  padding: 0 15px;
}
.page #challenges .item-challenge .text-challenge h3 {
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  background: #FFF;
  padding: 10px;
  top: -30px;
  position: relative;
}
@media (max-width: 1200px) {
  .page #challenges .item-challenge .text-challenge h3 {
    font-size: 15px;
  }
}
.page #challenges .item-challenge .text-challenge .desc {
  margin-bottom: 0;
  font-size: 16px;
}
.page #challenges .item-challenge .text-challenge .desc a {
  color: #FFF;
  font-size: 14px;
  background: #EB7F00;
  padding: 15px;
  width: 60%;
  margin: 15px auto 0 auto;
  display: inline-block;
  text-decoration: none;
}
.page #challenges .item-challenge .text-challenge hr {
  width: 50%;
  border-top: 6px solid #EB7F00;
  margin: -30px auto 30px auto;
  opacity: 1;
}
.page #challenges .item-challenge .text-challenge .btn {
  font-size: 30px;
  color: #FFF;
  font-family: 'dincond-boldregular';
  text-transform: uppercase;
  padding: 10px 30px;
  border: 0;
  border-radius: 0;
  margin-top: -30px;
  width: 80%;
  margin-left: 10%;
  background: #EB7F00;
  transition: all 0.4s ease;
}
.page #challenges .item-challenge .text-challenge .btn:hover {
  background: #01509D;
}
@media (max-width: 1200px) {
  .page #challenges .item-challenge .text-challenge .btn {
    font-size: 20px;
  }
}
.page #challenges .item-challenge .date {
  text-align: center;
  color: #FFF;
  font-family: 'portagoitc_ttregular';
  text-transform: uppercase;
  font-size: 40px;
}
.page #challenges .item-challenge .bg-color {
  background: #EDEDF4;
  padding: 30px 15px;
  margin-top: 15px;
}
.page #challenges .item-challenge .bg-color .first {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.page #challenges .item-challenge .bg-color .second {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.page #challenges .item-challenge .regions {
  list-style-type: none;
  padding-left: 0;
}
.page #challenges .item-challenge:nth-child(2) .bg-img .rotated-background-region {
  background: #FFBD59;
}
.page #challenges .item-challenge:nth-child(2) .text-challenge h3 {
  padding: 10px 80px;
}
@media (max-width: 1200px) {
  .page #challenges .item-challenge:nth-child(2) .text-challenge h3 {
    padding: 10px 60px;
  }
}
.page #challenges .item-challenge:nth-child(2) .text-challenge hr {
  border-top: 6px solid #FFBD59;
}
.page #challenges .item-challenge:nth-child(2) .text-challenge .btn {
  background: #FFBD59;
}
.page #challenges .item-challenge:nth-child(2) .text-challenge .btn:hover {
  background: #01509D;
}
.page #challenges .item-challenge:nth-child(3) .bg-img .rotated-background-region {
  background: #37C9EF;
}
.page #challenges .item-challenge:nth-child(3) .text-challenge hr {
  border-top: 6px solid #37C9EF;
}
.page #challenges .item-challenge:nth-child(3) .text-challenge .btn {
  background: #37C9EF;
}
.page #challenges .item-challenge:nth-child(3) .text-challenge .btn:hover {
  background: #01509D;
}
.page #challenges .item-challenge:nth-child(4) .bg-img .rotated-background-region {
  background: #268B42;
}
.page #challenges .item-challenge:nth-child(4) .text-challenge hr {
  border-top: 6px solid #268B42;
}
.page #challenges .item-challenge:nth-child(4) .text-challenge .btn {
  background: #268B42;
}
.page #challenges .item-challenge:nth-child(4) .text-challenge .btn:hover {
  background: #01509D;
}
@media (max-width: 992px) {
  .page #challenges .item-challenge {
    margin-bottom: 30px;
  }
}

.page-template-inscription,
.page-template-verif-inscription {
  background: #EDEDF4 url("../images/bg-baudin-fade.png") 100% 50% no-repeat;
}

.intro-inscription {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.intro-inscription h1 {
  font-family: 'dincond-boldregular';
  font-size: 70px;
  text-transform: uppercase;
  color: #2D2E2B;
}
.intro-inscription p {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #2D2E2B;
}

#inscription select {
  background: #01509D;
  border-radius: 6px;
  padding: 15px 50px 15px 15px;
  color: #FFF;
  -webkit-appearance: none;
  /* For WebKit browsers */
  -moz-appearance: none;
  /* For Mozilla browsers */
  appearance: none;
  /* Standard syntax; must come last */
  /* Adding a custom arrow */
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 992px) {
  #inscription select {
    font-size: 14px;
  }
}
#inscription .challenge-selected {
  display: inline-block;
  background: #01509D;
  border-radius: 6px;
  padding: 15px 50px 15px 15px;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
#inscription h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2D2E2B;
  text-transform: uppercase;
  margin: 30px auto;
}
#inscription .bg-blue {
  background: #01509D;
  border-radius: 6px;
  padding: 30px;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 30px;
}
#inscription .bg-blue input {
  width: 100%;
  padding: 10px;
  background: none;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-top: 15px;
  color: #FFF;
}
#inscription .add-participant {
  cursor: pointer;
  background: rgba(1, 80, 157, 0.71);
  border-radius: 6px;
  padding: 15px;
  color: #FFF;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
#inscription .add-participant .plus {
  font-size: 200px;
  line-height: 150px;
}
#inscription .add-participant .text {
  font-family: 'portagoitc_ttregular';
  font-size: 30px;
  text-transform: uppercase;
}
#inscription .add-participant .text p {
  margin-bottom: 0;
}
#inscription .add-participant:hover {
  background: #01509d;
}
#inscription input[type="submit"] {
  background: #268B42 url("../images/valid.png") 20% 50% no-repeat;
  padding: 15px 100px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'dincond-boldregular';
  font-size: 25px;
  border: 0;
  margin: 50px auto;
  transition: all 0.4s ease;
  height: 67.5px;
}
#inscription input[type="submit"]:hover {
  background: #E4502E url("../images/valid.png") 20% 50% no-repeat;
}
@media (max-width: 992px) {
  #inscription input[type="submit"] {
    margin: 25px auto;
  }
}
#inscription .goback {
  display: inline-block;
  text-decoration: none;
  background: #E4502E;
  padding: 15px 100px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'dincond-boldregular';
  font-size: 25px;
  border: 0;
  margin: 50px auto;
  transition: all 0.4s ease;
  height: 67.5px;
}
#inscription .goback:hover {
  background: #000;
}
@media (max-width: 992px) {
  #inscription .goback {
    margin: 25px auto;
  }
}

/* =Footer
-------------------------------------------------------------- */
.footer {
  background: #FFF;
  padding: 30px 0;
  z-index: 1;
  position: relative;
  background: #01509D;
}
.footer .br {
  margin-bottom: 0;
  border-right: 1px solid #FFF;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .footer .br {
    text-align: center !important;
    border-right: 0;
  }
}
.footer .br img {
  width: 40%;
  height: auto;
}
.footer .bl {
  margin-bottom: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .footer .bl {
    margin-top: 30px;
    padding-left: 0 !important;
    text-align: center !important;
  }
}
.footer .bl img {
  width: 80%;
  height: auto;
}
.footer .subtitle-footer {
  color: #FFF;
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

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