* {
    box-sizing: border-box;
}

body {
	margin: 0;
    font-family: Arial;
    background: #e9f0f5 url(stylesheets/images/pixels4.png) repeat top left; 
}
.spacer {
    margin: 25px auto;
}
.decal_g_20 {
	position: relative;
    left: -20px;
    font-size: 14px;
    width: 115%;
}
a.font-14 {
    font-size: 14px;
}
.avis {
    display: flex; /* Utilisation de flexbox pour aligner les divs */
    justify-content: space-between; /* Les éléments enfants sont répartis de manière égale dans le conteneur */
}

.left-div {
    flex: 0 1 auto; /* Div 1 gardera sa largeur naturelle */
	text-align: left;
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px rgba(176,176,176,.8);
	text-transform: uppercase;
	font: 12px verdana,sans-serif;
	padding: 3px 0px 5px 13px;
}

.right-div {
    flex: 1 1 auto; /* Div 2 prendra autant d'espace que possible */
    text-align: right; /* Alignement du texte à droite */
}


a {
    color: #343434;
    background: transparent;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

a:hover, a:active {
    outline: none;
	color: #cdb280;
}

[role="banner"] {
  width: 100%;
  max-width:960px;
  position: absolute;
  overflow: hidden;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  font-size: 90%;
}

#logo,
[role="banner"] nav,
[role="banner"] form {
  float: left;
}

/* Logo */

#logo {
 /* margin-top: 11px; */
}

/* Navigation */

[role="banner"] nav {
  width: 600px;
  text-align: center;
}

[role="banner"] nav li {
  display: inline-block;
  padding: 16px 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

[role="banner"] nav li.active {
  background: url(../images/header/glow.png) no-repeat 50% 0;
}

[role="banner"] nav li.disabled {
  opacity: 0.25;
}

[role="banner"] nav a:link,
[role="banner"] nav a:visited {
  color: #fff;
}

[role="banner"] nav a:hover,
[role="banner"] nav .active a {
  color: #beff9d;
}
/*
mettre un premier div en relative sans le refermer 
et inclure les autres en absolu avant de refermer le premier */
/*
body {
   margin: 10px; 
  background-color:#fff5e2;
  background: #e9f0f5 url(images/pattern1.png) repeat top left; 
} */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.hidden {
visibility:hidden;
}
.spacer {
margin: 25px auto;
}
#acc_un {
	display:flex;
	flex-wrap:wrap;
	height:auto;
}
#acc_image {
	position: relative;
    top: 0px;
    margin: 5px 10px 0px 15px;
    width: 40%;
    height: auto;
}
#acc_text {
	position: relative;
    margin: 5px 0px 0 0;
    width: 55%;
    height: auto;
}	
@media screen and (max-width: 600px) {
#acc_image {
    width: 100%;
	}
	#acc_text {
    width: 100%;
	}
}
.accueil {
    margin: 5px 0px 5px 0px;
    padding-left: 2%;
    text-align: left !important;
    color: #999;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 130%;
	font-size:0.95rem;
}
#repros {
background-color: white;
    padding: 10px 20px;
    margin-top: 20px;
    /* box-shadow: 0 2px 3px 0px #9a9a9a; */
	box-shadow: 0 5px 20px -7px rgba(0,0,0,.9)!important;
    border-radius: 3px;
}
#naissance {
background-color: white;
    padding: 0px 20px;
    margin-top: 20px;
    box-shadow: 0 5px 20px -7px rgba(0,0,0,.9)!important;
    border-radius: 3px;
}
.infos_divers {
text-align: left !important;
    color: #999;
    font-size: 15px;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
	}
