*{box-sizing: border-box;}
body{
    font-size: 1em;
    font-family: 'Times New Roman', Times, serif;
    color: #21275e;
    line-height: 1.2;
    margin: 0;
    
}

h1, h2, h3{
    margin-bottom: 5px;
}
   
h1 {
    font-size: 1.8em;
    margin-top: 50px;
    
}

h2 {
    font-size: 1.3em;
    margin-top: 50px;
    margin-bottom: 25px;
}

h3 {
    font-size: 1.1em;
    margin-left: 30px;
    margin-top: 50px;
}

p{margin-top: 0px;
}

.gras{
    font-weight: bold;
}
.lien-interne{
    color: #21275e;
}
p{
    font-size: 1.3em;
}

ul{
    font-size: 1.3em;   

}

li{
    font-size: 1em;
    font-family: 'Times New Roman', Times, serif;
    color: #21275e;
    line-height: 1.2;
    margin: 0;

}
.sous-ul{
    font-size: 1.3em;
    font-family: 'Times New Roman', Times, serif;
    color: #21275e;
    line-height: 1.2;
    margin-left: 50px;

}

/*-----------La top bar avec le menu----------------*/

.logo{display: block;
width:30%;
margin-top: 0;
margin:auto;}

.top-bar{
    background: #fff;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #21275e;

}



.top-bar nav a{
   font-family: Roboto, sans-serif;
   font-size: 0.8em;
   font-weight: 700;
   text-decoration: none;
   padding: 0 53px; 
   
}

    .top-bar nav a:hover, .top-bar nav a.active{
        color: #F162A4;
}

/*--------------le contenu central-----------------*/


    main.contenu{
        width:1200px;
        margin: 0 auto;
    }

    .entete{text-align: center;
        margin: 0 100px;
    }
    .entete p{text-indent: 0px;}


    .chapo{
        font-style: italic;
        margin: -5px 0 10 0px;
    }


.article-simple{
    margin: 0 100px;
    
}

.first{
    margin-top: 35px;
}


/*-----------texte plus image a droite-----------*/
.article-img-d{
    margin: 0 100px; 
    overflow: hidden;

}

.article-img-d img{
    
    float: right;
}





/*-----------texte plus image a gauche-----------*/

.article-img-g {
    margin: 0 100px;
    overflow: hidden;
}



.article-img-g img {
    float: right;
}

/*----------------texte avec citation-------------------*/

.article-citation{
    margin: 0 100px;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}
/*------------un mini catalogue --------------*/

.mini-catalogue{
    
    border-bottom: 2px solid #b19357;
    padding-bottom: 10px;
    border-top: 2px solid #b19357;
    padding-top: 10px;
}

.imagette{
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imagette img{
    margin: 10 0px
}

.catalogue {
        
    font-weight: bold;
    font-size: 1.5em;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    color: #b19357;
}

.button-catalogue {
    display: block;
    text-align: center;
    margin: 50px;
}


/*
.mini-catalogue-1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    
    
    border-top: 2px solid #b19357;
    border-bottom: 2px solid #b19357;
    padding: 10 10px;
     
}


.mini-catalogue-1 .button{
    grid-column: 3;

}

*/

@media screen and (max-width:1050px) {
/*-----------texte plus image a droite-----------*/



    main.contenu {
    width: 100%;
    margin: 0 auto;
    }
    
}

@media screen and (max-width:740px){
    .article-img-g img , .article-img-d img{
        float: none;
    }

}