.section2 {
    background-color: #f3f7fb;
    z-index: 1;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: hidden;
}

.section1 {
    z-index: 2;
    background-size: auto 560px !important;
    background-color: #f3f7fb !important;
}

.img-height{
    height: 560px;
}

.section3 {
    background-image: url('../imgs/section2-bg.png');
    background-size: cover;
    background-position: top;
    padding-bottom: 10%;
    background-position: 0px 0px;
    background-size: 100% !important;
    background-color: #f3f7fb !important;
}

.section4 {
    background-color: #f3f7fb;
}

.head-pic-img {
    width: 96%;
}

.circle {
    border-radius: 50%;
    /*width: 18vw;*/
    /*height: 18vw;*/
    width: 16vw;
    height: 16vw;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

@media(min-width:1000px){
    .circle {
        width: 16vw;
        height: 16vw;
        margin-left: 6.5%;
        margin-right: 2.5%;
    }

    .circle-title h4 {
        font-size: 1.5vw;
    }
}

.container-section2 {
    padding-left: 10%;
    padding-right: 10%;
}

.c1 {
    background-color: #e75b48;
}

.c2 {
    background-color: #0094b3;
}

.c4 {
    background-color: #97046e;
}

.c3 {
    background-color: #19a89d;
}

.circle-title {
    text-align: center;
    margin-top: 10%;
}

.circle-title h4 {
    font-weight: 400;
    font-family: 'A-Love-of-Thunder', 'Roboto';
}

.t1 {
    color: #e75b48;
}

.t2 {
    color: #0094b3;
}

.t4 {
    color: #97046e;
}

.t3 {
    color: #19a89d;
}

.section4-right {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: white;
    border-left: 12px solid #97046e;
}

.section4-right h4 {
    margin-left: 20px;
    margin-right: 20px;
    color: black !important;
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif !important;

}

.section4-right h4 strong {
    color: #e75b48;
}

.section5 {
    background-image: url('../imgs/footer.png');
    background-size: cover;
    background-position: top;
}

.section6 {
    height: 55px;
    background-color: #ececeb;
    text-align: center;
}

.footer-container {
    padding-top: 12%;
    padding-bottom: 1%;
}

.center-verticaly {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    height: 100%;
    padding: 1%;
}

.center-verticaly a {
    margin-right: 2%;
    color: #454545;
}

.lea-leo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-157%, -13%) !important;
    -ms-transform: translate(-157%, -13%) !important;
    transform: translate(-157%, -13%) !important;
    position: absolute;
}

.slider-img {
    /*
    background-image: url('../imgs/slider/pic1.png');
    */
    background-size: cover;
    height: 100%;
}