@keyframes blink {  
  50% { color: red; }
  100% { color: white; }
}
@-webkit-keyframes blink {
  50% { color: red; }
  100% { color: white; }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
} 
div.titre_signaletique {
    position: relative;
    /* height: 30px; */
    font-family: Georgia !important;
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #c17e15;
    margin: 0 20px 0 5px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.infos_naissances_gauche {
width: 70%;
float: left;
}

.infos_naissances_droite {
    padding: 1.4em 0 0 0;
float: right;
width: 28%;
}
.infos_naissances_droite img {
	width:95%;
    float: right;
    margin-right: 15px;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 1em white, 0 0 1em #9a9a9a;
}
.infos_signaletique_gauche {
min-width: 33%;
float: left;
}

.infos_signaletique_droite {

float: right;
/* width: 65%; */
}
.myth {
    content: "";
    display: table;
    clear: both;
}
.myth h3 {
	background-color: inherit;
    text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.1em;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.border_left_black {

    padding-right: 4%;
    text-align: left !important;
    color: #78787a;
    font-size: 15px;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 135%;
}
@media screen and (max-width: 700px)  {
.infos_naissances_gauche, .infos_naissances_droite, .infos_signaletique_gauche, .infos_signaletique_droite {
    width: 100%;
    float: none;
}}

/* début pour images zoom  */
#images-box {
	/* The total width of the image-box, mainly for centering */
	width: 90%;
	margin: 0px auto;
	position: relative;
	top: 70px;
}

.image-lightbox img {
	/* Inherit the width and height from the parent element */
	width: 100%;
	height: auto;
	z-index: 3000;
}

.holder {
	/* The width and height, you can change these */
	width: 21%;
	/* height: 166px; */
	/* Float left, so everything aligns right */
	float: left;
	margin: 0 20px 0 0;
}

.image-lightbox {
	/* Inherit width and height from the .holder */
	width: inherit;
	height: inherit;
	padding: 10px;
	/* Box shadow */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 5px;
	/* Position absolutely so we can zoom it out later */
	position: absolute;
	top: 0;
	font-family: Arial, sans-serif;
	/* Transitions to provide some eye candy */
	-webkit-transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
}

.image-lightbox span {
	display: none;
}

.image-lightbox .expand {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 4000;
	background: rgba(0,0,0,0); /* Fixes an IE bug */
	left: 0;
}

.image-lightbox .close {
	position: absolute;
	width: 20px; height: 20px;
	right: 20px; top: 20px;
}

.image-lightbox .close a {
	height: auto; width: auto;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #22272c;
	box-shadow: inset 0px 24px 20px -15px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0,0,0,0.4), 0px 0px 30px rgba(255,255,255,0.4);
	border-radius: 5px;
	font-weight: bold;
	float: right;
}

.image-lightbox .close a:hover {
	box-shadow: inset 0px -24px 20px -15px rgba(255, 255, 255, 0.01), inset 0px 0px 10px rgba(0,0,0,0.4), 0px 0px 20px rgba(255,255,255,0.4);
}

div[id^=image]:target {
	width: 50%;
	height: auto;
	z-index: 5000;
	/* top: 50px; */
	left: 200px;
}
div[id^=image]:target .close {
	display: block;
}

div[id^=image]:target .expand {
	display: none;
}

div#image-1:target, div#image-2:target, div#image-3:target { left: 200px; }

div#image-1 { left: 0; }
div#image-2 { left: 25%; }
div#image-3 { left: 50%; }
/* fin pour images zoom */

#scrollUp
{
position: fixed;
bottom : 10px;
right: -100px;
opacity: 0.5;
}
#title_article h1{
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #333;
    font-size: 2.6vw;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#title_article h2 {
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #333;
    font-size: 2.6vw;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.responsive {
/* max-width: 250px; */
    width: 100%;
    height: auto;
}

.gauche_image_races {
position: relative;
    top: 15%;
    left: 5%;
    width: 75%;
	}
	
.gauche_image_races img {
    border-radius: 100%;
    box-shadow: 0 0 8px rgb(88, 88, 88);
    /* background-color: #cdb280; */
    border: 1px solid;
    border-color: #bfbfbf;
    padding: .25rem;
}

