.headerFond {
    background-image: url(../carousel/headerPro.jpg);
    /* background-size: 100%; */
    background-position: center;
    height: 300px;
    
}
.headerCol {
    height: 200px;
    background-color: #fff;
    opacity: 0.8;
    margin-top: 40px;
}
article {
    padding-top: 30px;
}
.img-hand {
    width: auto;
}
h1, h2 {
    /* border-top: 1px solid #0088ff; */
    border-left: 1px solid #0088ff;
    color: #000;
    padding: 0px 4px 4px 10px;
    /* border-bottom: 1px solid #0088ff; */
}
q { 
  quotes: "“" "”" "‘" "’";
  
}
q:before {
    content: open-quote;
    color: #0088ff;
    font-weight: bold;
}
q:after {
    content: close-quote;
    color: #0088ff;
    font-weight: bold;
}
section {
    margin-top: 10px;
}

.chiffrecle {
    font-size: 60px;
}
.infoscle {
    font-size: 20px;
}
.good:before,.good:after {
    color: green;
}

.description {
    color: #0088ff;
    cursor: pointer;
}

.video-responsive { overflow:hidden; padding-bottom:50vh; position:relative; height:0;}
.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;padding-right: 15px;padding-left: 15px;}
