/*footer*/
.typeSep.resp,
.imgGridBlog.resp {
    display: none !important;
}

.blockHome {
    height: calc(100vh - 150px);
}

footer {
    background-color: #202020;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.logoFooter {
    text-align: center;
    padding-top: 37px;
    padding-bottom: 47px;
}


.navFooter {
    padding-bottom: 47px;
}

.navFooter a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    margin-right: 72px;
    font-family: 'ralewaylight';
    font-weight: 400px;
    letter-spacing: 1px;
    transition: 0.1s linear color;
}

.navFooter a:hover {
    color: #be0c48;
    transition: 0.1s linear color;
}

.bgCenter {
    background-position: center !important;
    background-size: cover !important;
}

.navFooter a:last-child {
    margin-right: 0px;
}

footer .content {
    padding-bottom: 52px;
}

footer .content .col {
    display: inline-block;
    vertical-align: top;
}

footer .content .col p {
    font-size: 16px;
    color: white;
    font-family: 'ralewaylight';
    letter-spacing: 1px;
}

footer .content .col p span {
    color: #be0c48;
}

footer .content .col:nth-child(1) {
    width: 410px;
}

footer .content .col:nth-child(1) p {
    padding-right: 40px;
}

footer .content .col:nth-child(2) {
    width: 348px;
}

.sociauxFooter {
    text-align: center;
}

.sociauxFooter a {
    margin: 0 10px;
}

.sociauxFooter {
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}


footer .disclaimer {
    font-size: 10px;
    color: white;
    letter-spacing: 1px;
    font-family: 'ralewaylight';
    text-align: center;
    padding-bottom: 40px;
    line-height: 14px;
}

footer .disclaimer span {
    text-decoration: underline;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../style/raleway-light-webfont.woff2') format('woff2'),
    url('../style/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../style/raleway-bold-webfont.woff2') format('woff2'),
    url('../style/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaythin';
    src: url('../style/raleway-thin-webfont.woff2') format('woff2'),
    url('../style/raleway-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../style/raleway-regular-webfont.woff2') format('woff2'),
    url('../style/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../style/HelveticaNeueLTStd-Lt.eot');
    src: url('../style/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
    url('../style/HelveticaNeueLTStd-Lt.woff') format('woff'),
    url('../style/HelveticaNeueLTStd-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1 {
    font-size: 51px;
    text-align: center;
    font-family: 'ralewaylight';
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 130px;
    letter-spacing: 3px;
}

.titreHome {
    display: block;
    margin: 100px auto;
    text-align: center;

}


.socialHeader a:nth-child(2),
.socialHeader a:nth-child(3) {
    margin-left: 45px;
}

#home h2 {
    font-size: 36px;
    font-family: 'ralewaylight';
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;

}

#home h2 span {
    color: #be0c48;
}

#home h2 img {
    position: absolute;
    bottom: -35px;
    right: -70px;
    width: 70px;
}

body {
    background: white;
}


header {

    position: fixed;
    height: 125px;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    background-position: center bottom;
    transition: all 0.3s linear;
}

header.open,
header.fixed_header.open {
    height: 100%;
    transition: all 0.3s linear;
}

header {
    transition: all 0.2s linear;
}

header.fixed_header {
    height: 80px;
    transition: all 0.2s linear;
}

header .logoHeader {
    transition: all 0.2s linear;
}

header.fixed_header .logoHeader {
    top: 28px;
    transition: all 0.2s linear;
}

header.fixed_header .socialHeader #logoPage {
    height: 51px;

}

header .logoHeader #logoPage {
    transition: all 0.2s linear;
    width: 150px;
}

header.fixed_header .logoHeader #logoPage {
    width: 125px;
    transition: all 0.2s linear;
}

.container {
    display: block;
    margin: 0 auto;
    width: 1590px;
    position: relative;
}

.logoHeader {
    height: 100%;
    text-align: center;
    position: relative;
    top: 49px;
    z-index: 999;
}

header .socialHeader {
    position: absolute;
    top: 42px;
    right: 0px;
    transition: all 0.2s linear;
    z-index: 999;
    height: 27px;
}

header.fixed_header .socialHeader {
    position: absolute;
    top: 17px;

    right: 0px;
    transition: all 0.2s linear;
}


/* Burger */

.burger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

header #nav-icon4 {
    width: 42px;
    height: 45px;
    position: relative;
    margin: 44px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    transition: all 0.2s linear;
}

header.fixed_header #nav-icon4 {
    transition: all 0.2s linear;
    margin: 24px auto;
}

header #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

header #nav-icon4.W span {
    background: white;
}

header #nav-icon4.P span {
    background: #be0c48;
}

header #nav-icon4.Y span {
    background: black;
}


/* Icon 4 */

#nav-icon4 {
}

#nav-icon4::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: 51px;
    width: 62px;
    background: black;
    transition: 0.1s linear all;
}

#nav-icon4.Y::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: 51px;
    width: 62px;
    background: #F0FF02;
    opacity: 0.85;
    transition: 0.1s linear all;
}


#nav-icon4.P::before {
    transition: 0.1s linear all;
    background: transparent;
}

#nav-icon4.ouvert::before {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 28px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 28px;
    transition: 0.2s linear all;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 6px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
    left: 6px;

}

#nav-icon4:hover span:nth-child(3),
#nav-icon4.open span:nth-child(3) {
    width: 42px;
    transition: 0.2s linear all;
}


.contenu {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}


section {
    position: absolute;
    bottom: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: 0.3s linear all;

    transform: perspective(100vh) rotateX(90deg);
}


.section8 {
    bottom: -150vh;
}

section.active {
    transition: 0.3s linear all;
    bottom: 0vh;
    transform: perspective(0px) rotateX(0deg);
}

.section1 {

    /*background-image: url(images/home.gif);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1280px;
    text-align: center;
    display: inline-block;
    position: relative;
    /*background: url(/new/images/degrade.png);*/
    background: none;
    background-size: 100%;
}

#videoBG {
    margin: 0 auto;
    height: 100%;
    z-index: 2;
    position: relative;

}


.section2 .bgi {
    background-image: url('../assets/images/home/image-fond-1.png');
    background-position: center;
    background-repeat: repeat;
    background-size: auto calc(100% + 100px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: -50px -100px;

}

.section3 {
    background: white;
}


.section3 .gridHome {
    height: calc(64vh + 20px);
    width: 1590px;
    margin: 0 auto;
    position: relative;
}

.section3 .gridHome .col {
    width: calc(33.33333% - 13px);
    height: 100%;
    float: left;
}

.section3 .gridHome .col .type1 {
    height: calc(33.3333% - 10px);
    background: grey;
    width: 100%;
}

.section3 .gridHome .col .typeSep {
    height: 20px;
    background: white;
    width: 100%;
}

.section3 .gridHome .col .type2 {
    height: calc(66.6666% - 10px);
    background: grey;
    width: 100%;
}

.section3 .gridHome .col:nth-child(1),
.section3 .gridHome .col:nth-child(2) {
    margin-right: 19.5px;
}

.section3 .gridHome .col .type1,
.section3 .gridHome .col .type2 {
    visibility: hidden !important;
}

.section3.active .gridHome .col .type1,
.section3.active .gridHome .col .type2 {
    visibility: inherit !important;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}

.section3 .gridHome .col #grid1 {
    top: 100px;
    opacity: 0;
    transition: 0s all ease-out;
    transition-delay: 0.5s;
}