.slider {
    width: 500px;
    height: 300px;
    -webkit-transform: translate(-19%, -80%);
    -ms-transform: translate(-19%, -80%);
    transform: translate(-19%, -80%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.slider-desc {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    height: 120px;
    background-color: #ffc98f99;
    border-left: 10px solid #005392;
}

.slider-desc h5 {
    padding: 10px 20px 5px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #165493;
    text-transform: uppercase;
}

.slider-desc p {
    padding: 0 20px;
    color: #000000c7;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-size: 0.9rem;
    width: 360px;
    float: left;
}

.discover {
    background-image: url(../imgs/btn/découvrir.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    width: 130px;
    height: 30px;
    top: 64%;
    left: 84%;;
    -webkit-transform: translate(-50%, -50%);;
    -ms-transform: translate(-50%, -50%);;
    transform: translate(-50%, -50%);
}

.discover strong {
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-weight: 400;
}

.discover-all {
    background-color: #005392;
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif !important;
    border-color: #005392;
    font-weight: 400;
}

.all-news {
    top: 112%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.all-news:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    background-color: #005392 !important;
    border-color: #005392 !important;
}

.all-news:hover button {
    background-color: #005392 !important;
    border-color: #005392 !important;
}

.section3-block1 {
    position: absolute;
    top: 1%;
    left: 41%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    border-left: 10px solid #ffc98f;
    background-color: #e75b48;
    text-align: center;
}

.section3-block1 h5 {
    color: white;
    margin: 0 auto;
    padding: 5% 0;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
}

.section3-block1-bottom {
    position: absolute;
    top: 85%;
    left: 41%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    border-left: 10px solid #e75b48;
    background-color: #ffc98f;
    text-align: left;
}

.section3-block1-bottom p {
    color: #000000c7;
    margin: 0 auto;
    padding: 5% 0;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-size: medium;
    margin-left: 10px;
}

.section3-block1-right {
    position: absolute;
    top: 1%;
    left: 59.2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    border-right: 10px solid #ffc98f;
    background-color: #e75b48;
    text-align: center;
}

.section3-block1-right h5 {
    color: white;
    margin: 0 auto;
    padding: 5% 0;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
}

.section3-block1-right-bottom {
    position: absolute;
    top: 86%;
    left: 59.2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    border-right: 10px solid #e75b48;
    background-color: #ffc98f;
    text-align: right;
}

.section3-block1-right-bottom p {
    color: #000000c7;
    margin: 0 auto;
    padding: 5% 0;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-size: medium;
    margin-right: 10px;
    margin-left: 5px;
}

.watch {
    background-image: url(../imgs/btn/regarder.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 162px;
    height: 38px;
    position: absolute;
    top: 100%;
    left: 56%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.watch strong {
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-weight: 400;
}

.play {
    background-image: url(../imgs/btn/jouer.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 162px;
    height: 38px;
    position: absolute;
    top: 100%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play strong {
    top: 50%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-weight: 400;
}

.goo {
    background-image: url(../imgs/btn/allons-y.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 162px;
    height: 38px;
    position: absolute;
    top: 74%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.goo:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.goo strong {
    top: 50%;
    left: 63%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-weight: 400;
    width: 65%;
}

.btn1 {
    top: 50%;
    left: 115%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 38px;
}

.btn2 {
    top: 50%;
    left: 105%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 37px;
}

.btn3 {
    top: 50%;
    left: 105%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 37px;
}

.follows-us {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.follows-us h2 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}

.social {
    width: 12%;
    margin: 2%;
}

#zoomIn {
    overflow: hidden;
}

#zoomIn img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.slider-img {
    /* -webkit-animation-name: background;
     -webkit-animation-duration: 5s;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: linear;
     -webkit-animation-iteration-count: infinite;*/
}

@-webkit-keyframes background {
    0% {
        background-image: url('../imgs/slider/pic1.png');
    }
    50% {
        background-image: url('../imgs/slider/pic2.png');
    }
    100% {
        background-image: url('../imgs/slider/pic3.png');
    }
}

@media (max-width: 1000px) {

    .circle-img {
        width: 100%;
        top: 5%;
        left: 0;
        position: relative;
    }

    .circle {
        border-radius: 50%;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .section3-block1 {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        border-left: none;
        background-color: #e75b48;
        text-align: center;
    }

    .section3-block1-right {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        border-right: none;
        background-color: #e75b48;
        text-align: center;
    }

    .section3-block1-bottom {
        position: absolute;
        top: 78%;
        left: 48%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70%;
        border-left: 10px solid #e75b48;
        background-color: #ffc98fd6;
        text-align: center;
    }

    .section3-block1-right-bottom {
        position: absolute;
        top: 78%;
        left: 48%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70%;
        border-left: 10px solid #e75b48;
        border-right:none;
        background-color: #ffc98fd6;
        text-align: center;
    }

    .watch {
        top: 88%;
        left: 48%;
    }

    .play {
        top: 88%;
        left: 48%;
    }

    .head-pic-img {
        width: 100%;
    }
	.head-pic-img-large {
        width: 100%;
    }
    .site-content{
        overflow-x: hidden !important;
    }

    .section3-block1-right h5 {
        padding: 3% 0;
        font-size: 3vw;
		margin: 0 auto;
		margin-top: 20px;
    }
    .section3-block1 h5 {
        padding: 3% 0;
        font-size: 3vw;
    }

    .section4-right {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .goo {
        top: 78%;
    }

    .section4-right h4 {
        font-size: 1.4rem;
    }

    .follows-us {
        top: 33%;
        width: 100%;
    }

    .social {
        width: 10%;
    }

    .follows-us h2 {
        font-size: 4vw;
    }

    .container-section2 {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media(max-width:650px){
    .container-section2 {
        padding-left: 10%;
        padding-right: 10%;
    }

}

@media(max-width:480px) {
    .watch {
        top:93%;
        width: 140px;
        height: 33px;
    }

    .watch strong{
        font-size: 3vw;
    }

    .play {
        top:93%;
        width: 140px;
        height: 33px;
    }

    .play strong{
        font-size: 3vw;
    }
	.head-pic-img {
		width: 100%;
		height: unset;
	}
    .goo {
        width: 140px;
        height: 33px;
    }

    .goo strong{
        font-size: 2.9vw;
    }

    .section3-block1-right-bottom p {
        padding: 10% 0;
    }

    .section3-block1-bottom p {
        padding: 10% 0;
    }

    .section4-right h4 {
        font-size: 1.2rem;
    }

    .follows-us {
        top: 35%;
    }

    .social {
        width: 9%;
    }

    .container-section2 {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(max-width:420px) {

    .watch {
        top:84%;
        width: 140px;
        height: 33px;
    }

    .watch strong{
        font-size: 3vw;
    }

    .play {
        top:84%;
        width: 140px;
        height: 33px;
    }

    .play strong{
        font-size: 3vw;
    }

    .goo {
        top: 80%;
    }

    .section3-block1-bottom {
        top: 63%;
    }

    .section3-block1-right-bottom {
        top: 63%;
    }

    .section4-right {
        padding-top: 12%;
        padding-bottom: 12%;
    }

}

.art-hover:hover .art-link img{
    -webkit-filter: brightness(110%); /* Safari 6.0 - 9.0 */
    filter: brightness(110%);
}

.play:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.watch:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.discover:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.active-slider-desc{
    display: none;
}

.section1-phone{
    background-size: 100% !important;
}

.section1-relative{
    position: relative;
}

.section2-link{
    text-decoration: none !important;
}


.social-footer:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media(max-width: 602px){
    .section3-block1-bottom p {
        font-size: small;
    }

    .section3-block1-right-bottom p {
        font-size: small;
    }
}



