/*
#############
    font
############
*/
@font-face {
    font-family: 'Economica';
    src: url(../font/Economica/Economica-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}


body{
    margin: 0;
    text-align: center;
    font-family: 'Economica';
}
a{
    text-decoration: none;
}
/* 
###############
    header
###############
*/

header{
    width: 100%;
    padding-top: 20px;
}
nav{
    background-color: #7e4a7c;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
}

nav a{
    color: white;
    font-size: 24px;
}


/* 
###############
    Main
###############
*/
main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* tire */
h1{
    font-size: 50px;
    color: #7e4a7c;
}


h2{
    color: #b878b5;
    font-size: 40px;
}

h3{
    font-size: 30px;
    color: #7e4a7c;
}

/* section 1 + aside */

/* section */
section:nth-of-type(1){
    display: flex;
}

section:nth-of-type(1) article{
    width: 65%;
    text-align: justify;
    
}
section:nth-of-type(1) article img{
    float: left;
    margin-right: 15px;
}

section:nth-of-type(1) article p:nth-of-type(1){
    color: #7e4a7c;
}

section:nth-of-type(1) article a{
    background-color: #7e4a7c;
    color: white;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
}

/*aside */
section:nth-of-type(1) aside ul{
    list-style-image: url('../img/puce-fleche.png');
}
section:nth-of-type(1) aside ul li{
    margin-bottom: 30px;
}


/* section deux quatre acticle prof */

section:nth-of-type(2){
    margin-top: 50px;
    text-align: left;
}


section:nth-of-type(2) div{
    margin-top: 50px;
}

section:nth-of-type(2) div div{
    display: flex;
    margin-left: 50px;
}

section:nth-of-type(2) div div img{
    float: left;
    margin-right: 10px;
}


section:nth-of-type(2) div div h3{
    margin-top: 0;
}

section:nth-of-type(2) div div a{
    background-color: #7e4a7c;
    color: white;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    margin-top: 500px;
}

section:nth-of-type(2) div div p:nth-of-type(1){
    color: #7e4a7c;
}

section:nth-of-type(2) div div p{
    margin-bottom: 30px;
}


section:nth-of-type(2) div div article{
    padding-right: 50px;
}

/* tableau */

table{
    margin-left:auto;
    margin-right:auto;
    
}
/* 
###############
   Footer
###############
*/