.section3.active .gridHome .col #grid1 {
    top: 0px;
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 0.4s;
}

.section3 .gridHome .col #grid2 {
    top: 100px;
    opacity: 0;
    transition: 0s all ease-out;
    transition-delay: 0.5s;
}

.section3.active .gridHome .col #grid2 {
    top: 0px;
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 0.5s;
}

.section3 .gridHome .col #grid3 {
    top: 100px;
    opacity: 0;
    transition: 0s all ease-out;
    transition-delay: 0.5s;
}

.section3.active .gridHome .col #grid3 {
    top: 0px;
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 0.6s;
}

.section3 .gridHome .col #grid4 {
    top: 100px;
    opacity: 0;
    transition: 0s all ease-out;
    transition-delay: 0.5s;
}

.section3.active .gridHome .col #grid4 {
    top: 0px;
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 0.7s;
}

.section3 .gridHome .col #grid5 {
    top: 100px;
    opacity: 0;
    transition: 0s all ease-out;
    transition-delay: 0.5s;
}

.section3.active .gridHome .col #grid5 {
    top: 0px;
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 0.8s;
}

.section3 .gridHome .col #grid6 {
    top: 100px;
    opacity: 0;
    transition: 0s all ease-out;
    transition-delay: 0.5s;
}

.section3.active .gridHome .col #grid6 {
    top: 0px;
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 0.9s;
}


.section3 .blockHome .more,
.section7 .more {
    font-size: 16px;
    font-family: 'ralewaylight';
    text-transform: uppercase;
    position: relative;
    text-align: right;
    color: black;
    transition: 0.2s linear color;
    display: block;
    padding: 20px 0;
}

.section7 .more {
    text-align: right;
    padding-right: 50px;
}

.section7 .more:hover {
    color: #be0c48;
}

.section3 .blockHome .more:hover {
    color: #be0c48;
    transition: 0.2s linear color;
}