#contenu_yy h3, #main_zz  h3 {
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #333;
    font-size: 2.2vw;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.tab_dab_one {
	clear: both;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.tab_dab {
position:relative;
}
.tab_reserv {
	position: relative;
    top: -25px;
    left: 3px;
    width: 194px;
    background-color: #000000;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	font-family: Georgia;
    font-style: italic !important;
}
.libre {
	color: #ffffff;
	font-family: Georgia;
    font-style: italic !important;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.entoure {
	padding: 10px;
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* Encadrer le texte autour d'une image à droite */ 

.rightimg, .leftimg, .centreimg img { 
padding: 10px;
    background: #fff url(images/rose_small.png) repeat;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 50%; 
margin:6px; 
} 
.rightimg {float:right;} 
.leftimg {float:left;} 

div.centreimg { 
text-align:center;
 }

	
.photo_multiples {
display:inline;
position: relative;
    top: 15%;
    width: 5%;
	}
	
.photo_multiples img {
    border-radius: 100%;
    box-shadow: 0 0 8px rgb(88, 88, 88);
    /* background-color: #cdb280; */
    border: 1px solid;
    border-color: #bfbfbf;
    padding: .25rem;
}
.responsive_photo_multiples {
    max-width: 250px;
    width: 18%;
    height: auto;
}

.imgleft{
padding: 10px;
background: #fff;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
-moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
box-shadow: 0 0 4px rgba(0,0,0,.4); 
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
float:left;
margin:0 20px 10px 0;
}

.imgright{
padding: 10px;
background: #fff;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
-moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
box-shadow: 0 0 4px rgba(0,0,0,.4); 
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
float:right;
margin:0 0 10px 20px;
}

#my_footer {
    background-color: #ffffff;
    margin: 1px auto;
    /* height: 120px; */
    width: 90%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
}
	#tags {
	position:relative;
	top:-8px;
    background-color: #ffffff;
    margin: 1px auto;
    width: 90%;
	border-top:1px solid silver;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	padding: 25px 0px 7px 0px;
	}
	#tags2 {
	margin: 20px 20px 0 20px;
    padding: 5px 20px;
    text-align: center;
    background: white;
    box-shadow: 0 2px 3px 0px #9a9a9a;
    border-radius: 3px;
	}
	#tags2 em{
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	#tags2 h4{
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	#tags2 span{
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	#infos_complementaires {
	margin: 20px 20px 0 20px;
    padding: 5px 20px;
    text-align: center;
    background: white;
    box-shadow: 0 2px 3px 0px #9a9a9a;
    border-radius: 3px;
	}
	#infos_complementaires em{
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	#infos_complementaires h4{
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	#infos_complementaires span{
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    clear: left;
    color: #7b5427;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	@media screen and (max-width: 600px) {
	#tags,#tags2  {
	margin: 20px 0 ;
	}
	}
	/* #footer_mondon {
	position:relative;
	top:-8px;
    background-color: #ffffff;
    margin: 1px auto;
    width: 90%;
	border-top:1px solid silver;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	padding: 25px 0px 7px 0px;
	} */
	@media screen and (max-width: 450px) {
	#footer_mondon {
	width: 100%;
	}
	}

	
	.footer_link a:after {
    width: 3px;
    height: 15px;
    margin: 5px;
    color: #af7203;
    font-weight: bold;
    content: ' | ';
	}

	.footer_link span {
    color: #af7203;
    text-transform: none;
}
	#footer_mondon em{
	font-size:0.7em;
	color:#bec2cc;
	text-shadow: 0 -1px 0 #fff;
	}
		
	.footer_author a:after {
    width: 3px;
    height: 15px;
    margin: 5px;
    color: #af7203;
    font-weight: bold;
    content: ' | ';
	}
	.footer_author a:before {
    width: 3px;
    height: 15px;
    margin: 5px;
    color: #af7203;
    font-weight: bold;
    content: ' | ';
	}

/* Search */

[role="banner"] input {
  width: 165px;
  height: 14px;
  margin-top: 13px;
  padding: 5px 8px 5px 27px;
  border: 0;
  color: #eee;
  background: #000 url(../images/header/search.png) no-repeat 8px 6px;
  background: rgba(0, 0, 0, 0.19) url(../images/header/search.png) no-repeat 8px 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 1px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 1px 6px rgba(0, 0, 0, 0.5);
}

[role="banner"] input:focus {
  outline: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.07);
}

/* ---------------------------------------------------------- */

