.titreparcs{
    position: relative;
    
}

.titreparcs img{
    width: 100%;
}

.bottomleft h2{
    position: absolute;
    bottom: -9%;
    left: 5.5%;
    color: white;
    font-family: "exo black";
    font-size: 3.75em;
    text-shadow: 0 0 20px black;
}

main article{
    width: 100%;
}

.content-parc-left{
    width: 50%;
    margin: 2.5%;
    float: left;
}

.content-parc-right{
    width: 30%;
    margin: 2.5% 10% 5% 5%;
    float: left;
}

main article section p{
    font-family: "exo";
    font-size: 1em;
    padding: 1.5% 6%;
    text-align: justify;
}

.content-section-un{
    width: 30%;
    margin: 2.5% 0;
    float: left;
}

.content-section-un img{
    width: 100%;
}

.content-section-deux{
    width: 70%;
    margin: 2.5% 0%;
    float: left;
    padding-top: 7%;
}

.content-section-deux p{
    text-align: left;        
    font-size: 1.5em;
    font-weight: bolder;
}

.content-section-trois{
    width: 100%;
    float: left;
}

.content-section-trois p{
    padding: 0;
    margin: 0;
}

.seancesparcs{
    text-align: left;
    line-height: 100%;
    padding: 0 0 3% 5.5%;
}

form{
    padding: 0 0 3% 5.5%;
}

form select{
    font-size: 1em;
    font-family: 'exo';
    border: none;
    border-bottom: 1px solid black;
    padding: 1%;

}

form select:hover{
    cursor: pointer;
}




.calendrier{
    width: 60%;
    margin: auto;
    background-color: #E9E9E9;
}

.calendrier-jours div{
    float: left;
    width: 12.25%;
    padding: 1%;
    text-align: center;
    font-family: 'exo';
    font-weight: bolder;
    color: black;
    background-color: white;
    box-shadow: 2px 0.1px 4px black;
}

.calendrier-jours div:first-of-type{
    background-color: green;
    color: white;
}

.bg{
    background-color: #E9E9E9;
}

.bg section{
    width: 80%;
    margin: 5% auto;
    height: auto;
    background-color: #E4FFDD;
}

.light{
    font-size: 1.5em;
    font-family: "exo";
    font-weight: lighter;
    line-height: 100%;
    padding: 0;
}

.bolder{
    font-size: 1.5em;
    font-family: "exo";
    font-weight: bolder;
    line-height: 100%;
    padding: 0;
}

.bg section div{
    float: left;
}

h4{
    font-family: 'exo';
    font-size: 2em;
    text-align: left;
    line-height: 100%;
}

.bottomleft p{
    position: absolute;
    bottom: -9%;
    left: 5.5%;
    color: white;
    font-family: "exo black";
    font-size: 3.75em;
    text-shadow: 0 0 20px black;
}

.fondparc{
    width: 100%;
    float: right;
    padding: 0;
}

p.clear{
    padding: 0;
}

.bg section div:nth-child(1){
    width: 16%;
    padding: 3.5% 2%;
}

.bg section div:nth-child(1) img{
    width: 100%;
}

.bg section div:nth-child(2){
    width: 23%;
    padding: 4% 2%;
}

.bg section div:nth-child(3){
    width: 13%;
    padding: 4.5% 0;
}
.bg section div:nth-child(4){
    width: 40%;
}