/* TICTAC */
/* tictac.css */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('ballpark.eot');
    src: url('ballpark.eot?#iefix') format('embedded-opentype'),
         url('ballpark.woff') format('woff'),
         url('ballpark.ttf') format('truetype'),
         url('ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('dayrom.eot');
    src: url('dayrom.eot?#iefix') format('embedded-opentype'),
         url('dayrom.woff') format('woff'),
         url('dayrom.ttf') format('truetype'),
         url('dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    background:  url('fond_jaune.png'); /* #AABBCC; /*#E0CF4B; /*
    font-family: 'Trebuchet MS', Arial, sans-serif;
    /* color: #181818; */
}

div#colonne1 {
	float: left;
	width: 160px;
	background: lightblue;
	margin-bottom: -1600px;
	padding-bottom: 1600px;
}

div#colonne1 h1 {
	text-align: center;
	color: #995500;
	background: burlywood;
	border: 1px solid blue;
	margin-bottom: 30px;
}

/* div#colonne1 nav p {
	text-align: left;
	color: #995500;
} */

div#colonne2 {
	float: right;
	width: 200px;
	/*color: darkblue; */
	background: burlywood;
	margin-bottom: -1600px;
	padding-bottom: 1600px;
}

div#colonne2 h1 {
	text-align: center;
	color: darkblue;
}

div#colonne2 h2 {
	text-align: center;
	color: red;
}

div#colonne2 li {
	color: green;
}


div#centre {
	margin-left: 170px;
	margin-right: 210px;
	overflow: hidden;
}

#menu {
	position: fixed;
}


#bloc_page
{
    /* width: 900px; */
    margin: auto;
}

footer h1, nav a
{
    font-family: 'Trebuchet MS',Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* div#colonne1 nav ul
{
	align-items: left;
} */




header
{
    background: #c8efba; /*darkseagreen; /*#B0F2B6; /*yellow; /*url('separateur.png') repeat-x bottom; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 200px; /*150*/
    height: 189px; /*138*/
}

header h1
{
    font-family: Dayrom, serif;
	font-style: italic;
    font-size: 2.1em;
    font-weight: normal;
	color: #E73E01;
    margin: 0 0 0 75px;
	}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.4em;
    margin-top: 0px;
	margin-left; 150px;
    font-weight: normal;
	color: green;
}

nav ul
{
    list-style-type: none;
    /* display: flex; */
}

nav ul li img
{
	margin-left: 5px;
    margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

nav ul li a
{
    font-size: 1.3em;
    color: #181818;
    /* padding-bottom: 3px; */
	text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}






/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 503px; /*256*/
    border-radius: 5px;
    background: url('./pano-odile.jpg') no-repeat; /*pano340.webp*/
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 28px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    
}

.bouton_rouge
{
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge img
{
    border: 0;
}

/* diaporama */

/* body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
} */

.carousel {
    width: 80%;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
    display: flex;
    animation: slide 39s infinite;
}

.carousel-item {
    min-width: 100%;
    transition: transform 1s ease;
}

.carousel-item img {
    width: 100%;
    border-radius: 10px;
}

@keyframes slide {
    0% { transform: translateX(0); }
	8% { transform: translateX(-100%); }
	16% { transform: translateX(-200%); }
	24% { transform: translateX(-300%); }
    32% { transform: translateX(-400%); }
	40% { transform: translateX(-500%); }
	48% { transform: translateX(-600%); }
	56% { transform: translateX(-700%); }
	64% { transform: translateX(-800%); }
	72% { transform: translateX(-900%); }
	80% { transform: translateX(-1000%); }
	88% { transform: translateX(-1100%); }
	96% { transform: translateX(-1200%); }
	100% { transform: translateX(-1300%); }
	
}




/* Corps */

section
{
    display: flex;
    margin-bottom: 20px;
}

article, aside
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    flex: 3;
}

article h3
{
	color: #686F8C;
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 1em;
	color: #9D3E0C;
}

aside
{
    flex: 1.2;;
    position: relative;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: yellow;
    font-size: 2em;
}


aside h3 {
	text-align: center;
	font-style: italic;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#ma_photo
{
    text-align: center;
}

#ma_photo img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;
}


footer
{
    display: flex;
    background:  url('ico_top.png') no-repeat top center, url('separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}


#tweet
{
    width: 28%;
}

#mes_photos
{
    width: 37%;
}

#mes_liens
{
    width: 30%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#listes_liens
{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

#mes_liens ul
{
    list-style-image: url('ico_liensexterne.png');
    padding-left: 10px;
}

#mes_liens a
{
    text-decoration: none;
    color: #760001;
}