#header {
    background: #d5e9f6 url(stylesheets/images/feature_tile2.png) repeat-x;
    color: #333;
    padding: 0.5em 0 1.5em;
	
	
	
}
#header {
    background: #A7B5BF;
    background-image: url(stylesheets/images/pixels4.png);
    background-repeat: repeat;
    border-bottom: 1px #fff;
    padding: 1px;
}

#header {
	min-height:66px;
}
.header {
    padding: 3px;
    background: white; /* #fbf7e1 */
	box-shadow: 0 2px 3px 0px #9a9a9a; /* #d8d9e1 */ 
	display:flex;
}
#header a:hover {    
	transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.header a:hover, a:active{
    outline: none;
    color: #ffffff;
    /* font-size: 105%; */
	-webkit-transition: all 0.4s;
}

.sous_header {
    margin: 20px 20px 0 20px;
    padding: 5px 20px;
    text-align: center;
    background: white;
	box-shadow: 0 2px 3px 0px #9a9a9a;
	border-radius:3px;
}

div.sous_header h1 {
    background-color: inherit;
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #c78b04;
    clear: left;
    color: #7b5427;
	font-family: Georgia;
    font-style: italic !important;
	font-size: 18px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
div.sous_header h2{
    background-color: inherit;
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #c78b04;
    clear: left;
    color: #7b5427;
	font-family: Georgia;
    font-style: italic !important;
	font-size: 18px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
div.sous_header h4 {
    background-color: inherit;
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #c78b04;
    clear: left;
    color: #7b5427;
	font-family: Georgia;
    font-style: italic !important;
	font-size: 14px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

div.row h1,div.row h2 {
    background-color: inherit;
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #c78b04;
    clear: left;
    color: #7b5427;
		font-family: Georgia;
    font-style: italic !important;
	font-size: 18px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

div.row h3,div.row h4, div.row h5 {
    background-color: inherit;
	text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #c78b04;
    clear: left;
    color: #7b5427;
	font-family: Georgia;
    font-style: italic !important;
	font-size: 1.1em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.shadow {
text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.red_shadow {
color:#F20043;
text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.blue_shadow {
color:#001fffd4;
text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.black_shadow {
color:#000000;
text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.brown_shadow {
color:#7b5427;
text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#puce ul {
    list-style-type: disc;
    list-style-image: url(images/puce_bleue.png);
    list-style-position: inside;
    padding-left: 5px;
}
.girl {
color:#fb10e5;
text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.boy {
color: #00aeda;
text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

@media screen and (min-width: 600px) and (max-width: 1900px) {
div.row h3,div.row h4, div.row h5 {
	font-size: 16px;
	min-height:68px;
}}


/*  
Sidji  Sisko  Sarah

*/
div.text_indent {
position:relative;
float:right;
height:30px;
font-size:1.3vw;
}

div.text_indent_naissance {
	position:relative;
	height:30px;
	font-family: Georgia !important;
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #c17e15;
    margin: 15px 20px 0 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.naissance {
display:flex;
}
.g_g {
width:50%;
float:left;
}
.d_d {
float:right;
}
.d_d img{
width:50%;
float:right;
margin-right:30px;
}
@media screen and (max-width: 700px) {
.naissance {
display:block;
}
.g_g,.d_d{
width:100%;
float:none;
}
.d_d img{
width:60%;
text-align:center;
float:none;
margin:0px;
}
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.card_date {
	position: relative;
	top:-10px;
    margin: 20px auto;
    height: 25px;
    display: block;
}
div.date_card {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 40px;
    height: auto;
}
.date_mois_card {
    position: absolute;
    top: 0%;
    left: 35px;
    width: 40px;
    height: auto;
}
.date_annee_card {
    position: absolute;
    top: 0%;
    left: 70px;
    width: 40px;
    height: auto;
}
.date_card img,.date_mois_card img,.date_annee_card img {
    width: 100%;
}
.date_ecriture_card {
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 15px !important;
    font-family: Great Vibes, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif !important;
}
.portee {
font-family: Georgia !important;
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #c17e15;
    font-size: 1.6vw;
    margin: 15px 20px 0 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 600px) {
.portee {
    font-size: 15px;
}
}

#logo {
position:relative;
top:2px;
left:15px;
width:15%;
float:left;

}

#centre_logo{
position:relative;
text-align: center;
width:63%;
}



#centre_logo {
	font-family: Georgia;
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #fff!important;
    font-size: 3.0vw;
    margin: 7px 5px 0px 10px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#logo_droite{
width:25%;
position:relative;
top:9px;
right:10px;
text-align: right !important;
}
@media screen and (max-width: 600px) {
#logo_droite{
width:40%;
}
}
#logo_droite span {
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #333;
    font-size: 2.4vw;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}


#logo_include {
position:relative;
float:right;
margin: 10px;
}

#logo_include {
	font-family: Georgia;
    font-style: italic !important;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
    color: #333;
    font-size: 1.9vw;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.fa {
color:#fff;
font-size:20px;
}
.spacer_phone {
margin-bottom:30%;
}

#phone {
position:relative;
top:5px;
float:right;
text-align:right;
}

#phone span {
	font-style: italic !important;
    font-weight: normal;
    text-align: left;
    color: #333;
    font-size: 1.9vw;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}


/*.topnav a {
  float: left;
  display: block;
  color: #af7203;
  text-align: center;
  padding: 6px 12px;
  font-size: 1.8vw;
} */

.topnav a {
    font-family: Playfair Display, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif! important;
	float: left;
    display: block;
  padding: 4px 10px 0px 4px;
  font-size: 1.4vw;
    font-weight: normal;
    line-height: 110%;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}
.topnav a:not(:first-child) {padding: 10px 10px 8px 5px;}
  
@media screen and (min-width: 601px) {
#absolute {display: block;position:absolute;z-index:100;}
#hide {display: none;}
.topnav img {position:relative;top:-10px;}
.topnav a:nth-child(0n+3) {margin-left:60px;}
.topnav em {display:none;}
.topnav a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out; 
}
.topnav a:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
     transition: width .5s ease, background-color .5s ease;
}
}

.topnav a {
    text-decoration:none;
}

.topnav a:hover:after {
    width: 90%;
    background: #444;
}

.active {
  /* background-color: #4CAF50; */
  color: black;
}

.topnav .icon {
  display: none;
  position: relative;
    top: -5px;
}

@media screen and (max-width: 600px) {
#absolute {display: none;}
#hide {display: block;font-size: 3.4vw;}
/* .topnav.responsive a:nth-child(0n+1) {border-bottom: 0px solid silver;} */
  .topnav a:not(:first-child) {display: none;}
  .topnav a:nth-child(5n) {display: block;font-size: 3.4vw;margin-top: 0px;margin-left:0px;}
  .topnav a.icon {
    float: right;
    display: block;
  }
span.topnav a {
color:#ff0000 !important;
}


/* #logo_droite{
display: none;
} */
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
	font-size: 20px; 
	line-height: 25px;
    border-bottom: 1px solid silver;
  }
div.sous_header h1 {
font-size:20px;
}
div.sous_header h2, div.row h2 {
font-size:20px;
}
.sous_header {
margin:20px 0;
}
}

@media screen and (max-width: 600px) {
 
div.sous_header h1 {
font-size:15px;
}
div.sous_header h2, div.row h2 {
font-size:15px;
}
div.text_indent {
    position: relative;
    font-size: 3.2vw;
	float:none;
}
}


.bb1,.bb2,.bb3,.bb4,.bb5 {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 3px 0px #9a9a9a;
    border-radius: 3px;
	font-size: 15px;
}
.bb1 nav,.bb2 nav,.bb3 nav,.bb4 nav,.bb5 nav {
padding:0;
}
.bb1 {
width:19%;
float:left;
}
.bb2,.bb3,.bb4,.bb5 {
width:19%;
float:left;
}


@media screen and (max-width: 2000px) and (min-width: 701px){
.bb1,.bb2,.bb3,.bb4,.bb5 {
    width:33.33333%;
}
}

@media screen and (max-width: 700px) and (min-width: 449px){
.bb1,.bb2,.bb3,.bb4,.bb5 {
    width:50%;
}
}

@media screen and (max-width: 448px){
.bb1,.bb2,.bb3,.bb4,.bb5 {
	display:block;
    width: 100%;
   /* padding: 0;*/
   
}
}

@media screen and (min-width: 980px){
#logo_include {
    font-size: 1.2em;
}
#centre_logo {	
    font-size: 1.45em;
}
.topnav a {
  font-size: 0.85em;
}
#logo_droite span {
    font-size: 1.1em;
}
.spacer_phone {
margin-bottom:60px;
}
#phone span {
    font-size: 1.15em;
	}
}

