.baniere-faq{
 background: linear-gradient(#AF3232 8%, #AF3232 , #b65252, #AF3232, #b65252 );
 display: flex;
 flex-direction: column;
    }
      

.titres{
width:60%;
margin: 0;
display: flex;
flex-direction: row;
flex-wrap:wrap ;
justify-content:space-between;
align-content:center;
margin: auto;
margin-top: 200px;
margin-bottom: 100px;

}
                    @media screen and (max-width:1450px){
                        .titres{
                            width:70%;
                        }
                        }
                    @media screen and (max-width:1350px){
                        .titres{
                            width:80%;
                        }
                        }
                    @media screen and (max-width:1050px){
                        .titres{
                            width:90%;
                        }
                        }
                    @media screen and (max-width:990px){
                        .titres{
                            flex-direction: column;
                            margin-top: 50px;
                            margin-bottom: 80px;
                        }
                        }               


.titres h1{
text-align: center;
line-height: 80px;
font-size: 65px;
font-weight: lighter;
color: #F5EBBE;
padding-top: 50px;
} 

.questions{
    margin: 0;
}
                    @media screen and (max-width:990px){
                        .questions{
                           padding-top: 50px;
                        }
                        } 
 
  
  /*..ligne jaune...*/
.ligne-jaune{
    z-index: 1;
    min-height: 130px;
    rotate: 6deg;

}

                    @media screen and (max-width:1790px){
                        .interrogation{
                            top: -90px;
                        }
                        } 
                    @media screen and (max-width:1500px){
                        .interrogation{
                            top: -60px;
                        }
                        }
                    @media screen and (max-width:1200px){
                        .interrogation{
                            top: -50px;
                            left: 100px;
                        }
                        }       

/*.....les questions...............*/
.faq{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: linear-gradient(#b14747 ,#b65252 3%, #e9d59e,#b65252);
margin-top: -50px;
padding-left: 10%;
padding-right: 10%;
position: relative;
}  

  
.contain-faq{
    display: flex;
    flex-direction: row;
    min-width: 100px;
    align-items: center;
    justify-items: space-between;
    width: 90%;
    margin: 0;
}

                    @media screen and (max-width:1350px){
                        .contain-faq{
                            width: 100%;
                        }
                        } 
.contain-faq img{
margin-top: 100px;
opacity: 50%;
}
 .faq article{
     background-color: #F5EED7;
  
     border-radius:3%;
  box-shadow: 12px 12px 2px 1px rgb(167, 49, 49);
    width:600px;
    padding: 30px;
    margin-top: 150px;
    margin-bottom:50px ;
    }

                        @media screen and (max-width:450px){
                            .faq article{
                       height: max-content;
                       border-top-right-radius:0;
                        border-bottom-left-radius: 0;
                        padding: 20px;
                                }
                                } 

.faq article span{
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
width: 320px;
margin-bottom: 20px;
color: #333232;
}                              
.faq article p{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
width: max-content;
padding: 20px;
color: #414040;
}
                    @media screen and (max-width:350px){
                        .faq article p{
                           padding: 10px;
                        }
                        }       
.faq a{
    text-decoration: none;
    text-decoration: underline;
    color: indianred;
    margin-top: 20px;
    font-size: 25px;
    display: block;
   }
                       @media screen and (max-width:350px){
                           .faq a{
                               margin-left:10px;
                               }
                               }                                                    