.section2 .contenu,
.section4 .contenu,
.section6 .contenu {
    width: 1590px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.section2 .contenu .btn {
    position: absolute;
    bottom: 24%;
    right: 0;
    background: #be0c48;
    overflow: hidden;

    background-image: -webkit-gradient(
            linear,
            right top,
            left bottom,
            color-stop(0, #B20047),
            color-stop(0.95, #C44F63)
    );
    background-image: -o-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -moz-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -webkit-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -ms-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: linear-gradient(to left bottom, #B20047 0%, #C44F63 95%);
}

.section2 .contenu .btn a,
.section6 .contenu .btn a,
.section4 .contenu .btn a {
    font-family: 'ralewaylight';
    font-size: 0.8vw;
    font-size: 0.8vw;
    padding: 15px 20px;
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    position: relative;
    transition: 0.4s linear color;
}


.section4 .contenu .btn:hover a,
.section6 .contenu .btn:hover a,
.section2 .contenu .btn:hover a {
    transition: 0.4s linear color;
    color: #be0c48;
}


.section4 .contenu .btn:after,
.section6 .contenu .btn:after,
.section2 .contenu .btn:after {
    z-index: 9;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1200%;
    width: 300%;
    background-color: white;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translateX(50%) translateY(-13%) rotate(45deg);
    transform: translateX(50%) translateY(-13%) rotate(45deg);


}

.section6 .contenu .btn:hover:after,
.section2 .contenu .btn:hover:after,
.section4 .contenu .btn:hover:after {
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
    transform: translateX(-50%) translateY(-25%) rotate(45deg);

}

.section2 .contenu .txt {
    font-family: 'ralewaylight';
    font-size: 2vw;
    line-height: 3vw;
    color: white;
    position: absolute;
    bottom: 31%;
    right: 0;
    text-align: right;
}

.scroll {
    position: fixed;
    bottom: 0;
    width: 200px;
    text-align: center;
    z-index: 40;
    transform: translateX(-50%);
    left: 50%;
}

.scroll .vertical {
    height: 30px;
    width: 1px;
    display: block;
    margin: 0 auto;
}

.scroll .vertical.W {

    transition: background 0.2s linear;
}

.scroll .vertical.P {

    transition: background 0.2s linear;
}

.scroll p {
    font-family: 'ralewaylight';
    font-size: 19px;
    margin-bottom: 10px;
    color: white;
    letter-spacing: 3px;
}

.scroll p.W {
    color: white;
    transition: all 0.2s linear;
    display: inherit;
}

.scroll p.Y {
    color: #F0FF02;
    transition: all 0.2s linear;
    display: inherit;
}

.scroll p.P {
    color: #be0c48;
    transition: all 0.2s linear;
    display: inherit;

}

.vertical.Y .dynamicScroll {
    background-color: #F0FF02;
}

@keyframes monanimation {
    0% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

.dynamicScroll {
    position: absolute;
    bottom: 0;
    background-color: black;
    animation: monanimation 1.25s ease-in-out infinite;
    width: 100%;
}

.vertical.W .dynamicScroll {
    background-color: white;
}

.vertical.P .dynamicScroll {
    background-color: #be0c48;
}

.scroll p.N {
    display: none;
    transition: all 0.2s linear;
}


.section4 .bgi {
    background-image: url(../assets/images/home/image-fond-2.jpg);
    background-repeat: repeat;
    background-size: auto calc(100% + 100px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: -50px -100px;
}


.section4 .contenu .btn {
    font-family: 'ralewaylight';
    font-size: 20px;
    line-height: 20px;
    color: white;
    overflow: hidden;
    position: absolute;
    bottom: 24%;
    left: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: #be0c48;
    letter-spacing: 1px;
    overflow: hidden;
    background-image: -webkit-gradient(
            linear,
            right top,
            left bottom,
            color-stop(0, #B20047),
            color-stop(0.95, #C44F63)
    );
    background-image: -o-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -moz-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -webkit-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -ms-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: linear-gradient(to left bottom, #B20047 0%, #C44F63 95%);

}

.section4 .contenu .txt {
    font-family: 'ralewaylight';
    font-size: 2vw;
    line-height: 3vw;
    color: white;
    position: absolute;
    bottom: 31%;
    left: 0;
    text-align: left;
}


.section5 {
    background: white;
}


.section5 .gridHome .col .art1,
.section5 .gridHome .col .art2,
.section5 .gridHome .col .art3 {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 0.4s linear;
}

.section5.active .gridHome .col .art1,
.section5.active .gridHome .col .art2,
.section5.active .gridHome .col .art3 {
    top: 0;
    opacity: 1;
    transition: all 0.4s linear;
}

.section5 .gridHome .more {
    font-size: 16px;
    font-family: 'ralewaylight';
    text-transform: uppercase;
    position: relative;
    text-align: right;
    color: black;
    transition: 0.2s linear color;
}

.section5 .gridHome .more:hover {
    color: #be0c48;
    transition: 0.2s linear color;
}


.section5 .gridHome .col .art1 {
    transition: 0s all linear;
    transition-delay: 0.4s;
}

.section5.active .gridHome .col .art1 {
    transition-delay: 0.4s;
}

.section5 .gridHome .col .art2 {
    transition: 0s all linear;
    transition-delay: 0.6s;
}

.section5.active .gridHome .col .art2 {
    transition-delay: 0.6s;
}

.section5 .gridHome .col .art3 {
    transition: 0s all linear;
    transition-delay: 0.8s;
}

.section5.active .gridHome .col .art3 {
    transition-delay: 0.8s;
}


.section5 .gridHome {
    height: calc(64vh + 20px);
    width: 1590px;
    margin: 0 auto;
    position: relative;
}

.section5 .gridHome .col {
    width: calc(33.33333% - 13px);
    height: 100%;
    float: left;
}

.section5 .gridHome .col .type1.texte {
    background: white;
}


.section5 .gridHome .col .type1 {
    height: calc(33.3333% - 17.5px);
    width: 100%;
    position: relative;
}

.section5 .gridHome .col .typeSep {
    height: 20px;
    background: white;
    width: 100%;
}

.section5 .gridHome .col .type2 {
    height: calc(66.6666% - 10px);
    background: grey;
    width: 100%;
    position: relative;
}

.section5 .gridHome .col:nth-child(1) {
    width: 1050px;
    margin-right: 19.5px;
}

.section5 .gridHome .col:nth-child(2) {
    width: 520px;
}

.section5 .gridHome .col .middle {
    width: 50%;
    height: 100%;
    float: left;
    background-color: grey;
}

.section5 .gridHome .col .middle.image {
    position: relative;
}

.section5 .gridHome .col .middle.texte {
    background-color: white;
}

.section5 .gridHome .texte .date {
    font-size: 19px;
    line-height: 19px;
    font-family: 'ralewaylight';
    margin-top: 5px;
    margin-bottom: 18px;
    padding-left: 20px;
}

.section5 .gridHome .texte .titre {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    padding-left: 20px;
}

.section5 .gridHome .texte .texte {
    font-size: 16px;
    line-height: 22px;
    padding-right: 40px;
    font-family: 'ralewaylight';
    padding-left: 20px;
    padding-bottom: 20px;
}

.section5 .gridHome .texte .lien {
    font-size: 16px;
    line-height: 22px;
    padding-right: 40px;
    font-family: 'ralewaylight';
    text-decoration: none;
    color: #be0c48;
    padding-left: 20px;
}


.partenairesBigHome {
    height: calc(100vh - 349px);
    position: relative;
}

.partenairesHome {
    top: calc(((100% - 627px) / 2) - 0px);
    width: 1040px;
    margin: 0 auto;
}


.section6 .bgi {
    background-image: url('../assets/images/home/image-fond-3.png');
    background-repeat: repeat;
    background-size: auto calc(100% + 100px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: -50px -100px;
}


.section6 .contenu .btn {
    font-family: 'ralewaylight';
    font-size: 20px;
    line-height: 20px;
    color: white;
    position: absolute;
    bottom: 24%;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: #be0c48;
    letter-spacing: 1px;
    overflow: hidden;

    overflow: hidden;
    background-image: -webkit-gradient(
            linear,
            right top,
            left bottom,
            color-stop(0, #B20047),
            color-stop(0.95, #C44F63)
    );
    background-image: -o-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -moz-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -webkit-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: -ms-linear-gradient(left bottom, #B20047 0%, #C44F63 95%);
    background-image: linear-gradient(to left bottom, #B20047 0%, #C44F63 95%);
}


.section6 .contenu .txt {
    font-family: 'ralewaylight';
    font-size: 2vw;
    line-height: 3vw;
    color: white;
    position: absolute;
    bottom: 31%;
    right: 0;
    text-align: right;
    width: 750px;
}

.section7 {
    background: white;
}

.section7 .cover {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.section8 {
    height: 100vh;
    transform: perspective(0) rotateX(0deg);
    background-color: transparent;
}


.partenairesHome {
    position: relative;
    text-align: center;
}

.partenairesHome .itemPart {
    width: 200px;
    margin: 20px 0;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.partenairesHome .itemPart img {
    max-height: 100px;
    max-width: 140px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.1s linear;
}

.partenairesHome .itemPart img:hover {
    max-height: 100px;
    max-width: 140px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.1s linear;
}

footer .container {
    width: 1024px;
}


.section3 .gridHome .col .type1,
.section3 .gridHome .col .type2 {
    overflow: hidden;
    position: relative;
}


.section3 .gridHome .col .type1 .coverJob,
.section3 .gridHome .col .type2 .coverJob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}


.section3 .gridHome .col .type1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 380%;
    z-index: 990;
    width: 190%;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translateX(65%) translateY(-15%) rotate(45deg);
    transform: translateX(65%) translateY(-15%) rotate(45deg);
}


.section3 .gridHome .col .type1:hover:after {
    -webkit-transform: translateX(-35%) translateY(-25%) rotate(45deg);
    transform: translateX(-35%) translateY(-25%) rotate(45deg);
}


.section3 .gridHome .col .type2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 200%;
    z-index: 990;
    width: 200%;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translateX(22%) translateY(50%) rotate(45deg);
    transform: translateX(22%) translateY(50%) rotate(45deg);
}


.section3 .gridHome .col .type2:hover:after {
    -webkit-transform: translateX(-30%) translateY(-35%) rotate(45deg);
    transform: translateX(-30%) translateY(-35%) rotate(45deg);
}


.coverBlog {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    transition: 0.2s linear background-size;
    background-position: center;
    cursor: pointer;
}

.coverBlog:hover {
    background-size: 110%;
    transition: 0.1s linear background-size;
}


header .socialHeader.P .st0 {
    fill: #be0c48;
    transition: all 0.2s linear;
}

header .socialHeader.W .st0 {
    fill: #FFFFFF;
    transition: all 0.2s linear;
}

header .socialHeader.Y .st0 {
    fill: #F0FF02;
    transition: all 0.2s linear;
}


/* ANIMATION PARTNER */

.section7.active .partenairesHome .itemPart[data-part=

0
]
{
    -webkit-transition-delay: 0s
;
    transition-delay: 0s
;
}

.section7 .partenairesHome .itemPart {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all 0.2s linear;
}

.section7.active .partenairesHome .itemPart {
    position: relative;
    top: 0px;
    opacity: 1;
    transition: all 0.2s linear;
}

.section7.active .partenairesHome .itemPart[data-part='1'] {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.section7.active .partenairesHome .itemPart[data-part='2'] {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section7.active .partenairesHome .itemPart[data-part='3'] {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.section7.active .partenairesHome .itemPart[data-part='4'] {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.section7.active .partenairesHome .itemPart[data-part='5'] {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.section7.active .partenairesHome .itemPart[data-part='6'] {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.section7.active .partenairesHome .itemPart[data-part='7'] {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.section7.active .partenairesHome .itemPart[data-part='8'] {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.section7.active .partenairesHome .itemPart[data-part='9'] {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.section7.active .partenairesHome .itemPart[data-part='10'] {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

.section7.active .partenairesHome .itemPart[data-part='11'] {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.section7.active .partenairesHome .itemPart[data-part='12'] {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.section7.active .partenairesHome .itemPart[data-part='13'] {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.section7.active .partenairesHome .itemPart[data-part='14'] {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.section7.active .partenairesHome .itemPart[data-part='15'] {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}


.section3 .gridHomeNormal .itemBlockHome {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all 0.5s linear;
}

.section3.active .gridHomeNormal .itemBlockHome {
    position: relative;
    top: 0px;
    opacity: 1;
    transition: all 0.5s linear;
}


.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="1"] {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="2"] {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="3"] {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="4"] {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="5"] {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="6"] {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="7"] {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="8"] {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="9"] {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.section3.active .gridHomeNormal .itemBlockHome[data-blockHome="10"] {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}


.sliderJob {
    width: 1024px;
    display: block;
    margin: 0 auto;
}


.sliderJob div {
    height: 350px;
    background-color: grey;
}

.sliderJob div:nth-child(1) {
    background-color: black;
}

.sliderJob div:nth-child(2) {
    background-color: yellow;
}

.sliderJob div:nth-child(3) {
    background-color: red;
}


.rightPart {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #C44F62;
    z-index: 1;
}

.leftPart {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #B20047;
    z-index: 1;
}

header.fixed_header .logoHeader #logoPage,
header .logoHeader #logoPage {
    opacity: 0;
    transition: all 0.1s linear;
}

#calc4 {
    display: none;
}

.menuHome {
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    background-color: transparent;
    position: absolute;
    transition: all 0.2s linear;
    background-color: black;
    opacity: 0;
}

.menuHome.open {
    height: 100vh;
    transition: all 0.2s linear;

}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    width: 100%;
    transition: 1s opacity;

}

video.display {
    opacity: 1;
    transition: 1s opacity;
}

.stopfade {
    opacity: .5;
}

.menuHome .fond {
    /*background-image: url("/new/images/fond.png");*/
    background-size: cover;
    background-position: center;
    transition: all 0.2s linear;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;;
}

.menuHome .fond.active {
    opacity: 1;
    transition: all 0.2s linear;
}

.pictoUnder {
    position: absolute;
    bottom: -20px;
    right: -25px;
}


@media screen and (max-width: 1700px) {

    .partenairesBigHome {
        height: calc(100vh - 318px);
        position: relative;
    }

    .partenairesHome {
        top: calc(((100% - 432px) / 2) - 0px);
    }

    .container,
    .section2 .contenu,
    .section3 .gridHome,
    .section4 .contenu,
    .section5 .gridHome,
    .section6 .contenu {
        width: 1024px;
    }

    .section2 .bgi,
    .section4 .bgi,
    .section6 .bgi {
        background-size: auto calc(100% + 100px);
    }


    .section2 .contenu .btn,
    .section4 .contenu .btn,
    .section6 .contenu .btn {
        position: absolute;
        font-size: 0.8vw;
        /*bottom: 150px;*/
    }

    .section2 .contenu .txt, .section4 .contenu .txt, .section6 .contenu .txt {
        font-size: 2vw;
        line-height: 3vw;
        /*top: inherit;
        bottom: 230px;*/
    }

    .section2 .contenu .btn a, .section6 .contenu .btn a, .section4 .contenu .btn a {
        font-family: 'ralewaylight';
        font-size: 17px;
        padding: 10px 15px;
    }

    .section4 .contenu .txt,
    .section6 .contenu .txt {
        width: 500px;
    }

    .section3 .gridHome {
        height: calc(55vh + 20px);
    }


    .section5 .gridHome .col:nth-child(1) {
        width: 700px;
        margin-right: 20px;
    }

    .section5 .gridHome .col:nth-child(2) {
        width: 300px;
    }

    .section5 .gridHome .texte .date {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .section5 .gridHome .texte .titre {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .section5 .gridHome .texte .texte {
        font-size: 12px;
        line-height: 16px;
        padding-right: 0;
    }

    .section5 .gridHome .texte .lien {
        font-size: 12px;
    }

    .scroll p {
        font-family: 'ralewaylight';
        font-size: 15px;
    }

    .section7 .more,
    .section3 .gridHome .more,
    .section5 .gridHome .more {
        font-size: 16px;
    }

    .section5 .gridHome {
        height: calc(57vh + 20px);
    }

    #home h2 {
        font-size: 26px;
    }

    #home h2 img {
        position: absolute;
        bottom: -25px;
        right: -55px;
        width: 50px;
    }

    .titreHome {
        display: block;
        margin: 70px auto;
    }

    .section5 .gridHome .texte .texte {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .partenairesHome .itemPart img:hover,
    .partenairesHome .itemPart img {
        max-height: 60px;
        max-width: 100px;
    }

    .section7 .more {
        text-align: right;
        padding-right: 0px;
    }

    .partenairesHome {
        top: calc(((100% - 312px) / 2) - 0px);
    }

    .container,
    .section2 .contenu,
    .section3 .gridHome,
    .section4 .contenu,
    .section5 .gridHome,
    .section6 .contenu {
        width: 1024px;
    }


}

@media screen and (max-width: 1100px) {
    .container,
    .section2 .contenu,
    .section3 .gridHome,
    .section4 .contenu,
    .section5 .gridHome,
    .section6 .contenu {
        width: 800px;
    }

    .sliderJob {
        width: 800px;
    }

    .section5 .gridHome .col:nth-child(1) {
        width: 553px;
        margin-right: 10px;
    }

    .section5 .gridHome .col:nth-child(2) {
        width: 237px;
    }


    .partenairesHome {
        width: 640px;
    }

    .partenairesHome .itemPart {
        width: 120px;
    }
}

@media screen and (max-width: 1100px) {


    .navFooter a {
        font-size: 16px;
        margin-right: 50px;
    }

    .logoFooter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logoFooter img {
        width: 175px;
    }

    footer .content .col:nth-child(1),
    footer .content .col:nth-child(2),
    footer .content .col:nth-child(3) {
        width: 50%;
        float: left;
        height: 125px;
    }

    footer .container {
        width: 800px;
    }


    footer .content .col:nth-child(1) p {
        padding-right: 40px;
    }

    footer .content .col:nth-child(1) {
        display: none;
    }

    footer .content .col:nth-child(2) {
        text-align: left;
    }


    footer .content .col:nth-child(3) {
        text-align: right;
    }

}

@media screen and (max-width: 850px) {

    .art1, .art2 {
        margin-bottom: 50px;
    }


    #nav-icon4::before {
        background: transparent;
    }

    #nav-icon4.Y::before {
        background: #F0FF02;
    }

    #nav-icon4.Y::before,
    #nav-icon4::before {
        left: -10px;
        height: 42px;
        width: 47px;
    }

    .fixed_header #nav-icon4::before {
        background: transparent;
    }

    video {
        background-position: center center;
        background-size: cover;
    }

    .section3 .gridHomeNormal .itemBlockHome {
        position: relative;
        top: 0px;
        opacity: 1;
        transition: all 0s linear;
    }


    .section5 .gridHome .col .typeSep {
        display: none;
    }

    .section3 .more {
        display: none !important;
    }

    .section3 .more.resp {
        display: inherit !important;
    }

    .partenairesBigHome {
        height: auto;
        position: relative;
    }

    .partenairesHome {
        top: inherit;
    }

    .partenairesHome {
        width: 300px;
    }

    .partenairesHome .itemPart {

        margin: 30px 0;
        height: auto !important;
    }

    #calc4 {
        width: 19px;
        display: inherit;
        top: inherit;
        z-index: 999;
        position: relative;
    }

    .section5 .gridHome .more,
    .section7 .more,
    .section3 .blockHome .more {
        text-align: center;
        font-size: 16px;
        padding: 30px 0;
        display: block;
    }


    .imgGridBlog.resp {
        display: inherit !important;
    }


    header .logoHeader #logoPage {
        height: 16px;
        width: auto !important;
        top: 17px;
        position: relative;
        display: inherit;
        opacity: 0;
        transition: all 0.1s linear;
    }

    header.fixed_header .logoHeader #logoPage {
        opacity: 1;
        transition: all 0.1s linear;
    }

    #calc1, #calc2, #calc3 {
        display: none;
    }

    header {
        height: 50px;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    header.fixed_header {

        background-color: white;
        -webkit-box-shadow: 0px -3px 3px 6px rgba(243, 243, 243, 1);
        -moz-box-shadow: 0px -3px 3px 6px rgba(243, 243, 243, 1);
        box-shadow: 0px -3px 3px 6px rgba(243, 243, 243, 1);
        height: 50px;

    }

    header #nav-icon4.W span {
        background: white;
        transition: 0.2s linear all;
    }

    header.fixed_header #nav-icon4.W span {
        background: #be0c48;
        transition: 0.2s linear all;
    }

    h1 {
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    header.fixed_header #nav-icon4,
    header #nav-icon4 {
        width: 27px;
        height: 22px;
        margin: 14px 24px;;
    }

    header img {
        display: none;
    }

    .container {
        width: 300px;
    }

    #portfolio .container,
    header .container {
        width: 100%;
    }

    #nav-icon4 span {
        height: 2px;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0;
    }

    #nav-icon4 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon4 span:nth-child(3) {
        width: 20px;
    }

    #nav-icon4:hover span:nth-child(3) {
        width: 27px;
    }

    #nav-icon4:hover span:nth-child(3), #nav-icon4.open span:nth-child(3) {
        width: 27px;
    }

    #nav-icon4.open span:nth-child(3) {
        top: 17px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: 0px;
        left: 4px;
    }

    #nav-icon4.open span:nth-child(3) {
        top: 19px;
        left: 4px;
    }


    .logoResp {
        display: inherit;
    }

    .logoNoresp {
        display: none;
    }

    header .logoHeader {
        top: 0;
    }

    header .logoHeader #logoPage {
        width: 50px;
    }

    header.fixed_header .logoHeader #logoPage {
        width: 50px;
    }

    header.fixed_header .logoHeader {
        top: 0px;
    }


    section,
    section.active {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        transition: none;
        transform: inherit;
        display: block;
    }

    .contenu {

        overflow: inherit;
    }

    section.section1.active,
    section.section1 {
        height: 100vh;

        min-height: inherit;
        background-size: 100%;
        /*max-height: 700px;*/
        max-height: auto;
        overflow: hidden;
    }

    .contenu {
        width: 100%;
    }

    section.section2.active,
    section.section2,
    section.section4.active,
    section.section4,
    section.section6.active,
    section.section6 {
        height: 100vh;
        max-height: 640px;
        background-size: cover;
    }

    .section2 .bgi {
        background-size: 100% auto !important;
        background-image: url(../assets/images/home/image-fond-1-tablette.jpg);
        background-position: center !important;
    }

    .section4 .bgi {
        background-size: 100% auto !important;
        background-image: url(../assets/images/home/image-fond-2-tablette.jpg);
        background-position: center !important;
    }

    .section6 .bgi {
        background-size: 100% auto !important;
        background-image: url(../assets/images/home/image-fond-3-tablette.jpg);
        background-position: center !important;

    }

    .section3 .gridHome {
        width: 300px;
    }

    .section2 .contenu,
    .section4 .contenu,
    .section6 .contenu {
        width: 100%;
        position: absolute;
        bottom: calc(60% - 170px);
        height: auto;
        text-align: center;
    }


    .section2 .contenu .txt,
    .section4 .contenu .txt,
    .section6 .contenu .txt {
        font-size: 25px;
        line-height: 32px;
        padding-top: 0px;
        padding-bottom: 30px;
        top: inherit;
        right: 0;
        text-align: center;
        position: relative;
        bottom: 0px;
        width: 390px;
        margin: 0 auto;
    }


    .section2 .contenu .btn a, .section6 .contenu .btn a, .section4 .contenu .btn a {
        font-size: 13px;
        line-height: 20px;

        padding: 10px 15px;
    }


    .section2 .contenu .btn,
    .section4 .contenu .btn,
    .section6 .contenu .btn {
        bottom: 0;
        display: inline-block;
        height: 40px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    #home h2 {
        font-size: 21px;
    }

    .section3 .gridHome {
        height: auto;
    }

    .titreHome {
        margin: 0px auto;
        padding-top: 75px;
        padding-bottom: 35px;
    }

    .section3 .gridHome .col {
        width: 100%;
        height: auto;
        float: inherit;
    }

    .partenairesHome {
        height: auto;
        margin-top: 20px;
        display: block;
    }

    .partenairesHome .itemPart {
        height: 20vh;
        width: 300px;
        display: block;
    }

    .section8 {
        height: auto;
    }

    footer {
        position: relative;
    }

    footer .container {

        width: 300px;
    }

    .section4,
    .section6 {
        height: 100vh;
        max-height: 700px;
    }

    .section4 .bgi,
    .section6 .bgi {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
    }

    .scroll {
        display: none;
    }

    .section5 .gridHome .col {
        width: 500px !important;
        height: auto;
        float: inherit;
    }

    .section3 .gridHome .col:nth-child(1), .section3 .gridHome .col:nth-child(2) {
        margin-right: 0px;
    }

    .section3 .gridHome .col #grid6,
    .section3 .gridHome .col #grid5,
    .section3 .gridHome .col #grid4,
    .section3 .gridHome .col #grid3,
    .section3 .gridHome .col #grid2,
    .section3 .gridHome .col #grid1 {
        top: 0;
        height: 100px;
        margin-bottom: 10px;
    }

    .section3 .gridHome .col .typeSep {
        height: 0px;
    }

    .section3 .gridHome .col .type1, .section3 .gridHome .col .type2 {
        visibility: inherit !important;
        opacity: 1 !important;
    }

    .section5 .gridHome {
        width: 500px;
    }

    .section3 .gridHome .col #grid6 {
        display: none;
    }

    .section3 .gridHome .col #grid5 {
        height: 195px;
    }

    .section3 .gridHome .col #grid4 {
        height: 195px;
    }

    .section3 .gridHome .col #grid3 {
        height: 390px;
    }

    .section3 .gridHome .col #grid2 {
        height: 390px;
    }

    .section3 .gridHome .col #grid1 {
        height: 195px;
    }


    .section5 .gridHome .col .middle {
        width: 300px;
        height: 100%;
        float: inherit;
        background-color: grey;
    }


    .section5 .gridHome .col .type1,
    .section5 .gridHome .col .type2 {
        height: 190px;
        top: 0px;
        opacity: 1;
        background-color: white;
    }

    .section5 .gridHome {
        height: auto;
    }

    .section5 .gridHome .col .type1, .section5 .gridHome .col .type2 {
        height: 316px;
    }

    .section5 .gridHome .texte .date {
        font-size: 14px;
        line-height: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .section5 .gridHome .texte .titre {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
        padding-left: 0px;
    }

    .section5 .gridHome .texte .texte {
        font-size: 12px;
        line-height: 18px;
        padding-right: 0;
        font-family: 'ralewayregular';
        padding-left: 0;
    }

    .section5 .gridHome .texte .lien {
        font-size: 12px;
        line-height: 22px;
        padding-right: 0;
        font-family: 'ralewaylight';
        text-decoration: none;
        color: #be0c48;
        padding-left: 0;
        padding-bottom: 40px;
    }

    .section5 .gridHome .col .image {
        width: 500px;
        height: 316px;
    }

    .section5 .gridHome .col .middle {
        width: 500px;
        height: 316px;
    }


    .section5 .gridHome .col .texte {
        width: 500px;
        height: auto;
    }

    .section5 .gridHome .col .art2 {
        height: auto;
    }

    .art1.type2 {
        display: none;
    }

    #calc1,
    #calc3 {
        width: 17px;
    }

    #calc2 {
        width: 8px;
    }


    header.fixed_header .socialHeader,
    header .socialHeader {
        position: absolute;
        top: 16px;
        right: 24px;
        transition: all 0.2s linear;
    }

    header.fixed_header .socialHeader .st0 {
        fill: #be0c48;
    }

    header .socialHeader .st0 {
        fill: #FFFFFF;
    }


    header #nav-icon4 span {
        display: block;
        position: absolute;
        height: 2px;
    }


    .socialHeader a:nth-child(2), .socialHeader a:nth-child(3) {
        margin-left: 25px;
    }


    .section3 .gridHome .col .type1.visible:after {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
        transform: translateX(-50%) translateY(-25%) rotate(45deg);
    }

    .section3 .gridHome .col .type2.visible:after {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
        transform: translateX(-38%) translateY(-25%) rotate(45deg);
    }

    .section3 .gridHome .col #grid5:after,
    .section3 .gridHome .col #grid4:after {
        -webkit-transform: translateX(40%) translateY(50%) rotate(45deg);
        transform: translateX(40%) translateY(50%) rotate(45deg);
    }


    .section3 .gridHome .col #grid5.visible:after,
    .section3 .gridHome .col #grid4.visible:after {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
        transform: translateX(-28%) translateY(-25%) rotate(45deg);
    }

    .section3 .gridHome .col #grid5 {
        margin-bottom: 0;
    }

    .section7 .more,
    .section3 .gridHome .more {
        position: relative;
        width: 100%;
        text-align: center;
        display: block;
        padding-bottom: 40px;
        padding-top: 40px;
        bottom: 0;
    }


    #home h2 img {
        display: none;
    }

    .section7 .partenairesHome .itemPart {
        position: relative;
        top: 0;
        opacity: 1;
        transition: all 0.5s linear;
    }

    .partenairesHome .itemPart {
        height: 20vh;
        width: 140px;
        display: inline-block;
    }

    .partenairesHome .itemPart img {
        max-height: 80px;
        max-width: 100px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all 0.2s linear;
        cursor: pointer;
    }

    video {
        position: relative;
        top: 0%;
        left: 0%;
        min-width: 100%;
        min-height: auto;
        width: 100%;
        display: block;
        height: auto;
        z-index: 100;
        transform: translateX(0%) translateY(0%);
        background-size: cover;
        height: auto;
        transition: 1s opacity;
        top: 50%;
        transform: translateY(-50%);
    }

    .blockHome {
        height: auto;
        overflow-y: inherit;
    }

    .sliderJob {
        width: 500px;
    }

    .sliderJob div {

        height: 200px;

    }

    footer .container {
        width: 500px;
    }

    .navFooter {
        display: none;
    }

    footer .content .col:nth-child(1) {
        width: 100%;
        float: inherit;
        height: inherit;
        padding-bottom: 50px;
    }

    footer .content .col:nth-child(1) p {
        text-align: center;
        padding-right: 40px;
        padding-left: 40px;
    }

    footer .content .col:nth-child(1) p br {
        display: none;
    }

    footer .content .col:nth-child(2),
    footer .content .col:nth-child(3) {
        width: 50%;
        height: 100px;
    }

    footer .content .col:nth-child(2) {
        text-align: left;
    }

    .section8 {
        bottom: 0 !important;
    }
}


