*{
    margin: 0;
    padding: 0;
}

html, body {
	background-image: url('images/fond.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Arial";
	line-height: 1.6em;
}

a:link {
    font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
    font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.ange_accueil {
    margin: auto;
    width: 1020px;
}

/* -----------------------blocs de centrage-----------------------------------*/

.container0 {
    width: 1020px;
    margin: auto;
}

.ange_entete_menu {
    max-width: 100%;
    height: auto;
}

.container1 {
    display: flex;
    width: 1020px;
    min-height: 100vh;
    margin: auto;
	background-color: #bcdde0;
}

.container1-grid {
    display: flex;
    width: 1020px;
    margin: auto;
    background-color: #bcdde0;
}

.container2 {
    width: 770px;
}

.container2-grid {
    padding: 10px 0;
    width: 770px;
    margin: 0;
    display: grid;
    grid-template-columns: 350px 350px;
    grid-gap: 35px;
}

.container2-grid > * {
    padding: 5px;
    margin: 0;
}

.container3 {
    float: right;
    width: 247px;
}

/* ----------------------container3-------------------------------------------*/

.ange_titre_container3 {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    background-color: #ffcca9;
    text-align: center;
    padding: 5px 0 5px 0;
    color: black;
    font-weight: bold;
}

.ange_block2_container3 {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    width: 230px;
    text-align: center;
    border: 1px solid #a56015;
    padding: 3px;
    background-color: #fdf5e9;
    color: #a56015;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 10px 10px 3px #444;
    -webkit-box-shadow: 10px 10px 3px #444;
    box-shadow: 10px 10px 3px #444;    
}

.ange_link_right_side {
    width: 230px;
    border: 1px solid #a56015;
    padding: 3px;
    background-color: #fdf5e9;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 10px 10px 3px #444;
    -webkit-box-shadow: 10px 10px 3px #444;
    box-shadow: 10px 10px 3px #444;    
}

.ange_link_right_side a:link {
    font-family: 'verdana', Sans-Serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.ange_link_right_side a:visited {
    font-family: 'verdana', Sans-Serif;
    font-size: 12px;
    color: black;
}

.ange_link_right_side a:hover {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    color: red;
}


/*------------------------------------------------------------------------------
                     "La légende des Anges de Mons"
------------------------------------------------------------------------------*/

.ange_titre {
	display: block; 
	background: #60C5F1; 
	text-align: center; 
	font-family: "comic sans ms"; 
	font-size: 1.5em; 
	padding: 10px 0;
	color: white;
}

.ange_texte { 
    margin: 0 30px 0 30px;
	font-family: comic_neueregular; 
	font-size: 1.2rem;
	text-align: justify;
	color: #000000;
}

.ange_titre_int {
	padding-left: 2em;
	font-family: "comic sans ms"; 
	font-size: 1.5em; 
	color: #1200ff;
}

.ange_texte a {
	font-family: "roboto_regular"; 
	font-size: 1.5rem;
}

div.ange_texte a:hover {
    color: #0c7e74;
    border-bottom: 3px solid gold;
}

.ange_texte a:link {
	color : #33f;
	text-decoration: none;
}

.ange_texte a:visited {
    color : #33f;
	text-decoration: none;
}

/* ---------------------pour les photos---------------------------------------*/

.ange_ph_bt {
    display: inline-block;
    background-color: #c8efd4;
    border-radius: 10px;
    border: 3px double #888888;
    color: #111111;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    cursor: pointer;
}

.ange_titre_22px {
    font-family: 'verdana';
    font-weight: 400;
    color: #98E0AD;
    margin: 20px;
    font-size: 20px;
}

/* --------------------------- Menu ------------------------------------------*/

nav {
    width: 100%;
    margin: 0 auto;
    background-color: #111111;
    position: sticky;
    top: 0;
    z-index: 999;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
}

nav ul::after {
    content: "";
    display: table;
    clear: both;
}

nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
}

nav a:hover {
    color: orange;
    border-bottom: 2px solid gold;
}

.ange_sous {
    display: none;
    box-shadow: 0 5px 5px #555555;
    background-color: #668899;
    position: absolute;
    width: 300%;
    z-index: 1000;
}

nav > ul li:hover .ange_sous {
    display: block;
}

.ange_sous li {
    float: none;
    width: 100%;
    text-align: left;
}

.ange_sous a {
    padding: 10px;
    border-bottom: none;
}

.ange_sous a:hover {
    border-bottom: none;
    background-color: RGBa(140,140,140,0.2);
}

.ange_deroulant > a::after {
    content:" ▼";
    font-size: 12px;
}


/*------------------------------------------------------------------------------
                                   Fontes supplémentaires
------------------------------------------------------------------------------*/
@font-face {
    font-family: 'comic_neueregular';
    src: url('fontes/comicneue-regular-webfont.eot');
    src: url('fontes/comicneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/comicneue-regular-webfont.woff2') format('woff2'),
         url('fontes/comicneue-regular-webfont.woff') format('woff'),
         url('fontes/comicneue-regular-webfont.ttf') format('truetype'),
         url('fontes/comicneue-regular-webfont.svg#comic_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.eot');
    src: url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.woff2') format('woff2'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------------------------------
                                     ange accueil
------------------------------------------------------------------------------*/

.ange_bloc1 {
	font-family: "roboto_regular"; 
	font-size: 1rem;
    margin: 7px;
    padding: 5px;
    width: 360px;
    height: 100%;
    line-height: 1.2em;
    background: white;
}

.ange_bloc_titre {
	text-align: center;
	background-color: #138535;
}

.ange_bloc_titre_fini {
	text-align: center;
	background-color: #3398cc;
}

/*----------------------------------------*/
.ange_bloc_titre a:link {
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
}

.ange_bloc_titre a:visited {
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
}
    
.ange_bloc_titre a:hover {    
    font-size: 1.5rem;
    color: #BF5B16;
}

/*----------------------------------------*/
.ange_bloc_titre_fini a:link {
    font-size: 1rem;
    color: black;
    text-decoration: none;
}

.ange_bloc_titre_fini a:visited {
    font-size: 1rem;
    color: black;
    text-decoration: none;
}
    
.ange_bloc_titre_fini a:hover {    
    font-size: 1.3rem;
    color: #BF5B16;
}

/*----------------------------------------------------------------------------*/

/* pour ajouter une bande de la même couleur que le fond */
.ange_bas_de_page_fond {
    background-color: #BCDDE0;
    margin: auto;
    width: 1020px;
    height: 30px;
}

/* pour le copyright */
.ange_bas_de_page_noir {
    background-color: black;
    color: white;
    margin: auto;
    width: 1020px;
    height: 90px;
    font-size: 18px;
    text-align: right;
}
/*----------------------------------------------------------------------------*/


