﻿body{
	font-size: 21px;
	margin: 0px ;
	line-height: 25px;
	text-align: center;
	background-color: #DFDFDD;
}

    #container_global {
      max-width: 980px;
      width: 100%;
      margin-top: 0px;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
#bloc_haut_accueil {
	width: 100%;
	height: 488px;
	background-image: url('banniere-musees-avesnois.jpg');
}

    a {
      color: #006621;
      text-decoration: none;
      font-style: italic;
      font-weight: bold;
    }

    img {
      padding: 1px;
      margin: 0px;
      border-radius: 10px;
      width: 100%;
      height: auto;
      background-color: #000000;
    }
.img2 {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

    .bloc-double {
      display: flex;
      flex-wrap: wrap;
      gap: 2%;
    }

    .col-gauche, .col-droite {
      flex: 1 1 49%;
      box-sizing: border-box;
      background-color: #DFDFDD;
    }

    .col-large {
	flex: 1 1 100%;
	box-sizing: border-box;
	background-color: #DFDFDD;
}
    
.bloc-trois {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.col-3 {
  width: 32%;
  background-color: #DFDFDD; /* si tu veux voir les blocs */
  /* border: 1px solid #ccc;  (facultatif) */
  /* padding: 10px;            (facultatif) */
  box-sizing: border-box;
}
    .paragraphe {
      text-align: justify;
    }
.style4 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
}
    
 .auto-style12 {
      margin: auto;
      width: 100%;
      border-collapse: separate;
      border-spacing: 5px;
    }
    .auto-style19 {
      border-radius: 8px;
      border: 1px solid #A26B35;
      padding: 1px;
      background-color: #fff;
    }



    .auto-style20 {
      border-radius: 8px;
      border: 1px solid #A26B35;
      text-align: right;
      padding: 1px;
      background-color: #fff;
    }

    .auto-style21 {
      border-radius: 8px;
      border: 1px solid #A26B35;
      text-align: left;
      padding: 1px;
      background-color: #fff;
    }

.auto-style24 {
	font-size: 21px;
    }
.auto-style39 {
	border-radius: 10px;
	border: 1px solid #996633;
}
    
.auto-style25 {
	font-size: 21px;
}
    
  #bloc_haut {
	width: 100%;
margin: 0px ;

	height: 485px;
	background-image: url('banniere-musees-avesnois-page.jpg');
}
    
 #case_1_2 {
	width: 283px;
	height: 83px;
	margin-top: 5px;
	margin-left: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#case_1 {
	width: 100%;
	height: 40px;
	text-align : center;
	font-weight: bold;
	font-size: 26px;
	font-style: italic;
	color: #DFDFDD;
	margin-top: auto;
	margin-bottom: auto;
}
#case_2 {
	width: 100%;
	height : 43px;
	float : left;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #DFDFDD;
	margin-top: 5px;
}
    
    @media (max-width: 800px) {
      .bloc-double {
        flex-direction: column;
      }

      .col-gauche, .col-droite, .col-large {
        flex: 1 1 100%;
      }
    }
    
    @media (max-width: 800px) {
  .col-3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  text-align: center;
  margin-top: 0.5em;
}