#h3_dispo  {
background-color: inherit;
    text-align: left;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #ffeb00;
    clear: left;
    color: #000;
    font-family: Georgia;
    font-style: italic !important;
    font-size: 0.95em;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.border_left_marron {
    border-left: 1px solid #cdb280 !important;
    margin-left: 2%;
    padding-left: 2%;
    padding-right: 4%;
    text-align: left !important;
    color: #999;
    /*font-size: 1.8vw;*/
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
}

.border_left_marron em{
color: #839D2D;
}

.paraph {
	text-align: left !important;
    color: #999;
    font-size: 15px;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
}
.paraph span{
/* color: #985326;
padding-right: 10px; */
}

.paraph em{
color: #00aeda;
}

.paraph_naiss {
	text-align: left !important;
    color: #999;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
}
/*.paraph_naiss span{
color: #985326;
padding-right: 10px;
} */

.paraph_naiss em {
    color: #839D2D;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.hr_fd{
	height: 1px;
    color: #c78b04;
    background-color: #c78b04;
    border: none;margin-bottom:20px;
}

.reservations {
position: relative;
display:flex;
}

.div_reserv {
	width:250px;
}

.div_rond img {
    border-radius: 100%;
    box-shadow: 0 0 8px rgb(88, 88, 88);
    background-color: #cdb280;
    border: 1px solid;
    border-color: #bfbfbf;
    padding: .25rem;
}
.text_reservations {
position:relative;
top:-15px;
float:right;
margin-left:5%;
}

