#hero {
    position: relative;
    height: calc(100vh);
    min-height: 833px;
    overflow: hidden;
}
.preload #hero:after {
	background: #000019;
	opacity: 1;
	transition: none
}
#hero:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}
.loaded #hero:after {
	opacity: 0.6;
	transition: all 3.5s ease-out
}
#paralax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#paralax:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(2 7 21 / 72%);
    pointer-events: none
}
#prlx-paralax {
}
#cartouche {
    position: absolute;
    z-index: 1;
    top: 49%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    transform: translateY(-52%);
}
#cartouche h1 {
    position: relative;
    z-index: 10;
    margin: 0 auto 44px;
    text-align: center;
    color: #fff;
    font-size: 65px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 8px
}
#cartouche h1 span {
    display: block;
    font-size: 37px;
    font-family: 'TTFors-Light';
    margin: 0 0 28px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0
}
#hero-content {
    position: relative;
    height: 351px;
    padding: 34px 45px 0 430px;
    text-align: justify;
    background: linear-gradient(45deg, #c17600, #cd9100);
    max-width: 970px;
    margin: auto
}
#hero-content h2 {
    margin: 0 0 0 0;
    font-size: 21px
}
#hero-content .img-full {
    position: absolute;
    width: 44%
}
.img-full.img-hero1 {
    left: -30px;
    top: 35px
}
#hero-content .img-full picture {
    display: block;
    position: relative;
    padding: 33% 0;
    width: 100%
}
#hero-content .img-full picture img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}
#hero-content .img-hero2 {
    transform: translate(-260px, 10px);
    width: 48%
}
#hero-content .img-hero2 picture {
    padding: 29% 0;
}
#hero-content .img-hero3 {
    width: 39%;
    transform: translate(76px, 30px)
}
#hero-content .img-hero3 picture {
    padding: 34%
}
#entrer {
    padding: 0 0 0 0;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 99;
    bottom: 9vh;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer
}
#entrer:after {
	content: '';
	display: block;
	position: absolute;
	border-bottom: 3px solid #ffba35;
	border-left: 3px solid #ffba35;
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	transform: rotate(315deg);
	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate
}
@keyframes bounce {
	from {
		transform: translateY(0px) rotate(315deg);
	}
	to {
		transform: translateY(-10px) rotate(315deg);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px) rotate(315deg);
	}
	to {
		transform: translateY(-10px) rotate(315deg);
	}
}
#texte-principal {
    padding: 76px 0 76px 0;
    font-size: 20px;
    background: #fff;
    opacity: 1;
    max-width: 1000px;
    margin: auto;
    text-align: center
}

#contenus {
    background: #fff;
    position: relative;
    z-index: 1;
}
#photos {
    font-size: 0
}
#photos .colonne {
    display: inline-block;
    width: 30%;
    font-size: initial;
    margin: 0 1.5%;
    text-align: center;
    vertical-align: top
}
#photos .colonne .img-photo1,
#photos .colonne .img-photo3 {
    width: 100%
}
#photos .colonne .img-photo1 picture, #photos .colonne .img-photo3 picture {
    padding: 59.2% 0;
    position: relative;
    width: 100%;
    line-height: 0;
    margin: 0;
}
#photos .colonne h2 {
    font-size: 24px;
    color: #cd9100;
    text-align: center;
    margin: 81px 0 76px 0;
}
#photos .colonne .img-photo2 {
    width: 100%
}
#photos .colonne .img-photo2 picture {
    padding: 31% 0;
    position: relative;
    width: 100%
}
#photos .colonne .img-photo2 picture img {
    object-position: top center
}
#section-programs {
    padding: 20px 0 0 0
}
#section-programs h2 {
    position: relative;
    margin: 82px auto 14px;
    padding: 0 0 14px 0;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase
}
#section-programs h2:after {
    content:  '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    margin: auto;
    background: orange
}
#programs {
    font-size: 0;
    padding: 0 0 50px 0;
    font-size: 0;
    text-align: center
}
#programs li {
    display: inline-block;
    font-size: 16px;
    width: 33.3333333%;
    text-align: left
}
#programs li .block {
    position: relative;
    color: white;
    user-select: none
}
#programs li .block:after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 5 43 / 71%);
    opacity: 0;
    transition: opacity 0.2s ease-out
}
#programs li .block:hover:after {
    opacity: 1
}
#programs li .block .img-full {
    padding: 30% 0;
    width: 100%
}
#programs li .block .img-full img {
    height: 100%!important
}
#programs li .block h4 {
    display: inline;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: fit-content;
    font-size: 15px;
    margin: auto;
    padding: 5px 16px 7px 15px;
    background: rgb(255 255 255);
    text-transform: uppercase;
    max-width: 95%;
    color: #c78300
}
#programs li .block .program-intro {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px;
    padding: 5px 15px 7px 18px;
    opacity: 0;
    transition: none;
    transform: translatey(-50%);
    font-size: 14px
}
#programs li .block:hover .program-intro {
    opacity: 1;
    transition: opacity 1.2s 0.2s ease-out
}
#programs li .block .readmore {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 30px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    width: fit-content;
    color: #fff;
    text-decoration: none
}
#programs li .block:hover .readmore {
    color: #ffbc3b
}
@media (max-width: 1400px) {
#cartouche {
    top: 46%
}
#cartouche h1 {
    font-size: 48px;
    line-height: 16px
}
#cartouche h1 span {
    font-size: 29px
}
#hero-content .img-hero3 {
    transform: translate(131px, 43px)
}

