*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: url(img/bg.jpg) no-repeat center center fixed #303990;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main {
    background: url(img/bg.jpg) no-repeat center center fixed #303990;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.main>canvas {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.list-logos {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    min-height: 620px;
    overflow: hidden;
}


.list-logos a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
}

.list-logos a:before {
    content: "";
    position: absolute;
    left: -8%;
    top: -10%;
    width: 110%;
    height: 110%;
    margin: 0;
    display: block;
    box-shadow: 0 0 99px 68px #FFF;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.list-logos a:hover {
    opacity: 0.9;

    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-logos a img {
    display: block;
    z-index: 2;
    position: relative;
    max-width: 100%;
    height: auto;
}

.list-logos a.link-gbh-groupe {
    left: 564px;
    width: 230px;
    height: auto;
    top: 230px;
}



.list-logos a.link-estetica {
    left: 930px;
    width: 180px;
    height: auto;
    top: 120px;
}

.list-logos a.link-benus {
    left: 890px;
    width: 145px;
    height: auto;
    top: 400px;
}

.list-logos a.link-negoce {
    left: 305px;
    top: 440px;
    height: auto;
    width: 145px;
}

.list-logos a.link-chaudfroidbenhassine {
    left: 255px;
    top: 190px;
    height: auto;
    width: 145px;
}

.list-logos a.link-immobilierebenhassine {
    left: 482px;
    top: 30px;
    height: auto;
    width: 145px;
}





/*@-moz-keyframes spin { 100% { transform:skewY(180deg); } }
@-webkit-keyframes spin { 100% { transform:skewY(180deg); } }
@keyframes spin { 100% { transform:skewY(180deg);} }
*/

@keyframes spin {
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 110%;
        left: -8%;
    }
}


@media screen and (max-width: 1240px), screen and (max-height: 620px) {
    .list-logos {
        width: auto;
        height: auto;
        text-align: center;
        padding-top: 60px;
    }
    .list-logos a {
        position: relative;
        top: auto !important;
        left: auto !important;
        margin: 0 60px 100px !important;
        width: 150px !important;
        display: inline-block !important;
        height: auto !important;
        vertical-align: middle;
    }
    .list-logos a.link-gbh-groupe {
        display: block !important;
        margin: 0 auto 100px !important;
        width: 300px !important;
    }
}