@media screen and (max-width: 550px) {

    section.section1.active,
    section.section1 {
        height: auto;
    }

    .section2 .bgi {
        background-size: 100% auto !important;
        background-image: url(../assets/images/home/image-fond-1-smartphone.jpg);
        background-position: center !important;
    }

    .section4 .bgi {
        background-size: 100% auto !important;
        background-image: url(../assets/images/home/image-fond-2-smartphone.jpg);
        background-position: center !important;
    }

    .section6 .bgi {
        background-size: 100% auto !important;
        background-image: url(../assets/images/home/image-fond-3-smartphone.jpg);
        background-position: center !important;

    }

    section.section1 video {

        background-position: center center;
        background-size: cover;
        top: auto;
        transform: none;
    }

    .section5 .gridHome .texte .titre {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
        padding-left: 0px;
    }

    .section5 .gridHome .texte .date {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .section5 .gridHome,
    .section5 .gridHome .col {
        width: 300px !important;
    }

    .section5 .gridHome .col .image {
        width: 300px;
        height: 190px;
    }


    .section5 .gridHome .col .middle {
        width: 300px;
        height: 190px;
    }

    .sliderJob {
        width: 100%;
        margin-bottom: 60px !important
    }

    .section5 .gridHome .col .type1,
    .section5 .gridHome .col .type2 {
        height: 190px;
    }

    .section5 .gridHome .col .texte {
        width: 300px;
        height: auto;
    }

    .section5 .gridHome .col .type1 {
        height: auto;
    }

    .imgGridBlog {
        height: 190px !important;
    }


    .logoFooter {
        text-align: center;
        padding-top: 24px;
        padding-bottom: 47px;
    }

    .logoFooter img {
        width: 162px;
    }

    footer .content .col:nth-child(1),
    .navFooter {
        display: none;
    }

    footer .content .col p {
        text-align: center;
    }

    footer .content .col:nth-child(2) {
        margin-bottom: 30px;
    }

    footer .disclaimer span,
    footer .disclaimer br {
        display: none;
    }

    footer .content .col:nth-child(2), footer .content .col:nth-child(3) {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    footer .container {
        width: 300px;
    }

    #nav-icon4.open span:nth-child(3) {
        width: 27px;
    }


    .section7.active .partenairesHome .itemPart[data-part='1'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='2'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='3'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='4'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='5'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='6'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='7'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='8'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='9'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='10'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='11'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='12'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='13'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='14'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .section7.active .partenairesHome .itemPart[data-part='15'] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media (max-height: 400px) {

    .menuHome .fond .container a {
        font-family: 'ralewaylight';
        font-size: 10px !important;
    }

}


/* NEW HOME */

.newGridSuperContainer {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%);
}

.newGridSuperContainer .ligne {
    height: 303px;
    margin: 0 auto;
    display: block;
    width: 1105px;
    position: relative;
}

.newGridSuperContainer .ligne .colonne {
    float: left;
    position: relative;
    width: 335px;
}

.newGridSuperContainer .ligne .colonne a {

}

.newGridSuperContainer .ligne:nth-child(2) {
    margin-top: 50px;
}

.newGridSuperContainer .ligne .colonne:nth-child(2) {
    margin: 0 50px;
}


.section3 .newGridSuperContainer .ligne .colonne .item {
    position: relative;
    opacity: 0;
    top: 50px;
    transition: 0.2s linear all;
}

.section3.active .newGridSuperContainer .ligne .colonne .item {
    opacity: 1;
    top: 0px;
    transition: 0.2s linear all;
}

.section3 .newGridSuperContainer .ligne .colonne .item {
    transition-delay: 0s;
}

.section3.active .newGridSuperContainer .ligne .colonne .item[data-blockHome="1"] {
    transition-delay: 0.4s;
}

.section3.active .newGridSuperContainer .ligne .colonne .item[data-blockHome="2"] {
    transition-delay: 0.5s;
}

.section3.active .newGridSuperContainer .ligne .colonne .item[data-blockHome="3"] {
    transition-delay: 0.6s;
}

.section3.active .newGridSuperContainer .ligne .colonne .item[data-blockHome="4"] {
    transition-delay: 0.7s;
}

.section3.active .newGridSuperContainer .ligne .colonne .item[data-blockHome="5"] {
    transition-delay: 0.8s;
}

.section3.active .newGridSuperContainer .ligne .colonne .item[data-blockHome="6"] {
    transition-delay: 0.9s;
}


.newGridSuperContainer .ligne .colonne .item .image {
    width: 335px;
    height: 250px;
    background-size: 100%;
    background-position: center;
    transition: background-size 0.2s linear;
}

.newGridSuperContainer .ligne .colonne .item.active .image,
.newGridSuperContainer .ligne .colonne .item:hover .image {
    background-size: 120%;
    transition: background-size 0.2s linear;
}


.newGridSuperContainer .ligne .colonne .item .texte .titre {
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'ralewaylight';
    display: inline-block;
    position: relative;
}

.newGridSuperContainer .ligne .colonne .item.active .texte .titre::before,
.newGridSuperContainer .ligne .colonne .item:hover .texte .titre::before {
    bottom: -13.5px;
    right: -20px;
    transition: 0.2s linear all;
    opacity: 1;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.newGridSuperContainer .ligne .colonne .item .texte .titre::before {
    content: "";
    background: url(/assets/images/projets/pink.png);
    height: 27px;
    width: 29px;
    position: absolute;
    bottom: -27px;
    right: -54px;
    transition: 0.2s linear all;
    opacity: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.newGridSuperContainer .ligne .colonne .item .texte .client {
    font-family: 'ralewaybold';
    text-transform: uppercase;
    color: black;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 17px;
    transition: 0.2s linear color;
}

.newGridSuperContainer .ligne .colonne .item:hover .texte .client {
    color: #be0c48;
    transition: 0.2s linear color;
}

.newGridSuperContainer .ligne .linkMore {
    font-size: 16px;
    font-family: 'ralewaylight';
    text-transform: uppercase;
    position: relative;
    text-align: right;
    color: black;
    transition: 0.2s linear color;
    display: block;
    padding: 20px 0;
    position: absolute;
    bottom: -75px;
    right: 0;
    color: black;
    transition: 0.2s linear color;
}

.newGridSuperContainer .ligne .linkMore:hover {
    color: #be0c48;
    transition: 0.2s linear color;
}


@media (max-width: 1600px) {
    .newGridSuperContainer .ligne {
        height: 220px;
        width: 684px;
    }

    .newGridSuperContainer .ligne .colonne .item .image {
        width: 206px;
        height: 153px;
    }

    .newGridSuperContainer .ligne .colonne:nth-child(2) {
        margin: 0 30px;
    }

    .newGridSuperContainer .ligne .colonne {
        width: 206px;
    }

    .newGridSuperContainer .ligne .colonne .item .texte .client {
        font-size: 13px;
        padding-bottom: 0;
    }

    .newGridSuperContainer .ligne .colonne .item .texte .titre {
        font-size: 12px;
    }

    .newGridSuperContainer .ligne:nth-child(2) {
        margin-top: 00px;
    }

    .newGridSuperContainer .ligne .linkMore {
        font-size: 13px;
        padding: 0;
        bottom: -25px;
    }
}

@media (max-width: 1300px) and (max-height: 720px) {
    .newGridSuperContainer .ligne .colonne .item .image {
        width: 175px;
        height: 130px;
    }

    .newGridSuperContainer .ligne .colonne:nth-child(2) {
        margin: 0 20px;
    }

    .newGridSuperContainer .ligne .colonne {
        width: 175px;
    }

    .newGridSuperContainer .ligne {
        height: 185px;
        width: 565px;
    }

    .newGridSuperContainer .ligne .colonne .item .texte .titre {
        display: none;
    }
}

.br3Home {
    display: none;
}

.br2 {
    display: none;
}

@media (max-width: 850px) {
    .newGridSuperContainer .ligne .colonne .item .texte .titre {
        display: inline-block;
    }

    .newGridSuperContainer {
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .newGridSuperContainer .ligne {
        height: auto;
        width: 500px;
    }

    .newGridSuperContainer .ligne .colonne {
        float: inherit;
        width: 500px;
    }

    .section3 .newGridSuperContainer .ligne .colonne .item {
        position: relative;
        opacity: 1;
        top: inherit;
        transition: 0s linear all;
        overflow: hidden;
    }

    video::-webkit-media-controls-start-playback-button {
        display: none;
    }

    .newGridSuperContainer .ligne .colonne:nth-child(2) {
        margin: 0px;
    }

    .newGridSuperContainer .ligne .colonne .item .image {
        width: 500px;
        height: 373px;
    }

    .newGridSuperContainer .ligne .colonne .item .texte .client {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 17px;
    }

    .newGridSuperContainer .ligne .colonne .item .texte {
        margin-bottom: 50px;
    }

    .newGridSuperContainer .ligne .colonne .item .texte .titre {
        font-size: 14px;
    }

    .newGridSuperContainer .ligne .linkMore {
        font-size: 16px;
        bottom: 0;
        position: relative;
        padding-bottom: 30px;
        text-align: center;
    }

    .partenairesHome,
    .section7 .container {
        width: 450px;
    }

    .partenairesHome .itemPart {
        width: 145px;
    }

    .br3Home {
        display: inherit;
    }

    .br2 {
        display: none !important;
    }
}

@media (max-width: 550px) {
    .newGridSuperContainer .ligne .colonne .item .image {
        width: 300px;
        height: 224px;
    }

    .br3Home {
        display: none;
    }

    .partenairesHome,
    .section7 .container {
        width: 300px;
    }

    .partenairesHome .itemPart {
        width: 145px;
    }

    .newGridSuperContainer .ligne,
    .newGridSuperContainer .ligne .colonne {
        width: 300px;
    }

    .br2 {
        display: inherit !important;
    }
}


@media all and (orientation: portrait) {
    .section2 .bgi, .section4 .bgi, .section6 .bgi {
        background-size: cover !important;
        background-position: center !important;
    }

    .coverBlog {
        background-size: auto 100% !important;
        transition: 0.1s linear background-size;
    }

    .coverBlog:hover {
        background-size: auto 110% !important;
        transition: 0.1s linear background-size;
    }
}

@media all and (orientation: portrait) and (max-width: 850px) {
    .coverBlog {
        background-size: 100% !important;
        transition: 0.1s linear background-size;
    }

    .coverBlog:hover {
        background-size: 110% !important;
        transition: 0.1s linear background-size;
    }
}


#nav-icon4::after {
    content: "MENU";
    position: absolute;
    top: -10px;
    right: -60px;
    line-height: 51px;
    width: auto;
    opacity: 1;
    transition: 0.1s linear all;
    font-size: 14px;
    font-family: 'ralewaylight';
}


#nav-icon4.Y::after {
    color: #F0FF02;
}

#nav-icon4.W::after {
    color: white;
}

@media (max-width: 850px) {
    #nav-icon4::after {
        display: none;
    }
}

/***********************************************************************************************************************/

#home .slider--home h3,
#home .slider--home h2 {
    font-family: 'ralewaybold';
    color: white;
    text-transform: initial;

}

