
main{
   
    
   
    width: 60%;
    min-width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    display: block;
}
.corps{
 display: block; 
 text-align: center;
}


.gauche {
    float:left;
    
    width: 50%;
    
    
}


.droite {
    float:right;
   
    text-align: left;

    width: 45%;
    margin-left: 20px;
  
}
.image_pluie{
    width:60%;
   
   
}

.adresse_mail{
    font-weight: 900;
letter-spacing: 3.3px;
font-size: 10pt;
}
label {
    font-family: centurygothic;
	font-size:11pt;
	
	-webkit-transform:scale(1,0.8); /* Safari and Chrome */
    -moz-transform:scale(1,0.8); /* Firefox */
    -ms-transform:scale(1,0.8); /* IE 9 */
    -o-transform:scale(1,0.8); /* Opera */
    transform:scale(1,0.8); /* W3C */
}
/*
input , textarea {
    width: 200px;
    
    

}

form{
    margin-bottom: 50px;
}

.form_message {
    height: 200px;
}*/

.texte {
    display: block;
    width: 60%;

    font-family: centurygothic;
	font-size:9.5pt;
    margin-left: auto;
    margin-right: auto;
	

}

.premier_paragraphe {
    letter-spacing: 3px;
font-family: centurygothic;
text-align: justify;
font-size: 9.5pt;


}

.mailto{
    text-decoration: underline;
}




.deuxieme_paragraphe {
font-family: baskerville;
letter-spacing: 3px;
line-height: 140%;
font-size: 9.5pt;
color:black;
-webkit-transform:scale(1,0.8); /* Safari and Chrome */
    -moz-transform:scale(1,0.8); /* Firefox */
    -ms-transform:scale(1,0.8); /* IE 9 */
    -o-transform:scale(1,0.8); /* Opera */
    transform:scale(1,0.8); /* W3C */
    width: 120%;
}



@media screen and (max-width: 1100px) {
    main{
        width:100%
    }
    .premier_paragraphe{
        font-size: 18pt;
    }
    .texte{
        width: 90%;
    }
    .deuxieme_paragraphe {
    font-size:18pt;
    width: 100%;
    }
    .mailto {
        font-size: 18pt;
    }
    .image_pluie{
        width: 80%;
    }

}