#photos .colonne h2 {
    margin: 30px 0 63px 0;
}
#section-programs h2 {
    margin: 92px auto 92px;
    font-size: 30px
}
}
@media (max-width: 1200px) {
#cartouche h1 {
    font-size: 40px;
    line-height: 12px
}
#hero-content {
    max-width: 840px
}
#hero-content .img-full.img-hero1 {
    width: 51%
}
#hero-content .img-hero2 {
    transform: translate(-323px, 3px)
}
#hero-content .img-hero3 {
    transform: translate(51px, 17px);
    width: 44%
}
#photos .colonne h2 {
    font-size: 19px;
    margin: 34px 0 74px 0;
}
#section-programs {
    width: 960px;
    margin: auto;
    padding: 0 1.5%
}
#section-programs h2 {
    margin: 72px auto 72px;
    font-size: 25px
}
#programs li {
    width: 50%
}
#programs li .block h4 {
    top: 20px;
    font-size: 14px;
    line-height: 16px
}
#programs li .block .program-intro {
    line-height: 18px
}
}

@media (max-width: 992px) {
#cartouche h1 span {
    font-size: 33px
}
#hero-content {
    max-width: 680px;
    padding: 24px 25px 0 345px;
    text-align: left
}
#hero-content p {
    font-size: 16px;
    line-height: 20px
}
#hero-content .img-hero2 {
    width: 61%
}
#hero-content .img-hero3 {
    transform: translate(3px, 16px);
    width: 52%
}
#entrer {
    bottom: 8vh
}
#texte-principal {
    padding: 36px 0 36px 0;
    font-size: 16px;
    max-width: 460px
}
#photos .colonne h2 {
    font-size: 19px;
    margin: 28px 0 14px 0;
}
#section-programs {
    width: 720px
}
#section-programs h2 {
    margin: 52px auto 22px
}
#programs li {
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 29px auto
}
}
@media (max-width: 768px) {
#hero-content {
    max-width: 680px;
    padding: 24px 25px 0 262px
}
#hero-content h2 {
    font-size: 18px;
    line-height: 20px
}
#hero-content p {
    font-size: 14px;
    line-height: 16px
}
#hero-content .img-hero2 {
    transform: translate(-248px, 3px)
}
#photos .colonne h2 {
    font-size: 14px;
    margin: 18px 0 15px 0;
}
#section-programs {
    width: 480px
}
}
@media (max-width: 576px) {
#hero {
    min-height: 0;
    height: 600px;
}
#cartouche {
    top: 122px;
    transform: none
}
#cartouche h1 {
    font-size: 30px;
    line-height: 31px;
    font-size: 8vw;
    line-height: 9vw;
    letter-spacing: 2vw;
    margin: 0 auto 16px
}
#cartouche h1 span {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 0px 0
}
#hero-content {
    max-width: 90%;
    padding: 15px 15px 27% 15px;
    height: auto
}
#hero-content h2 {
    text-align: center;
    font-size: 19px;
    line-height: 21px
}
#hero-content p {
    font-size: 14px;
    line-height: 17px
}
#hero-content .img-full.img-hero1 {
    width: 59%;
    transform: translate(-3%, 28%)
}
#hero-content .img-full {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}
#hero-content .img-hero2 {
    width: 52%;
    transform: translate(57%, 52%)
}
#hero-content .img-hero3 {
    width: 41%;
    transform: translate(148%, 4%)
}
#entrer {
    bottom: 15px;
}
#texte-principal {
    font-size: 14px;
    padding: 36px 20px 36px 20px
}
#photos .colonne {
    width: 50%;
    margin: auto;
    display: block
}
#section-programs {
    width: 95%
}
#programs li .block .img-full {
    padding: 39% 0
}
#programs li .block h4 {
    top: 7px;
    font-size: 12px;
    line-height: 13px
}
#programs li .block .program-intro {
    font-size: 12px;
    line-height: 13px;
    font-size: 3.5vw;
    line-height: 4vw;
    top: 47%;
    padding: 0 5px 0 5px
}
}