/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 8, ../sass/screen.scss */
body {
  font-family: 'Lato', sans-serif;
  background-image: linear-gradient(#008e9d, #FFF);
  color: #838383;
}


/* line 14, ../sass/screen.scss */
.headerTop {
  height: 75px;
  position: relative;
  z-index: 3;
  background: #FFF;
}
/* line 16, ../sass/screen.scss */
.headerTop h3 {
  height: 75px;
  line-height: 75px;
}

.tailleMin {
	min-height: 500px;
}

/* line 24, ../sass/screen.scss */
.shad {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 28, ../sass/screen.scss */
h1, h2, h3, h4 {
  font-weight: 300;
}
/* line 30, ../sass/screen.scss */
h1 strong, h2 strong, h3 strong, h4 strong {
  font-weight: 900;
}

/* line 35, ../sass/screen.scss */
h1 {
  font-size: 32px;
}

/* line 39, ../sass/screen.scss */
h2 {
  font-size: 36px;
}
/* line 41, ../sass/screen.scss */
h2 strong {
  font-size: 52px;
}

/* line 46, ../sass/screen.scss */
.hero {
  background-image: url(../images/home/arcBlanc2025.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 0px;
  color: #fff;
  padding-bottom: 190px;
  position: relative;
}
/* line 53, ../sass/screen.scss */
.hero h2 {
  margin: 10px 0px;
}

/* line 46, ../sass/screen.scss */
.heroBis {
  background-color: #FFF;
  padding: 10px 0px;
  color: #838383;
  position: relative;
}
/* line 53, ../sass/screen.scss */
.heroBis h2 {
  margin: 30px 0px;
}

/* line 58, ../sass/screen.scss */
.bumpTop {
  margin-top: -230px;
}

/* line 62, ../sass/screen.scss */
.section {
  padding: 30px 0px;
}
/* line 65, ../sass/screen.scss */
.section.bgGrey {
  background-image: url(../images/greyBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  min-height: 500px;
}
/* line 73, ../sass/screen.scss */
.section.noTop {
  padding-top: 0px;
}

/* line 79, ../sass/screen.scss */
strong {
	font-weight: 900;
	color: #0070C0;
}

/* line 83, ../sass/screen.scss */
.twvcard {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 24px 0 rgba(10, 10, 10, 0.29);
}
/* line 89, ../sass/screen.scss */
.twvcard h4 {
  font-size: 24px;
  color: #22A0DA;
  font-weight: 900;
}
/* line 95, ../sass/screen.scss */
.twvcard p {
  margin-top: 20px;
  opacity: 1;
}

/* line 83, ../sass/screen.scss */
.stands {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0px;
  box-shadow: 0 4px 24px 0 rgba(57, 158, 187, 0.29);
}
/* line 89, ../sass/screen.scss */
.stands h4 {
  font-size: 18px;
  color: #22A0DA;
  font-weight: 900;
}
.stands img {
  max-width: 90%;
}

/* line 104, ../sass/screen.scss */
p.fixedHeight {
  height: 100px;
}

/* line 109, ../sass/screen.scss */
.bigPad .row {
  margin-left: 25px;
  margin-right: 25px;
}
/* line 112, ../sass/screen.scss */
.bigPad .row > div {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 120, ../sass/screen.scss */
.price {
  font-size: 70px;
  color: #22A0DA;
  font-weight: 900;
}
/* line 124, ../sass/screen.scss */
.price span {
  font-size: 30px;
}

/* line 128, ../sass/screen.scss */
.noTop {
  padding-top: 0px;
}

/* line 132, ../sass/screen.scss */
.cta {
  background: #25BD64;
  border: 2px solid #25BD64;
  display: inline-block;
  border-radius: 50px;
  padding: 15px 50px;
  color: #fff;
  margin: 10px 0px;
  -moz-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  text-align: center;
}
/* line 143, ../sass/screen.scss */
.cta.block {
  display: block;
}
/* line 147, ../sass/screen.scss */
.cta.orange {
  background: #F68E56;
  border: 2px solid #F68E56;
  margin-top: 30px;
}
/* line 152, ../sass/screen.scss */
.cta.orange:hover {
  background: #BC5923;
  border-color: #BC5923;
  color: #FFF;
}
/* line 159, ../sass/screen.scss */
.cta:hover {
  background: #fff;
  color: #25BD64;
  text-decoration: none;
}

/* line 165, ../sass/screen.scss */
.sectionTitle {
  color: #22A0DA;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 171, ../sass/screen.scss */
.circle {
  width: 100%;
  border-radius: 3000px;
}

/* line 176, ../sass/screen.scss */
.extraPadding {
  padding: 50px;
}

/* line 180, ../sass/screen.scss */
.marginTop {
  margin-top: 30px;
}

/* line 184, ../sass/screen.scss */
.testimonial {
  font-size: 32px;
  font-weight: 300;
}

/* line 190, ../sass/screen.scss */
.testimonialWrap {
  background-image: url(../images/quote.png);
  background-position: top left;
  background-repeat: no-repeat;
}

/* line 196, ../sass/screen.scss */
.colourCard {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  min-height: 200px;
  margin: 25px;
}
/* line 208, ../sass/screen.scss */
.colourCard.teal {
  background-color: #98D4DE;
  background-image: url(../images/greenCorner.svg);
  background-position: bottom left;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/* line 215, ../sass/screen.scss */
.colourCard.blue {
  background-color: #7BBFE1;
  background-image: url(../images/blueCorner.svg);
  background-position: top right;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/* line 222, ../sass/screen.scss */
.colourCard h4 {
  font-weight: 900;
  font-size: 18px;
  height: 40px;
}
/* line 228, ../sass/screen.scss */
.colourCard h2 {
  height: 190px;
  font-size: 28px;
}

/* line 235, ../sass/screen.scss */
.logo {
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 30px;
  width: 339px;
}

/* line 242, ../sass/screen.scss */
.heroFooter {
  position: absolute;
  bottom: 0px;
  background-image: url(../images/heroFooter.png);
  left: 0px;
  height: 120px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
}

/* line 254, ../sass/screen.scss */
.bumpBottom {
  margin-top: 40px;
}

/* line 258, ../sass/screen.scss */
.cardIcon {
  width: 90px;
  margin-top: -70px;
  margin-bottom: 40px;
}

/* line 264, ../sass/screen.scss */
.yellowCornerTop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
}

/* line 271, ../sass/screen.scss */
.sponsorCard {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 278, ../sass/screen.scss */
.menu {
  list-style: none;
  padding-left: 360px;
}
/* line 281, ../sass/screen.scss */
.menu li {
  float: left;
}
/* line 283, ../sass/screen.scss */
.menu li a {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #0A2E4A;
  padding-right: 28px;
}

/* line 293, ../sass/screen.scss */
.col-lg-4:hover {
  text-decoration: none;
}

#lienFleche a {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  margin: 0px 10px;
  background-color: #FFF;
  box-shadow: 0 4px 24px 0 rgba(10, 10, 10, 0.29); 
}

.cadreLive {
  border-radius: 10px;
  color:#FFF;
  background: #3f90c7;
  width: 100%;
  padding: 20px;
  box-shadow: 0 4px 24px 0 rgba(57, 158, 187, 0.29);
}
.cadreLive a strong {
  color:#FFF;
}

@media (max-width: 1200px) {
  /* line 301, ../sass/screen.scss */
/*  .menu {
    list-style: none;
    padding-left: 240px;
  } */
  /* line 304, ../sass/screen.scss */
/*  .menu li {
    float: left;
  } */
  /* line 306, ../sass/screen.scss */
/*  .menu li a {
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    color: #0A2E4A;
    padding-right: 9px;
  } */

  /* line 316, ../sass/screen.scss */
  .headerTop .cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 322, ../sass/screen.scss */
  .colourCard h4 {
    font-size: 12px;
    height: 27px;
  }
  /* line 326, ../sass/screen.scss */
  .colourCard h2 {
    height: 150px;
    font-size: 22px;
  }
  /* line 331, ../sass/screen.scss */
  .colourCard .cta {
    padding: 8px 15px;
  }

  /* line 336, ../sass/screen.scss */
  .bigPad .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 345, ../sass/screen.scss */
.mobileNav, .navToggle {
  display: none;
}

@media (max-width: 1024px) {
  /* line 350, ../sass/screen.scss */
  .mobileNav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
  }

  /* line 361, ../sass/screen.scss */
  .navToggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  /* line 370, ../sass/screen.scss */
  .headerTop #main-menu {
    display: none;
  }

  /* line 374, ../sass/screen.scss */
  .menu {
    display: block;
    padding-left: 0px;
  }
  /* line 378, ../sass/screen.scss */
  .menu li {
    display: block;
    font-size: 32px;
    height: 70px;
    padding-left: 20px;
    line-height: 57px;
    float: none;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 384, ../sass/screen.scss */
  .menu li a {
    font-size: 27px;
  }

  /* line 393, ../sass/screen.scss */
  .logo {
    left: 40%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 397, ../sass/screen.scss */
  .yellowCornerTop {
    display: none;
  }

  /* line 401, ../sass/screen.scss */
  h1 {
    font-size: 26px;
  }

  /* line 405, ../sass/screen.scss */
  h2 {
    font-size: 26px;
  }
  /* line 407, ../sass/screen.scss */
  h2 strong {
    font-size: 26px;
  }

  /* line 413, ../sass/screen.scss */
  h3 {
    font-size: 22px;
  }

  /* line 417, ../sass/screen.scss */
  .hero {
    padding-bottom: 130px;
  }

  /* line 417, ../sass/screen.scss */
  .heroBis {
    padding-bottom: 130px;
  }

  /* line 421, ../sass/screen.scss */
  .heroFooter {
    height: 40px;
  }

  /* line 425, ../sass/screen.scss */
  .bumpTop {
    margin-top: -140px;
  }

  /* line 429, ../sass/screen.scss */
  .bigPad .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 434, ../sass/screen.scss */
  .twvcard {
    margin-bottom: 50px;
  }


  .stands {
    padding: 6px;
    margin: 6px -7px;
	font-size: 12px;
  }

  .stands h4 {
    font-size: 14px;
  }

  /* line 438, ../sass/screen.scss */
  .section {
    padding: 30px 0px;
  }

  /* line 441, ../sass/screen.scss */
  .extraPadding {
    padding: 20px;
  }

  /* line 445, ../sass/screen.scss */
  .colourCard {
    margin: 10px;
  }

  /* line 449, ../sass/screen.scss */
  .sectionTitle {
    text-align: center;
  }

  /* line 453, ../sass/screen.scss */
  .margBottom {
    margin-bottom: 30px;
  }

  /* line 457, ../sass/screen.scss */
  .testimonial {
    font-size: 22px;
  }
  /* line 460, ../sass/screen.scss */
  .testimonial h4 {
    font-size: 18px;
  }

  /* line 465, ../sass/screen.scss */
  .mobAdjust {
    margin-top: 0px !important;
  }

  /* line 471, ../sass/screen.scss */
  .circle {
    width: 60%;
    margin: 0 auto;
  }
}
