﻿
/* Paragraphes en bleu par défaut */

/* Nouvelles règles si la fenêtre fait au plus 1024px de large */

/* Définition des polices personnalisées */

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

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


}


/* Eléments principaux de la page */

/* start of the main window */
body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: black;
    margin-top: 1px;

}


section h1, footer h1
{
    font-family: Dayrom, serif;
    font-weight: normal;

}

/* Header */


p {

    font-size: 1.3em;
}

header
{
    background: url('images/separateur.png') repeat-x bottom;
    font-size: 2em;
    font-weight: bold;
}



h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 1.7em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

h2
{
    font-family: Dayrom, serif;
    font-size: 2em;
    margin-top: 10px;
    font-weight: normal;
}

h3
{
    background: url('images/separateur.png') repeat-x bottom;
    font-size: 1em;
    font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}


/* Navigation */

        .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }
        .left-image, .right-image {
            width: 150px;
            height: auto;
        }
        .menu {
            display: flex;
            justify-content: center;
            flex-grow: 1;
            text-decoration: underline;
        }
        .menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 20px;
        }
        .menu li {
            margin: 0;
            font-size: 1.5em;
        }
        .menu a {
            text-decoration: none;
             	
            font-size: 2em;
            color: blue;
        }

/* liens facebook, adhésion, mail */
.container-logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.image-text-logo {
    text-align: center;
    max-width: 150px;
}

.image-text-logo img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.image-text-logo p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}



/* Bannière */



#titre_principal
{
    position: relative;
 	font-size: 4em;
 	text-align: center;


    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 100px;
    background-color: rgb(211,206,207); 
    color: black;
    box-shadow: 0px 4px 4px #1c1a19;

}

#banniere_image
{
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    background: url('./images/placedesplatanes.jpg') no-repeat;
    height: 300px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 1px;
}

#banniere_description
{
    position: absolute;
    top: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 20px;
    padding-top: 30px;
    padding-left: 4px;

    background-color: black;
    color: white;
    font-size: 2em;
    
}
#iframe {
	border: solid;
}

#signeSup{
	display: inline;
}
#signInf{
	display: none;
}

#deroulant {
 display: none;
}
#compteur{
display: inline;
}




.imgheader
{
display: inline;
width: 400px;
height: 100px;
}

.email{
display: inline-block;
Height: 70px;
}

.achat{
    display: inline-block ;
    position: relative;
    left : 300px;
    width: 50px;
}



#lien
{ 
	color: blue;
    font-size: 1.5em;
    display: inline-block;
}

#icon
{ 
    display: inline-block;
    width: 100%;
    height: 80px;
    right: 5px;
    bottom: 5px;
    background-color: #e7e2da; 
    border: 2px solid #760001;
    border-radius: 5px;
    font-size: 1.8em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}



.menuBottom
{ 
    display: inline-block;
    height: 70px;
    right: 5px;
    bottom: 5px;
    font-size: 1.3em;
    text-align: center;

    color: black;
    text-decoration: none;
}
.bg-color {
  background-color:red;
  color: white;
}



/* Corps */


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


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

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



aside img
{
    margin-right: 5px;
}





/* Footer */

footer
{
    width: 100%;
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    margin: auto;
    padding-top: 40px;
    flex-wrap: wrap;
}

footer p, footer ul
{
	flex-wrap: wrap;
    font-size: 1.4em;
}

footer h1

{
    font-size: 2em;
}

/* Section photo + texte */
.photo-texte {
    padding: 2rem 5%;
    background-color: #e7e2da;
}

.contenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.image {
    flex: 1;
}

.image img {
    width: 80%;
    height: auto;
    border-radius: 8px;
}
.marge {
with: 100%;
}
.texte {
    flex: 1;
}
.acteur-texte {
    padding: 1rem 5%;
    background-color: #626c3f;
}
/* Responsive : empiler sur mobile */
@media (max-width: 800px) {
    .contenu {
        flex-direction: column;
    }

    .image, .texte {
        width: 100%;
    }
}