.slider--home .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 5px;
    background: black;
    border-radius: 100%;
    transition: 0.1s ease background-color;
}

.slider--home .slick-dots li.slick-active button {
    background: #be0c48;
}

.slider--home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider--home .slick-dots li button:before {
    display: none;
}

.slider--home .slick-dots {
    position: absolute;
    bottom: 30px;
    width: auto;
    z-index: 50;
    right: 30px;
}

.slider--home {
    /*background: black url(/assets/images/home/slider/ordi.png) no-repeat center bottom / 100% auto;*/
    position: relative;
    background-color: black;
}

.slider--home .slick-track,
.slider--home .slick-list{
    height: 100%;
}

.slide--home,
.slider--home {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.slider--home--titre {
    position: relative;
}

.slider--home--titre__resp{
    display: none;
}

.slide--home__1 .slider--home--titre,
.slide--home__2 .slider--home--titre,
.slide--home__3 .slider--home--titre,
.slide--home__4 .slider--home--titre,
.slide--home__5 .slider--home--titre{
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0vh;
}


.slide--home__1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-soleil/forme.png) no-repeat center bottom 10vh / auto 40vh;
}

.slide--home__1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-soleil/vague.png) no-repeat center bottom / auto 23vh;
}

.slide--home__2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-oeuf/assiette.png) no-repeat center bottom 37vh / auto 14vh;
}

