.hide {
    display: none;
}

.title {
    display: none;
}

.bloc-logo {
    display: block!important;
    /*width: 50%;*/
}

.bloc-photo {
    height: 100%;
    width: 55%;
    display: flex;
}

.bloc-photo > div {
    height: 65%;
    width:30%;
    margin: auto;
}

.bloc-parallele {
    height: 100%;
    width: 100%;
    transform: skew(-20deg);
    overflow: hidden;
}

.bloc-parallele > div {
    transform: skew(20deg);
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: -50%;
    background-size: cover !important;
    background-repeat: no-repeat!important;
}

.bloc-parallele .img-first {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../assets/images/home-pict1.webp');
}

.bloc-parallele .img-second {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../assets/images/home-pict2.webp');
}

.bloc-parallele .img-third {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../assets/images/home-pict3.webp');
}

#logo, #logo-home {
    transition: 0.5s ease-in-out;
    transition-timing-function: ease;
}

#logo {
    opacity: 0;
    height:0;
}

#logo-home {
    height: 300px;
    margin: 50px;
}

.intro {
    height:450px;
}

.icon-circle {
    margin: 10px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

.reunion {
    margin: 5px 10px;
    padding: 35px;
    width: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    transition: 0.5s;
}

.reunion:hover {
    background-size: 200%;
}

.reunion:nth-child(1) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../assets/images/rendez-vous/mardi.webp");
}

.reunion:nth-child(2) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../assets/images/rendez-vous/mercredi.webp");
}

.reunion:nth-child(3) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../assets/images/rendez-vous/vendredi.webp");
}

.reunion:nth-child(4) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../assets/images/rendez-vous/dimanche.webp");
}

.horaire {
    justify-content: center;
}

@media screen and (max-width: 1200px) {            
    .bloc-logo {
        display: block!important;
        /*width: 50%;*/
    }

    .bloc-photo {
        height: 100%;
        width: 50%;
        display: flex;
    }
}

/* smart */
@media screen and (max-width: 1000px) {
    #logo-home {
        height: auto;
        margin: 0;
    }

    .couverture {
        display: grid;
    }

    .logo-white {
        width: 90%;
    }

    .bloc-logo {
        display: block!important;
        width: 100%;
    }

    .bloc-photo {
        display: none;
        width:100%;
        height: 175px;
    }

    .pict-instagram-slide img {
        height: 300px;
        margin: 0 10px;
    }

    .pict-instagram:before,
    .pict-instagram:after {
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        content: "";
        z-index: 2;
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .foot-sections {
        text-align: center;
    }
    
    .bloc-photo {
        display: none;
    }

    #logo {
        height:70px !important;
    }
}

.bloc-insta-square {
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.insta-square {
    border-radius: 30px;
    background: rgba(172, 198, 199, 0.2);
    height: 200px;
    width: 200px;
    position: absolute;
    animation: 3s slide infinite linear;
}
/* smart */
@media screen and (max-width: 1000px) {
    .insta-square {
                border-radius: 30px;
                background: rgba(172, 198, 199, 0.2);
                height: 100px;
                width: 100px;
                position: absolute;
                animation: 3s slide infinite linear;
            }
}

@keyframes slide {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.insta-square:nth-child(1) {
    top: 60%;
    left: 10%;
    animation-delay: 0s;
}

.insta-square:nth-child(2) {
    top: 20%;
    left: 30%;
    animation-delay: 2s;
}

.insta-square:nth-child(3) {
    top: 50%;
    left: 90%;
    animation-delay: 4s;
}

.insta-square:nth-child(4) {
    top: 30%;
    left: 50%;
    animation-delay: 6s;
}

.insta-square:nth-child(5) {
    top: 90%;
    left: 60%;
    animation-delay: 8s;
}

.insta-square:nth-child(6) {
    top: 70%;
    left: 25%;
    animation-delay: 10s;
}