h1 {
    color: #939393;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

.titlePrincipal{

    margin-top: 5px;
}

h2{
color: #d1d1d1;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

h3{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 15px;
}

.logo{
text-align: center;
}

#cadre{
    max-width: 600px;
    text-align: center;
    margin: auto;
    font-size: 15px;
    border: 1px black solid;
}

#cadre > div{
 margin: 25px 20px;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    /*line-height: 25px;*/
}

a{
    text-decoration: none;
    color: gray;
}

#menu{
    list-style: none;
    text-align: center;
    margin: auto;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 50px;
    justify-content: center;
}

#menu li{
    color: black;
    vertical-align: top;

}

.body{
    max-width: 1200px;
    margin: 80px auto auto;
    text-align: center;
}

.languageSelector1{
    float: right;
}
.languageSelector2{
    float: right;
}
.hide{
    display: none;
}.hide1{
    display: none;
}
.hide2{
    display: none;
}
.center{
    text-align: center;
}
.font15{
    font-size: 18px;
}

#contact{
    max-width:  800px;
}

.contacta > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;

}

.projets > div {
    display: inline-block;
    text-align: 3 3;

}

#underline{
    text-decoration: underline;
}
#bold{
    font-weight: bold;
}

#italic{
    font-style: italic;
}

.blank{
    height: 400px;
}

.blank1{
    height: 300px;
}

.blank2{
    height: 400px;
}

.black{
    height: 264px;
    width: 395px;
    text-align: center;
    background-color: black;
    position: absolute;
    color: white;
    line-height: 264px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    
}

.presentateur{
    position: absolute;
    pointer-events: none;
    top: -220px;
    left: 500px;
    
}

.black:hover{
    opacity: 0.5;
}

.projets > div {
    position: relative;
}

.encre {
    position: relative;
}
.projets img {
    display: block;
}

.titleMenu {
    font-weight: bold ;
    opacity: 0;
}

.titleMenuOn {
    font-weight: bold ;
}

.lockActive {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.legend {
    font-style:italic;
    font-size: 14px;
}

.cadre{ border: 1px solid black; padding: 5px; } 

.caseformulaire{ border: 1px solid black; padding: 5px;  } 

#adherer{ 
    cursor: pointer;
}

.hero{
    height: 100dvh;
    display: flex;

    justify-content: center;
    flex-direction: column;
}