.content .bloc1 {
padding-left:0px;
}
.content .bloc2 {
padding-right:0px;
}
.content h1 {
    color: #c0a360;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 45px;
    padding-bottom: 25px;
}
.content h2 {
    color: #5858a6;
    font-size: 20px;
    margin: 0;
    line-height: 35px;
    padding-bottom: 10px;
}
.blocparag ul {
list-style: none;
padding: 0;
margin: 0;
}
.blocparag ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: justify;
    color: #949493;
}
.blocparag ul li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 5px;
    width: 5px;
    background: #c0a360;
}
.content p {
font-size: 14px;
color: #949493;
text-align:justify;
margin-bottom: 25px;
    line-height: 23px;
font-family: 'Open Sans';
}

@keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 15px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-moz-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 15px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-ms-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 15px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}

.moveUp{
    animation: moveUp 4s infinite;
}

.bloc1 img {
display: inline-block;
}
.bloc1 {
text-align: center;
margin-bottom: 35px;
}

@media screen and (max-width: 993px) {
.bloc1, .bloc2 {
width: 100%;
padding: 0;
}










