
main {
    
    width: 100%;
    display: block;
    font-family: centurygothic;
}


.corps_texte {
    width: 40%;

    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: centurygothic;
	

    

    -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 */
	


}

h1,h2,h3 {



    font-family: centurygothic;
	font-size:11pt;
	letter-spacing:4px ;

	font-weight: bold;
    
}

.mySlides{
    margin-bottom: 2px;
}


.corps_texte p {
    text-indent: 20px;
    text-align: justify;
    font-size:9.5pt;
	letter-spacing:3px  ;
}



.slideshow_sup{
    text-align: center;
}

.slideshow {
    margin-left: auto;
    margin-right: auto;
}

.w3-content {
  width:25%;
  
}



@media screen and (max-width: 1100px) {

h1,h2,h3{
    font-size: 20pt;
}
.corps_texte p{
    font-size:18pt;
}
}