@charset "utf-8";

/* CSS Document */
body{
	/* font-family:Garamond; */
	}
section#haut {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size:1.2vw;
}
section.sh1 {
    width: 40vw;
    margin-bottom: 3vh;
}
.sh2 figure {
  border-radius: 50%;
  /* border: solid; */
  overflow:hidden;
  /* height: 6vh; */
  background-color:#fff;
  box-shadow: 0px 0 20px 0px #fff;
  height: 190px;
  width: 190px;
}
.sh2 figure img{
	height: 113%;
	margin: 0px 17px;
	/* width: 100%; */
	}

a {}

section#qual a {
    display: block;
    padding: 0.5vh;
}
section#qual a:hover {

    background-color: #fff2;
	text-align:center;
}
section.parcours {
    margin: 1vw 3vw;
    background-color: #fff4;
    padding: 0;
    border-radius: 1vw;
    width: 38vw;
    overflow: hidden;
    float: left;
}

.parcours h1, #logs h1 {
    font-size: 1.6vw;
    padding-left: 3vw;
    padding: 3vh 0 0;
    margin: 0;
    font-weight: normal;
    /* padding-bottom: 0; */
}

article {
    padding: 0 0 1vh 0;
}

label {
    float: left;
    width: 30%;
    background-color: #fff4;
    padding: 1.15vw;
    /* font-size: 1.2vw; */
}

section.parcours h2 {
    margin: 0;
    padding: 0.8vh 1vw;
    margin-left: 35%;
    font-size: 1.2vw;
    /* min-height: 8vh; */
    line-height: 3vh;
    font-weight: 400;
}

.parcours ul {
    margin: 1vh 3vw;
}
h1 {
    text-align: center;
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 3vh;
    text-shadow: 0px 1px 1px #000000;
    color: #fff;
}


section#logs {
    width: 54%;
    float: left;
}

#ulogs li {
    list-style-type: none;
    background-color: #fff;
    width: 33%;
    float: left;
}

#logs img {
    height: 4vh;
    float: left;
    margin: 1vh;
}

.nomform {
    line-height: 6vh;
    font-size: 1.1vw;
}

#logs ul#ulogs {
    /* width: 57%; */
	min-height:40vh;
}
.introjo p{
	margin: 1vh;
}

#book img {
    height: auto;
    border-radius: 0;
    margin: 3vh 1vh 0;
}

#book figure {
    width: 31%;
    margin-bottom: 1vh;
}

div#book {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    flex-direction: row;
}

figcaption {
    text-align: center;
    clear: left;
    padding: 0;
}

ul#usite {
    padding-left: 4vw;
}

.titrelog a {
    display: block;
}

.titrelog a:hover {
    background-color: #e5e5e5;
}