img {
    max-width: 100%;
}

video {
    width: 100%;
}

.header-image {
    max-width: 250px !important;
    padding: 1rem .5rem;
    width: 100%;
}

.jumper-description h2 {
    color: #b71b21;
    font-size: 40px;
    display: block;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
}

.jumper-description {
    margin-bottom: 5rem;
}

.default-content {
    clear: both;
    display: block;
    padding: 0 1rem;
}

.default-content .content-wrap {
    padding: 0;
}

.jumper-architect p {
    margin-bottom: 1rem;
}

.jumper-details {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.col-1, .col-2 {
    width: 50%;
    float: left;
}

.row-2 .col-1, .row-2 .col-2 {
    float: right;
}

.row-1 .col-1 {
    margin-top: 4rem;
}

em {
    font-weight: bold;
}

.jumper-details .row-2 .col-2 img {
    margin-top: -4rem;
}

.jumper-details .row-2 .col-1 {
    margin-top: 3rem;
}

.row-1:after, .row-2:after, .row-3:after, .brochure:after, .cradle-certified:after {
    content: "";
    clear: both;
    display: table;
}

.cradle-certified {
    background: #9fc64e;
    display: inline-block;
    padding: 2rem 1rem;
    margin: 2rem -1rem;
}

.cradle-certified .col-1, .cradle-certifies .col-2 {
    width: 50%;
    float: left;
}

.cradle-certified h3 {
    color: white;
}

.cradle-certified h3 span {
    vertical-align: super;
    font-size: smaller;
}

.cradle-certified p {
    color: white;
    margin-bottom: 1.5rem;
}

.cradle-certified a {color: white;font-size: 1rem;}

.cradle-certified .col-2 img {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.brochure {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.cradle-certified .col-2 img:first-child {
    max-width: 167px;
    padding-right: 2rem;
}

.brochure {
    position: relative;
}

.brochure .col-2 > div {
    position: absolute;
    bottom: 0;
    padding: 0 1rem;
}

a.brochure-button {
    background: #b71c22;
    padding: .5rem 1.5rem;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.brochure .col-1 img {
}

.brochure .col-1 {
    width: 40%;
}

.brochure .col-2 {
    width: 60%;
}

.inspirations p {
    margin: 2rem 0;
}

.inspirations p a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.inspirations h3 {
    margin-bottom: 0;
}

.news {
	padding-bottom: 4rem;
}

.news p  a {
    font-weight: bold;
    color: black;
}

a.nouvel-press-release {
    margin-top: 1rem;
    display: inline-block;
    font-size: 1rem;
    color: black;
}

.cradle-certified a:before,
a.nouvel-press-release:before {
    content: "\25b6  ";
    text-decoration: none;
    display: inline-block;
    padding-right: .5rem;
}

.cradle-certified .col-2 {
    box-sizing: border-box;
    padding-left: 2rem;
}

.video-container span {
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}

.video-container {
    position: relative;
}

.video-placeholder a {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: auto;
}

.video-playing.video-placeholder {
    display: none;
}

.top-video video {
	height: 480px;
	width: auto;
}

.slick-dots {
    position: static;
}

.slick-dots li button {
    border-radius: 7px;
    width: 10px;
    height: 10px;
    background: #383838;
}

.slick-dots li {
    margin: 0 7px;
}

.slick-dots li.slick-active button {
    background: #d6d6d6;
}

.inspirations-slider .slick-prev,
.inspirations-slider .slick-next {
  border: 0;
  box-shadow: none;
  height: 54px;
  margin-top: -24px;
  width: 54px;
}

.inspirations-slider .slick-prev {
  margin-left: 30px;
}

.inspirations-slider .slick-next {
  margin-right: 30px;
}

.inspirations-slider .slick-next::before {
  background: url('../image/RightArrow.png');
  content: '';
  display: block;
  height: 54px;
  width: 54px;

}
.inspirations-slider .slick-prev::before {
  background: url('../image/LeftArrow.png');
  content: '';
  display: block;
  height: 54px;
  width: 54px;
}

.navdropdown li {
    z-index: 2;
}
@media only screen and (max-width: 996px) {
	.jumper-details .row-2 .col-1 img {
		margin-top: 0;
	}
	
	.jumper-details .row-1 .col-1 {
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 650px) {
	.jumper-details .row-2 .col-1 img {
    margin-top: 0;
}

.col-1, .col-2 {
    width: 100% !important;
    float: none;
}

.brochure .col-2 > div {
    position: static;
}

.brochure .col-1 img {
    max-width: 300px;
    margin: 0 auto;
}

.brochure .col-2 {
    margin-top: 1rem;
    text-align: center;
}
}
