body {
    background: #000000;
    margin: 0px;
}

header {	
    height: 16vh;
    background-image: url(../img/intro.png);
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.bouton{
    padding: 3px;
    border: 2px #41719c solid;
    border-radius: 10px;
    color: #fff;
    background: #c00000;
    font-family: 'impact', sans-serif; 
    font-size: 2em ;
    font-weight: bold;
    text-decoration: none;    
    border-radius: 3;
    width:35vw;    
    padding: 5px;
    outline: none;
    box-sizing: border-box;
    margin:10px;
}

.bouton-header{
    display: flex;    
    align-items: center;
    justify-content: space-evenly;
}

.img-selection{
    margin: 10px;
}

p.titre {
    margin: 0;
    color: white ; 
    text-align: center ; 
    font-family: 'impact', sans-serif; 
    font-size: 4em ;
    font-weight: bold;
    width: 100%;
}

p.intro { 
    margin: 0;
    color: white ; 
    text-align: center ; 
    font-family: 'impact', sans-serif; 
    font-size: 2em ;
    font-weight: bold;
    width: 100%;
}

.content {
    text-align: center;
}

.columns {
    width: 15vw;	
    display: inline-block;
    padding: 5px;
    margin-bottom: 118px;
    vertical-align: top;
}

.heading {
    margin-bottom: 10px;
    text-align: center;
}

.heading img {
    width: 100%;
    height: auto;
}

.titre-setup {
    font-family: 'impact', sans-serif;
    text-align: center;
    color: white ; 
    margin: 0;
    font-size: 2em;
    font-weight: 700;
}

.links {
    text-align: center;
    margin: auto;
    padding: 5px;
}

.link-elem {
    background-color: white;
    padding: 3px;
    border: 2px red solid;
    border-radius: 10px;
    margin-bottom: 10px;
}

img.link-pic {
    width: 50%;
    text-align: -webkit-center;
}

.titre-lien {
    font-family: 'impact', sans-serif;
    text-align: center;
    color: black ; 
    margin: 0;
    font-size: 1em	;
    font-weight: 700;
}

.setup-perso {
    text-align: center;	
    margin-top: -84px;
    display: flex;
    flex-direction: row;
    justify-content: space-around; 
}

.contact{
    vertical-align: top;
    display: inline-block;
}

.perso-content{
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.partenaires{
    vertical-align: top;
    display: inline-block;
}

.desc-setup{
    font-family: 'impact', sans-serif;
    text-align: center;
    color: white ; 
    margin: 0;
    font-size: 1em;
    font-weight: 150;
}

.perso-image{
    width: 50vw;
    border: 2px red solid;
    border-radius: 10px;
    margin: 15px;
}

.contact-in{	
    background-color: #9E0E40;
    padding: 3px;
    width: 18vw;
    border-radius: 10px;
    margin: 15px auto 10px auto;
    display:flex;
    flex-direction: column;
}

.contact-in a{	
    margin: 5px;
}

.contact-in img{	
    width: 40%;
}

footer {
    color: red ; 
    background-color: white ; 
    text-align: center;
    font-family: impact ; 
    font-size: 1em
}

.blog-content{
    width:70vw;
}

.blog-title{
    font-family: 'impact';
    text-align: initial;
    color: white ; 
    margin: 10px;
    font-size: 1.5em;
    font-weight: 10;    
}

.blog-text{
    font-family: 'impact', sans-serif;
    text-align: initial;
    color: white ; 
    margin: 10px;
    font-size: 1.1em;
    font-weight: 100;    
}

.blog-img{
    width:60%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.underline{    
    text-decoration: underline;
}

.margin-top{
    margin-top: 40px;
}

@media all and (max-width: 1100px) {
    .columns {
        width: 30vw;	
        display: inline-block;
        padding: 5px;
    }		
}

@media all and (max-width: 850px) {
    .columns {
        width: 40vw;	
        display: inline-block;
        padding: 5px;
    }
    .setup-perso {
        flex-direction: column;
        justify-content: center;
    }
    .contact-in {
        width: 53vw;
    }
    .perso-image {
        width: 90vw;
    }
    .perso-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blog-content{
        width:95vw;
    }
}

@media all and (max-width: 600px) {
    .columns {
        width: 80vw;	
        display: inline-block;
        padding: 5px;
    }
    p.titre {
        margin-top: 0;                        
        font-size: 2.4em ;
        font-weight: bold
    }

    .bouton{        
        width:100vw;    
        padding: 5px;    
        padding-left: 15px;    
        padding-right: 15px;    
        margin:10px;
        font-size: 1.8em ;
    }   

    p.intro { 
        margin-top: 10px;        
        font-size: 2em ;        
    }
    
    .bouton-header{
        display: block;    
        text-align: center;
        
    }
    
    .img-selection{
        margin: 10px;
        padding: 10px;
        width: 80%;
    }

}