@media screen and (max-width: 600px){
.text_reservations {
position:relative;
top:5px;
float:none;
margin-left:0;

}
.paraph {
font-size:15px;
min-height:50px;
}
.reservations {
position: relative;
display:block;

}

.div_reserv {
	width:80%;
}
}

h1,h2,h3 {
font-size:2em;
}
#container {
    background: #d5e9f6 url(stylesheets/images/feature_tile2.png);
    width: 960px;
    margin: 0px auto;
}

@media only screen and (max-width: 980px) and (min-width: 640px){
#container {
    max-width: 960px;
	width:100%;
	margin: 0px auto;
}
h1,h2,h3 {
font-size:2.4vw;
}
}


@media only screen and (max-width: 639px) and (min-width: 480px){
#container {
    max-width: 640px;
	width:100%;
	margin: 0px auto;
}
h1,h2,h3 {
font-size:3.4vw;
}
}

@media screen and (max-width: 479px) and (min-width: 0){
#container {
	max-width:478px;
    width: 100%;
	margin: 0px auto;
}

h1,h2,h3 {
font-size:4.4vw;
}
.border_left_marron {
font-size:4.4vw;
}
}

.box_gauche {
position:absolute;
	width:35%;
    float: left;
    display: inline;
    margin: 0 0 2px 10px;
    padding: 16px 0 0 0;
    z-index: 1;
}
.box_droite {
position:relative;
top:0px;
	width:60%;
    float: right;
    display: inline;
    margin: 0 0 2px 10px;
    padding: 16px 0 0 0;
    z-index: 1;
}

.box_droite span{
color:#985326;
}

@media screen and (max-width: 600px){
.box_gauche, .box_droite {
	position:relative;
    width: 100%;
    padding: 0;
}}

.text_sous_box_droite {
position:relative;
top:10px;
}
.topnav {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 3px 0px #9a9a9a;
  border-top:1px solid silver;
}



/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 65%;
	padding: 0 0 0 20px;
	}

/* Right column */
.rightcolumn {
    float: left;
    width: 35%;
    padding: 0 20px;
}
.onecolumn {   
	padding: 0 20px;
	}
