﻿html, body {
    /*    background: url(/images/background.jpg) no-repeat center top;
*/ margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    height: 100%;
}

.formatRBL label {
    margin-right: 50px;
    margin-left: 10px;
    font-size: 20pt;
}

.h-100 {
    height: 100% !important;
}

legend {
    color: #fff;
    background-color: #005e26;
    padding-left: 5px;
}

/* responsive FB */

#likebox-wrapper * {
    width: 98% !important;
    padding-left: 0px;
    min-height: 228px;
    margin-bottom: 10px;
}
/* responsive FB end */
/* smoothdivscroll */

#logoParade {
    width: 100%;
    height: 78px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
}

    #logoParade div.scrollableArea a {
        display: block;
        float: left;
        padding-left: 8px;
    }

    #logoParade div.scrollableArea img {
        width: 90px; /*taille des images*/
        border: 1px silver solid;
    }
/* smoothdivscroll */
.pubs {
    margin-top: 30px;
}

.accreditationleft {
    /* float:left; */
    font-size: small;
    font-weight: bold;
    height: 490px;
}

.accreditationright {
    float: right;
    font-size: small;
    font-weight: bold;
    clear: both;
}
/* responsive videos youtube */
.video-container {
    position: relative; /* keeps the aspect ratio */
    padding-bottom: 56.25%; /* fine tunes the video positioning */
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* END responsive videos youtube */

.galthumbs {
}

.logostream {
    display: block;
    position: fixed;
    width: 250px;
    height: 150px;
}


#cf3 {
    height: 220px;
}



@-webkit-keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


#cf3 img {
    position: absolute;
    left: 0;
}

    #cf3 img.top {
        -webkit-animation-name: cf3FadeInOut;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-direction: alternate;
        -moz-animation-name: cf3FadeInOut;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 0.5s;
        -moz-animation-direction: alternate;
        -o-animation-name: cf3FadeInOut;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration: 0.5s;
        -o-animation-direction: alternate;
        animation-name: cf3FadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 0.5s;
        animation-direction: alternate;
    }


.rblitem {
    margin-right: 20px;
}