.slide--home__2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-oeuf/courbe.png) no-repeat center bottom / auto 100vh;
}


.slide--home__3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-mongolfiere/forme.png) no-repeat center bottom 32vh / auto 23vh;
}

.slide--home__3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-mongolfiere/sol.png) no-repeat center bottom / auto 26vh;
}

.slide--home__3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-mongolfiere/forme.png) no-repeat center bottom 32vh / auto 23vh;
}

.slide--home__4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-foot/fond.png) no-repeat center bottom / auto 18vh;
}


.slide--home__4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-foot/goal.png) no-repeat center bottom 26vh / auto 30vh;
}

.slide--home__5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-space/courbe.png) no-repeat center bottom / auto 26vh;
}


.slide--home__5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(/assets/images/home/slider/slide-space/space_x.png) no-repeat center bottom 38vh / auto 3.47vh;
}

.slider--home--titre {
    display: block !important;
}

.slider--home--titre.slider--home--titre__resp{
    display: none !important;
}

.slide--home__6{
    background-color: white;
}


.slide--home--content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.slide--home--pixel{
    background-color: #be0c48;
    height: 50px;
    width: 50px;
    margin: 0 auto 15vh;
}
.slide--home--slogan{
    font-family: 'ralewaybold';
    font-size: 32px;
    color: #be0c48;
}