@media screen and (max-width: 600px){
.onecolumn {   
	padding: 0;
	}
}	
/* Fake image */
.fakeimg {
	position:relative;
    background-color: #fff;
    width: 100%;
	
}
.fakeimg_rightcolumn {
width: 100%;
border:3px solid #ffffff;
box-shadow: inset 0 0 1em white, 0 0 1em #9a9a9a;
}

@media screen and (max-width: 830px) {
.fakeimg_rightcolumn {
width: 100%;
}
}

/* Add a card effect for articles */
.card {
     background-color: white;
     padding: 20px;
     margin-top: 20px;
	 box-shadow: 0 2px 3px 0px #9a9a9a;
	 border-radius:3px;
}

.row {
font-family: Georgia;
    font-style: italic !important;
    line-height: 130%;
    font-size: 0.95rem;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 830px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
/*	.topnav a {
    font-size: 22px;
} */
}
@media screen and (min-width: 400px) and (max-width: 600px){
.spacer_phone {
margin-bottom:1px;
}
}

@media screen and (max-width: 400px){
#phone {
display:none;
}
#centre_logo  {
width:100%;
}
#centre_logo h1 {
font-size: 4.7vw;
}
}

.box_gauche img{
    position: relative;
    width: 90%;
    height: auto;
    border: 3px solid #ffffff;
	box-shadow: 0 2px 3px 0px #9a9a9a;
    /* box-shadow: inset 0 0 1em white, 0 0 2em black; */
	/* box-shadow: inset 0 0 1em white, 0 0 13em #fa9b39; */
}
@media screen and (max-width: 600px) {
.box_gauche img {
    position: relative;
    width: 40%;
	}
}
.footer {
    padding: 20px;
    text-align: left;
    background: #fbf7e1;
    margin-top: 10px;
	box-shadow: 0 2px 3px 0px #9a9a9a;
    border-radius: 3px;
	display:flex;
}

#footer_un {
border:1px solid silver;
width:25%;
}
#footer_deux {
border:1px solid silver;
width:25%;
}
#footer_trois {
border:1px solid silver;
width:25%;
}
#footer_quatre {
border:1px solid silver;
width:25%;
}

.footer_author {
font-family: Orbitron;
}

	#footer_mondon {
	position:relative;
	/* top:20px; */
    background-color: #ffffff;
	border-top:1px solid silver;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	padding: 25px 0px 7px 0px;
	}
	@media screen and (max-width: 450px) {
	#footer_mondon {
	width: 100%;
	}
	}
	.footer_link {
	    position: relative;
    text-align: center;
    font-size: 1.5vw;
	}
	@media screen and (min-width: 1024px) {
.footer_link {
	    position: relative;
    text-align: center;
    font-size: 14px;
	}
}
	.footer_link a:after {
    width: 3px;
    height: 15px;
    margin: 5px;
    color: #af7203;
    font-weight: bold;
    content: ' | ';
	}
	.footer_link span {
    color: #af7203;
    text-transform: none;
}
	#footer_mondon em{
	font-size:0.7em;
	color:#bec2cc;
	text-shadow: 0 -1px 0 #fff;
	}
		
	.footer_author a:after {
    width: 3px;
    height: 15px;
    margin: 5px;
    color: #af7203;
    font-weight: bold;
    content: ' | ';
	}
	.footer_author a:before {
    width: 3px;
    height: 15px;
    margin: 5px;
    color: #af7203;
    font-weight: bold;
    content: ' | ';
	}

