@font-face{
    font-family: "sylfaen";
    src:url(fonts/sylfaen.ttf);
}
#cms1 section#bloc1{
    display: block;
    background:transparent;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2%;
}
section#bloc1{
    display: none;
}
section#bloc1 .block p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Playball', cursive;
    text-align: left;
    color: #000;
    line-height: 2.7;
}
.bloc-1{
  background:url(img/image1.png) no-repeat center;
  height: 419px;
}
.image-2{
  background:url(img/image2.png) no-repeat center;
  height: 419px;
}
.image-3{
  background:url(img/image3.png) no-repeat center;
  height: 419px;
}
.marquee {
width:600px;
/*height:40px;
padding:5px;
background-color: yellowgreen;
border: 20px solid rgba(0,0,0,0.3);*/
white-space: nowrap; 
overflow: hidden;
 
/* Safari and Chrome  */
overflow-x:-webkit-marquee;
-webkit-marquee-direction: backwards;
-webkit-marquee-style: scroll;
-webkit-marquee-speed: fast;
-webkit-marquee-increment: 1px;
-webkit-marquee-repetition: infinite;
 
/* W3C  */
overflow-x: marquee-line;
marquee-direction: forward;
marquee-style: scroll;
marquee-speed: fast;
marquee-play-count: infinite;
}
section#bloc1 img{
  margin: 0 75px;
}
@media only screen and (min-width: 768px){
section#bloc1 .block p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Playball', cursive;
    text-align: left;
    color: #000;
    line-height: 1.8;
}
}
@media only screen and (min-width: 992px){
section#bloc1 .block p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Playball', cursive;
    text-align: left;
    color: #000;
    line-height: 2.7;
}
}