.bandeauArticle figure{position:relative;}

.bandeauArticle figure img{width:100%;}

.bandeauArticle article{
position:relative;
padding:0 50px;
}

.bandeauArticle.entete figure + article{margin-top:-10%;}

.bandeauArticle.no_txt article{display:none;}

.bandeauArticle article .content{
background-color:#fff;
padding:90px 60px;
}

.bandeauArticle article .content > .titre1{text-align:center;}

.bandeauArticle article .content > .titre1 + .ckeditor{margin-top:120px;}

@media screen and (max-width:980px){
.bandeauArticle article .content{padding:0 30px;}

.bandeauArticle article .content{padding:50px 30px;}

.bandeauArticle article .content > .titre1 + .ckeditor{margin-top:30px;}
}

@media screen and (max-width:780px){
.bandeauArticle.entete figure + article{margin-top:0;}

.bandeauArticle article{padding:0 30px;}

.bandeauArticle article .content{padding:30px 0;}
}