#conteneurform
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

*{
	/*background: #DBDDFA;*/
	font-size: 12pt;
}

body{
    background-image: url("../images/templechinois5.jpg");
    background-repeat: repeat-2;
    background-size: 100%;
}

h1{
	text-align: center;
}
.lienclick{
	text-align: center;

}
table{
	margin-left:auto;
   	margin-right:auto;
	border: 5px solid black;
	border-collapse: collapse;
	border-radius: 10px;
}
tr{
	border: 0.5px solid rgb(190, 190, 190);
}
td{
	border: 2px solid rgb(190, 190, 190);

}
.titreform{
    text-align: center;
    font-size: 20pt;

}
.classform{
    display: block;    
    width :400px ;
    height :300px;
    margin-right: auto;
    margin-left: auto;
}

#boiteform
{

    display: flex;
    flex-direction: row;
    text-align: justify;
    justify-content: space-around;
    width: 100%;
    min-width: 33%;
    height: 100%;
}
#boiteform h1{
    display: block;
}

.boitageform:nth-child(1)
{
    min-width: 340px;
    min-height: 340px;
    border: 2px black solid;    
}
.boitageform:nth-child(2)
{
    min-width: 340px;
    min-height: 340px;
}
.boitageform:nth-child(3)
{
    min-width: 340px;
    min-height: 340px;

}

.formnewadh{
    background-color: rgb(200,200,200);
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    min-width: 100px;
    max-width: 400px;
    text-align: center;
}
.deminfo{
    background-color: rgb(255,255,255);
    width: 250px;
    height: 30px;
    text-align: center;
}

.buttonval{
    background-color: rgb(0,255,0);
}

.buttonannul{
    background-color: rgb(255,0,0);
    color: white;
}

.fichecoordonnee{
    float: right;
}

.fichecoordonnee label, input{
    width: 20rem;
    margin-left: -50px;
}

.fotoident{
    float: left;
}

.fotoident img{
    max-width: 220px;
}


@media all and (max-width: 1024px)
{
    #boiteform
    {
        flex-direction: column;

    }
    .boitageform
    {
        width:100%;
        height: 100%;
    }
    .sommaire
    {
        display: contents;
    }
    .sommairehorizontal
    {
        display: none;
    }
}





