﻿body {
    background: #F4F6F9;
}

#header-logo img {
    margin-top: 15px !important;
}

.header h2 {
    margin-top: 8px;
}

.home-content .block, .home-content .content {
    height: auto !important;
}

.bloclog {
    margin: 35px 0 65px 0px;
    opacity: 0.96;
}

    .bloclog .form-group {
        margin-bottom: 7px !important;
    }

.textcr {
    margin-top: 15px;
}

.logbg {
    background-color: #E6E9F0;
    overflow:hidden;
    position:relative;
    padding-left:0px !important;
}

#bgvid {
    position: fixed;
    right: 0;
    bottom: 240px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
    background: url("img/bgoutvid.png") no-repeat;
    background-size: cover;
}

.img-container {
    background:url("../img/fond_accueil.png") round;
    width:100%;
    height:100%;
    position:absolute;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size:cover;
}

.img-container-cfg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}


video {
    display: block;
}

.titreh1accclr1 {
    background-color: rgba(164, 180, 22, 0.8);
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 5px 5px 25px;
}

.titreh1accclr2 {
    background-color: rgba(83, 196, 202, 0.8);
    padding: 5px 5px 5px 25px;
    display: inline-block;
}

h1 span.titreh1accclr1, h1 span.titreh1accclr2 {
    color: #FFFFFF;
}

.textacch1 {
    margin-top: 40px;
    font-size: 50px;
}

.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}
/* FrameWork MIR */
.form-control::-moz-placeholder {
    color: #373d4d;
}

.padding {
    padding: 10px;
}

.nopadding {
    padding: 0px;
}

.margetop {
    margin-top: 10px;
}

.margetopsm {
    margin-top: 5px;
}

.nomargebottom {
    margin-bottom: 0px;
}

.margebottom {
    margin-bottom: 10px;
}

.margeright {
    margin-right: 35px;
}

.text-center {
   text-align : center;
}

.margerightsm {
    margin-right: 10px;
}

.full {
    width: 100%;
}

.blocacc {
    background-color: #f4f6f9;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #c6cbdc;
    min-height: 150px;
    position: absolute;
    z-index: 100;
}

select {
    color: #CCCCCC;
}

