h1{
	color:brown;
	text-align: center;
}


body{
  background-color: #5ab4c2;


  background-repeat: no-repeat;

  background-attachment: fixed;

  font-family: verdana, sans-serif;

}

img.interview{
display: block;
    margin-left: auto;
    margin-right: auto;
     }

h2{
	font-style: italic;
	color: #423a3a;
     text-align: center;
}

p{
	color:#423a3a;
	text-align: justify;
}

.row {
     display: flex;

 }
.col {
     flex: 1; 
     padding: 1em;
     border-style:ridge;
     background-color: #e2e2e2;
 }

.col1{
	margin-left: auto;
    margin-right: auto;
}

p.quest_pas_posée{
	font-style: italic;
}