.slider--home { opacity: 0; transition: 0.5s ease opacity;}
.slider--home.slick-initialized {   opacity: 1; }

@media screen and (max-width: 850px) {
    .section--home--slider,
    .slider--home {
        height: 95vh !important;
        max-height: 820px;
    }

    .slider--home--titre {
        display: none !important;
    }

    .slider--home--titre.slider--home--titre__resp{
        display: block !important;
        position: absolute;
        left: 0;
        top: 50vw;
        transform: none;
    }

    .slide--home__1 .slider--home--titre,
    .slide--home__2 .slider--home--titre,
    .slide--home__3 .slider--home--titre,
    .slide--home__4 .slider--home--titre,
    .slide--home__5 .slider--home--titre {
        top: 20vw;
        height: auto;
        width: 100vw;
        max-width: 550px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .slide--home__1::before {
        background: url(/assets/images/home/slider/slide-soleil/forme.png) no-repeat center bottom / auto 55%;
    }

    .slide--home__1::after {
        background: url(/assets/images/home/slider/slide-soleil/vague_resp.png) no-repeat center bottom -10vw / 100vw;
    }

    .slide--home__2::before {
        background: url(/assets/images/home/slider/slide-oeuf/assiette.png) no-repeat center bottom 45% / 42%;
    }

    .slide--home__2::after {
        background: url(/assets/images/home/slider/slide-oeuf/courbe-resp.png) no-repeat center bottom -10vw / 100vw;
    }

    .slide--home__3::before {
        background: url(/assets/images/home/slider/slide-mongolfiere/forme.png) no-repeat center bottom 35% / 100%;
    }

    .slide--home__3::after {
        background: url(/assets/images/home/slider/slide-mongolfiere/sol_resp.png) no-repeat center bottom -20vw/ 100vw;
    }

    .slide--home__4::before {
        background: url(/assets/images/home/slider/slide-foot/goal.png) no-repeat center bottom 40% / auto 25%
    }

    .slide--home__4::after {
        background: url(/assets/images/home/slider/slide-foot/fond.png) no-repeat center bottom / auto 20%;
    }

    .slide--home__5::before {
        background: url(/assets/images/home/slider/slide-space/space_x.png) no-repeat center bottom 45% / 100%;
    }

    .slide--home__5::after {
        background: url(/assets/images/home/slider/slide-space/courbe_resp.png) no-repeat center bottom -20vw / 100vw;
    }

    .slider--home .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .slider--home .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .slider--home .slick-dots {
        right: 50%;
        transform: translateX(50%);
    }


    .slide--home--content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .slide--home--pixel{
        background-color: #be0c48;
        height: 40px;
        width: 40px;
        margin: 0 auto 10vh;
    }
    .slide--home--slogan{
        font-family: 'ralewaybold';
        font-size: 24px;
        color: #be0c48;
    }


}

@media screen and (max-width: 550px) {
    .section--home--slider,
    .slider--home {
        height: 95vh !important;
        max-height: 640px;
        width: 100% !important;
    }

    .slide--home__1 .slider--home--titre,
    .slide--home__2 .slider--home--titre {
        top: 15%;
        height: auto;
        width: 100vw;
        max-width: 350px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .slide--home__1::before {
        background: url(/assets/images/home/slider/slide-soleil/forme.png) no-repeat center bottom / auto 60%;
    }

    .slide--home__1::after {
        background: url(/assets/images/home/slider/slide-soleil/vague_resp.png) no-repeat center bottom / 100vw;
    }

    .slide--home__2::after {
        background: url(/assets/images/home/slider/slide-oeuf/courbe-resp.png) no-repeat center bottom / 100vw;
    }

    .slide--home__3::before {
        background: url(/assets/images/home/slider/slide-mongolfiere/forme.png) no-repeat right bottom 45% / 100%;
    }

    .slide--home__3::after {
        background: url(/assets/images/home/slider/slide-mongolfiere/sol_resp.png) no-repeat center bottom / 100vw;
    }

    .slide--home__5::after {
        background: url(/assets/images/home/slider/slide-space/courbe_resp.png) no-repeat center bottom -30% / 100vw;
    }
}