div.form {
   margin-left: auto;
   margin-right: auto;
   width: 80%;
   height: 120%;

   
}
iframe.form {
    overflow: hidden;
    height: 100%;
}
body {
    overflow: scroll;
}
#actuP {    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(1rem + 0.5vw);
    font-weight: 700;
    margin-bottom: 15px;
}
.carre_blc2 {
    height: auto;
 
}

.aAvis {

    position: relative;
   
    color: blue;
    margin-top: 50px;

    display: inline-block;

}
#aPolitique {
    color: black;
  
 
}

.titreSection {
    font-size: calc(1rem + 0.2vw);
    margin-bottom: 10px;
    border-bottom: 1px black solid;
    margin-top: 10px;

}
#dModif{
    font-size: 12px;
}
.pContent {
    font-size: 17px;
}
@media only screen and (max-width: 450px) {
    .pContent {
        font-size: 14px;
    }
    
    

}



