body
{
font-family: calibri, verdana, 'Trebuchet MS',  arial, sans-serif;
font-size:1em;
color:black;
background-color:#EfEEEE;
}

#bloc_page
{
margin:auto;
text-align: justify;
width:1000px;
}

div img {
	width: 150px;
    height: auto;
		margin: 10px;
}

@media all and (max-width: 1024px)
{
    #bloc_page
    {
        width: auto;
    }
}

header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}


@media all and (max-width: 1024px)
{
    header
    {
    align-items: center;
    }
}

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


#logo img
{
    width: 200px;
}

/* Navigation */
.index
{
margin-left:-32px;
 }

nav ul
{
    list-style-type: none;
    display: flex;
    background-color:#000000;
    margin-bottom: 0px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;

}

nav li
{
    padding-right: 8px;
    padding-left: 8px;
    border-right: 2px solid #ffffff;
}

nav a
{
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: none;
}

nav a:hover
{
    color: #7a7a7a;
}

@media all and (max-width: 1024px)
{
    nav
    {
        width: auto;
        text-align: left;
    }

    nav ul
    {
        flex-direction: column;

    }

    nav li, .index
    {
        padding-left: 0px;
        list-style-image: url('images/puce_blanc.jpg');
        margin-left:-20px;
    }

    nav a
    {
        font-size: 1.1em;
        font-style: normal;
    }
}

/* Section */
section
{
display: flex;
margin-bottom: 15px;
flex-direction: column;
text-align:justify;
}

h1
{
    background-color:#a5aaaa;
	font-size:1.4em;
    font-variant:small-caps;
    padding-left: 10px;
    margin-bottom:15px;
    border: 2px solid black;
}
h2
{
	font-size:1.2em;
    margin-bottom:-10px;
    padding-bottom:0;
    font-style:italic;
}
h3
{
	font-size:1.1em;
    margin-bottom:-10px;
    padding-bottom:0;
    font-weight:bold;
    text-decoration: underline dotted;
}

section a
	{
    text-decoration: none;
    color:#636CB6;
	}

section a:hover
	{
    color: #7a7a7a;
	}

section li
	{
list-style-type: circle;
	}


.center
{
   text-align:center;
}
article
{
    display: flex;
	flex-direction: row;
    align-items: flex-start;
    justify-content:space-between;
}

@media all and (max-width: 1024px)
{
	article
	{
    display: flex;
	flex-direction: column;
	align-items: start;

	}
}


section li
	{
list-style-type: circle;
	}
#presentation_install
	{
	    display: flex;
		flex-direction: row;
	    align-items: start;
	}
	#photo_presentation_install
		{
width:70%;
margin-left: 10px;
		}
	@media all and (max-width: 1024px)
	{
#presentation_install
		{
	    display: flex;
		flex-direction: column;
		align-items: center;
		}
	}

.install
{
flex: 1 1 0;
padding-left: 10px;
padding-right: 10px;
margin: 5px;
border: 1px dotted black;
background-color: white;
}

.img_install
{
text-align:center;
margin-top: -10px;
}


#article_prest
{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content:space-between;
}

.prest
{
    display: flex;
	flex-direction: column;
	align-items: center;
margin-left: 10px;
margin-right: 10px;
	max-width: 310px;
}

.prest figcaption
{
font-size:2em;
font-weight:bold;
text-align:center;
color:black;
background-color:white;
opacity: 0.4;
position: absolute;
width: 100%;
bottom: 6%;
}

.prest figure {
  position: relative;
  display: inline-block;
margin:0;
}

.prest p
{
margin-top: -5px;
}
.etoile_orange
{
color: #ff8000;
font-size:120%;
}
.etoile_verte
{
color: green;
font-size:120%;
}
.etoile_violette
{
color:  #cc08e7;
font-size:120%;
}

@media all and (max-width: 1024px)
{
	#article_prest
	{
    display: flex;
	flex-direction: column;
	align-items: start;
	}
}
th, td
{
text-align: center;
border: 1px dotted black;
padding-left : 10px;
padding-right : 10px;
background-color:white;
}

.prix
{
margin:auto;
margin-bottom:20px;
}

.col1
{
text-align: left;
}

.col1nouv
{
text-align: left;
background-color:#636CB6;
color:white;
}

.stage
{
margin-bottom:20px;
width:100%;
}

.titre_stage
{
border: 1px dotted black;
text-align:left;
padding-left : 10px;
background-color:#636CB6;
color:white;
font-size:1.2em;
}

.detail_stage
{
text-align: left;
width: 20%;
}
.info_stage
{
text-align: left;
}
.photo_programme
{
width:10%;
}


#form_contact
{
margin-right:10px;
}
#form_contact textarea
{
width:100%;
}

#form_contact h2, #map_contact h2
{
margin-bottom: 15px;
}
#tel_contact img
{
width:40px;
vertical-align:middle;
padding-right: 10px;
}
#photo_contact
{
text-align:center;
margin-top:15px;
}
#photo_contact img
{
max-width:320px;
}
#fb_contact
{
text-align:center;
margin-top:40px;
}
#fb_contact img
{
max-width:230px;
}


#equitable
{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}