#footer_mondon_mobile {
	padding: 20px;
    text-align: left;
    background: white;
    margin-top: 10px;
	box-shadow: 0 2px 3px 0px #9a9a9a;
    border-radius: 3px;
}
@media screen and (min-width: 600px){
#footer_mondon_mobile{
display: none;
}
}
@media screen and (max-width: 600px){
#footer_mondon{
display: none;
}
}
.footer_mobile_link {
border-bottom:1px solid silver;
line-height:35px;
}
.footer_mobile_link a{
    font-family: Playfair Display, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif! important;
    font-size: 3.4vw;
    font-weight: normal;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
 @media only screen and (min-width: 300px) and (max-width: 599px){
.footer_mobile_link a{
font-size: 20px;
}
} 

.footer_author_mobile {
text-align: center;
	font-size: 11px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
	}
	
	.footer_author_mobile a:before, .footer_author_mobile a:after{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:url(images/cross.png) no-repeat;
	background-size:100%;
	position:relative; left:3px; top: 5px;
	margin: 5px;
    color: #af7203;
    font-weight: bold;
	font-size: 11px;
}
@media screen and (min-width: 1000px) {
div.text_indent {
font-size:14px;
}
.paraph {
    font-size: 15px;
}
.portee {
    font-size: 16px;
}}
#footer_alert {
background-color:#ffffff;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
width:100%;
margin:auto;
text-align:left;
padding: 3%;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
clear:both;
}
#footer_alert div{
border: 1px solid #f9ca12;

    background: url(images/box_danger.png) no-repeat;
    padding-left: 60px;
    margin-top: 4px;
    border-radius: 5px; line-height:25px;
}
#my_footer {
    background-color: #ffffff;
    margin: 1px auto;
    /* height: 120px; */
    width: 90%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
}

	#contact {
    /* position: relative;
    top: -7px; */
    background-color: #ffffff;
    margin: 1px auto;
    width: 90%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
    border-top: 1px solid silver;
}
@media screen and (max-width: 450px) {
#contact {
    position: relative;
    top: -7px;
    background-color: #ffffff;
    margin: 1px auto;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
    border-top: 1px solid silver;
}
}

#fd-breadcrump {
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
    font-weight: normal;
    line-height: 110%;
    text-align: left; 
    color: #333;
    font-size: 1.6vw;
	margin: 15px 20px 0 20px; 
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#haut_un, #gauche_yy, #contenu_yy, #footer_yy {
padding:1px 0;
}
#haut_un {
background-color:#ffffff;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
width:100%;
margin:auto;
text-align:left;
padding: 3%;
    color: #999;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
}
#main_zz {
background-color:#ffffff;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
width:100%;
margin:auto;
text-align:left;
padding: 3%;
    color: #999;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
	
}
#gauche_yy  {
float:left;
width:30%;
background-color:#ffffff;
}
#contenu_yy {
margin-left:35%;
background-color:#ffffff;
}
#footer_yy {
background-color:#ffffff;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
width:90%;
margin:auto;
text-align:left;
padding: 3%;
    color: #999;
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
clear:both;
}
.haut_un_aa, .gauche_aa, .contenu_aa, .footer_aa {
padding:1px 0;
}
.haut_un_aa {
background-color:#ffffff;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
width:100%;
margin:auto;
text-align:left;
padding: 3%;
    color: #999;
  /*  font-size: 1.6vw;  */
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
}
.main_aa {
background-color:#ffffff;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
width:100%;
margin:auto;
text-align:left;
padding: 3%;
    color: #999;

    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
}
.gauche_aa  {
float:left;
width:50%;
height:auto;
}
.contenu_aa {
margin-left:50%;
border-left:1px dashed #aee034;
text-align: center;
/*padding-left:25px;*/
}
.footer_aa {
background-color:#ffffff;
/* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10); */
width:100%;
margin:auto;
text-align:left;
padding: 3%;
    color: #999;
  /*  font-size: 1.6vw; */
    font-family: Georgia;
    font-style: italic !important;
    line-height: 132%;
clear:both;
}
@media screen and (max-width: 600px) {
.gauche_aa  {
float:none;
width:100%;
height:auto;
}
.contenu_aa {
margin-left:0%;
border-left:0px;
text-align: left;
/*padding-left:25px;*/
}
.haut_un_aa {
width:100%;
margin:20px 0;
font-size: 15px;
}
#fd-breadcrump {
    font-size: 18px;
}
#gauche_yy  {
float:none;
width:100%;
}
#contenu_yy {
margin-left:0%;
}
.haut_un_aa, .main_aa, .footer_aa, #haut_un, #main_zz {
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10);
}
.haut_un_aa, .main_aa, .footer_aa, #haut_un, #main_zz {
border-top:1px dashed #aee034;
font-size: 15px;
}

}